Skip to content

Commit

Permalink
pcre: 8.38 -> 8.39 (security)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 24, 2016
1 parent 265a475 commit 6244be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
18 changes: 0 additions & 18 deletions pkgs/development/libraries/pcre/CVE-2016-1283.patch

This file was deleted.

8 changes: 2 additions & 6 deletions pkgs/development/libraries/pcre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with stdenv.lib;
assert elem variant [ null "cpp" "pcre16" "pcre32" ];

let
version = "8.38";
version = "8.39";
pname = if (variant == null) then "pcre"
else if (variant == "cpp") then "pcre-cpp"
else variant;
Expand All @@ -17,13 +17,9 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2";
sha256 = "1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r";
sha256 = "12wyajlqx2v7dsh39ra9v9m5hibjkrl129q90bp32c28haghjn5q";
};

patches = [
./CVE-2016-1283.patch
];

outputs = [ "bin" "dev" "out" "doc" "man" ];

configureFlags = [
Expand Down

0 comments on commit 6244be2

Please sign in to comment.