pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: update to 0.72.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8459d679b84b
branches:  trunk
changeset: 316314:8459d679b84b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 10 10:28:08 2018 +0000

description:
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:

 print/poppler/Makefile.common |   4 ++--
 print/poppler/PLIST           |   6 +++---
 print/poppler/distinfo        |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 7ca53dc2f248 -r 8459d679b84b print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Mon Dec 10 09:03:33 2018 +0000
+++ b/print/poppler/Makefile.common     Mon Dec 10 10:28:08 2018 +0000
@@ -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 -r 7ca53dc2f248 -r 8459d679b84b print/poppler/PLIST
--- a/print/poppler/PLIST       Mon Dec 10 09:03:33 2018 +0000
+++ b/print/poppler/PLIST       Mon Dec 10 10:28:08 2018 +0000
@@ -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 -r 7ca53dc2f248 -r 8459d679b84b print/poppler/distinfo
--- a/print/poppler/distinfo    Mon Dec 10 09:03:33 2018 +0000
+++ b/print/poppler/distinfo    Mon Dec 10 10:28:08 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index