Merge: glibc: 2.40-66 -> 2.40-142, fix CVE-2025-8058 (#428072)

This commit is contained in:
Maximilian Bosch
2025-07-24 23:31:07 +02:00
committed by GitHub
2 changed files with 17093 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -68,7 +68,7 @@ stdenv.mkDerivation (
/*
No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git and using git would complicate bootstrapping.
$ git fetch --all -p && git checkout origin/release/2.40/master && git describe
glibc-2.40-66-g7d4b6bcae9
glibc-2.40-142-g2eb180377b
$ git show --minimal --reverse glibc-2.40.. ':!ADVISORIES' > 2.40-master.patch
To compare the archive contents zdiff can be used.