Received: by mail.netbsd.org (Postfix, from userid 605) id 9AFEA84EA0; Wed, 29 Mar 2023 10:23:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C90C184EA5 for ; Wed, 29 Mar 2023 10:23:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KnDum2CUMh5F for ; Wed, 29 Mar 2023 10:23:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3812884EA0 for ; Wed, 29 Mar 2023 10:23:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35F77F9F4; Wed, 29 Mar 2023 10:23:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680085386209470" MIME-Version: 1.0 Date: Wed, 29 Mar 2023 10:23:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230329102306.35F77F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680085386209470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1680085386209470 Content-Disposition: inline Content-Length: 2463 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 - CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF CMAKE_ARGS+= -DENABLE_GLIB=OFF CMAKE_ARGS+= -DENABLE_UTILS=OFF --_----------=_1680085386209470--