svn commit: r402541 - head/graphics/pngcrush

Thomas Zander riggs at FreeBSD.org
Sat Nov 28 15:38:37 UTC 2015


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 at 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


More information about the svn-ports-all mailing list