cpio: unbundle patch (fetch from my GitHub acct.)
This commit is contained in:
@@ -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>,,'
|
||||
|
||||
Reference in New Issue
Block a user