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 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.

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"



Home | Main Index | Thread Index | Old Index