diff --git a/package/mupdf/mupdf.mk b/package/mupdf/mupdf.mk index 6b666033eb..9eecb84232 100644 --- a/package/mupdf/mupdf.mk +++ b/package/mupdf/mupdf.mk @@ -21,12 +21,6 @@ MUPDF_DEPENDENCIES = \ lcms2 openjpeg \ zlib -# libfreeglut/0001-Plug-memory-leak-that-happens-upon-error.patch -# Fix is in libfreeglut, but CVE applied to mupdf. -MUPDF_IGNORE_CVES = \ - CVE-2024-24258 \ - CVE-2024-24259 - # mupdf doesn't use CFLAGS and LIBS but XCFLAGS and XLIBS instead. # with USE_SYSTEM_LIBS it will try to use system libraries instead of the bundled ones. MUPDF_MAKE_ENV = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) \