about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-17 19:32:27 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-17 19:32:27 +0100
commitab8889d8b18aab8a80242b695256d5bcee19f8e8 (patch)
treeddf7848d5939f0773b877d2c0434ab70760db46f /pkgs/applications
parentacd905893148adadf3e5ff080bba71cd940cf93a (diff)
downloadnixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar.gz
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar.bz2
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar.lz
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar.xz
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.tar.zst
nixlib-ab8889d8b18aab8a80242b695256d5bcee19f8e8.zip
k2pdfopt: disable JPEG2000 support by default
jasper has unfixed CVE
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/k2pdfopt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/k2pdfopt/default.nix b/pkgs/applications/misc/k2pdfopt/default.nix
index a2eba8e08c27..aedfff40d702 100644
--- a/pkgs/applications/misc/k2pdfopt/default.nix
+++ b/pkgs/applications/misc/k2pdfopt/default.nix
@@ -3,7 +3,7 @@
 , enableGSL ? true, gsl
 , enableGhostScript ? true, ghostscript
 , enableMuPDF ? true, mupdf
-, enableJPEG2K ? true, jasper
+, enableJPEG2K ? false, jasper ? null  # disabled by default, jasper has unfixed CVE
 , enableDJVU ? true, djvulibre
 , enableGOCR ? false, gocr # Disabled by default due to crashes
 , enableTesseract ? true, leptonica, tesseract4