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  4 15:51:24 UTC 2020

Modified Files:
        pkgsrc/print/poppler: Makefile Makefile.common PLIST distinfo
        pkgsrc/print/poppler-cpp: Makefile
        pkgsrc/print/poppler-glib: Makefile
        pkgsrc/print/poppler-includes: Makefile PLIST
        pkgsrc/print/poppler-qt5: Makefile PLIST
        pkgsrc/print/poppler-utils: Makefile

Log Message:
poppler*: update to 0.86.0

Release 0.86.0:
        core:
         * Fix link content exfiltration attack
         * Splash: Implement gouraudTriangleShadedFill for some non parametrized shadings. Issue #881
         * Fix case unsensitive search for Old Hungarian, Warang Citi, Medefaidrin and Adlam
         * Internal code improvements

        glib:
         * Automatic handle of page's cropbox on annots. Issue #129
         * Fix memory leak if poppler_document_new_from_file fails
         * Minor speed optimization on poppler_page_get_annot_mapping

         utils:
         * pdfdetach: add 'savefile' option
         * pdftoppm/pdftocairo: Fix more odd/even mismatch

        qt5:
         * Fix loading from iodevice

Release 0.85.0:
        core:
         * Fix case unsensitive search for Deseret and Osage. Issue #853
         * Fix crash in unicodeToAscii7
         * CairoOutputDev: make initialisation thread-safe
         * Fix crash on broken files. Issues #869, #870
         * Internal code improvements

        utils:
         * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873
         * pdftohtml: Fix issue with the font size sometimes being huge

        qt5:
         * Fix FormField::name encoding
         * Accept UTF-16 uiNames for form fields
         * Fix search for "complex" characters
         * Allow to load document from QIODevice

        glib:
         * make the frontend initialization thread safe.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.115 -r1.116 pkgsrc/print/poppler/Makefile.common
cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/poppler/PLIST
cvs rdiff -u -r1.144 -r1.145 pkgsrc/print/poppler/distinfo
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/poppler-cpp/Makefile
cvs rdiff -u -r1.83 -r1.84 pkgsrc/print/poppler-glib/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/poppler-includes/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/poppler-includes/PLIST
cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/poppler-qt5/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/poppler-qt5/PLIST
cvs rdiff -u -r1.45 -r1.46 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
diff -u pkgsrc/print/poppler/Makefile:1.76 pkgsrc/print/poppler/Makefile:1.77
--- pkgsrc/print/poppler/Makefile:1.76  Sun Mar  1 11:18:58 2020
+++ pkgsrc/print/poppler/Makefile       Wed Mar  4 15:51:24 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.76 2020/03/01 11:18:58 markd Exp $
+# $NetBSD: Makefile,v 1.77 2020/03/04 15:51:24 wiz Exp $
 
-PKGREVISION=   1
 .include "../../print/poppler/Makefile.common"
 
 COMMENT=       PDF rendering library

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.115 pkgsrc/print/poppler/Makefile.common:1.116
--- pkgsrc/print/poppler/Makefile.common:1.115  Sun Mar  1 11:18:58 2020
+++ pkgsrc/print/poppler/Makefile.common        Wed Mar  4 15:51:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.115 2020/03/01 11:18:58 markd Exp $
+# $NetBSD: Makefile.common,v 1.116 2020/03/04 15:51:24 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -7,7 +7,7 @@
 # used by print/poppler-qt5/Makefile
 # used by print/poppler-utils/Makefile
 
-POPPLER_VERS=  0.84.0
+POPPLER_VERS=  0.86.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.26 pkgsrc/print/poppler/PLIST:1.27
--- pkgsrc/print/poppler/PLIST:1.26     Sun Mar  1 11:18:58 2020
+++ pkgsrc/print/poppler/PLIST  Wed Mar  4 15:51:24 2020
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.26 2020/03/01 11:18:58 markd Exp $
+@comment $NetBSD: PLIST,v 1.27 2020/03/04 15:51:24 wiz Exp $
 lib/libpoppler.so
-lib/libpoppler.so.94
-lib/libpoppler.so.94.0.0
+lib/libpoppler.so.96
+lib/libpoppler.so.96.0.0
 lib/pkgconfig/poppler-cairo.pc
 lib/pkgconfig/poppler-splash.pc
 lib/pkgconfig/poppler.pc

Index: pkgsrc/print/poppler/distinfo
diff -u pkgsrc/print/poppler/distinfo:1.144 pkgsrc/print/poppler/distinfo:1.145
--- pkgsrc/print/poppler/distinfo:1.144 Mon Jan 13 00:57:17 2020
+++ pkgsrc/print/poppler/distinfo       Wed Mar  4 15:51:24 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.144 2020/01/13 00:57:17 joerg Exp $
+$NetBSD: distinfo,v 1.145 2020/03/04 15:51:24 wiz Exp $
 
-SHA1 (poppler-0.84.0.tar.xz) = f362f27b95c12e7fdab983650685dae1052aacf2
-RMD160 (poppler-0.84.0.tar.xz) = cb87b2e56d0db84679dc693b5938f1d0de069b5f
-SHA512 (poppler-0.84.0.tar.xz) = e00aca76b4909621b79ec68374529396ddba756af5d60d86750095dfebbabe5b576aa7c873c3fcfabaff28c89e3e37e826d4a0fac356d76ef966500514a772e7
-Size (poppler-0.84.0.tar.xz) = 1561236 bytes
+SHA1 (poppler-0.86.0.tar.xz) = 3ca390b085ca19c70c99a45586205f1f9ecf2bb9
+RMD160 (poppler-0.86.0.tar.xz) = a0e8466376bed7e0b52d43cb5c5d85eb0aa15fe7
+SHA512 (poppler-0.86.0.tar.xz) = 58a8ee7bc0bae1dfbbd1bd8d2f66bbb77bd4b93637f500b7d69f4b57d20f7f14b2b23b74f2e34a3f00c7b7887c366379ed6d95f5e1e610eafb9cf7847ea7583a
+Size (poppler-0.86.0.tar.xz) = 1593992 bytes
 SHA1 (patch-poppler_poppler-config.h.cmake) = d2a67beb1275f10f19468421f203806ead6fa8ff
 SHA1 (patch-qt5_src_poppler-page.cc) = b4f076c0417d8fbd342a1d9918a52369b2ddc952

Index: pkgsrc/print/poppler-cpp/Makefile
diff -u pkgsrc/print/poppler-cpp/Makefile:1.23 pkgsrc/print/poppler-cpp/Makefile:1.24
--- pkgsrc/print/poppler-cpp/Makefile:1.23      Sun Mar  1 11:27:14 2020
+++ pkgsrc/print/poppler-cpp/Makefile   Wed Mar  4 15:51:24 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.23 2020/03/01 11:27:14 markd Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/04 15:51:24 wiz Exp $
 
-PKGREVISION=   1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-cpp-${POPPLER_VERS}

Index: pkgsrc/print/poppler-glib/Makefile
diff -u pkgsrc/print/poppler-glib/Makefile:1.83 pkgsrc/print/poppler-glib/Makefile:1.84
--- pkgsrc/print/poppler-glib/Makefile:1.83     Sun Mar  1 11:18:59 2020
+++ pkgsrc/print/poppler-glib/Makefile  Wed Mar  4 15:51:24 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.83 2020/03/01 11:18:59 markd Exp $
+# $NetBSD: Makefile,v 1.84 2020/03/04 15:51:24 wiz Exp $
 
-PKGREVISION=   1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-glib-${POPPLER_VERS}

Index: pkgsrc/print/poppler-includes/Makefile
diff -u pkgsrc/print/poppler-includes/Makefile:1.27 pkgsrc/print/poppler-includes/Makefile:1.28
--- pkgsrc/print/poppler-includes/Makefile:1.27 Mon Jan 13 00:57:18 2020
+++ pkgsrc/print/poppler-includes/Makefile      Wed Mar  4 15:51:24 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/01/13 00:57:18 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/04 15:51:24 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
-PKGREVISION=   1
 PKGNAME=       poppler-includes-${POPPLER_VERS}
 
 COMMENT=       Poppler Xpdf includes (unsupported)
@@ -11,8 +10,6 @@ CONFLICTS+=   poppler-0.5.1{,nb*}
 
 NO_BUILD=      yes
 
-CMAKE_ARGS+=   -DENABLE_XPDF_HEADERS=ON
-
 INCDIR=        ${DESTDIR}${PREFIX}/include
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/print/poppler-includes/PLIST
diff -u pkgsrc/print/poppler-includes/PLIST:1.21 pkgsrc/print/poppler-includes/PLIST:1.22
--- pkgsrc/print/poppler-includes/PLIST:1.21    Thu Nov  7 12:05:20 2019
+++ pkgsrc/print/poppler-includes/PLIST Wed Mar  4 15:51:24 2020
@@ -1,8 +1,6 @@
-@comment $NetBSD: PLIST,v 1.21 2019/11/07 12:05:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2020/03/04 15:51:24 wiz Exp $
 include/poppler/Annot.h
 include/poppler/Array.h
-include/poppler/BuiltinFont.h
-include/poppler/BuiltinFontTables.h
 include/poppler/CMap.h
 include/poppler/CachedFile.h
 include/poppler/CairoFontEngine.h
@@ -12,7 +10,6 @@ include/poppler/Catalog.h
 include/poppler/CertificateInfo.h
 include/poppler/CharCodeToUnicode.h
 include/poppler/CharTypes.h
-include/poppler/CompactFontTables.h
 include/poppler/CurlCachedFile.h
 include/poppler/CurlPDFDocBuilder.h
 include/poppler/DateInfo.h

Index: pkgsrc/print/poppler-qt5/Makefile
diff -u pkgsrc/print/poppler-qt5/Makefile:1.37 pkgsrc/print/poppler-qt5/Makefile:1.38
--- pkgsrc/print/poppler-qt5/Makefile:1.37      Sun Mar  1 11:18:59 2020
+++ pkgsrc/print/poppler-qt5/Makefile   Wed Mar  4 15:51:24 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.37 2020/03/01 11:18:59 markd Exp $
+# $NetBSD: Makefile,v 1.38 2020/03/04 15:51:24 wiz Exp $
 
-PKGREVISION= 2
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-qt5-${POPPLER_VERS}

Index: pkgsrc/print/poppler-qt5/PLIST
diff -u pkgsrc/print/poppler-qt5/PLIST:1.11 pkgsrc/print/poppler-qt5/PLIST:1.12
--- pkgsrc/print/poppler-qt5/PLIST:1.11 Sat Oct 19 12:37:05 2019
+++ pkgsrc/print/poppler-qt5/PLIST      Wed Mar  4 15:51:24 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/10/19 12:37:05 nia Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/03/04 15:51:24 wiz Exp $
 include/poppler/qt5/poppler-annotation.h
 include/poppler/qt5/poppler-export.h
 include/poppler/qt5/poppler-form.h
@@ -10,5 +10,5 @@ include/poppler/qt5/poppler-qt5.h
 include/poppler/qt5/poppler-version.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.21.0
+lib/libpoppler-qt5.so.1.22.0
 lib/pkgconfig/poppler-qt5.pc

Index: pkgsrc/print/poppler-utils/Makefile
diff -u pkgsrc/print/poppler-utils/Makefile:1.45 pkgsrc/print/poppler-utils/Makefile:1.46
--- pkgsrc/print/poppler-utils/Makefile:1.45    Sun Mar  1 11:18:59 2020
+++ pkgsrc/print/poppler-utils/Makefile Wed Mar  4 15:51:24 2020
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.45 2020/03/01 11:18:59 markd Exp $
+# $NetBSD: Makefile,v 1.46 2020/03/04 15:51:24 wiz Exp $
 
-PKGREVISION=   1
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=       poppler-utils-${POPPLER_VERS}



Home | Main Index | Thread Index | Old Index