diff options
-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" |