Thomas Gerbet 2024-05-06 22:23:12 +02:00
parent 3e8f078a97
commit 0ff673ac59
2 changed files with 1783 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@
let
version = "2.39";
patchSuffix = "-31";
patchSuffix = "-52";
sha256 = "sha256-93vUfPgXDFc2Wue/hmlsEYrbOxINMlnGTFAtPcHi2SY=";
in
@ -60,7 +60,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.39/master && git describe
glibc-2.39-31-g31da30f23c
glibc-2.39-52-gf8e4623421
$ git show --minimal --reverse glibc-2.39.. ':!ADVISORIES' > 2.39-master.patch
To compare the archive contents zdiff can be used.