glibc: 2.32-46 -> 2.32-48
https://sourceware.org/bugzilla/show_bug.cgi?id=27896 https://nvd.nist.gov/vuln/detail/CVE-2021-33574 (cherry picked from commit e58564267b173d51157847eb5453bfa735268604)
This commit is contained in:
parent
8e20586f52
commit
d7dce44057
Binary file not shown.
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "2.32";
|
version = "2.32";
|
||||||
patchSuffix = "-46";
|
patchSuffix = "-48";
|
||||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||||
in
|
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.
|
/* 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.32/master && git describe
|
$ git fetch --all -p && git checkout origin/release/2.32/master && git describe
|
||||||
glibc-2.32-46-g1799ac8eab
|
glibc-2.32-48-g16949aeaa0
|
||||||
$ git show --minimal --reverse glibc-2.32.. | gzip -9n --rsyncable - > 2.32-master.patch.gz
|
$ git show --minimal --reverse glibc-2.32.. | gzip -9n --rsyncable - > 2.32-master.patch.gz
|
||||||
|
|
||||||
To compare the archive contents zdiff can be used.
|
To compare the archive contents zdiff can be used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user