exiv2: name the patch as usual

That allows automatic detection of CVEs being fixed (e.g. by vulnix)
wip/yesman
Vladimír Čunát 4 years ago
parent 7cf8f4f2cc
commit 0ebeec9183
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      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" ];

Loading…
Cancel
Save