Merge pull request #258972 from edef1c/cve-2023-4911

glibc: 2.38-23 -> 2.38-27
This commit is contained in:
Florian Klink 2023-10-04 18:39:01 +03:00 committed by GitHub
commit 1e41c3352b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
let
version = "2.38";
patchSuffix = "-23";
patchSuffix = "-27";
sha256 = "sha256-+4KZiZiyspllRnvBtp0VLpwwfSzzAcnq+0VVt3DvP9I=";
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.38/master && git describe
glibc-2.38-23-g0e1ef6779a
glibc-2.38-27-g750a45a783
$ git show --minimal --reverse glibc-2.38.. | gzip -9n --rsyncable - > 2.38-master.patch.gz
To compare the archive contents zdiff can be used.