From cef29f852c4ff913b9cf764408403bce635bdb5e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 24 Jul 2022 08:17:57 +0200 Subject: core/systemd: removed efi patch (fixed upstream) --- core/systemd/PKGBUILD | 11 ----------- core/systemd/fix-23609-efi-ia32.patch | 12 ------------ 2 files changed, 23 deletions(-) delete mode 100644 core/systemd/fix-23609-efi-ia32.patch (limited to 'core/systemd') diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index ccec11a5..dc8fe0c5 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -28,14 +28,3 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi - -# see upstream https://github.com/systemd/systemd/pull/23609 and -# https://github.com/systemd/systemd/commit/38c87ca2ab96d085158485ecfc46c7cb6af0f166 -source+=('fix-23609-efi-ia32.patch') -sha512sums+=('1ebcfd699894d62520f9a02a05e966b24e8152b9ab72646e8d0a47212244bd83202bffb4a019f610ace64deaffee24c359d991d08c2e45eae413a55b576b940f') -eval "$( - declare -f prepare | \ - sed ' - $ i patch -Np1 < ../fix-23609-efi-ia32.patch - ' -)" diff --git a/core/systemd/fix-23609-efi-ia32.patch b/core/systemd/fix-23609-efi-ia32.patch deleted file mode 100644 index 7bfd421a..00000000 --- a/core/systemd/fix-23609-efi-ia32.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rauN a/src/fundamental/sha256.c b/src/fundamental/sha256.c ---- a/src/fundamental/sha256.c 2022-06-03 18:23:03.582446505 +0200 -+++ b/src/fundamental/sha256.c 2022-06-03 18:23:13.382479050 +0200 -@@ -58,7 +58,7 @@ - # define UNALIGNED_P(p) (((size_t) p) % sizeof(uint32_t) != 0) - # endif - #else --# define UNALIGNED_P(p) false -+# define UNALIGNED_P(p) sd_false - #endif - - /* This array contains the bytes used to pad the buffer to the next -- cgit v1.2.3-70-g09d2