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:
parent
2b7aace1ae
commit
529e2b281a
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, ed }:
|
{ stdenv, fetchurl, ed }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "patch-2.7.1";
|
name = "patch-2.7.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/patch/${name}.tar.gz";
|
url = "mirror://gnu/patch/${name}.tar.bz2";
|
||||||
sha256 = "1m9r83b5c154xnxbvgjg4lfff58xjapanj6dmmivqx1liik2hpy0";
|
sha256 = "0za8wh4lgjk8k9s0rd7y5gjid99126myrh3nkifpi4ny6rkj9xh2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional doCheck ed;
|
buildInputs = stdenv.lib.optional doCheck ed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user