libimobiledevice: use cve tag in patchname for vulnix auto-detection

This commit is contained in:
Pascal Wittmann 2018-04-22 11:36:25 +02:00
parent b25c04d158
commit 81a255dc93
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
patches = [
./disable_sslv3.patch
(fetchpatch { # CVE-2016-5104
(fetchpatch {
name = "CVE-2016-5104.patch";
url = "https://github.com/libimobiledevice/libimobiledevice/commit/df1f5c4d70d0c19ad40072f5246ca457e7f9849e.patch";
sha256 = "06ygb9aqcvm4v08wrldsddjgyqv5bkpq6lxzq2a1nwqp9mq4a4k1";
})