Skip to content

Commit

Permalink
graphics/poppler: update to 21.10.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcberner committed Oct 12, 2021
1 parent 3849667 commit 2dee099
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graphics/poppler-qt5/pkg-plist
Expand Up @@ -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
4 changes: 2 additions & 2 deletions 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/

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions 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
Expand Down

0 comments on commit 2dee099

Please sign in to comment.