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:           Sun Jul 13 08:16:02 UTC 2025

Modified Files:
        pkgsrc/print/poppler: Makefile Makefile.common PLIST distinfo
        pkgsrc/print/poppler-cpp: Makefile PLIST
        pkgsrc/print/poppler-includes: Makefile PLIST
        pkgsrc/print/poppler-qt5: Makefile PLIST
        pkgsrc/print/poppler-qt6: Makefile
        pkgsrc/print/poppler-utils: Makefile

Log Message:
Release 25.07.0:
        core:
         * Changed rendering of malformed documents to mimic what Adobe Reader does. Issue #1602
         * Improvemenst in signature validation in the NSS backend
         * Add more detailed output when signing fails
         * Internal code improvements
         * Fix crashes in malformed documents

        utils:
         * pdfsig: command line option for allowing PGP signatures in GnuPG backend

Release 25.06.0:
        core:
         * Fix writing dates back to file
         * Internal code improvements
         * Fix crashes in malformed documents

        glib:
         * Add the ink annotation type
         * Add missing autopointers definitions

        utils:
         * pdfsig: Add assert-signer feature
         * pdfsig: Return error code on error

Release 25.05.0:
        core:
         * Fix re-fetching after xref reconstruction. Issue #1584
         * Fix compilation with ENABLE_ZLIB_UNCOMPRESS=ON
         * Various annotation improvements. Issues #642, #1558, #1055
         * CairoFontEngine: invalidate broken embedded fonts. Issue #1453
         * Splash: Performance improvements
         * Internal code improvements

        glib:
         * Small signature improvements

Release 25.04.0:
        core:
         * Properly verify adbe.pkcs7.sha1 signatures
         * Improve errors on signing failure
         * Allow empty outline titles
         * Fix error in Distinguished Name parsing
         * Fix build with Android API < 29
         * Fix parsing Level PG document string
         * Internal code improvements
         * Fix crashes in malformed documents

        utils:
         * pdfcairo: Fix document unit for SVG output

        cpp:
         * Add document::form_type
         * Add document::has_javascript

        build system:
         * cmake: Use modern Python3 cmake module

Release 25.03.0:
        core:
         * Fix opening some slightly malformed files
         * Signing: Support custom PGP signing
         * Signing: Do not embed fonts in the case of signatures without appearance
         * Signing: Improve error handling on bad passphrase
         * Signing-GPGME: more correct validation handling
         * Internal code improvements

        glib:
         * Fix default signature colors
         * Check file attachment annotation for this class before casting

Release 25.02.0:
        core:
         * cairo: fix issue for images reaching MAX_CAIRO_IMAGE_SIZE
         * Improve rendering in some malformed documents
         * Internal code improvements

        glib:
         * add new api to allow selecting annotations to render
         * fix a crash when getting a font description for a free text annotation if it was not set

Release 25.01.0:
        core:
         * TextOutputDev: Better detect fakebold words
         * TextOutputDev: Faster sorting algorithm
         * Internal code improvements
         * Fix crashes in malformed documents

        cpp:
         * Remove rect parameter from image::copy, it was never implemented

        qt6:
         * Fix crash in Submit Forms if document links to non existing field

        qt5:
         * Fix crash in Submit Forms if document links to non existing field

        glib:
         * mark transfer of poppler_page_get_selected_region

        utils:
         * pdfdetach: Make -savefile work with Unicode strings. Issue #1540

        build system:
         * Don't update pdfsig.pot when POT-Creation-date is the only change

Release 24.12.0:
        core:
         * cairo: Fix rendering of JPX images with transparency
         * cairo: Fix JPX transparency regression
         * Override encoding for Zapf Dingbats
         * Improve Signature appearance generation code
         * Improve Stamp appearance generation code
         * Mark certificates that can do qualified signing
         * Internal code improvements

        qt6:
         * Mark certificates that can do qualified signing

        glib:
         * Add free text annotations support

        utils:
         * pdfsig: Improve man page

        build system:
         * Install some more internal headers
         * Fix build with in-tree build

Release 24.11.0:
        core:
         * Fix rendering of some buttons
         * Fix selecting fonts in TTC font collections
         * CairoOutputDev: prevent infinite loop in functionShadedFill()
         * Fix some unstable headers not being usable on their own
         * Fix some headers not being usable on their own

        glib:
         * Fix some headers not being usable on their own
         * add INSTALL_GLIB_DEMO option to install poppler-glib-demo
         * Fix Launch action with unicode encoded filenames

        qt6:
         * Fix memory handling issue on signature creation
         * Fix Launch action with unicode encoded filenames

        qt5:
         * Fix Launch action with unicode encoded filenames

        build system:
         * Remove duplicate definitions
         * cmake: Set CMAKE_C_STANDARD to 17


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.162 -r1.163 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.53 -r1.54 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.179 -r1.180 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.51 -r1.52 pkgsrc/print/poppler-cpp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/poppler-cpp/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/print/poppler-includes/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/poppler-includes/PLIST
cvs rdiff -u -r1.84 -r1.85 pkgsrc/print/poppler-qt5/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/poppler-qt5/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/poppler-qt6/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/print/poppler-utils/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
diff -u pkgsrc/print/poppler/Makefile:1.113 pkgsrc/print/poppler/Makefile:1.114
--- pkgsrc/print/poppler/Makefile:1.113 Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/poppler/Makefile       Sun Jul 13 08:16:01 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2025/07/13 08:16:01 wiz Exp $
 
 COMMENT=       PDF rendering library
-PKGREVISION=   8
 
 SUPERSEDES+=   poppler-glib-[0-9]*
 

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.162 pkgsrc/print/poppler/Makefile.common:1.163
--- pkgsrc/print/poppler/Makefile.common:1.162  Thu May  1 12:37:08 2025
+++ pkgsrc/print/poppler/Makefile.common        Sun Jul 13 08:16:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.162 2025/05/01 12:37:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.163 2025/07/13 08:16:01 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt6/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=  24.10.0
+POPPLER_VERS=  25.07.0
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/

Index: pkgsrc/print/poppler/PLIST
diff -u pkgsrc/print/poppler/PLIST:1.53 pkgsrc/print/poppler/PLIST:1.54
--- pkgsrc/print/poppler/PLIST:1.53     Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler/PLIST  Sun Jul 13 08:16:01 2025
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.53 2024/10/15 16:07:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.54 2025/07/13 08:16:01 wiz Exp $
 include/poppler/glib/poppler-action.h
 include/poppler/glib/poppler-annot.h
 include/poppler/glib/poppler-attachment.h
-include/poppler/glib/poppler-autocleanups.h
 include/poppler/glib/poppler-date.h
 include/poppler/glib/poppler-document.h
 include/poppler/glib/poppler-enums.h
@@ -18,10 +17,10 @@ include/poppler/glib/poppler.h
 lib/girepository-1.0/Poppler-0.18.typelib
 lib/libpoppler-glib.so
 lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.27.0
+lib/libpoppler-glib.so.8.30.0
 lib/libpoppler.so
-lib/libpoppler.so.142
-lib/libpoppler.so.142.0.0
+lib/libpoppler.so.151
+lib/libpoppler.so.151.0.0
 lib/pkgconfig/poppler-glib.pc
 lib/pkgconfig/poppler.pc
 share/doc/poppler/README-XPDF

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.179 pkgsrc/print/poppler/distinfo:1.180
--- pkgsrc/print/poppler/distinfo:1.179 Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler/distinfo       Sun Jul 13 08:16:01 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.179 2024/10/15 16:07:00 adam Exp $
+$NetBSD: distinfo,v 1.180 2025/07/13 08:16:01 wiz Exp $
 
-BLAKE2s (poppler-24.10.0.tar.xz) = 8ee078d9a87dc4240f8380e606e44cc0b79f63cb508d2deef51a180b19c1a421
-SHA512 (poppler-24.10.0.tar.xz) = 5515b4c439cd2e92119aedcb8960dd82e6f78a1ffd82543d3649bedb3e0e8e97689ea592f4df347cc3c97d5d90c8518c13859f80be25f157b9aea78e62a31502
-Size (poppler-24.10.0.tar.xz) = 1920580 bytes
+BLAKE2s (poppler-25.07.0.tar.xz) = 452016a73849e0f4c17e1e354b2d76a7890b42a24c290db9d98a6d9bea6523b7
+SHA512 (poppler-25.07.0.tar.xz) = 761e770f975da5a12e217b57829aff0b0b8fd3fed640f7af71da8acdaa5ba292492258b7ce0f01b023e5fb8e37b94f353cb2b68af5a22392c456106d76e03baa
+Size (poppler-25.07.0.tar.xz) = 1971768 bytes
 SHA1 (patch-CMakeLists.txt) = db4e962f42b2b4a212c6d215111114ac439b4f89

Index: pkgsrc/print/poppler-cpp/Makefile
diff -u pkgsrc/print/poppler-cpp/Makefile:1.51 pkgsrc/print/poppler-cpp/Makefile:1.52
--- pkgsrc/print/poppler-cpp/Makefile:1.51      Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/poppler-cpp/Makefile   Sun Jul 13 08:16:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2025/07/13 08:16:02 wiz Exp $
 
 PKGNAME=       poppler-cpp-${POPPLER_VERS}
-PKGREVISION=   6
 
 COMMENT=       PDF rendering library (cpp wrapper)
 

Index: pkgsrc/print/poppler-cpp/PLIST
diff -u pkgsrc/print/poppler-cpp/PLIST:1.10 pkgsrc/print/poppler-cpp/PLIST:1.11
--- pkgsrc/print/poppler-cpp/PLIST:1.10 Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler-cpp/PLIST      Sun Jul 13 08:16:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/10/15 16:07:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/07/13 08:16:02 wiz Exp $
 include/poppler/cpp/poppler-destination.h
 include/poppler/cpp/poppler-document.h
 include/poppler/cpp/poppler-embedded-file.h
@@ -14,6 +14,6 @@ include/poppler/cpp/poppler-toc.h
 include/poppler/cpp/poppler-version.h
 include/poppler/cpp/poppler_cpp_export.h
 lib/libpoppler-cpp.so
-lib/libpoppler-cpp.so.1
-lib/libpoppler-cpp.so.1.0.0
+lib/libpoppler-cpp.so.2
+lib/libpoppler-cpp.so.2.1.0
 lib/pkgconfig/poppler-cpp.pc

Index: pkgsrc/print/poppler-includes/Makefile
diff -u pkgsrc/print/poppler-includes/Makefile:1.44 pkgsrc/print/poppler-includes/Makefile:1.45
--- pkgsrc/print/poppler-includes/Makefile:1.44 Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/poppler-includes/Makefile      Sun Jul 13 08:16:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/07/13 08:16:02 wiz Exp $
 
 PKGNAME=       poppler-includes-${POPPLER_VERS}
-PKGREVISION=   6
 
 COMMENT=       Poppler Xpdf includes (unsupported)
 

Index: pkgsrc/print/poppler-includes/PLIST
diff -u pkgsrc/print/poppler-includes/PLIST:1.27 pkgsrc/print/poppler-includes/PLIST:1.28
--- pkgsrc/print/poppler-includes/PLIST:1.27    Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler-includes/PLIST Sun Jul 13 08:16:02 2025
@@ -1,28 +1,21 @@
-@comment $NetBSD: PLIST,v 1.27 2024/10/15 16:07:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/07/13 08:16:02 wiz Exp $
 include/poppler/Annot.h
 include/poppler/AnnotStampImageHelper.h
 include/poppler/Array.h
 include/poppler/BBoxOutputDev.h
-include/poppler/CMap.h
 include/poppler/CachedFile.h
-include/poppler/CairoFontEngine.h
-include/poppler/CairoOutputDev.h
-include/poppler/CairoRescaleBox.h
 include/poppler/Catalog.h
 include/poppler/CertificateInfo.h
-include/poppler/CharCodeToUnicode.h
 include/poppler/CharTypes.h
+include/poppler/CryptoSignBackend.h
 include/poppler/CurlCachedFile.h
 include/poppler/CurlPDFDocBuilder.h
 include/poppler/DateInfo.h
-include/poppler/Decrypt.h
 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
 include/poppler/Form.h
 include/poppler/Function.h
@@ -32,19 +25,11 @@ include/poppler/GfxState.h
 include/poppler/GfxState_helpers.h
 include/poppler/GlobalParams.h
 include/poppler/HashAlgorithm.h
-include/poppler/Hints.h
-include/poppler/JArithmeticDecoder.h
-include/poppler/JBIG2Stream.h
-include/poppler/JPEG2000Stream.h
-include/poppler/JPXStream.h
 include/poppler/JSInfo.h
 include/poppler/Lexer.h
-include/poppler/Linearization.h
 include/poppler/Link.h
-include/poppler/LocalPDFDocBuilder.h
 include/poppler/MarkedContentOutputDev.h
 include/poppler/Movie.h
-include/poppler/NameToCharCode.h
 include/poppler/NameToUnicodeTable.h
 include/poppler/Object.h
 include/poppler/OptionalContent.h
@@ -55,15 +40,12 @@ include/poppler/PDFDocBuilder.h
 include/poppler/PDFDocEncoding.h
 include/poppler/PDFDocFactory.h
 include/poppler/PSOutputDev.h
-include/poppler/PSTokenizer.h
 include/poppler/Page.h
 include/poppler/PageTransition.h
 include/poppler/Parser.h
 include/poppler/PopplerCache.h
-include/poppler/PreScanOutputDev.h
 include/poppler/ProfileData.h
 include/poppler/Rendition.h
-include/poppler/SecurityHandler.h
 include/poppler/SignatureInfo.h
 include/poppler/Sound.h
 include/poppler/SplashOutputDev.h
@@ -86,18 +68,13 @@ include/poppler/fofi/FoFiBase.h
 include/poppler/fofi/FoFiEncodings.h
 include/poppler/fofi/FoFiIdentifier.h
 include/poppler/fofi/FoFiTrueType.h
-include/poppler/fofi/FoFiType1.h
 include/poppler/fofi/FoFiType1C.h
 include/poppler/goo/GooCheckedOps.h
 include/poppler/goo/GooLikely.h
 include/poppler/goo/GooString.h
 include/poppler/goo/GooTimer.h
 include/poppler/goo/ImgWriter.h
-include/poppler/goo/JpegWriter.h
 include/poppler/goo/NetPBMWriter.h
-include/poppler/goo/PNGWriter.h
-include/poppler/goo/TiffWriter.h
-include/poppler/goo/gdir.h
 include/poppler/goo/gfile.h
 include/poppler/goo/gmem.h
 include/poppler/goo/grandom.h
@@ -108,9 +85,6 @@ include/poppler/splash/Splash.h
 include/poppler/splash/SplashBitmap.h
 include/poppler/splash/SplashClip.h
 include/poppler/splash/SplashErrorCodes.h
-include/poppler/splash/SplashFTFont.h
-include/poppler/splash/SplashFTFontEngine.h
-include/poppler/splash/SplashFTFontFile.h
 include/poppler/splash/SplashFont.h
 include/poppler/splash/SplashFontEngine.h
 include/poppler/splash/SplashFontFile.h
@@ -119,8 +93,4 @@ include/poppler/splash/SplashGlyphBitmap
 include/poppler/splash/SplashMath.h
 include/poppler/splash/SplashPath.h
 include/poppler/splash/SplashPattern.h
-include/poppler/splash/SplashScreen.h
-include/poppler/splash/SplashState.h
 include/poppler/splash/SplashTypes.h
-include/poppler/splash/SplashXPath.h
-include/poppler/splash/SplashXPathScanner.h

Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.84 pkgsrc/print/poppler-qt5/Makefile:1.85
--- pkgsrc/print/poppler-qt5/Makefile:1.84      Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/poppler-qt5/Makefile   Sun Jul 13 08:16:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2025/07/13 08:16:02 wiz Exp $
 
 PKGNAME=       poppler-qt5-${POPPLER_VERS}
-PKGREVISION=   6
 COMMENT=       PDF rendering library (Qt5 wrapper)
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_GTK_TESTS=OFF

Index: pkgsrc/print/poppler-qt5/PLIST
diff -u pkgsrc/print/poppler-qt5/PLIST:1.22 pkgsrc/print/poppler-qt5/PLIST:1.23
--- pkgsrc/print/poppler-qt5/PLIST:1.22 Tue Oct 15 16:07:01 2024
+++ pkgsrc/print/poppler-qt5/PLIST      Sun Jul 13 08:16:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2024/10/15 16:07:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/07/13 08:16:02 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-qt5.h
 include/poppler/qt5/poppler-version.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.37.0
+lib/libpoppler-qt5.so.1.39.0
 lib/pkgconfig/poppler-qt5.pc

Index: pkgsrc/print/poppler-qt6/Makefile
diff -u pkgsrc/print/poppler-qt6/Makefile:1.30 pkgsrc/print/poppler-qt6/Makefile:1.31
--- pkgsrc/print/poppler-qt6/Makefile:1.30      Thu Apr 24 14:15:35 2025
+++ pkgsrc/print/poppler-qt6/Makefile   Sun Jul 13 08:16:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2025/04/24 14:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/07/13 08:16:02 wiz Exp $
 
 PKGNAME=       poppler-qt6-${POPPLER_VERS}
-PKGREVISION=   6
 COMMENT=       PDF rendering library (Qt6 wrapper)
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_GTK_TESTS=OFF

Index: pkgsrc/print/poppler-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.77 pkgsrc/print/poppler-utils/Makefile:1.78
--- pkgsrc/print/poppler-utils/Makefile:1.77    Thu Apr 24 14:15:36 2025
+++ pkgsrc/print/poppler-utils/Makefile Sun Jul 13 08:16:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2025/04/24 14:15:36 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/07/13 08:16:02 wiz Exp $
 
 PKGNAME=       poppler-utils-${POPPLER_VERS}
-PKGREVISION=   7
 COMMENT=       PDF utilities (from poppler)
 
 CONFLICTS+=    poppler-0.5.1{,nb*}



Home | Main Index | Thread Index | Old Index