Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1StTHILx; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=omqkvVtw Received: by mail.netbsd.org (Postfix, from userid 605) id C885584E5A; Mon, 11 Mar 2024 14:39:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710167991; bh=+84r9giZrAa2Ikz12uXjTbrD5UfyoYIkW2qdvNTy4dc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1StTHILxuCY1t6Zf/7JdMypKZxyOfI7cbydgGfvtAfHZ8A2WKtkOQvmM8Xm6e+hsQ okdSflukIs9TPgkZfI3Sh2mifaBNRklk+riSUBsKjnoGG6m4iQ0YzgfM1tgWhZnq5z n1VXxS8L+hXK/Re8HnEfRln2wHz6pmzQKEIT0Yoo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B65C784D36 for ; Mon, 11 Mar 2024 14:39:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qGZET7qeDZnY for ; Mon, 11 Mar 2024 14:39:49 +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 F400C84D1C for ; Mon, 11 Mar 2024 14:39:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710167989; bh=+84r9giZrAa2Ikz12uXjTbrD5UfyoYIkW2qdvNTy4dc=; h=Date:From:Subject:To:Reply-To; b=omqkvVtwxUkFUYPgD4rkuGnBka3UtSe7JNrZDrgMOGokAExprbc+B977sQVNViHix Zge4nkQtD6OSR30fxwDnguiYximz4/f4skNuVZSUF2xXkNqvRkn7NAStiR2OYGnqEm 2jybrvjwYYzaweNI/cB6Xi0zd98Yu78vNPJhMxiE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0F5AFA2C; Mon, 11 Mar 2024 14:39:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171016798857600" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 14:39:48 +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: <20240311143948.E0F5AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171016798857600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 14:39:48 UTC 2024 Modified Files: pkgsrc/print/poppler: Makefile.common PLIST distinfo pkgsrc/print/poppler-utils: Makefile Log Message: poppler*: update to 24.03.0 Release 24.03.0: core: * Fix opening some malformed files. Issue #1447 * Skip drawing image when it has singular matrix. Issue #1114 * Fix crash on malformed files * Small internal code cleanup utils: * pdfdetach: Fix potential directory traversal * pdfimages: Enable to print filenames to stdout. * pdfsig: Add visible name/date when signing an existing form signature field To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 pkgsrc/print/poppler/Makefile.common cvs rdiff -u -r1.51 -r1.52 pkgsrc/print/poppler/PLIST cvs rdiff -u -r1.177 -r1.178 pkgsrc/print/poppler/distinfo cvs rdiff -u -r1.64 -r1.65 pkgsrc/print/poppler-utils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171016798857600 Content-Disposition: inline Content-Length: 3259 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.153 pkgsrc/print/poppler/Makefile.common:1.154 --- pkgsrc/print/poppler/Makefile.common:1.153 Tue Feb 20 21:10:22 2024 +++ pkgsrc/print/poppler/Makefile.common Mon Mar 11 14:39:48 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.153 2024/02/20 21:10:22 wiz Exp $ +# $NetBSD: Makefile.common,v 1.154 2024/03/11 14:39:48 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.02.0 +POPPLER_VERS= 24.03.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.51 pkgsrc/print/poppler/PLIST:1.52 --- pkgsrc/print/poppler/PLIST:1.51 Tue Feb 20 21:10:22 2024 +++ pkgsrc/print/poppler/PLIST Mon Mar 11 14:39:48 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.51 2024/02/20 21:10:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.52 2024/03/11 14:39:48 wiz Exp $ include/poppler/glib/poppler-action.h include/poppler/glib/poppler-annot.h include/poppler/glib/poppler-attachment.h @@ -19,8 +19,8 @@ lib/libpoppler-glib.so lib/libpoppler-glib.so.8 lib/libpoppler-glib.so.8.26.0 lib/libpoppler.so -lib/libpoppler.so.134 -lib/libpoppler.so.134.0.0 +lib/libpoppler.so.135 +lib/libpoppler.so.135.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.177 pkgsrc/print/poppler/distinfo:1.178 --- pkgsrc/print/poppler/distinfo:1.177 Tue Feb 20 21:10:22 2024 +++ pkgsrc/print/poppler/distinfo Mon Mar 11 14:39:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.177 2024/02/20 21:10:22 wiz Exp $ +$NetBSD: distinfo,v 1.178 2024/03/11 14:39:48 wiz Exp $ -BLAKE2s (poppler-24.02.0.tar.xz) = 7296e51473415e665aaf12598fac7af02e2ba7790b8172700033a6aa6cb1e6de -SHA512 (poppler-24.02.0.tar.xz) = 95a208d21ac4d2d308a7ab3da43b95092ef78cd55ebe873c97e0d6c12d8b9d5c4614f83087616c35e1ed9d67ca606a5e008a98698bd12a332a8206ed4cf55500 -Size (poppler-24.02.0.tar.xz) = 1897604 bytes +BLAKE2s (poppler-24.03.0.tar.xz) = 0b76774430d3ddb8f617a628a1eb25193d606c6859e757590bbb641156b48c76 +SHA512 (poppler-24.03.0.tar.xz) = 7b337249b3a3a4b4702447c7a0d19d2fd3ef5a6159d024d75846f397e223805758d4116eb155421545b17f02f151a96228932d162c0ff8a74147ef21424e9a96 +Size (poppler-24.03.0.tar.xz) = 1902068 bytes Index: pkgsrc/print/poppler-utils/Makefile diff -u pkgsrc/print/poppler-utils/Makefile:1.64 pkgsrc/print/poppler-utils/Makefile:1.65 --- pkgsrc/print/poppler-utils/Makefile:1.64 Sat Dec 30 12:56:25 2023 +++ pkgsrc/print/poppler-utils/Makefile Mon Mar 11 14:39:48 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2023/12/30 12:56:25 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2024/03/11 14:39:48 wiz Exp $ .include "../../print/poppler/Makefile.common" @@ -34,6 +34,7 @@ INSTALL_DIRS= utils MAKE_ENV+= PTHREAD_STUBLIB= +.include "../../devel/gettext-tools/msgfmt-desktop.mk" .include "../../devel/nss/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_171016798857600--