Bug 280892 - sysutils/limine: Update to 8.0.5
Summary: sysutils/limine: Update to 8.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/limine-bootloader/...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-17 21:56 UTC by mintsuki
Modified: 2024-08-17 22:19 UTC (History)
1 user (show)

See Also:
mintsuki: maintainer-feedback+
vvd: merge-quarterly+


Attachments
Update patch (1.17 KB, patch)
2024-08-17 21:56 UTC, mintsuki
mintsuki: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mintsuki 2024-08-17 21:56:15 UTC
Created attachment 252859 [details]
Update patch

This patch updates the Limine bootloader to the latest version: 8.0.5.

Changelog file can be found at https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:14:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20113915baa054622fceb874aa69ef7dec8a25fa

commit 20113915baa054622fceb874aa69ef7dec8a25fa
Author:     mintsuki <mintsuki@protonmail.com>
AuthorDate: 2024-08-17 22:10:28 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 22:13:42 +0000

    sysutils/limine: Update 8.0.1 → 8.0.5

    Changelog:
    *** Release 8.0.5 ***
    Bug fixes:
     - Limine boot protocol: Obtain LAPIC ID from LAPIC instead of CPUID.
       This fixes crashes on some odd machines whose firmware remaps the
       BSP's LAPIC ID from the default one.
    *** Release 8.0.4 ***
    Bug fixes:
     - Limine boot protocol: Fix off-by-1 error in HHDM MAXPHYADDR bounds
       check.
    Miscellaneous:
     - Updated cc-runtime dependency to latest, packed version.
    *** Release 8.0.3 ***
    Bug fixes:
     - AArch64, riscv64: SMP: Fix BSP potentially timing out while waiting
       for APs due to missing delay.
    *** Release 8.0.2 ***
    Bug fixes:
     - Menu: Miscellaneous cosmetic fixes.
     - Editor: Fix input and displaying of tab characters.
    Miscellaneous:
     - Config: Accept tab characters as whitespace after option colon.
    https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog

    PR:     280892
    MFH:    2024Q3

 sysutils/limine/Makefile | 2 +-
 sysutils/limine/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:18:31 UTC
A commit in branch 2024Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=665272c5454ff96a5fb44698dcbd6b725ee43ed6

commit 665272c5454ff96a5fb44698dcbd6b725ee43ed6
Author:     mintsuki <mintsuki@protonmail.com>
AuthorDate: 2024-08-17 22:10:28 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 22:17:49 +0000

    sysutils/limine: Update 8.0.1 → 8.0.5

    Changelog:
    *** Release 8.0.5 ***
    Bug fixes:
     - Limine boot protocol: Obtain LAPIC ID from LAPIC instead of CPUID.
       This fixes crashes on some odd machines whose firmware remaps the
       BSP's LAPIC ID from the default one.
    *** Release 8.0.4 ***
    Bug fixes:
     - Limine boot protocol: Fix off-by-1 error in HHDM MAXPHYADDR bounds
       check.
    Miscellaneous:
     - Updated cc-runtime dependency to latest, packed version.
    *** Release 8.0.3 ***
    Bug fixes:
     - AArch64, riscv64: SMP: Fix BSP potentially timing out while waiting
       for APs due to missing delay.
    *** Release 8.0.2 ***
    Bug fixes:
     - Menu: Miscellaneous cosmetic fixes.
     - Editor: Fix input and displaying of tab characters.
    Miscellaneous:
     - Config: Accept tab characters as whitespace after option colon.
    https://github.com/limine-bootloader/limine/releases/download/v8.0.5/ChangeLog

    PR:     280892
    MFH:    2024Q3
    (cherry picked from commit 20113915baa054622fceb874aa69ef7dec8a25fa)

 sysutils/limine/Makefile | 2 +-
 sysutils/limine/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-17 22:19:44 UTC
Thanks.

Fix crashes => merge-quarterly.