Skip to content

Commit

Permalink
poppler*: update to 0.86.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0-wiz-0 committed Mar 4, 2020
1 parent fe2255a commit eb595a6
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 30 deletions.
3 changes: 1 addition & 2 deletions print/poppler-cpp/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions print/poppler-glib/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
5 changes: 1 addition & 4 deletions print/poppler-includes/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions print/poppler-includes/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions print/poppler-qt5/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 2 additions & 2 deletions print/poppler-qt5/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
3 changes: 1 addition & 2 deletions print/poppler-utils/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
3 changes: 1 addition & 2 deletions print/poppler/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions print/poppler/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions print/poppler/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions print/poppler/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eb595a6

Please sign in to comment.