4 Commits

Author SHA256 Message Date
a8cbe16ce9 Accepting request 1321434 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1321434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=39
2025-12-08 10:53:03 +00:00
543e2e57f4 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=55
2025-12-07 12:17:30 +00:00
dd388b3fd0 Accepting request 1280123 from Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/1280123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=38
2025-05-27 16:50:05 +00:00
a6de2547b2 - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=53
2025-05-26 11:00:33 +00:00
4 changed files with 28 additions and 5 deletions

Binary file not shown.

3
gnu-efi-4.0.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40b61e842a4efcbf80f3e53b2f220c044e8cfe46eb4dd6396c83b751240b1c0d
size 245519

View File

@@ -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>

View File

@@ -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