From owner-svn-ports-head@freebsd.org Sat Nov 28 15:38:37 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 5D1FAA3A6BF; Sat, 28 Nov 2015 15:38:37 +0000 (UTC) (envelope-from riggs@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 289821470; Sat, 28 Nov 2015 15:38:37 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tASFcamn005218; Sat, 28 Nov 2015 15:38:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tASFcaXp005216; Sat, 28 Nov 2015 15:38:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201511281538.tASFcaXp005216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 28 Nov 2015 15:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402541 - 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: Sat, 28 Nov 2015 15:38:37 -0000 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