Date: Sat, 28 Nov 2015 15:38:36 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402541 - head/graphics/pngcrush Message-ID: <201511281538.tASFcaXp005216@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Nov 28 15:38:35 2015 New Revision: 402541 URL: https://svnweb.freebsd.org/changeset/ports/402541 Log: Update to upstream version 1.7.88 Version 1.7.88 eliminates a potential overflow while adding iTXt chunk. PR: 204733 Submitted by: vsasjason@gmail.com (maintainer) MFH: 2015Q4 Modified: head/graphics/pngcrush/Makefile head/graphics/pngcrush/distinfo Modified: head/graphics/pngcrush/Makefile ============================================================================== --- head/graphics/pngcrush/Makefile Sat Nov 28 15:37:05 2015 (r402540) +++ head/graphics/pngcrush/Makefile Sat Nov 28 15:38:35 2015 (r402541) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pngcrush -PORTVERSION= 1.7.87 +PORTVERSION= 1.7.88 CATEGORIES= graphics MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \ SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/ Modified: head/graphics/pngcrush/distinfo ============================================================================== --- head/graphics/pngcrush/distinfo Sat Nov 28 15:37:05 2015 (r402540) +++ head/graphics/pngcrush/distinfo Sat Nov 28 15:38:35 2015 (r402541) @@ -1,2 +1,2 @@ -SHA256 (pngcrush-1.7.87-nolib.tar.xz) = e8aa7b626363908b234b830c9b08652e6ab48920422dc71e5d2570524da6018c -SIZE (pngcrush-1.7.87-nolib.tar.xz) = 60500 +SHA256 (pngcrush-1.7.88-nolib.tar.xz) = d8fdfa25951465651b8f791bec3dc71acc4a752685885b41646f423a609f4855 +SIZE (pngcrush-1.7.88-nolib.tar.xz) = 60432
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511281538.tASFcaXp005216>