mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
This commit is contained in:
parent
ede5ae459b
commit
e369fa017b
1 changed files with 2 additions and 1 deletions
|
@ -1143,7 +1143,8 @@ (define-public glibc-2.35
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue