diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-05-26 16:05:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:04 +0200 |
commit | e369fa017b8e06279aeed6121ffcc2ed58270ca5 (patch) | |
tree | 0a33a7ec0079911a7ee4496ecdad0e364fc16fe7 | |
parent | ede5ae459b42b85c3f0961903b8a8c2b79ca2795 (diff) | |
download | guix-e369fa017b8e06279aeed6121ffcc2ed58270ca5.tar guix-e369fa017b8e06279aeed6121ffcc2ed58270ca5.tar.gz |
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
-rw-r--r-- | gnu/packages/base.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 3ef244958c..16a860f05c 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1143,7 +1143,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" |