From 01d556ba1dd9d57c5426fbfc5923f26cc261c68e Mon Sep 17 00:00:00 2001 From: prlw1 Date: Mon, 15 Apr 2013 22:33:41 +0000 Subject: Update png to 1.6.2beta01 Version 1.6.2beta01 [April 14, 2013] Updated documentation of 1.5.x to 1.6.x changes in iCCP chunk handling. Fixed incorrect warning of excess deflate data. End condition - the warning would be produced if the end of the deflate stream wasn't read in the last row. The warning is harmless. Corrected the test on user transform changes on read. It was in the png_set of the transform function, but that doesn't matter unless the transform function changes the rowbuf size, and that is only valid if transform_info is called. Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c (Flavio Medeiros). Corrected length written to uncompressed iTXt chunks (Samuli Suominen). --- graphics/png/Makefile | 4 ++-- graphics/png/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'graphics/png') diff --git a/graphics/png/Makefile b/graphics/png/Makefile index efa402919cf..28353113253 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.156 2013/04/01 18:26:12 kim Exp $ +# $NetBSD: Makefile,v 1.157 2013/04/15 22:33:41 prlw1 Exp $ -DISTNAME= libpng-1.6.1 +DISTNAME= libpng-1.6.2beta01 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 97bfeec3f0e..feb0d401764 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.102 2013/04/01 18:26:12 kim Exp $ +$NetBSD: distinfo,v 1.103 2013/04/15 22:33:41 prlw1 Exp $ -SHA1 (libpng-1.6.1.tar.xz) = 1abe4e377b3e7863bb0d642330bdd83f4c704cc2 -RMD160 (libpng-1.6.1.tar.xz) = ee4720b3242eb0953f4e9943da9c29e9028a9085 -Size (libpng-1.6.1.tar.xz) = 835656 bytes +SHA1 (libpng-1.6.2beta01.tar.xz) = 7de344378406655cd197ad468fdad2e1a2184e48 +RMD160 (libpng-1.6.2beta01.tar.xz) = 7ac428b85530c6b7c38408613df8189a0e468235 +Size (libpng-1.6.2beta01.tar.xz) = 835908 bytes SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138 -- cgit v1.2.3