gnupatch: update from 2.7.1 to 2.7.3 (close #6048)

Potentially fixes CVE-2015-1196.

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Edward O'Callaghan 2015-01-29 22:32:23 +11:00 committed by Vladimír Čunát
parent 2b7aace1ae
commit 529e2b281a

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ed }:
stdenv.mkDerivation rec {
name = "patch-2.7.1";
name = "patch-2.7.3";
src = fetchurl {
url = "mirror://gnu/patch/${name}.tar.gz";
sha256 = "1m9r83b5c154xnxbvgjg4lfff58xjapanj6dmmivqx1liik2hpy0";
url = "mirror://gnu/patch/${name}.tar.bz2";
sha256 = "0za8wh4lgjk8k9s0rd7y5gjid99126myrh3nkifpi4ny6rkj9xh2";
};
buildInputs = stdenv.lib.optional doCheck ed;