From 5c9519b76ef6520ae7864d96b7788bea18ebae56 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 1 Oct 2021 12:17:27 +0200 Subject: [PATCH] graphics/poppler: update to 21.10.0 Release 21.10.0: core: * Add support for setting custom stamp annotations * Add default appearance for the well known stamp names * Correct encoding of signature's properties Reason & Location * Splash: Fix rendering of some odd patterns * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak * Fix issues with malformed files * Internal code improvements utils: * pdfsig: Add a way to list certificate nicknames * pdfsig: You can now add signatures from pdfsig * pdfsig: Add option to not do OCSP revocation check * pdfsig: Add option for AIA fetching to verify certificates * pdfinfo: Add -custom option to print custom metadata * pdfinfo: add metadata flags qt: * Add support for setting custom stamp annotations * Add getters for signature's properties Reason & Location * Internal code improvements glib: * Remove incorrect PopplerAttachment deprecation Exp-run by: antoine PR: XXXXXX --- graphics/poppler-qt5/pkg-plist | 2 +- graphics/poppler/Makefile | 4 ++-- graphics/poppler/distinfo | 6 +++--- graphics/poppler/pkg-plist | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/poppler-qt5/pkg-plist b/graphics/poppler-qt5/pkg-plist index 87b597e68095..50f570bee4f1 100644 --- a/graphics/poppler-qt5/pkg-plist +++ b/graphics/poppler-qt5/pkg-plist @@ -9,5 +9,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.29.0 +lib/libpoppler-qt5.so.1.30.0 libdata/pkgconfig/poppler-qt5.pc diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index d661c294db9f..7ef63c25b7a6 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 21.09.0 +DISTVERSION= 21.10.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=113 +PLIST_SUB+= SHLIB_VER=114 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index c7a92e0e0042..70805a503d6d 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630554471 -SHA256 (poppler-21.09.0.tar.xz) = 5a47fef738c2b99471f9b459a8bf8b40aefb7eed92caa4861c3798b2e126d05b -SIZE (poppler-21.09.0.tar.xz) = 1722828 +TIMESTAMP = 1633079997 +SHA256 (poppler-21.10.0.tar.xz) = 964b5b16290fbec3fae57c2a5bcdea49bb0736bd750c3a3711c47995c9efc394 +SIZE (poppler-21.10.0.tar.xz) = 1779668 diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index ed63d06cfee8..bd6e253a0499 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -1,4 +1,5 @@ include/poppler/Annot.h +include/poppler/AnnotStampImageHelper.h include/poppler/Array.h include/poppler/BBoxOutputDev.h include/poppler/CMap.h -- 2.32.0