mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glibc: Update patches following upstream's master branch.
* gnu/packages/patches/glibc-2.39-git-updates.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (glibc): Use it. Change-Id: I13ff3fa2eddd8296d138f87c9069487e9543b3bd
This commit is contained in:
parent
1b4733b77e
commit
b6ea2c48f6
3 changed files with 9658 additions and 1 deletions
|
@ -830,7 +830,8 @@ the store.")
|
|||
(sha256
|
||||
(base32
|
||||
"09nrwb0ksbah9k35jchd28xxp2hidilqdgz7b8v5f30pz1yd8yzp"))
|
||||
(patches (search-patches "glibc-ldd-powerpc.patch"
|
||||
(patches (search-patches "glibc-2.39-git-updates.patch"
|
||||
"glibc-ldd-powerpc.patch"
|
||||
"glibc-2.38-ldd-x86_64.patch"
|
||||
"glibc-dl-cache.patch"
|
||||
"glibc-2.37-versioned-locpath.patch"
|
||||
|
@ -842,6 +843,8 @@ the store.")
|
|||
"glibc-hurd-mach-print.patch"
|
||||
"glibc-hurd-gettyent.patch"
|
||||
"glibc-hurd-getauxval.patch"))))
|
||||
(properties `((lint-hidden-cve . ("CVE-2024-33601" "CVE-2024-33602"
|
||||
"CVE-2024-33600" "CVE-2024-33599"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
;; Glibc's <limits.h> refers to <linux/limit.h>, for instance, so glibc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue