Merge pull request #256887 from LeSuisse/glibc-2.37-39

glibc: 2.37-8 -> 2.37-39
This commit is contained in:
Maximilian Bosch 2023-09-24 14:59:48 +02:00 committed by GitHub
commit dcdd9518fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
let
version = "2.37";
patchSuffix = "-8";
patchSuffix = "-39";
sha256 = "sha256-Ilfv8RGhgV109GhW2q9AsBnB5VMVbGnUi6DL/Bu5GkM=";
in
@ -59,8 +59,8 @@ stdenv.mkDerivation ({
patches =
[
/* 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.36/master && git describe
glibc-2.37-8-g590d0e089b
$ git fetch --all -p && git checkout origin/release/2.37/master && git describe
glibc-2.37-39-g6529a7466c
$ git show --minimal --reverse glibc-2.37.. | gzip -9n --rsyncable - > 2.37-master.patch.gz
To compare the archive contents zdiff can be used.