glibc: 2.32-39 -> 2.32-40
This commit is contained in:
parent
2ed7687b19
commit
6fb325e389
2 changed files with 8 additions and 7 deletions
Binary file not shown.
|
@ -42,7 +42,7 @@
|
|||
|
||||
let
|
||||
version = "2.32";
|
||||
patchSuffix = "-39";
|
||||
patchSuffix = "-40";
|
||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||
in
|
||||
|
||||
|
@ -59,12 +59,13 @@ stdenv.mkDerivation ({
|
|||
|
||||
patches =
|
||||
[
|
||||
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git
|
||||
and using git or something would complicate bootstrapping.
|
||||
Fortunately it's not too big.
|
||||
$ git checkout origin/release/2.32/master; git describe
|
||||
glibc-2.32-39-g44b3959329
|
||||
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-master.patch.gz
|
||||
/* 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-40-g778b8d3786
|
||||
$ git show --minimal --reverse glibc-2.32.. | gzip -9n --rsyncable - > 2.32-master.patch.gz
|
||||
|
||||
To compare the archive contents zdiff can be used.
|
||||
$ zdiff -u 2.32-master.patch.gz ../nixpkgs/pkgs/development/libraries/glibc/2.32-master.patch.gz
|
||||
*/
|
||||
./2.32-master.patch.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue