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:
parent
a418096d6a
commit
453b986d2f
|
@ -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
Loading…
Reference in New Issue