Merge pull request #135448 from EggBaconAndSpam/glibc-2.32-54

glibc: 2.32-48 -> 2.32-54
This commit is contained in:
Maximilian Bosch 2021-08-23 22:41:06 +02:00 committed by GitHub
commit 0f22a1d8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
let
version = "2.32";
patchSuffix = "-48";
patchSuffix = "-54";
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
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.32/master && git describe
glibc-2.32-48-g16949aeaa0
glibc-2.32-54-g182ffd8e75
$ git show --minimal --reverse glibc-2.32.. | gzip -9n --rsyncable - > 2.32-master.patch.gz
To compare the archive contents zdiff can be used.