glibc: 2.37-8 -> 2.37-39

Includes fixes for CVE-2023-4527 and CVE-2023-4806

https://sourceware.org/bugzilla/show_bug.cgi?id=30842
https://sourceware.org/bugzilla/show_bug.cgi?id=30843
This commit is contained in:
Thomas Gerbet 2023-09-23 14:20:05 +02:00
parent 0de27a8a5a
commit b23e08124d
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
let
version = "2.37";
patchSuffix = "-8";
patchSuffix = "-39";
sha256 = "sha256-Ilfv8RGhgV109GhW2q9AsBnB5VMVbGnUi6DL/Bu5GkM=";
in
@ -59,8 +59,8 @@ stdenv.mkDerivation ({
patches =
[
/* 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.36/master && git describe
glibc-2.37-8-g590d0e089b
$ git fetch --all -p && git checkout origin/release/2.37/master && git describe
glibc-2.37-39-g6529a7466c
$ git show --minimal --reverse glibc-2.37.. | gzip -9n --rsyncable - > 2.37-master.patch.gz
To compare the archive contents zdiff can be used.