wget: add patch for CVE-2017-6508

This commit is contained in:
Franz Pletz 2017-03-11 08:18:57 +01:00
parent c512180f9c
commit 39e8db7849
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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