summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-06 23:18:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-06 23:18:09 +0200
commite24f5eab66a004fcbd770888aba9cd94fcda17c5 (patch)
treec0953c3af0ec27b95cab73edb5a98110ff11a117 /pkgs/misc
parentf46cbbc540e74a8b3c8ef3099df4c2a0b434e55b (diff)
downloadnixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar.gz
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar.bz2
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar.lz
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar.xz
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.tar.zst
nixpkgs-e24f5eab66a004fcbd770888aba9cd94fcda17c5.zip
treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched
status.
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/foomatic-filters/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/foomatic-filters/default.nix b/pkgs/misc/drivers/foomatic-filters/default.nix
index 9bee05bfb25..3ca64e0e8f8 100644
--- a/pkgs/misc/drivers/foomatic-filters/default.nix
+++ b/pkgs/misc/drivers/foomatic-filters/default.nix
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
   buildInputs = [ perl cups dbus enscript ];
 
   patches = [
-    # for CVE-2015-8327 & CVE-2015-8560
     (fetchpatch {
+      name = "CVE-2015-8327+CVE-2015-8560.patch";
       url = "https://salsa.debian.org/debian/foomatic-filters/raw/a3abbef2d2f8c7e62d2fe64f64afe294563fdf8f/debian/patches/0500-r7406_also_consider_the_back_tick_as_an_illegal_shell_escape_character.patch";
       sha256 = "055nwi3sjf578nk40bqsch3wx8m2h65hdih0wmxflb6l0hwkq4p4";
     })