Skip to content

Commit

Permalink
graphics/poppler: update to 23.04.0
Browse files Browse the repository at this point in the history
core:
 * Fix memory issue when signing fails. Issue #1372
 * Internal improvements of signature related code
 * CairoOutputDev: improve type3 font rendering
 * Fix memory leak in GlobalParams::findSystemFontFileForFamilyAndStyle

utils:
 * pdftocairo: Fix crash in some special situations
 * pdfsig: allow holes in -dump signature list
 * pdfsig: Support --help

PR:		270856
Exp-run by:	antoine
  • Loading branch information
tcberner committed Apr 20, 2023
1 parent ddef073 commit 06339c4
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.03.0
DISTVERSION= 23.04.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=126
PLIST_SUB+= SHLIB_VER=127

OPTIONS_DEFINE= CURL OPENJPEG
OPTIONS_DEFAULT= OPENJPEG
Expand Down
6 changes: 3 additions & 3 deletions graphics/poppler/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677734968
SHA256 (poppler-23.03.0.tar.xz) = b04148bf849c1965ada7eff6be4685130e3a18a84e0cce73bf9bc472ec32f2b4
SIZE (poppler-23.03.0.tar.xz) = 1849324
TIMESTAMP = 1681542875
SHA256 (poppler-23.04.0.tar.xz) = b6d893dc7dcd4138b9e9df59a13c59695e50e80dc5c2cacee0674670693951a1
SIZE (poppler-23.04.0.tar.xz) = 1853488

0 comments on commit 06339c4

Please sign in to comment.