svn commit: r402097 - head/graphics/pngcrush

Kurt Jaeger pi at FreeBSD.org
Fri Nov 20 19:50:02 UTC 2015


Author: pi
Date: Fri Nov 20 19:50:01 2015
New Revision: 402097
URL: https://svnweb.freebsd.org/changeset/ports/402097

Log:
  graphics/pngcrush: 1.7.86 -> 1.7.87
  
  - Fixed a double-free bug. There was a "free" of the sPLT chunk structure
    in pngcrush and then again in png.c (Bug report by Brian Carpenter).
  - Added common-law trademark notice and export control information.
  - Rearranged some paragraphs in the comments at the beginning of pngcrush.c
  - Increased some buffer sizes in an attempt  to prevent possible overflows.
  
  PR:		204421
  Submitted by:	Anton Sayetsky <vsasjason at gmail.com> (maintainer)

Modified:
  head/graphics/pngcrush/Makefile
  head/graphics/pngcrush/distinfo

Modified: head/graphics/pngcrush/Makefile
==============================================================================
--- head/graphics/pngcrush/Makefile	Fri Nov 20 18:44:53 2015	(r402096)
+++ head/graphics/pngcrush/Makefile	Fri Nov 20 19:50:01 2015	(r402097)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pngcrush
-PORTVERSION=	1.7.86
+PORTVERSION=	1.7.87
 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	Fri Nov 20 18:44:53 2015	(r402096)
+++ head/graphics/pngcrush/distinfo	Fri Nov 20 19:50:01 2015	(r402097)
@@ -1,2 +1,2 @@
-SHA256 (pngcrush-1.7.86-nolib.tar.xz) = 135cb6cf0607b5b72152c0eb2cbd1db9722f333ec4f8e166c7ef96db8eeadece
-SIZE (pngcrush-1.7.86-nolib.tar.xz) = 60024
+SHA256 (pngcrush-1.7.87-nolib.tar.xz) = e8aa7b626363908b234b830c9b08652e6ab48920422dc71e5d2570524da6018c
+SIZE (pngcrush-1.7.87-nolib.tar.xz) = 60500


More information about the svn-ports-all mailing list