aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-12 17:30:33 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-02-12 19:20:14 +0000
commit2f95c9dc62a1f994be323d5615b346556e51e3bd (patch)
tree2a33380331ba966bf881a3634034b241f3a32d84 /graphics
parent5f7e5ed98a254c1b023619b126ec185f53ba455e (diff)
downloadports-2f95c9dc62a1f994be323d5615b346556e51e3bd.tar.gz
ports-2f95c9dc62a1f994be323d5615b346556e51e3bd.zip
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)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libspng/Makefile2
-rw-r--r--graphics/libspng/distinfo6
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