mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
glibc: 2.38-23 -> 2.38-27
Fixes CVE-2023-4911. Change-Id: I154c79a7c6822051903ef15c547c3567691b1457
This commit is contained in:
parent
5c5cb21569
commit
caa3d9d75d
Binary file not shown.
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user