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).
This commit is contained in:
parent
8429dd7a1e
commit
b874a3e907
2 changed files with 6 additions and 6 deletions
|
@ -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/} \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue