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: Mon Apr 24 07:24:18 UTC 2023
Modified Files:
pkgsrc/print/poppler: Makefile.common PLIST distinfo
pkgsrc/print/poppler-qt5: Makefile
pkgsrc/print/poppler-qt6: Makefile
Log Message:
poppler*: update to 23.04.0
Release 23.04.0:
core:
* Fix memory issue when signing fails. Issue #1372
* Internal improvements of signature related code
* CairoOutputDev: improve type3 font rendering
* Fix memory leak in GlobalParams::findSystemFontFileForFamilyAndStyle
utils:
* pdftocairo: Fix crash in some special situations
* pdfsig: allow holes in -dump signature list
* pdfsig: Support --help
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.45 -r1.46 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.170 -r1.171 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.62 -r1.63 pkgsrc/print/poppler-qt5/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/poppler-qt6/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.common
diff -u pkgsrc/print/poppler/Makefile.common:1.145 pkgsrc/print/poppler/Makefile.common:1.146
--- pkgsrc/print/poppler/Makefile.common:1.145 Wed Mar 29 10:23:05 2023
+++ pkgsrc/print/poppler/Makefile.common Mon Apr 24 07:24:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.145 2023/03/29 10:23:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.146 2023/04/24 07:24:18 wiz Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -8,7 +8,7 @@
# used by print/poppler-qt6/Makefile
# used by print/poppler-utils/Makefile
-POPPLER_VERS= 23.03.0
+POPPLER_VERS= 23.04.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.45 pkgsrc/print/poppler/PLIST:1.46
--- pkgsrc/print/poppler/PLIST:1.45 Mon Jan 23 13:13:19 2023
+++ pkgsrc/print/poppler/PLIST Mon Apr 24 07:24:18 2023
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.45 2023/01/23 13:13:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.46 2023/04/24 07:24:18 wiz Exp $
lib/libpoppler.so
-lib/libpoppler.so.126
-lib/libpoppler.so.126.0.0
+lib/libpoppler.so.127
+lib/libpoppler.so.127.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.170 pkgsrc/print/poppler/distinfo:1.171
--- pkgsrc/print/poppler/distinfo:1.170 Wed Mar 29 10:23:05 2023
+++ pkgsrc/print/poppler/distinfo Mon Apr 24 07:24:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.170 2023/03/29 10:23:05 wiz Exp $
+$NetBSD: distinfo,v 1.171 2023/04/24 07:24:18 wiz Exp $
-BLAKE2s (poppler-23.03.0.tar.xz) = 43863aca93f44ff593fca762d60c2fafffffa13ad382309ad2af2fa582fef78d
-SHA512 (poppler-23.03.0.tar.xz) = 1c370d9262141ff5b720a4c3cf6f01573047398f8950295e3e99f32700946e3241e26e3d909cf78a278fc402306811fd87977d0f86a744f3eaedb4f39b8e8a2c
-Size (poppler-23.03.0.tar.xz) = 1849324 bytes
+BLAKE2s (poppler-23.04.0.tar.xz) = 7a9c95692bb24bd1e5eee85438c698d447e856731f74428654d88af81ed55885
+SHA512 (poppler-23.04.0.tar.xz) = 83580d42c79c6c5d08c686f764710bf08c6919b3707015ab3423c6f2a7fb711d53dde51b301148e14dba90a6f4d69bb6a3e0c8c47c1534047b0ce91be18d87ef
+Size (poppler-23.04.0.tar.xz) = 1853488 bytes
Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.62 pkgsrc/print/poppler-qt5/Makefile:1.63
--- pkgsrc/print/poppler-qt5/Makefile:1.62 Wed Apr 19 08:11:19 2023
+++ pkgsrc/print/poppler-qt5/Makefile Mon Apr 24 07:24:18 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.62 2023/04/19 08:11:19 adam Exp $
+# $NetBSD: Makefile,v 1.63 2023/04/24 07:24:18 wiz Exp $
-PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt5-${POPPLER_VERS}
Index: pkgsrc/print/poppler-qt6/Makefile
diff -u pkgsrc/print/poppler-qt6/Makefile:1.8 pkgsrc/print/poppler-qt6/Makefile:1.9
--- pkgsrc/print/poppler-qt6/Makefile:1.8 Wed Apr 19 08:08:40 2023
+++ pkgsrc/print/poppler-qt6/Makefile Mon Apr 24 07:24:18 2023
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2023/04/19 08:08:40 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/04/24 07:24:18 wiz Exp $
# this must be set before compiler.mk
# is included in Makefile.common
GCC_REQD+= 9 # required by Qt6 headers
-PKGREVISION= 2
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt6-${POPPLER_VERS}
Home |
Main Index |
Thread Index |
Old Index