2 Commits

Author SHA256 Message Date
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 16 additions and 4 deletions

BIN
gnu-efi-4.0.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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.1
Release: 0
Summary: Library for EFI Applications
License: BSD-3-Clause AND GPL-2.0-or-later