glibc: 2.32-39 -> 2.32-40
This commit is contained in:
parent
2ed7687b19
commit
6fb325e389
Binary file not shown.
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "2.32";
|
version = "2.32";
|
||||||
patchSuffix = "-39";
|
patchSuffix = "-40";
|
||||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -59,12 +59,13 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
patches =
|
patches =
|
||||||
[
|
[
|
||||||
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git
|
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git and using git would complicate bootstrapping.
|
||||||
and using git or something would complicate bootstrapping.
|
$ git fetch --all -p && git checkout origin/release/2.32/master && git describe
|
||||||
Fortunately it's not too big.
|
glibc-2.32-40-g778b8d3786
|
||||||
$ git checkout origin/release/2.32/master; git describe
|
$ git show --minimal --reverse glibc-2.32.. | gzip -9n --rsyncable - > 2.32-master.patch.gz
|
||||||
glibc-2.32-39-g44b3959329
|
|
||||||
$ git show --reverse glibc-2.32.. | gzip -n -9 --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
|
./2.32-master.patch.gz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user