./print/mupdf, Lightweight PDF, XPS and E-book viewer and toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 1.11nb5, Package name: mupdf-1.11nb5, Maintainer: leot

MuPDF is a lightweight PDF, XPS, and E-book viewer.

The renderer in MuPDF is tailored for high quality anti-aliased
graphics. It renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen. MuPDF is also small, fast,
and yet complete.

MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks,
annotations, searching and more. MuPDF also reads many other document
and e-book formats, such as XPS, OpenXPS, CBZ, EPUB and FictionBook
2.

MuPDF is written modularly, so features can be added and removed
by integrators if they so desire.

Since the 1.2 release of MuPDF, we have optional support for
interactive features such as form filling, javascript and transitions.


Required to run:
[graphics/jpeg] [graphics/freetype2] [graphics/jbig2dec] [graphics/openjpeg] [graphics/png] [fonts/harfbuzz]

Required to build:
[pkgtools/cwrappers] [pkgtools/x11-links]

Master sites:

SHA1: f782d36aaa896319207e81953e5a622201477b5b
RMD160: 573307473a1ac81aca4519b0e57a7111aae7803f
Filesize: 39214.912 KB

Version history: (Expand)


CVS history: (Expand)


   2017-11-04 18:48:30 by Benny Siegert | Files touched by this commit (7)
Log message:
Pullup ticket #5595 - requested by sevan
print/mupdf: security fix

Revisions pulled up:
- print/mupdf/Makefile                                          1.54
- print/mupdf/distinfo                                          1.38
- print/mupdf/patches/patch-CVE-2017-14685                      1.1
- print/mupdf/patches/patch-CVE-2017-14686                      1.1
- print/mupdf/patches/patch-CVE-2017-14687                      1.1
- print/mupdf/patches/patch-CVE-2017-15369                      1.1
- print/mupdf/patches/patch-CVE-2017-15587                      1.1

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Wed Oct 25 11:00:03 UTC 2017

   Modified Files:
           pkgsrc/print/mupdf: Makefile distinfo
   Added Files:
           pkgsrc/print/mupdf/patches: patch-CVE-2017-14685
   patch-CVE-2017-14686
               patch-CVE-2017-14687 patch-CVE-2017-15369 patch-CVE-2017-15587

   Log message:
   mupdf: backport patches to fix several possible security issues

   Backport patches from upstream to address CVE-2017-14685, CVE-2017-14686,
   CVE-2017-14687, CVE-2017-15369 and CVE-2017-15587.

   These will not be needed for the next mupdf stable release.

   Bump PKGREVISION.
   2017-10-22 20:12:21 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5584 - requested by sevan
print/mupdf: bugfix

Revisions pulled up:
- print/mupdf/Makefile                                          1.53
- print/mupdf/distinfo                                          1.37
- print/mupdf/patches/patch-source_fitz_load-jpx.c              1.6

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Thu Oct 19 20:32:07 UTC 2017

   Modified Files:
           pkgsrc/print/mupdf: Makefile distinfo
           pkgsrc/print/mupdf/patches: patch-source_fitz_load-jpx.c

   Log message:
   mupdf: Fix possible segfaults when calling opj_free()

   With graphics/openjpeg (at least 2.2.0 and 2.3.0) mupdf can crashes when
   calling opj_free().
   Adapt a patch from OpenBSD ports
   textproc/mupdf/patch-source_fitz_load-jpx_c,v 1.5 that fixes this issue.

   Bump PKGREVISION