pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 22 15:26:10 UTC 2017

Modified Files:
        pkgsrc/print/poppler: Makefile.common distinfo
        pkgsrc/print/poppler-qt5: Makefile

Log Message:
Update poppler* to 0.52.0.

shlib major was NOT bumped this time.

Release 0.52.0
        core:
         * Fix assert on reading some OCGs. Bug #99768
         * Properly initialize some RichMedia variables in corner cases. Bug #99767

        qt4:
         * optcontent structure was leaking the headers items. Bug #99449
         * Cleanup objects in tests to fix memory leaks. Bug #99449

        qt5:
         * optcontent structure was leaking the headers items. Bug #99449
         * Cleanup objects in tests to fix memory leaks. Bug #99449

        utils:
         * pdftocairo.1: Fix typo

Release 0.51.0
        core:
         * Check for error from NSS in SignatureHandler construct. Bug #99363
         * Add Form[Field|Widget]::setPartialName
         * Fix memory leak in PDFDoc::markAnnotations

        qt5:
         * Implement digital signature support. Bug #94378
         * Add Poppler::FormField::setName
         * Fix segfault/assert if LinkDestination is constructed with invalid input string. Bug #99357

        utils:
         * pdfunite: add fields to AcroForm dict. Bug #99141


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.112 -r1.113 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/print/poppler-qt5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.82 pkgsrc/print/poppler/Makefile.common:1.83
--- pkgsrc/print/poppler/Makefile.common:1.82   Wed Jan 25 14:34:55 2017
+++ pkgsrc/print/poppler/Makefile.common        Wed Feb 22 15:26:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.82 2017/01/25 14:34:55 wiz Exp $
+# $NetBSD: Makefile.common,v 1.83 2017/02/22 15:26:09 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=          0.50.0
+POPPLER_VERS=          0.52.0
 DISTNAME=              poppler-${POPPLER_VERS}
 CATEGORIES=            print
 MASTER_SITES=          http://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.112 pkgsrc/print/poppler/distinfo:1.113
--- pkgsrc/print/poppler/distinfo:1.112 Wed Jan 25 14:34:55 2017
+++ pkgsrc/print/poppler/distinfo       Wed Feb 22 15:26:09 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.112 2017/01/25 14:34:55 wiz Exp $
+$NetBSD: distinfo,v 1.113 2017/02/22 15:26:09 wiz Exp $
 
-SHA1 (poppler-0.50.0.tar.xz) = fac267cffb29f304edbdb1f323f86a23e22eee8f
-RMD160 (poppler-0.50.0.tar.xz) = d397acf02a887e0b882a1446800725f3c098c495
-SHA512 (poppler-0.50.0.tar.xz) = 81e7b69126dbb06195c68e94d4ffc09bd5beab61c3330ab9e3ca42ce3c9717f18909aa0fe05542c291410f3195d1246b339eaa918fc0aff63d42cbced23b8e8e
-Size (poppler-0.50.0.tar.xz) = 1689260 bytes
+SHA1 (poppler-0.52.0.tar.xz) = 82ca0263a0c22ec2efe3f8b3be5e4071b197807f
+RMD160 (poppler-0.52.0.tar.xz) = 41ac38d00644434485c58a89d4e1e755ed593f5b
+SHA512 (poppler-0.52.0.tar.xz) = 8047af6cb6b1daff12f26463addbaaf532ef1f5c5185bc37eba6bc110438bc88687115bfec2802d738612fbc0c51ca5f7a5182989a23e30a05e9dab7ae4f5a52
+Size (poppler-0.52.0.tar.xz) = 1692144 bytes
 SHA1 (patch-aa) = f97ea3f4d381c189fc81552d91a50cd62bd0c1a1
 SHA1 (patch-ab) = 791c4ffd9488d5c261398cabe323d6c112b3744e
 SHA1 (patch-ag) = d4df4fdf141186e1cc653bb467b31b3335d733ff

Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.13 pkgsrc/print/poppler-qt5/Makefile:1.14
--- pkgsrc/print/poppler-qt5/Makefile:1.13      Sun Feb 12 06:25:56 2017
+++ pkgsrc/print/poppler-qt5/Makefile   Wed Feb 22 15:26:10 2017
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.13 2017/02/12 06:25:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/02/22 15:26:10 wiz Exp $
 
-PKGREVISION= 2
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=               poppler-qt5-${POPPLER_VERS}



Home | Main Index | Thread Index | Old Index