From owner-svn-ports-head@freebsd.org Fri Nov 20 19:50:02 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6475A329BC; Fri, 20 Nov 2015 19:50:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70E27144C; Fri, 20 Nov 2015 19:50:02 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAKJo1r8098391; Fri, 20 Nov 2015 19:50:01 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAKJo1dD098389; Fri, 20 Nov 2015 19:50:01 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511201950.tAKJo1dD098389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 20 Nov 2015 19:50:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402097 - head/graphics/pngcrush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 19:50:02 -0000 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 (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