Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a8cbe16ce9 | |||
| 543e2e57f4 | |||
| dd388b3fd0 | |||
| a6de2547b2 |
BIN
gnu-efi-4.0.0.tar.gz
LFS
BIN
gnu-efi-4.0.0.tar.gz
LFS
Binary file not shown.
3
gnu-efi-4.0.4.tar.gz
Normal file
3
gnu-efi-4.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40b61e842a4efcbf80f3e53b2f220c044e8cfe46eb4dd6396c83b751240b1c0d
|
||||
size 245519
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 12:12:21 UTC 2025 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 4.0.4:
|
||||
* Make setjmp/longjmp ISO C
|
||||
* Shim 16.1 updates
|
||||
* efibind: fix stdint.h #if operator precedence
|
||||
* Fix -Wstrict-prototypes warnings
|
||||
* Fix syslinux issue + user CFLAGS/LDFLAGS
|
||||
* Shim 16 updates + IsZeroGuid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 10:57:02 UTC 2025 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 4.0.1:
|
||||
* Add ms_abi va_list support
|
||||
* Move _GNU_EFI define within header check
|
||||
* Avoid integer promotion bug in memory functions
|
||||
* [apps] Fix maybe uninitialized in bltgrid.c
|
||||
* Clarify licensing
|
||||
* Fix StrSize from AsciiVSPrint to UnicodeVSPrint
|
||||
* Fixes needed to build shim with gnu-efi mainline
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 15:28:22 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnu-efi
|
||||
Version: 4.0.0
|
||||
Version: 4.0.4
|
||||
Release: 0
|
||||
Summary: Library for EFI Applications
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
@@ -58,7 +58,7 @@ A package containing the example and UEFI testing files created by gnu-efi
|
||||
%make_build LINUX_HEADERS=%{_prefix}/src/linux LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
|
||||
%install
|
||||
%make_install INSTALLROOT=%{buildroot} LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
%make_install LIBDIR=%{_libdir} PREFIX=%{_prefix}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/efi
|
||||
|
||||
Reference in New Issue
Block a user