diff options
author | wiz <wiz@pkgsrc.org> | 2020-03-04 15:51:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-03-04 15:51:24 +0000 |
commit | a0ad604d4802b76a907c3b5a82a1181fcdf94426 (patch) | |
tree | 501c27a7868c9b898e71dff9670edd0108a51386 /print/poppler-qt5 | |
parent | 07c49a7b3b158b9cb52dedf4927b6e121ae879f5 (diff) | |
download | pkgsrc-a0ad604d4802b76a907c3b5a82a1181fcdf94426.tar.gz |
poppler*: update to 0.86.0
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
* Internal code improvements
glib:
* Automatic handle of page's cropbox on annots. Issue #129
* Fix memory leak if poppler_document_new_from_file fails
* Minor speed optimization on poppler_page_get_annot_mapping
utils:
* pdfdetach: add 'savefile' option
* pdftoppm/pdftocairo: Fix more odd/even mismatch
qt5:
* Fix loading from iodevice
Release 0.85.0:
core:
* Fix case unsensitive search for Deseret and Osage. Issue #853
* Fix crash in unicodeToAscii7
* CairoOutputDev: make initialisation thread-safe
* Fix crash on broken files. Issues #869, #870
* Internal code improvements
utils:
* pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873
* pdftohtml: Fix issue with the font size sometimes being huge
qt5:
* Fix FormField::name encoding
* Accept UTF-16 uiNames for form fields
* Fix search for "complex" characters
* Allow to load document from QIODevice
glib:
* make the frontend initialization thread safe.
Diffstat (limited to 'print/poppler-qt5')
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-qt5/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index ed12573b303..a6c403d0188 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.37 2020/03/01 11:18:59 markd Exp $ +# $NetBSD: Makefile,v 1.38 2020/03/04 15:51:24 wiz Exp $ -PKGREVISION= 2 .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt5-${POPPLER_VERS} diff --git a/print/poppler-qt5/PLIST b/print/poppler-qt5/PLIST index 2da80d1d9ff..1f84cf98a06 100644 --- a/print/poppler-qt5/PLIST +++ b/print/poppler-qt5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2019/10/19 12:37:05 nia Exp $ +@comment $NetBSD: PLIST,v 1.12 2020/03/04 15:51:24 wiz Exp $ include/poppler/qt5/poppler-annotation.h include/poppler/qt5/poppler-export.h include/poppler/qt5/poppler-form.h @@ -10,5 +10,5 @@ include/poppler/qt5/poppler-qt5.h include/poppler/qt5/poppler-version.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.21.0 +lib/libpoppler-qt5.so.1.22.0 lib/pkgconfig/poppler-qt5.pc |