Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 11:43:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r401694 - branches/2015Q4/graphics/png
Message-ID:  <201511151143.tAFBhCXR026157@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 15 11:43:12 2015
New Revision: 401694
URL: https://svnweb.freebsd.org/changeset/ports/401694

Log:
  MFH: r401693
  
  Update to 1.6.19
  
  PR:		204551
  Security:	CVE-2015-8126

Modified:
  branches/2015Q4/graphics/png/Makefile
  branches/2015Q4/graphics/png/distinfo
  branches/2015Q4/graphics/png/pkg-plist
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/graphics/png/Makefile
==============================================================================
--- branches/2015Q4/graphics/png/Makefile	Sun Nov 15 11:41:02 2015	(r401693)
+++ branches/2015Q4/graphics/png/Makefile	Sun Nov 15 11:43:12 2015	(r401694)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	png
-PORTVERSION=	1.6.18
+PORTVERSION=	1.6.19
 CATEGORIES=	graphics
-MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION}
+MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \
+		ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/
 PATCH_SITES=	SF/apng/lib${PORTNAME}/lib${PORTNAME}16/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 

Modified: branches/2015Q4/graphics/png/distinfo
==============================================================================
--- branches/2015Q4/graphics/png/distinfo	Sun Nov 15 11:41:02 2015	(r401693)
+++ branches/2015Q4/graphics/png/distinfo	Sun Nov 15 11:43:12 2015	(r401694)
@@ -1,4 +1,4 @@
-SHA256 (libpng-1.6.18.tar.xz) = 2e10c13b7949883ac961db6177c516d778184432d440317e9f0391305c360963
-SIZE (libpng-1.6.18.tar.xz) = 932324
-SHA256 (libpng-1.6.18-apng.patch.gz) = 1d595b3b33c09529dddf869ca69f386528dfe1b991d2679377082e2acbca7009
-SIZE (libpng-1.6.18-apng.patch.gz) = 9940
+SHA256 (libpng-1.6.19.tar.xz) = 311c5657f53516986c67713c946f616483e3cdb52b8b2ee26711be74e8ac35e8
+SIZE (libpng-1.6.19.tar.xz) = 941280
+SHA256 (libpng-1.6.19-apng.patch.gz) = 5ec713a51c35c25d5e53dd61270a6fd5313b26872b382f0fbaed41a0743768a2
+SIZE (libpng-1.6.19-apng.patch.gz) = 10330

Modified: branches/2015Q4/graphics/png/pkg-plist
==============================================================================
--- branches/2015Q4/graphics/png/pkg-plist	Sun Nov 15 11:41:02 2015	(r401693)
+++ branches/2015Q4/graphics/png/pkg-plist	Sun Nov 15 11:43:12 2015	(r401694)
@@ -13,7 +13,7 @@ lib/libpng.so
 lib/libpng16.a
 lib/libpng16.so
 lib/libpng16.so.16
-lib/libpng16.so.16.18.0
+lib/libpng16.so.16.19.0
 libdata/pkgconfig/libpng.pc
 libdata/pkgconfig/libpng16.pc
 man/man3/libpng.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511151143.tAFBhCXR026157>