diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-02 15:02:29 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-02 15:02:29 +0200 |
commit | 659291c67657d6e45fd57b8cb06a535356fb1006 (patch) | |
tree | 09bf451af41802ed8bfb1d2efd3208beb22d88b5 /extra/efivar | |
parent | 8b715fa1757ce3ec27f0ff9cf9e6dc5eb0dfd10d (diff) | |
download | repository-659291c67657d6e45fd57b8cb06a535356fb1006.tar.gz |
efivar: bump to 39
Diffstat (limited to 'extra/efivar')
-rwxr-xr-x | extra/efivar/build | 1 | ||||
-rw-r--r-- | extra/efivar/checksums | 3 | ||||
-rw-r--r-- | extra/efivar/patches/musl-compat.patch | 20 | ||||
-rw-r--r-- | extra/efivar/sources | 3 | ||||
-rw-r--r-- | extra/efivar/version | 2 |
5 files changed, 3 insertions, 26 deletions
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 |