mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
wget: add patch for CVE-2017-6508
This commit is contained in:
parent
c512180f9c
commit
39e8db7849
@ -12,7 +12,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1ljcfhbkdsd0zjfm520rbl1ai62fc34i7c45sfj244l8f6b0p58c";
|
||||
};
|
||||
|
||||
patches = [ ./remove-runtime-dep-on-openssl-headers.patch ];
|
||||
patches = [
|
||||
./remove-runtime-dep-on-openssl-headers.patch
|
||||
(fetchurl {
|
||||
name = "CVE-2017-6508";
|
||||
url = "http://git.savannah.gnu.org/cgit/wget.git/patch/?id=4d729e322fae359a1aefaafec1144764a54e8ad4";
|
||||
sha256 = "14r0c5y3w3gavxp2d9yq8xji82izi5sx0sjv6jpmk6zp6cnr7cjf";
|
||||
})
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
patchShebangs doc
|
||||
|
Loading…
Reference in New Issue
Block a user