k2pdfopt: disable JPEG2000 support by default
jasper has unfixed CVE
This commit is contained in:
parent
acd9058931
commit
ab8889d8b1
@ -3,7 +3,7 @@
|
|||||||
, enableGSL ? true, gsl
|
, enableGSL ? true, gsl
|
||||||
, enableGhostScript ? true, ghostscript
|
, enableGhostScript ? true, ghostscript
|
||||||
, enableMuPDF ? true, mupdf
|
, enableMuPDF ? true, mupdf
|
||||||
, enableJPEG2K ? true, jasper
|
, enableJPEG2K ? false, jasper ? null # disabled by default, jasper has unfixed CVE
|
||||||
, enableDJVU ? true, djvulibre
|
, enableDJVU ? true, djvulibre
|
||||||
, enableGOCR ? false, gocr # Disabled by default due to crashes
|
, enableGOCR ? false, gocr # Disabled by default due to crashes
|
||||||
, enableTesseract ? true, leptonica, tesseract4
|
, enableTesseract ? true, leptonica, tesseract4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user