diff options
author | wiz <wiz> | 2017-02-22 15:26:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-02-22 15:26:09 +0000 |
commit | e464027ffd0c48c8360e0c3ae2a7e4340f94a499 (patch) | |
tree | f9310e65b3ece559c81e16f29329420ca42227ba | |
parent | 1758b5d2d1291c613e4d0d33955487306e261835 (diff) | |
download | pkgsrc-e464027ffd0c48c8360e0c3ae2a7e4340f94a499.tar.gz |
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
-rw-r--r-- | print/poppler-qt5/Makefile | 3 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 4 | ||||
-rw-r--r-- | print/poppler/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/print/poppler-qt5/Makefile b/print/poppler-qt5/Makefile index 7ff21bc5007..d461e68df1b 100644 --- a/print/poppler-qt5/Makefile +++ b/print/poppler-qt5/Makefile @@ -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} diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index abdc625e332..341dcbcbd5e 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -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/ diff --git a/print/poppler/distinfo b/print/poppler/distinfo index 48e20cbffd7..a70a3abbaa4 100644 --- a/print/poppler/distinfo +++ b/print/poppler/distinfo @@ -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 |