From 0ebeec9183b9d043a05e9816708b22c92284c0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 29 Mar 2020 09:39:31 +0200 Subject: [PATCH] exiv2: name the patch as usual That allows automatic detection of CVEs being fixed (e.g. by vulnix) --- pkgs/development/libraries/exiv2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix index d92f7ffc4fd..819f94cc44f 100644 --- a/pkgs/development/libraries/exiv2/default.nix +++ b/pkgs/development/libraries/exiv2/default.nix @@ -25,9 +25,9 @@ stdenv.mkDerivation rec { }; patches = [ - # CVE-2019-20421 # included in next release (fetchpatch { + name = "cve-2019-20421.patch"; url = "https://github.com/Exiv2/exiv2/commit/a82098f4f90cd86297131b5663c3dec6a34470e8.patch"; sha256 = "16r19qb9l5j43ixm5jqid9sdv5brlkk1wq0w79rm5agxq4kblfyc"; excludes = [ "tests/bugfixes/github/test_issue_1011.py" "test/data/Jp2Image_readMetadata_loop.poc" ];