Package: mupdf / 1.25.1+ds1-6

Metadata

Package Version Patches format
mupdf 1.25.1+ds1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0010_add_missing_hardening_flags.diff | (download)

scripts/wrap/__main__.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add missing hardening flags
0001 mupdf_manpage.patch | (download)

docs/man/mupdf.1 | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 mupdf_manpage


0002 Only warn once about the missing ICC support.patch | (download)

source/fitz/colorspace.c | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 only warn once about the missing icc support


0003 Sort files in static library to make the build repro.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sort files in static library to make the build reproducible


0004 use debian flavor build options.patch | (download)

Makerules | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 use debian flavor build options

Do not strip binaries by default and use Debian LDFLAGS

0005 MuPDF crossbuild use target arch pkg config.patch | (download)

Makerules | 96 49 + 47 - 0 !
1 file changed, 49 insertions(+), 47 deletions(-)

 mupdf crossbuild use target arch pkg-config

mupdf fails to cross build, because it uses the build architecture
pkg-config and thus fails to find a pile of .pc files.

0006 MuPDF crossbuild use host cc for utils.patch | (download)

Makerules | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 mupdf crossbuild use host cc for utils


0007 mupdf x11 does not need to link to libcrypto.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mupdf-x11 does not need to link to libcrypto


0008 define SONAME header.patch | (download)

Makefile | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 define soname header


0008 Add fallback for missing SA_NOCLDWAIT.patch | (download)

platform/gl/gl-main.c | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 add fallback for missing sa_nocldwait

GNU Hurd does not implement SA_NOCLDWAIT. It also does not
automatically reap zombies if SIGCHLD is ignored.

This fallback does not check for failures from waitpid(2), because
there is not much the program can do about them.

0009 Use Charis SIL ttf font directly.patch | (download)

Makefile | 6 3 + 3 - 0 !
source/fitz/font-table.h | 8 4 + 4 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 use charis sil ttf font directly