Thomas Gerbet
2025-01-23 21:23:13 +01:00
parent ff0f85aa70
commit ca851b6f12
2 changed files with 21094 additions and 3 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -50,7 +50,7 @@
let
version = "2.40";
patchSuffix = "-36";
patchSuffix = "-66";
sha256 = "sha256-GaiQF16SY9dI9ieZPeb0sa+c0h4D8IDkv7Oh+sECBaI=";
in
@@ -68,8 +68,8 @@ 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.40-36-g7073164add
$ git fetch --all -p && git checkout origin/release/2.40/master && git describe
glibc-2.40-66-g7d4b6bcae9
$ git show --minimal --reverse glibc-2.40.. ':!ADVISORIES' > 2.40-master.patch
To compare the archive contents zdiff can be used.