jpoiret pushed a commit to branch core-updates
in repository guix.
commit 43d6d63c7f49a1725be8b1dce5a4b6d0f00baf3b
Author: Josselin Poiret <[email protected]>
AuthorDate: Sun May 26 16:05:25 2024 +0200
gnu: glibc-2.35: Use CVE-2023-4911 again.
* gnu/packages/base.scm (glibc-2.35): Use glibc-2.35-CVE-2023-4911.patch
which
was forgotten when ungrafting.
Change-Id: I7774f67b50ba3be1246325ea9f40ac31e3dbc74f
---
gnu/packages/base.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index f950aa102f..1ff5183289 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1093,7 +1093,8 @@ with the Linux kernel.")
(sha256
(base32
"0bpm1kfi09dxl4c6aanc5c9951fmf6ckkzay60cx7k37dcpp68si"))
- (patches (search-patches "glibc-ldd-powerpc.patch"
+ (patches (search-patches "glibc-2.35-CVE-2023-4911.patch"
+ "glibc-ldd-powerpc.patch"
"glibc-ldd-x86_64.patch"
"glibc-dl-cache.patch"
"glibc-versioned-locpath.patch"