From 659291c67657d6e45fd57b8cb06a535356fb1006 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 2 Oct 2024 15:02:29 +0200 Subject: efivar: bump to 39 --- extra/efivar/build | 1 - extra/efivar/checksums | 3 +-- extra/efivar/patches/musl-compat.patch | 20 -------------------- extra/efivar/sources | 3 +-- extra/efivar/version | 2 +- 5 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 extra/efivar/patches/musl-compat.patch (limited to 'extra/efivar') diff --git a/extra/efivar/build b/extra/efivar/build index 2973fd4f..43b2291f 100755 --- a/extra/efivar/build +++ b/extra/efivar/build @@ -18,7 +18,6 @@ mk() { # Build static targets. mk libefiboot.a libefivar.a efiboot.pc efivar.pc - patch -p2 < ../musl-compat.patch mk efivar-static # Install the binary. diff --git a/extra/efivar/checksums b/extra/efivar/checksums index 26e3425a..f16dd4b4 100644 --- a/extra/efivar/checksums +++ b/extra/efivar/checksums @@ -1,3 +1,2 @@ %BLAKE3 -0405511d4aa0483c19b57440ee15af2a64a457aa44f3ed4e59df008b53dd3722 efivar-38.tar.bz2 -1ac4baa5bfdb5786fe3c5028a174f6795b140c671f949f89e614b4b35ed8cd13 musl-compat.patch +51adfa6d88e2768313a223d197f9edd88f15f3889fdae985b2222da87792e64a 39.tar.gz diff --git a/extra/efivar/patches/musl-compat.patch b/extra/efivar/patches/musl-compat.patch deleted file mode 100644 index 100cf871..00000000 --- a/extra/efivar/patches/musl-compat.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/guid-symbols.c Thu Apr 28 01:31:10 2022 -+++ b/src/guid-symbols.c Thu Apr 28 01:30:44 2022 -@@ -207,7 +207,7 @@ - - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_guids_[42]= { -+ efi_well_known_guids[42]= { - {.guid={.a=cpu_to_le32(0), - .b=cpu_to_le16(0), - .c=cpu_to_le16(0), -@@ -589,7 +589,7 @@ - }; - const struct efivar_guidname - __attribute__((__visibility__ ("default"))) -- efi_well_known_names_[42]= { -+ efi_well_known_names[42]= { - {.guid={.a=cpu_to_le32(0x3b053091), - .b=cpu_to_le16(0x6c9f), - .c=cpu_to_le16(0x4cc), diff --git a/extra/efivar/sources b/extra/efivar/sources index 1537f661..501e85e0 100644 --- a/extra/efivar/sources +++ b/extra/efivar/sources @@ -1,2 +1 @@ -https://github.com/rhboot/efivar/releases/download/38/efivar-38.tar.bz2 -patches/musl-compat.patch +https://github.com/rhboot/efivar/archive/refs/tags/39.tar.gz diff --git a/extra/efivar/version b/extra/efivar/version index 25eef31d..3ac45862 100644 --- a/extra/efivar/version +++ b/extra/efivar/version @@ -1 +1 @@ -38 1 +39 1 -- cgit v1.2.3