Date: Sat, 12 Feb 2022 19:21:50 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 2f95c9dc62a1 - 2022Q1 - graphics/libspng: update to 0.7.2 Message-ID: <202202121921.21CJLor9055052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f95c9dc62a1f994be323d5615b346556e51e3bd commit 2f95c9dc62a1f994be323d5615b346556e51e3bd Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-02-12 17:30:33 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-02-12 19:20:14 +0000 graphics/libspng: update to 0.7.2 ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.7.2 Fixes * Re-enabled ARM NEON optimizations for indexed color images * Fixed encoder options set with spng_set_option() not being respected in some cases * Fixed spng_get_png_buffer() not setting an error code in some cases * Fixed encoder heap overflow with specially crafted images (#196) * Fixed 4GB progressive decode/encode limitation on 32-bit (#198) * Updated error string for SPNG_EBUFSIZ New * Decoder now exposes an estimate of image compression level through SPNG_IMG_COMPRESSION_LEVEL, see Decode options * Added documentation for all decode and encode options, added notes on encoder configuration Other * Added encode fuzzer to ensure robustness of code; * Fuzzer will run on PR's and continuously on OSS-Fuzz alongside the decode fuzzer * Updated example code Reported by: portscout MFH: 2022q1 (multiple bug fixes) (cherry picked from commit e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e) --- graphics/libspng/Makefile | 2 +- graphics/libspng/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/libspng/Makefile b/graphics/libspng/Makefile index 39454da2a0f5..a8e3d0a35510 100644 --- a/graphics/libspng/Makefile +++ b/graphics/libspng/Makefile @@ -1,6 +1,6 @@ PORTNAME= libspng DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 +DISTVERSION= 0.7.2 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/libspng/distinfo b/graphics/libspng/distinfo index 2fe96cb4716e..5d511f9e2cde 100644 --- a/graphics/libspng/distinfo +++ b/graphics/libspng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639464810 -SHA256 (randy408-libspng-v0.7.1_GH0.tar.gz) = 0726a4914ad7155028f3baa94027244d439cd2a2fbe8daf780c2150c4c951d8e -SIZE (randy408-libspng-v0.7.1_GH0.tar.gz) = 160047 +TIMESTAMP = 1644687029 +SHA256 (randy408-libspng-v0.7.2_GH0.tar.gz) = 4acf25571d31f540d0b7ee004f5461d68158e0a13182505376805da99f4ccc4e +SIZE (randy408-libspng-v0.7.2_GH0.tar.gz) = 162842
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202121921.21CJLor9055052>