svn commit: r375353 - branches/2014Q4/graphics/png

Antoine Brodin antoine at FreeBSD.org
Tue Dec 23 20:41:43 UTC 2014


Author: antoine
Date: Tue Dec 23 20:41:41 2014
New Revision: 375353
URL: https://svnweb.freebsd.org/changeset/ports/375353
QAT: https://qat.redports.org/buildarchive/r375353/

Log:
  MFH r371178,373115,374478,375351
  - Update to 1.5.21
  - Add CPE information
  
  Security:	Fixed an overflow in png_combine_row with very wide interlaced images

Modified:
  branches/2014Q4/graphics/png/Makefile
  branches/2014Q4/graphics/png/distinfo
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/graphics/png/Makefile
==============================================================================
--- branches/2014Q4/graphics/png/Makefile	Tue Dec 23 20:40:58 2014	(r375352)
+++ branches/2014Q4/graphics/png/Makefile	Tue Dec 23 20:41:41 2014	(r375353)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	png
-PORTVERSION=	1.5.18
+PORTVERSION=	1.5.21
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION}
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER=	dinoex at FreeBSD.org
+MAINTAINER=	portmgr at FreeBSD.org
 COMMENT=	Library for manipulating PNG images
 
 PORTSCOUT=	limit:^1\.5\.
 
-USES=		tar:xz cmake
+USES=		cmake cpe tar:xz
+CPE_PRODUCT=	libpng
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: branches/2014Q4/graphics/png/distinfo
==============================================================================
--- branches/2014Q4/graphics/png/distinfo	Tue Dec 23 20:40:58 2014	(r375352)
+++ branches/2014Q4/graphics/png/distinfo	Tue Dec 23 20:41:41 2014	(r375353)
@@ -1,4 +1,4 @@
-SHA256 (libpng-1.5.18.tar.xz) = c093c2f779fecb029e51b73d6d646b77edce882474326485f50347606e383585
-SIZE (libpng-1.5.18.tar.xz) = 730340
-SHA256 (libpng-1.5.18-apng.patch.gz) = 9b0d8edb61808e9863997055f7fbb1574877ff8aae50d477b9d97fcab65166b7
-SIZE (libpng-1.5.18-apng.patch.gz) = 9580
+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


More information about the svn-ports-all mailing list