Merge pull request #147672 from TredwellGit/glibc

glibc: 2.33-56 -> 2.33-59
This commit is contained in:
Maximilian Bosch
2021-11-28 19:32:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
let
version = "2.33";
patchSuffix = "-56";
patchSuffix = "-59";
sha256 = "sha256-LiVWAA4QXb1X8Layoy/yzxc73k8Nhd/8z9i35RoGd/8=";
in
@@ -63,7 +63,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-56-g6090cf1330
glibc-2.33-59-gf9592d65f2
$ git show --minimal --reverse glibc-2.33.. | gzip -9n --rsyncable - > 2.33-master.patch.gz
To compare the archive contents zdiff can be used.