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: 258836
This commit is contained in:
parent
3849667982
commit
2dee0997fb
4 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
include/poppler/Annot.h
|
||||
include/poppler/AnnotStampImageHelper.h
|
||||
include/poppler/Array.h
|
||||
include/poppler/BBoxOutputDev.h
|
||||
include/poppler/CMap.h
|
||||
|
|
Loading…
Reference in a new issue