glibc: 2.38-23 -> 2.38-27

Fixes CVE-2023-4911.

Change-Id: I154c79a7c6822051903ef15c547c3567691b1457
This commit is contained in:
edef 2023-10-04 10:35:13 +00:00 committed by Maximilian Bosch
parent 5c5cb21569
commit caa3d9d75d
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 = "-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.