This update for mupdf fixes the following issues:
Changes in mupdf:
Build and ship MuPDF as a shared library (make shared=yes) instead of static-only:
Consumers that statically embedded libmupdf.a (e.g. zathura's pdf-mupdf plugin) failed to load with "undefined symbol: jpeg_resync_to_restart" because openSUSE builds MuPDF against system codec libraries and the static archive does not pull them in; linking against the shared library (which carries those codecs in its own NEEDED) fixes this (boo#1165273).
update to 1.27.2:
Update to 1.27.1:
CVE-2025-55780: null pointer dereference occurs in the function break_word_for_overflow_wrap() (bsc#1250443)
CVE-2026-25556: double-free in fz_fill_pixmap_from_display_list() (bsc#1257944)
Update to version 1.26.3:
Use system brotli, tesseract for builds
More specific directory globs for files section.
Update to 1.25.6:
Update to 1.25.5:
Update to 1.25.4:
Update to 1.25.3:
Update to 1.25.2:
Update to 1.25.1:
For changes in 1.25.0 and older see https://mupdf.com/releases/history
Update to 1.24.10: