wget: add patch for CVE-2017-6508

+8 -1
+8 -1
pkgs/tools/networking/wget/default.nix
··· 12 sha256 = "1ljcfhbkdsd0zjfm520rbl1ai62fc34i7c45sfj244l8f6b0p58c"; 13 }; 14 15 - patches = [ ./remove-runtime-dep-on-openssl-headers.patch ]; 16 17 preConfigure = '' 18 patchShebangs doc
··· 12 sha256 = "1ljcfhbkdsd0zjfm520rbl1ai62fc34i7c45sfj244l8f6b0p58c"; 13 }; 14 15 + patches = [ 16 + ./remove-runtime-dep-on-openssl-headers.patch 17 + (fetchurl { 18 + name = "CVE-2017-6508"; 19 + url = "http://git.savannah.gnu.org/cgit/wget.git/patch/?id=4d729e322fae359a1aefaafec1144764a54e8ad4"; 20 + sha256 = "14r0c5y3w3gavxp2d9yq8xji82izi5sx0sjv6jpmk6zp6cnr7cjf"; 21 + }) 22 + ]; 23 24 preConfigure = '' 25 patchShebangs doc