From owner-svn-ports-head@FreeBSD.ORG Tue Dec 23 20:30:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 269AF429; Tue, 23 Dec 2014 20:30:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 109E627EE; Tue, 23 Dec 2014 20:30:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNKU4k0026531; Tue, 23 Dec 2014 20:30:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNKU4XO026529; Tue, 23 Dec 2014 20:30:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412232030.sBNKU4XO026529@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 23 Dec 2014 20:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375351 - head/graphics/png 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.18-1 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: Tue, 23 Dec 2014 20:30:05 -0000 Author: antoine Date: Tue Dec 23 20:30:03 2014 New Revision: 375351 URL: https://svnweb.freebsd.org/changeset/ports/375351 QAT: https://qat.redports.org/buildarchive/r375351/ Log: - Update to 1.5.21 - Add CPE information Security: Fixed an overflow in png_combine_row with very wide interlaced images MFH: 2014Q4 Modified: head/graphics/png/Makefile head/graphics/png/distinfo Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Tue Dec 23 19:29:41 2014 (r375350) +++ head/graphics/png/Makefile Tue Dec 23 20:30:03 2014 (r375351) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.5.20 +PORTVERSION= 1.5.21 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION} DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -13,7 +13,8 @@ COMMENT= Library for manipulating PNG im PORTSCOUT= limit:^1\.5\. -USES= tar:xz cmake +USES= cmake cpe tar:xz +CPE_PRODUCT= libpng GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Tue Dec 23 19:29:41 2014 (r375350) +++ head/graphics/png/distinfo Tue Dec 23 20:30:03 2014 (r375351) @@ -1,4 +1,4 @@ -SHA256 (libpng-1.5.20.tar.xz) = 7cebb680ec30b42b540466a7dc4e376dcd9c95c7eaae1e84fe76408005050bb1 -SIZE (libpng-1.5.20.tar.xz) = 734068 -SHA256 (libpng-1.5.20-apng.patch.gz) = 1b4fbbc1b72046ab1f2744a6ac953378d316dd72a4b8252cc2ae16751f9e55f7 -SIZE (libpng-1.5.20-apng.patch.gz) = 9511 +SHA256 (libpng-1.5.21.tar.xz) = b5151c64bc70489997790a492e1094d106be90a22b2958c43eee25a70dffdba7 +SIZE (libpng-1.5.21.tar.xz) = 734356 +SHA256 (libpng-1.5.21-apng.patch.gz) = 8a4fffa885f1a1a34a7bdcaa2d1b8f1e025f6e1cf9c5bf17224672d2a6948d94 +SIZE (libpng-1.5.21-apng.patch.gz) = 9511