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: Wed Mar 29 10:23:06 UTC 2023
Modified Files:
pkgsrc/print/poppler: Makefile.common distinfo
pkgsrc/print/poppler-qt6: Makefile
Log Message:
poppler*: update to 23.03.0
Release 23.03.0:
core:
* PngWriter: Fix potential uninitialized memory use
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.169 -r1.170 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.5 -r1.6 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.144 pkgsrc/print/poppler/Makefile.common:1.145
--- pkgsrc/print/poppler/Makefile.common:1.144 Thu Feb 16 08:17:28 2023
+++ pkgsrc/print/poppler/Makefile.common Wed Mar 29 10:23:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.144 2023/02/16 08:17:28 wiz Exp $
+# $NetBSD: Makefile.common,v 1.145 2023/03/29 10:23:05 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.02.0
+POPPLER_VERS= 23.03.0
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= https://poppler.freedesktop.org/
Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.169 pkgsrc/print/poppler/distinfo:1.170
--- pkgsrc/print/poppler/distinfo:1.169 Thu Feb 16 08:17:28 2023
+++ pkgsrc/print/poppler/distinfo Wed Mar 29 10:23:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.169 2023/02/16 08:17:28 wiz Exp $
+$NetBSD: distinfo,v 1.170 2023/03/29 10:23:05 wiz Exp $
-BLAKE2s (poppler-23.02.0.tar.xz) = f76ad55cb311db8460d088aa21225ed69cd37d7996f0c9838c3774d2cf97298d
-SHA512 (poppler-23.02.0.tar.xz) = 0765319a1b106da740c7300172866e774ccbeec0bc0e938f009efd1a106b35ca2e5ab60a523e1d1dd5682b30499de4dffed0a1ca129c770263a096f781337a2c
-Size (poppler-23.02.0.tar.xz) = 1847612 bytes
+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
Index: pkgsrc/print/poppler-qt6/Makefile
diff -u pkgsrc/print/poppler-qt6/Makefile:1.5 pkgsrc/print/poppler-qt6/Makefile:1.6
--- pkgsrc/print/poppler-qt6/Makefile:1.5 Thu Feb 16 08:17:29 2023
+++ pkgsrc/print/poppler-qt6/Makefile Wed Mar 29 10:23:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/02/16 08:17:29 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/03/29 10:23:06 wiz Exp $
# this must be set before compiler.mk
# is included in Makefile.common
@@ -10,7 +10,6 @@ PKGNAME= poppler-qt6-${POPPLER_VERS}
COMMENT= PDF rendering library (QT6 wrapper)
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-
CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF
CMAKE_ARGS+= -DENABLE_GLIB=OFF
CMAKE_ARGS+= -DENABLE_UTILS=OFF
Home |
Main Index |
Thread Index |
Old Index