mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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 = ''
|
||||
|
3538
pkgs/development/libraries/pcre/fixes.patch
Normal file
3538
pkgs/development/libraries/pcre/fixes.patch
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user