pcre: Updates to fix a number of vulnerabilities

- CVE-2015-3210
  - CVE-2015-5073
  - http://seclists.org/oss-sec/2015/q3/295
This commit is contained in:
William A. Kennington III 2015-09-17 14:29:14 -07:00
parent a418096d6a
commit 453b986d2f
2 changed files with 3541 additions and 0 deletions

View File

@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
sha256 = "17bqykp604p7376wj3q2nmjdhrb6v1ny8q08zdwi7qvc02l9wrsi";
};
# A bundle of fixes which should be removed for 8.38
patches = [ ./fixes.patch ];
outputs = [ "out" "doc" "man" ];
configureFlags = ''

File diff suppressed because one or more lines are too long