glibc: 2.38-0 -> 2.38-23

Fixes CVE-2023-4806 & CVE-2023-4527.
This commit is contained in:
Maximilian Bosch 2023-09-24 15:13:26 +02:00
parent 8c66a65495
commit 8348b18c09
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A
2 changed files with 2 additions and 2 deletions

View File

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