Pick #130412: glibc: 2.33-45 -> 2.33-47 (security)

Includes CVE-2021-35942.
https://sourceware.org/bugzilla/show_bug.cgi?id=28011
This commit is contained in:
TredwellGit 2021-07-17 00:07:54 +00:00 committed by Vladimír Čunát
parent 4bd38c330f
commit c2d4ce2808
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
let
version = "2.33";
patchSuffix = "-45";
patchSuffix = "-47";
sha256 = "sha256-LiVWAA4QXb1X8Layoy/yzxc73k8Nhd/8z9i35RoGd/8=";
in
@ -61,7 +61,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.33/master && git describe
glibc-2.33-45-g58b90461ae
glibc-2.33-47-gb5711025bc
$ git show --minimal --reverse glibc-2.33.. | gzip -9n --rsyncable - > 2.33-master.patch.gz
To compare the archive contents zdiff can be used.