git: 16112c11954c - main - sysutils/limine: Update 10.0.0 => 10.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Sep 2025 11:39:13 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16112c11954cd3766234dd7468d0324a08e046f6
commit 16112c11954cd3766234dd7468d0324a08e046f6
Author: Mintsuki <mintsuki@protonmail.com>
AuthorDate: 2025-09-23 11:32:32 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-23 11:35:16 +0000
sysutils/limine: Update 10.0.0 => 10.0.1
Changelog:
Bug fixes:
- Fix a potential use-after-free issue when flushing interrupts on x86
UEFI systems.
- Prefer using the 32-bit Linux protocol unless it is strictly
necessary to use the 64-bit protocol due to allocation constraints.
This is due to reports of the 32-bit protocol being more reliable
on certain rare systems where the 64-bit protocol crashes or hangs.
https://codeberg.org/Limine/Limine/src/tag/v10.0.1/ChangeLog
PR: 289777
MFH: 2025Q3
---
sysutils/limine/Makefile | 2 +-
sysutils/limine/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sysutils/limine/Makefile b/sysutils/limine/Makefile
index 702727eab586..a2dd54fd477e 100644
--- a/sysutils/limine/Makefile
+++ b/sysutils/limine/Makefile
@@ -1,5 +1,5 @@
PORTNAME= limine
-DISTVERSION= 10.0.0
+DISTVERSION= 10.0.1
CATEGORIES= sysutils
MASTER_SITES= https://codeberg.org/Limine/Limine/releases/download/v${DISTVERSION}/
diff --git a/sysutils/limine/distinfo b/sysutils/limine/distinfo
index f812edc17fe3..434abf95875f 100644
--- a/sysutils/limine/distinfo
+++ b/sysutils/limine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757989302
-SHA256 (limine-10.0.0.tar.gz) = cbbd3d314855fd2c2886b2821d45b688b02543f4732f19f501e4d5568e0c7f87
-SIZE (limine-10.0.0.tar.gz) = 569324
+TIMESTAMP = 1758591850
+SHA256 (limine-10.0.1.tar.gz) = ecff0dfc7a2695e4019e8697e92e55ecac17d46615218ed7914614f57a3d8e59
+SIZE (limine-10.0.1.tar.gz) = 569294