about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-01 16:14:38 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-01 16:14:38 +0100
commit7566c09a0cccbf184846ee0d5e49973994d13b35 (patch)
tree7c6c24951e6c597dcdb38d45e18f5f6aa073700e /pkgs/tools/graphics
parent43ea7f1c0a1611250dddfda076fb3fc1962702fe (diff)
downloadnixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar.gz
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar.bz2
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar.lz
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar.xz
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.tar.zst
nixlib-7566c09a0cccbf184846ee0d5e49973994d13b35.zip
netpbm: Remove "CVE" patch
The CVE was patched upstream long ago.

http://cve.circl.lu/cve/CVE-2005-2471

-dPARANOIDSAFER seems not to be supported any more.

https://phabricator.wikimedia.org/T136402#2338482
https://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=79a06b45e784e6839b2b2129cd2620ea606254e1
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/netpbm/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/tools/graphics/netpbm/default.nix b/pkgs/tools/graphics/netpbm/default.nix
index 78c12e3b8dce..8f3a5ea274ec 100644
--- a/pkgs/tools/graphics/netpbm/default.nix
+++ b/pkgs/tools/graphics/netpbm/default.nix
@@ -28,10 +28,6 @@ stdenv.mkDerivation {
   };
 
   postPatch = ''
-    # CVE-2005-2471, from Arch
-    substituteInPlace converter/other/pstopnm.c \
-      --replace '"-dSAFER"' '"-dPARANOIDSAFER"'
-
     # Install libnetpbm.so symlink to correct destination
     substituteInPlace lib/Makefile \
       --replace '/sharedlink' '/lib'