From 3b0560dddc71323538b8cdedfe64925d3c51478c Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 17 Jun 2018 14:42:45 +0200 Subject: [PATCH] mupdf: use CVE in name to enable vulnix detection --- pkgs/applications/misc/mupdf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/mupdf/default.nix b/pkgs/applications/misc/mupdf/default.nix index a8458e3432c..d78caa24e46 100644 --- a/pkgs/applications/misc/mupdf/default.nix +++ b/pkgs/applications/misc/mupdf/default.nix @@ -24,7 +24,7 @@ in stdenv.mkDerivation rec { patches = [ (fetchpatch { - # CVE-2018-10289 + name = "CVE-2018-10289.patch"; url = "https://bugs.ghostscript.com/attachment.cgi?id=15230"; sha256 = "0jmpacxd9930g6k57kda9jrcrbk75whdlv8xwmqg5jwn848qvy4q"; })