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 22.01.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1fd08ed209e
branches:  trunk
changeset: 371272:c1fd08ed209e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 08 11:16:05 2022 +0000

description:
poppler*: update to 22.01.0

Release 22.01.0:
        core:
         * Allow local (relative to dll) fonts dir on Windows
         * TextOutputDev: require more spacing between columns. Issue #1093
         * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183
         * Fix crash when calling Form::reset()
         * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184
         * Minor code improvements

        glib:
         * Include glib.h before using defines from it
         * Close file descriptors on error
         * Plug some memory leaks
         * Replace use of deprecated g_memdup/g_time_zone_new
         * Remove FD-taking functions on windows

        utils:
         * pdfsig: Add support for documents with passwords
         * pdfsig: Fix signing with -sign if nss password is needed

Release 21.12.0:
        core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

        glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

        utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

        build system:
         * Increase C++ standard to 17

diffstat:

 print/poppler-glib/Makefile   |  3 +--
 print/poppler-glib/PLIST      |  4 ++--
 print/poppler-includes/PLIST  |  6 +++---
 print/poppler-qt5/Makefile    |  3 +--
 print/poppler/Makefile.common |  4 ++--
 print/poppler/PLIST           |  6 +++---
 print/poppler/distinfo        |  8 ++++----
 7 files changed, 16 insertions(+), 18 deletions(-)

diffs (112 lines):

diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler-glib/Makefile
--- a/print/poppler-glib/Makefile       Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler-glib/Makefile       Sat Jan 08 11:16:05 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.94 2021/12/08 16:02:32 adam Exp $
+# $NetBSD: Makefile,v 1.95 2022/01/08 11:16:05 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-glib-${POPPLER_VERS}
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler-glib/PLIST
--- a/print/poppler-glib/PLIST  Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler-glib/PLIST  Sat Jan 08 11:16:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2021/05/20 11:49:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2022/01/08 11:16:05 wiz Exp $
 include/poppler/glib/poppler-action.h
 include/poppler/glib/poppler-annot.h
 include/poppler/glib/poppler-attachment.h
@@ -17,6 +17,6 @@
 lib/girepository-1.0/Poppler-0.18.typelib
 lib/libpoppler-glib.so
 lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.21.0
+lib/libpoppler-glib.so.8.22.0
 lib/pkgconfig/poppler-glib.pc
 share/gir-1.0/Poppler-0.18.gir
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler-includes/PLIST
--- a/print/poppler-includes/PLIST      Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler-includes/PLIST      Sat Jan 08 11:16:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2021/11/07 13:01:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2022/01/08 11:16:05 wiz Exp $
 include/poppler/Annot.h
 include/poppler/AnnotStampImageHelper.h
 include/poppler/Array.h
@@ -19,6 +19,8 @@
 include/poppler/Dict.h
 include/poppler/Error.h
 include/poppler/ErrorCodes.h
+include/poppler/FDPDFDocBuilder.h
+include/poppler/FILECacheLoader.h
 include/poppler/FileSpec.h
 include/poppler/FontEncodingTables.h
 include/poppler/FontInfo.h
@@ -64,8 +66,6 @@
 include/poppler/SignatureInfo.h
 include/poppler/Sound.h
 include/poppler/SplashOutputDev.h
-include/poppler/StdinCachedFile.h
-include/poppler/StdinPDFDocBuilder.h
 include/poppler/Stream-CCITT.h
 include/poppler/Stream.h
 include/poppler/StructElement.h
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler-qt5/Makefile
--- a/print/poppler-qt5/Makefile        Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler-qt5/Makefile        Sat Jan 08 11:16:05 2022 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.51 2021/12/08 16:06:15 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/01/08 11:16:05 wiz Exp $
 
-PKGREVISION= 1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-qt5-${POPPLER_VERS}
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler/Makefile.common     Sat Jan 08 11:16:05 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.126 2021/11/07 13:01:24 wiz Exp $
+# $NetBSD: Makefile.common,v 1.127 2022/01/08 11:16:05 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.11.0
+POPPLER_VERS=  22.01.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler/PLIST
--- a/print/poppler/PLIST       Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler/PLIST       Sat Jan 08 11:16:05 2022 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.36 2021/11/07 13:01:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2022/01/08 11:16:05 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.115
-lib/libpoppler.so.115.0.0
+lib/libpoppler.so.117
+lib/libpoppler.so.117.0.0
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF
 share/doc/poppler/README.md
diff -r d73ae0554fc9 -r c1fd08ed209e print/poppler/distinfo
--- a/print/poppler/distinfo    Sat Jan 08 10:37:36 2022 +0000
+++ b/print/poppler/distinfo    Sat Jan 08 11:16:05 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.157 2021/11/07 13:01:24 wiz Exp $
+$NetBSD: distinfo,v 1.158 2022/01/08 11:16:05 wiz Exp $
 
-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
+BLAKE2s (poppler-22.01.0.tar.xz) = cced69fa9241f7aa0c6cc5af2ccbdf8457724f97a7e54f9c755b7b51416ce1d1
+SHA512 (poppler-22.01.0.tar.xz) = c6ea908a9188483ca588ac81d3e92dd15a405f90d36cc7059e618c8a7e3e9faeda82717aba5df34adb4a0a94e2fbecd472acec44972272349cc8d5a57b7405d1
+Size (poppler-22.01.0.tar.xz) = 1801984 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff



Home | Main Index | Thread Index | Old Index