cpio: unbundle patch (fetch from my GitHub acct.)

This commit is contained in:
Tobias Geerinckx-Rice
2015-09-18 06:09:04 +02:00
parent 3278007dae
commit 27678026d7
2 changed files with 9 additions and 150 deletions
+9 -1
View File
@@ -11,7 +11,15 @@ in stdenv.mkDerivation {
sha256 = "0vi9q475h1rki53100zml75vxsykzyhrn70hidy41s5c2rc8r6bh";
};
patches = [ ./CVE-2015-1197-cpio-2.12.patch ];
patches = [
(fetchpatch {
name = "CVE-2015-1197-cpio-2.12.patch";
url = "https://gist.github.com/nckx/70b0bfa80ddfb86c2967/"
+ "raw/e9b40d4d4b701f584f826775b75beb10751dc884/"
+ "CVE-2015-1197-cpio-2.12.patch";
sha256 = "0ph43m4lavwkc4gnl5h9p3da4kb1pnhwk5l2qsky70dqri8pcr8v";
})
];
preConfigure = if stdenv.isCygwin then ''
sed -i gnu/fpending.h -e 's,include <stdio_ext.h>,,'