Skip to content

Commit

Permalink
wget: add patch for CVE-2017-6508
Browse files Browse the repository at this point in the history
(cherry picked from commit 39e8db7)
  • Loading branch information
fpletz committed Mar 11, 2017
1 parent 641ad2e commit c554cbf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/tools/networking/wget/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c554cbf

Please sign in to comment.