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.24:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff4e08027fa3
branches: trunk
changeset: 537659:ff4e08027fa3
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jan 13 15:40:13 2008 +0000
description:
Update to 1.2.24:
version 1.2.24beta01 [November 19, 2007]
Moved misplaced test for malloc failure in png_set_sPLT(). This bug was
introduced in libpng-1.2.20beta01.
Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
Do not use png_ptr->free_fn and png_ptr->mem_fn in png_destroy_read_struct()
when png_ptr is NULL (Marshall Clow).
Updated handling of symbol prefixes in Makefile.am and configure.ac (Mike
Frysinger).
version 1.2.24beta02 [November 30, 2007]
Removed a useless test and fixed incorrect test in png_set_cHRM_fixed()
(David Hill).
version 1.2.24rc01 [December 7, 2007]
No changes.
version 1.2.24 [December 14, 2007]
Make sure not to redefine _BSD_SOURCE in pngconf.h
Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling
unused files.
diffstat:
graphics/png/Makefile | 4 ++--
graphics/png/distinfo | 10 +++++-----
graphics/png/patches/patch-ae | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (50 lines):
diff -r 009f87ad17ed -r ff4e08027fa3 graphics/png/Makefile
--- a/graphics/png/Makefile Sun Jan 13 15:28:32 2008 +0000
+++ b/graphics/png/Makefile Sun Jan 13 15:40:13 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2007/12/12 20:43:06 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2008/01/13 15:40:13 wiz Exp $
-DISTNAME= libpng-1.2.23
+DISTNAME= libpng-1.2.24
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r 009f87ad17ed -r ff4e08027fa3 graphics/png/distinfo
--- a/graphics/png/distinfo Sun Jan 13 15:28:32 2008 +0000
+++ b/graphics/png/distinfo Sun Jan 13 15:40:13 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.43 2007/11/11 19:08:11 wiz Exp $
+$NetBSD: distinfo,v 1.44 2008/01/13 15:40:13 wiz Exp $
-SHA1 (libpng-1.2.23.tar.bz2) = a03e47700660c1ee8dbef0dd2817285a21794455
-RMD160 (libpng-1.2.23.tar.bz2) = 594b334481ed52751b60dec4bf4906b88cbeb9a0
-Size (libpng-1.2.23.tar.bz2) = 614843 bytes
+SHA1 (libpng-1.2.24.tar.bz2) = 67ea40f216348cc1d9952e972899cd17d175ec6f
+RMD160 (libpng-1.2.24.tar.bz2) = 944dfaba20ed6ed8a15f7a5ae45c811f0b055a57
+Size (libpng-1.2.24.tar.bz2) = 615634 bytes
SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
SHA1 (patch-ac) = 87850d6ac555f1d8863a96d287a1ccccfa89230b
-SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf
+SHA1 (patch-ae) = 8c06a09817d414ffffbfd39bdd7d1f4336538bf3
diff -r 009f87ad17ed -r ff4e08027fa3 graphics/png/patches/patch-ae
--- a/graphics/png/patches/patch-ae Sun Jan 13 15:28:32 2008 +0000
+++ b/graphics/png/patches/patch-ae Sun Jan 13 15:40:13 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ae,v 1.7 2006/05/17 21:48:57 wiz Exp $
+$NetBSD: patch-ae,v 1.8 2008/01/13 15:40:13 wiz Exp $
--- pngconf.h.orig 2006-04-23 18:45:34.000000000 +0000
+++ pngconf.h
@@ -6,9 +6,9 @@
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
-- __png.h__ already includes setjmp.h;
+- __pngconf.h__ already includes setjmp.h;
- __dont__ include it again.;
-+#warning __png.h__ already includes setjmp.h;
++#warning __pngconf.h__ already includes setjmp.h;
+#warning __dont__ include it again.;
# endif
# endif /* __linux__ */
Home |
Main Index |
Thread Index |
Old Index