Skip to content

Commit

Permalink
graphics/poppler: update to 23.05
Browse files Browse the repository at this point in the history
core:
 * Fix crash when filling some forms
 * Set SigFlags when signing unsigned signature
 * Add some infrastructure code to support multiple signing backends
 * Fix potential stack overflow in PostScriptFunction::parseCode
 * Fix some minor uninitialised memory reads

Exp-run by:	antoine
PR:		271223
  • Loading branch information
tcberner committed May 14, 2023
1 parent 783bf3a commit 30c71b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions graphics/poppler/Makefile
@@ -1,5 +1,5 @@
PORTNAME= poppler
DISTVERSION= 23.04.0
DISTVERSION= 23.05.0
CATEGORIES= graphics print
MASTER_SITES= https://poppler.freedesktop.org/

Expand Down Expand Up @@ -55,7 +55,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=127
PLIST_SUB+= SHLIB_VER=128

OPTIONS_DEFINE= CURL OPENJPEG
OPTIONS_DEFAULT= OPENJPEG
Expand Down
6 changes: 3 additions & 3 deletions graphics/poppler/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681542875
SHA256 (poppler-23.04.0.tar.xz) = b6d893dc7dcd4138b9e9df59a13c59695e50e80dc5c2cacee0674670693951a1
SIZE (poppler-23.04.0.tar.xz) = 1853488
TIMESTAMP = 1683100954
SHA256 (poppler-23.05.0.tar.xz) = 38294de7149ebe458191a6e6d0e2837da7dba8683900a635252f6d0ee235f990
SIZE (poppler-23.05.0.tar.xz) = 1856488

0 comments on commit 30c71b6

Please sign in to comment.