summary refs log tree commit diff
path: root/pkgs/applications/misc/k2pdfopt
diff options
context:
space:
mode:
authorDavid Anderson <dave@natulte.net>2020-03-14 01:30:31 -0700
committerDavid Anderson <dave@natulte.net>2020-09-09 18:29:42 +0000
commit3a38cef8f9108bcbf024c05dc89dd80561f7e62b (patch)
treea7d9b0b6b7b2c13deb6053fa7900f2feb1679f44 /pkgs/applications/misc/k2pdfopt
parent9c11454182fdd8d17dfc8178d995899b843111f2 (diff)
downloadnixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar.gz
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar.bz2
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar.lz
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar.xz
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.tar.zst
nixpkgs-3a38cef8f9108bcbf024c05dc89dd80561f7e62b.zip
jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
Diffstat (limited to 'pkgs/applications/misc/k2pdfopt')
-rw-r--r--pkgs/applications/misc/k2pdfopt/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/k2pdfopt/default.nix b/pkgs/applications/misc/k2pdfopt/default.nix
index 431426e55fb..75e467d4cdf 100644
--- a/pkgs/applications/misc/k2pdfopt/default.nix
+++ b/pkgs/applications/misc/k2pdfopt/default.nix
@@ -3,7 +3,6 @@
 , enableGSL ? true, gsl
 , enableGhostScript ? true, ghostscript
 , enableMuPDF ? true, mupdf
-, 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
@@ -144,7 +143,6 @@ in stdenv.mkDerivation rec {
     optional enableGSL gsl ++
     optional enableGhostScript ghostscript ++
     optional enableMuPDF mupdf_modded ++
-    optional enableJPEG2K jasper ++
     optional enableDJVU djvulibre ++
     optional enableGOCR gocr ++
     optionals enableTesseract [ leptonica_modded tesseract_modded ];