pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print poppler*: update to 21.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecacf3134dd0
branches:  trunk
changeset: 769070:ecacf3134dd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 07 13:01:24 2021 +0000

description:
poppler*: update to 21.11.0

Release 21.11.0:
        core:
         * Fix rendering of some non-standard confirming annotations
         * Support rendering of some non-standard Type3 charprocs. Issue #1150
         * TextOutputDev: Respect orientation when selecting words. Issue #499
         * CairoOutputDev: Don't override the antialias settings from the cairo_t
         * StructElement: support MCID in XObjects
         * Fix detection of monospace fonts
         * Ignore Adobe-Identity for non embedded CID fonts
         * PageLabelInfo::labelToIndex: work on some special no style intervals
         * Fix crash in malformed files
         * Minor code improvements

        utils:
         * pdfinfo: add -url option to print all URLs in a PDF
         * pdftohtml: document what zoom means in regard to DPI

        qt6:
         * Require Qt 6.1
         * Minor code improvements

Release 21.10.0:
        core:
         * Add support for setting custom stamp annotations
         * Add default appearance for the well known stamp names
         * Correct encoding of signature's properties Reason & Location
         * Splash: Fix rendering of some odd patterns
         * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check
         * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates
         * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak
         * Fix issues with malformed files
         * Internal code improvements

         utils:
         * pdfsig: Add a way to list certificate nicknames
         * pdfsig: You can now add signatures from pdfsig
         * pdfsig: Add option to not do OCSP revocation check
         * pdfsig: Add option for AIA fetching to verify certificates
         * pdfinfo: Add -custom option to print custom metadata
         * pdfinfo: add metadata flags

        qt:
         * Add support for setting custom stamp annotations
         * Add getters for signature's properties Reason & Location
         * Internal code improvements

        glib:
         * Remove incorrect PopplerAttachment deprecation

diffstat:

 print/poppler-includes/PLIST  |  3 ++-
 print/poppler-qt5/PLIST       |  4 ++--
 print/poppler/Makefile.common |  4 ++--
 print/poppler/PLIST           |  6 +++---
 print/poppler/distinfo        |  8 ++++----
 5 files changed, 13 insertions(+), 12 deletions(-)

diffs (73 lines):

diff -r c7d13edf6bfe -r ecacf3134dd0 print/poppler-includes/PLIST
--- a/print/poppler-includes/PLIST      Sun Nov 07 12:38:12 2021 +0000
+++ b/print/poppler-includes/PLIST      Sun Nov 07 13:01:24 2021 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.24 2021/04/08 06:14:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2021/11/07 13:01:24 wiz Exp $
 include/poppler/Annot.h
+include/poppler/AnnotStampImageHelper.h
 include/poppler/Array.h
 include/poppler/BBoxOutputDev.h
 include/poppler/CMap.h
diff -r c7d13edf6bfe -r ecacf3134dd0 print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST   Sun Nov 07 12:38:12 2021 +0000
+++ b/print/poppler-qt5/PLIST   Sun Nov 07 13:01:24 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/06/10 10:59:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/11/07 13:01: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-version.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.29.0
+lib/libpoppler-qt5.so.1.30.0
 lib/pkgconfig/poppler-qt5.pc
diff -r c7d13edf6bfe -r ecacf3134dd0 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sun Nov 07 12:38:12 2021 +0000
+++ b/print/poppler/Makefile.common     Sun Nov 07 13:01:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.125 2021/09/29 10:02:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.126 2021/11/07 13:01:24 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=  21.09.0
+POPPLER_VERS=  21.11.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r c7d13edf6bfe -r ecacf3134dd0 print/poppler/PLIST
--- a/print/poppler/PLIST       Sun Nov 07 12:38:12 2021 +0000
+++ b/print/poppler/PLIST       Sun Nov 07 13:01:24 2021 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.35 2021/09/29 10:02:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2021/11/07 13:01:24 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.113
-lib/libpoppler.so.113.0.0
+lib/libpoppler.so.115
+lib/libpoppler.so.115.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r c7d13edf6bfe -r ecacf3134dd0 print/poppler/distinfo
--- a/print/poppler/distinfo    Sun Nov 07 12:38:12 2021 +0000
+++ b/print/poppler/distinfo    Sun Nov 07 13:01:24 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.156 2021/10/26 11:12:13 nia Exp $
+$NetBSD: distinfo,v 1.157 2021/11/07 13:01:24 wiz Exp $
 
-BLAKE2s (poppler-21.09.0.tar.xz) = 2f62f18bfdcbfd99035d54687cdf05a186a75444bf6e62dfc3d5eae003acef49
-SHA512 (poppler-21.09.0.tar.xz) = e63181b98cbcb71e5b1beefce3aa7c196f69a7adc4304c8ced70eac7ab8a7edf918988faeb2a23727ecaafd6f4a809f561fa1c86f1fda0ab7e5e2dc882a5ab55
-Size (poppler-21.09.0.tar.xz) = 1722828 bytes
+BLAKE2s (poppler-21.11.0.tar.xz) = 9835924437d70e2e20e9299d4ad06183473c9ca4afe826f80d936d6d12d91cd9
+SHA512 (poppler-21.11.0.tar.xz) = 354d6372093e7ecedf95c43e8d203e9b2781ff7ecd81cd3920cb8c72a37463b47423ce7ab3c8233c0f031f2c024ac1ba5c8d442c80e6643722192fb9638e5d3a
+Size (poppler-21.11.0.tar.xz) = 1783592 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff



Home | Main Index | Thread Index | Old Index