Merge #27075: p7zip: Update CVE-2016-9296 patch URL

This commit is contained in:
Vladimír Čunát 2017-07-03 08:21:52 +02:00
commit 1f0de2dce2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -10,9 +10,10 @@ stdenv.mkDerivation rec {
};
patches = [
(fetchpatch {
url = "https://sources.debian.net/data/main/p/p7zip/16.02+dfsg-2/debian/patches/12-CVE-2016-9296.patch";
sha256 = "1i7099h27gmb9dv0lb7jnqfm504gs1c3129r6kvi94yb2gzrzk41";
(fetchpatch rec {
name = "CVE-2016-9296.patch";
url = "https://src.fedoraproject.org/cgit/rpms/p7zip.git/plain/${name}?id=4b3973f6a5d";
sha256 = "09wbkzai46bwm8zmplsz0m4jck3qn7snr68i9p1gsih300zidj0m";
})
];