svn commit: r375351 - head/graphics/png

Antoine Brodin antoine at FreeBSD.org
Tue Dec 23 20:30:05 UTC 2014


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


More information about the svn-ports-head mailing list