git: e7e95298e294 - main - graphics/libspng: update to 0.7.2

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sat, 12 Feb 2022 19:20:56 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e

commit e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e
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:18:42 +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)
---
 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