pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Update to 1.2.26:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aec07933d1f5
branches:  trunk
changeset: 541021:aec07933d1f5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 13 20:25:15 2008 +0000

description:
Update to 1.2.26:

version 1.2.26beta01 [February 21, 2008]
  Added missing "(" in pngmem.c.  Bug introduced in libpng-1.2.2/1.0.13

version 1.2.26beta02 [March 12, 2008]
  Refined error message returned from deflateInit2 in pngwutil.c
  Check IHDR length in png_push_read_chunk() before saving it.

version 1.2.26beta03 [March 16, 2008]
  Revised contrib/gregbook to handle premature end-of-file and file
    read errors correctly.

version 1.2.26beta04 [March 18, 2008]
  Free png_ptr->big_row_buf and png_ptr->prev_row before allocating
    new copies in png_read_start_row().  Bug introduced in libpng-1.2.22.

version 1.2.26beta05 [March 19, 2008]
  Removed extra png_free() added in libpng-1.2.26beta04.

version 1.2.26beta06 [March 19, 2008]
  Avoid reallocating big_row_buf and prev_row when the size does not increase.

version 1.2.26rc01 [April 2, 2008]
  Ifdef out some code that is unused when interlacing is not supported.

diffstat:

 graphics/png/Makefile |  4 ++--
 graphics/png/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 3ba44e90f492 -r aec07933d1f5 graphics/png/Makefile
--- a/graphics/png/Makefile     Sun Apr 13 20:13:24 2008 +0000
+++ b/graphics/png/Makefile     Sun Apr 13 20:25:15 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2008/02/28 19:55:42 drochner Exp $
+# $NetBSD: Makefile,v 1.102 2008/04/13 20:25:15 wiz Exp $
 
-DISTNAME=      libpng-1.2.25
+DISTNAME=      libpng-1.2.26
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r 3ba44e90f492 -r aec07933d1f5 graphics/png/distinfo
--- a/graphics/png/distinfo     Sun Apr 13 20:13:24 2008 +0000
+++ b/graphics/png/distinfo     Sun Apr 13 20:25:15 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.45 2008/02/28 19:55:42 drochner Exp $
+$NetBSD: distinfo,v 1.46 2008/04/13 20:25:15 wiz Exp $
 
-SHA1 (libpng-1.2.25.tar.bz2) = 0afb5738eab00f721e3fbeb9ed76dbdb2b53204f
-RMD160 (libpng-1.2.25.tar.bz2) = fc087e62e95116d59cf3a6880035f1d9e630ae6c
-Size (libpng-1.2.25.tar.bz2) = 638262 bytes
+SHA1 (libpng-1.2.26.tar.bz2) = f8a0c4631d24cd527e4ed9c1c233fb34c5f1d01e
+RMD160 (libpng-1.2.26.tar.bz2) = c9aeb5afff2f3f61bc93b8e5b776110fcb80ad09
+Size (libpng-1.2.26.tar.bz2) = 627569 bytes
 SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
 SHA1 (patch-ac) = 87850d6ac555f1d8863a96d287a1ccccfa89230b
 SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3



Home | Main Index | Thread Index | Old Index