From efbd718a06257d64a5f914728b7b3ab7aa79066c Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Wed, 5 Jan 2022 17:35:06 +0100 Subject: [PATCH] graphics/poppler: update to 22.01 Release 22.01.0: core: * Allow local (relative to dll) fonts dir on Windows * TextOutputDev: require more spacing between columns. Issue #1093 * Fix crash in Splash::gouraudTriangleShadedFill. Issue #1183 * Fix crash when calling Form::reset() * GfxSeparationColorSpace: Check validity of colorspace and function. Issue #1184 * Minor code improvements glib: * Include glib.h before using defines from it * Close file descriptors on error * Plug some memory leaks * Replace use of deprecated g_memdup/g_time_zone_new * Remove FD-taking functions on windows utils: * pdfsig: Add support for documents with passwords * pdfsig: Fix signing with -sign if nss password is needed PR: XXXXX Exp-run by: antoine --- graphics/poppler/Makefile | 4 ++-- graphics/poppler/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 1df74a14dd00..ea57d64e88bd 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 21.12.0 +DISTVERSION= 22.01.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=116 +PLIST_SUB+= SHLIB_VER=117 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 6a447cee676a..6e453ab6e940 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639248679 -SHA256 (poppler-21.12.0.tar.xz) = acb840c2c1ec07d07e53c57c4b3a1ff3e3ee2d888d44e1e9f2f01aaf16814de7 -SIZE (poppler-21.12.0.tar.xz) = 1798780 +TIMESTAMP = 1641399386 +SHA256 (poppler-22.01.0.tar.xz) = 7d3493056b5b86413e5c693c2cae02c5c06cd8e618d14c2c31e2c84b67b2313e +SIZE (poppler-22.01.0.tar.xz) = 1801984 -- 2.34.1