pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print poppler*: update to 0.86.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/e13104d9d3c8
branches: trunk
changeset: 412322:e13104d9d3c8
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 04 15:51:24 2020 +0000
description:
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.
diffstat:
print/poppler-cpp/Makefile | 3 +--
print/poppler-glib/Makefile | 3 +--
print/poppler-includes/Makefile | 5 +----
print/poppler-includes/PLIST | 5 +----
print/poppler-qt5/Makefile | 3 +--
print/poppler-qt5/PLIST | 4 ++--
print/poppler-utils/Makefile | 3 +--
print/poppler/Makefile | 3 +--
print/poppler/Makefile.common | 4 ++--
print/poppler/PLIST | 6 +++---
print/poppler/distinfo | 10 +++++-----
11 files changed, 19 insertions(+), 30 deletions(-)
diffs (163 lines):
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-cpp/Makefile
--- a/print/poppler-cpp/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-cpp/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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}
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-glib/Makefile
--- a/print/poppler-glib/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-glib/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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}
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-includes/Makefile
--- a/print/poppler-includes/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-includes/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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 @@
NO_BUILD= yes
-CMAKE_ARGS+= -DENABLE_XPDF_HEADERS=ON
-
INCDIR= ${DESTDIR}${PREFIX}/include
.include "../../mk/bsd.prefs.mk"
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-includes/PLIST
--- a/print/poppler-includes/PLIST Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-includes/PLIST Wed Mar 04 15:51:24 2020 +0000
@@ -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/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
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-qt5/Makefile
--- a/print/poppler-qt5/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-qt5/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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}
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-qt5/PLIST
--- a/print/poppler-qt5/PLIST Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-qt5/PLIST Wed Mar 04 15:51:24 2020 +0000
@@ -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-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
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler-utils/Makefile
--- a/print/poppler-utils/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler-utils/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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}
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler/Makefile
--- a/print/poppler/Makefile Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler/Makefile Wed Mar 04 15:51:24 2020 +0000
@@ -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
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler/Makefile.common Wed Mar 04 15:51:24 2020 +0000
@@ -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/
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler/PLIST
--- a/print/poppler/PLIST Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler/PLIST Wed Mar 04 15:51:24 2020 +0000
@@ -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
diff -r 8ae36c54b4fc -r e13104d9d3c8 print/poppler/distinfo
--- a/print/poppler/distinfo Wed Mar 04 15:49:21 2020 +0000
+++ b/print/poppler/distinfo Wed Mar 04 15:51:24 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index