diff options
author | wiz <wiz@pkgsrc.org> | 2018-12-10 10:28:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-12-10 10:28:08 +0000 |
commit | 754e2436d93ea68b1600e4b4bdc629a285becb69 (patch) | |
tree | b6e78d204b43532ba05e90ac725bb869b24058c1 /print | |
parent | ad9e9f2f1f2523fd328bfe7cb1043f9396066c36 (diff) | |
download | pkgsrc-754e2436d93ea68b1600e4b4bdc629a285becb69.tar.gz |
poppler: update to 0.72.0.
Release 0.72.0:
core:
* Fix checkbox lacking AP not bein able to change state. Issue #655
* Draw line annotation endings (arrow, circle, ...)
* cairo: Don't use UNIQUE_ID for PS output, to avoid using PS memory on cairo >= 1.5.10
* Be more stubborn looking for a nssdb. Issue #669
* GooString::fromInt: Repair the return value.
* Minor performance improvements
* Avoid cycles in PDF parsing
* Stream::makeFilter: Fix memory leak
* Fix various issues with malformed files
* Rename GooString::getCString to GooString::c_str
* Regenerate UnicodeDecompTables.h from python 3.7.1
utils:
* pdfdetach: Check for valid embedded file before trying to save it. Issue #661
* pdfdetach: Check for valid file name of embedded file before using it to determine save path. Issue #660
* Fix typos in utils.
glib:
* Fix missing PopplerAttachment destructor call
* Support getting form widget additional actions.
* docs: Small improvements
qt5:
* Internally compile with -DQT_NO_SIGNALS_SLOTS_KEYWORDS
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/PLIST | 6 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 2d6d964eb4d..d77d8c70217 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.102 2018/12/03 08:25:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.103 2018/12/10 10:28:08 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -7,7 +7,7 @@ # used by print/poppler-qt5/Makefile # used by print/poppler-utils/Makefile -POPPLER_VERS= 0.71.0 +POPPLER_VERS= 0.72.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ diff --git a/print/poppler/PLIST b/print/poppler/PLIST index 829cf03d751..6b8a1d7c5e8 100644 --- a/print/poppler/PLIST +++ b/print/poppler/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.16 2018/12/03 08:25:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2018/12/10 10:28:08 wiz Exp $ lib/libpoppler.so -lib/libpoppler.so.82 -lib/libpoppler.so.82.0.0 +lib/libpoppler.so.83 +lib/libpoppler.so.83.0.0 lib/pkgconfig/poppler-splash.pc lib/pkgconfig/poppler.pc share/doc/poppler/README diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 644bfdde83d..d86e559298f 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.132 2018/12/03 08:25:50 wiz Exp $ +$NetBSD: distinfo,v 1.133 2018/12/10 10:28:08 wiz Exp $ -SHA1 (poppler-0.71.0.tar.xz) = b748621566779788894b7b321fe4f3c6d52dd3c1 -RMD160 (poppler-0.71.0.tar.xz) = b95b76c26b53408dead3e08f3243980440cad663 -SHA512 (poppler-0.71.0.tar.xz) = 8e0ce95e7b58c37761c36a20f1282e63373a9557bf9f746ce2936562f12648506043d9559cf816944aa238814fc1b3f3a3c0a6cb002fd214b067e399bcc6ab1e -Size (poppler-0.71.0.tar.xz) = 1480852 bytes +SHA1 (poppler-0.72.0.tar.xz) = 34d3035eef26bf54cf847925a5b69bd0bf75c672 +RMD160 (poppler-0.72.0.tar.xz) = 73d6f98c1248a517db9b6244bd2cbdc89c67f5b5 +SHA512 (poppler-0.72.0.tar.xz) = 57dc98ff3e433cb8c7e3c31016c080e09586410622d70fb2fe1aa36c2a55017508dd5b5b253cfe987b86f9197bdd34345e038c89f542003cf021900c86614145 +Size (poppler-0.72.0.tar.xz) = 1492912 bytes SHA1 (patch-aq) = da845661ef7f7aca3072dbeebde0444b4d8f01aa SHA1 (patch-poppler_CMap.cc) = d37745ea4cbeae76ad43c4ac74e942531f7b7dd8 |