Skip to content

Commit

Permalink
glibc: 2.37-39 -> 2.37-45
Browse files Browse the repository at this point in the history
Fixes CVE-2023-4911.

Change-Id: I154c79a7c6822051903ef15c547c3567691b1457
  • Loading branch information
edef1c authored and Ma27 committed Oct 4, 2023
1 parent 0d1de01 commit 1daafd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified pkgs/development/libraries/glibc/2.37-master.patch.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glibc/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

let
version = "2.37";
patchSuffix = "-39";
patchSuffix = "-45";
sha256 = "sha256-Ilfv8RGhgV109GhW2q9AsBnB5VMVbGnUi6DL/Bu5GkM=";
in

Expand All @@ -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.37/master && git describe
glibc-2.37-39-g6529a7466c
glibc-2.37-45-gb4e23c75ae
$ git show --minimal --reverse glibc-2.37.. | gzip -9n --rsyncable - > 2.37-master.patch.gz
To compare the archive contents zdiff can be used.
Expand Down

0 comments on commit 1daafd9

Please sign in to comment.