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: Sat Sep 3 17:01:30 UTC 2022
Modified Files:
pkgsrc/print/poppler: Makefile.common PLIST distinfo
pkgsrc/print/poppler-cpp: PLIST
Log Message:
Release 22.09.0:
core:
* Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281
* Various signature related improvements
* Fix FormField::getFullyQualifiedName in some scenarios
* Splash: Small optimization on dash pattern handling
* JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leak
* Fix crashes on malformed files. Including CVE-2022-38784
* Fix string formatting in error reporting
glib:
* Fix two potential memory leaks in poppler_document_create_dests_tree
utils:
* pdfsig: List signature field names when listing signature information
* pdfsig: Add support for specifying signature by field name
* pdfunite: Fix crashes on malformed files
* pdfunite: Fix potential memory leak of docs
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.165 -r1.166 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/poppler-cpp/PLIST
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.138 pkgsrc/print/poppler/Makefile.common:1.139
--- pkgsrc/print/poppler/Makefile.common:1.138 Sun Aug 7 08:40:03 2022
+++ pkgsrc/print/poppler/Makefile.common Sat Sep 3 17:01:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.138 2022/08/07 08:40:03 wiz Exp $
+# $NetBSD: Makefile.common,v 1.139 2022/09/03 17:01:30 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= 22.08.0
+POPPLER_VERS= 22.09.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.42 pkgsrc/print/poppler/PLIST:1.43
--- pkgsrc/print/poppler/PLIST:1.42 Sun Aug 7 08:40:03 2022
+++ pkgsrc/print/poppler/PLIST Sat Sep 3 17:01:30 2022
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.42 2022/08/07 08:40:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.43 2022/09/03 17:01:30 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.123
-lib/libpoppler.so.123.0.0
+lib/libpoppler.so.124
+lib/libpoppler.so.124.0.0
lib/pkgconfig/poppler.pc
share/doc/poppler/README-XPDF
share/doc/poppler/README.md
Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.165 pkgsrc/print/poppler/distinfo:1.166
--- pkgsrc/print/poppler/distinfo:1.165 Sun Aug 7 08:40:03 2022
+++ pkgsrc/print/poppler/distinfo Sat Sep 3 17:01:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.165 2022/08/07 08:40:03 wiz Exp $
+$NetBSD: distinfo,v 1.166 2022/09/03 17:01:30 wiz Exp $
-BLAKE2s (poppler-22.08.0.tar.xz) = 3440c34717c37f5255bb8f9fa692b92f4024eb6d894eb9fb8bd41eda7e24bba0
-SHA512 (poppler-22.08.0.tar.xz) = bbff6d51eaafe58891357069c83e43ea25b4077755fa715a17b38660cd3cd546fa21d2e17a272d9b375f7e440e6e3661e84a20f18d445e0f28d06971abc04666
-Size (poppler-22.08.0.tar.xz) = 1840700 bytes
+BLAKE2s (poppler-22.09.0.tar.xz) = caae80147680c32b9f3154445cb6d9f4a99b23b8162118a520bbc81914ec863b
+SHA512 (poppler-22.09.0.tar.xz) = bd288b042ad6fa31584d733b941b7ba72d9e68407fda5596827d559be0f46cf27dd8e0b1b7e0d58c997e29b18c5f086486f900965229c61e034e31d8ac474613
+Size (poppler-22.09.0.tar.xz) = 1842704 bytes
Index: pkgsrc/print/poppler-cpp/PLIST
diff -u pkgsrc/print/poppler-cpp/PLIST:1.8 pkgsrc/print/poppler-cpp/PLIST:1.9
--- pkgsrc/print/poppler-cpp/PLIST:1.8 Sun Jul 3 17:07:44 2022
+++ pkgsrc/print/poppler-cpp/PLIST Sat Sep 3 17:01:30 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2022/07/03 17:07:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/09/03 17:01:30 wiz Exp $
include/poppler/cpp/poppler-destination.h
include/poppler/cpp/poppler-document.h
include/poppler/cpp/poppler-embedded-file.h
@@ -15,5 +15,5 @@ include/poppler/cpp/poppler-version.h
include/poppler/cpp/poppler_cpp_export.h
lib/libpoppler-cpp.so
lib/libpoppler-cpp.so.0
-lib/libpoppler-cpp.so.0.10.0
+lib/libpoppler-cpp.so.0.11.0
lib/pkgconfig/poppler-cpp.pc
Home |
Main Index |
Thread Index |
Old Index