Skip to content

Commit

Permalink
glibc: 2.25-49 -> 2.25-123 to fix CVE-2018-1000001
Browse files Browse the repository at this point in the history
/cc #33826 (comment)
Unstable/master uses 2.26-x, updated in 990ff97.
  • Loading branch information
vcunat committed Jan 17, 2018
1 parent d9a2891 commit 0186286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
Binary file not shown.
5 changes: 3 additions & 2 deletions pkgs/development/libraries/glibc/common.nix
Expand Up @@ -19,7 +19,7 @@
let
inherit (buildPackages) linuxHeaders;
version = "2.25";
patchSuffix = "-49";
patchSuffix = "-123";
sha256 = "067bd9bb3390e79aa45911537d13c3721f1d9d3769931a30c2681bfee66f23a0";
cross = if buildPlatform != hostPlatform then hostPlatform else null;
in
Expand All @@ -46,7 +46,8 @@ stdenv.mkDerivation ({
$ git show --reverse glibc-2.25..release/2.25/master | gzip -n -9 --rsyncable - > 2.25-49.patch.gz
*/
./2.25-49.patch.gz
./cve-2017-15670.patch
# contains fixes for CVE-2017-15670 and CVE-2018-1000001
./2.25-49to123.diff.gz
./cve-2009-5064.patch

/* Have rpcgen(1) look for cpp(1) in $PATH. */
Expand Down
15 changes: 0 additions & 15 deletions pkgs/development/libraries/glibc/cve-2017-15670.patch

This file was deleted.

0 comments on commit 0186286

Please sign in to comment.