Merge pull request #137597 from TredwellGit/glibc

glibc: 2.33-50 -> 2.33-55
This commit is contained in:
Luke Granger-Brown 2021-10-14 15:13:57 +01:00 committed by GitHub
commit 517b471539
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.33";
patchSuffix = "-50";
patchSuffix = "-55";
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-50-gc6cadbf83a
glibc-2.33-55-g4b95183785
$ git show --minimal --reverse glibc-2.33.. | gzip -9n --rsyncable - > 2.33-master.patch.gz
To compare the archive contents zdiff can be used.