Skip to content

Commit

Permalink
glibc: 2.30 -> 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 6, 2020
1 parent b2b5e08 commit 808d802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
18 changes: 0 additions & 18 deletions pkgs/development/libraries/glibc/2.27-CVE-2019-19126.patch

This file was deleted.

5 changes: 2 additions & 3 deletions pkgs/development/libraries/glibc/common.nix
Expand Up @@ -36,9 +36,9 @@
} @ args:

let
version = "2.30";
version = "2.31";
patchSuffix = "";
sha256 = "1bxqpg91d02qnaz837a5kamm0f43pr1il4r9pknygywsar713i72";
sha256 = "05zxkyz9bv3j9h0xyid1rhvh3klhsmrpkf3bcs6frvlgyr2gwilj";
in

assert withLinuxHeaders -> linuxHeaders != null;
Expand Down Expand Up @@ -97,7 +97,6 @@ stdenv.mkDerivation ({
]
++ lib.optionals stdenv.isx86_64 [
./fix-x64-abi.patch
./2.27-CVE-2019-19126.patch
]
++ lib.optional stdenv.hostPlatform.isMusl ./fix-rpc-types-musl-conflicts.patch
++ lib.optional stdenv.buildPlatform.isDarwin ./darwin-cross-build.patch;
Expand Down

0 comments on commit 808d802

Please sign in to comment.