Merge pull request #256887 from LeSuisse/glibc-2.37-39
glibc: 2.37-8 -> 2.37-39
This commit is contained in:
commit
dcdd9518fe
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue