Mon Jan 5 20:22:26 2009 UTC ()
Update to 1.2.34:

version 1.2.34beta01 [November 27, 2008]
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL. This was the behavior prior to libpng-1.2.9beta9.
  Fixed string vs pointer-to-string error in png_check_keyword().
  Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
    pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
  Added check for zero-area RGB cHRM triangle in png_check_cHRM_fixed().
  In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
    check for all-zero coordinates that is detected by the triangle check.
  Revised png_warning() to write its message on standard output by default
    when warning_fn is NULL.

version 1.2.34beta02 [November 28, 2008]
  Corrected off-by-one error in bKGD validity check in png_write_bKGD()
    and in png_handle_bKGD().

version 1.2.34beta03 [December 1, 2008]
  Revised bKGD validity check to use >= x instead of > x + 1
  Merged with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta04 [December 2, 2008]
  More merging with png_debug from libpng-1.4.0 to remove newlines.

version 1.2.34beta05 [December 5, 2008]
  Removed redundant check for key==NULL before calling png_check_keyword()
    to ensure that new_key gets initialized and removed extra warning
    (Arvan Pritchard).

version 1.2.34beta06 [December 9, 2008]
  In png_write_png(), respect the placement of the filler bytes in an earlier
    call to png_set_filler() (Jim Barry).

version 1.2.34beta07 [December 9, 2008]
  Undid previous change and added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
    PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
    PNG_TRANSFORM_STRIP_FILLER (Jim Barry).

version 1.0.42rc01, 1.2.34rc01 [December 11, 2008]
  No changes.

version 1.0.42, 1.2.34 [December 18, 2008]
  No changes.


(wiz)
diff -r1.110 -r1.111 pkgsrc/graphics/png/Makefile
diff -r1.54 -r1.55 pkgsrc/graphics/png/distinfo

cvs diff -r1.110 -r1.111 pkgsrc/graphics/png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/png/Makefile 2008/11/01 14:34:08 1.110
+++ pkgsrc/graphics/png/Makefile 2009/01/05 20:22:26 1.111
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.110 2008/11/01 14:34:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.111 2009/01/05 20:22:26 wiz Exp $
2 2
3DISTNAME= libpng-1.2.33 3DISTNAME= libpng-1.2.34
4PKGNAME= ${DISTNAME:S/lib//} 4PKGNAME= ${DISTNAME:S/lib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/ 7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html 11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html
12COMMENT= Library for manipulating PNG images 12COMMENT= Library for manipulating PNG images
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.54 -r1.55 pkgsrc/graphics/png/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/png/distinfo 2008/11/01 14:34:08 1.54
+++ pkgsrc/graphics/png/distinfo 2009/01/05 20:22:26 1.55
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.54 2008/11/01 14:34:08 wiz Exp $ 1$NetBSD: distinfo,v 1.55 2009/01/05 20:22:26 wiz Exp $
2 2
3SHA1 (libpng-1.2.33.tar.bz2) = 72b5327cbc1677d11d8c910ce61b683733f80592 3SHA1 (libpng-1.2.34.tar.bz2) = 7a9d300dbadd80b554695ca46d37e7fb9ad827b4
4RMD160 (libpng-1.2.33.tar.bz2) = 96fdc535812518c4d27949f272d7ee4c8b365605 4RMD160 (libpng-1.2.34.tar.bz2) = 06f2247b901c84f779119b7936e8614b031070bd
5Size (libpng-1.2.33.tar.bz2) = 651555 bytes 5Size (libpng-1.2.34.tar.bz2) = 638334 bytes
6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3 6SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
7SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2 7SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2
8SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3 8SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3