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.8:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8fc6f3b2da56
branches: trunk
changeset: 485220:8fc6f3b2da56
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 05 11:17:12 2004 +0000
description:
Update to 1.2.8:
Changes since the last public release (1.2.7):
Fixed bug in png_text_compress() that would fail to complete a large block.
Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during
strip alpha operation in png_do_strip_filler().
Added PNG_1_2_X definition in pngconf.h
#ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0)
Reduce color_type to a nonalpha type after strip alpha operation in
png_do_strip_filler().
Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM
Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
of data type in deflate (Cosmin).
Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of
PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING.
Despammed mailing addresses by masking "@" with "at".
Added scripts/makefile.elf with supporting code in pngconf.h for symbol
versioning (John Bowler).
Added projects/visualc71 (Simon-pierre).
diffstat:
graphics/png/Makefile | 4 ++--
graphics/png/distinfo | 10 +++++-----
graphics/png/patches/patch-ad | 6 +++---
graphics/png/patches/patch-ae | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (64 lines):
diff -r a0c9559a86b6 -r 8fc6f3b2da56 graphics/png/Makefile
--- a/graphics/png/Makefile Sun Dec 05 11:14:10 2004 +0000
+++ b/graphics/png/Makefile Sun Dec 05 11:17:12 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2004/10/15 12:33:21 adam Exp $
+# $NetBSD: Makefile,v 1.69 2004/12/05 11:17:12 wiz Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
-DISTNAME= libpng-1.2.7
+DISTNAME= libpng-1.2.8
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r a0c9559a86b6 -r 8fc6f3b2da56 graphics/png/distinfo
--- a/graphics/png/distinfo Sun Dec 05 11:14:10 2004 +0000
+++ b/graphics/png/distinfo Sun Dec 05 11:17:12 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2004/10/15 12:33:21 adam Exp $
+$NetBSD: distinfo,v 1.24 2004/12/05 11:17:12 wiz Exp $
-SHA1 (libpng-1.2.7.tar.bz2) = 9be9dc38e27fc41d5d8ac69f5fb8a79ea27d36ce
-Size (libpng-1.2.7.tar.bz2) = 379504 bytes
+SHA1 (libpng-1.2.8.tar.bz2) = b6d73493eea4095166118b298efecb54a8e3d2f5
+Size (libpng-1.2.8.tar.bz2) = 384970 bytes
SHA1 (patch-aa) = 0b3d28e526f8d1530e82c30be46aea19e5a32d6a
SHA1 (patch-ab) = 95de0ebcb6ac2a381291b91623388ff9907d939f
-SHA1 (patch-ad) = 9a08ae83e925ecdaa64b2bf48132c9519d063d35
-SHA1 (patch-ae) = d5be0cdcfdd6c30a17b9633e28afb868911195aa
+SHA1 (patch-ad) = ab818a80ee084075130110f7500e24e5e82b9ef3
+SHA1 (patch-ae) = 757a514ccd6ec035a4faacfe95ec27584d33177f
diff -r a0c9559a86b6 -r 8fc6f3b2da56 graphics/png/patches/patch-ad
--- a/graphics/png/patches/patch-ad Sun Dec 05 11:14:10 2004 +0000
+++ b/graphics/png/patches/patch-ad Sun Dec 05 11:17:12 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.5 2004/10/15 12:33:21 adam Exp $
+$NetBSD: patch-ad,v 1.6 2004/12/05 11:17:12 wiz Exp $
---- scripts/libpng.pc.in.orig 2004-09-12 02:19:36.000000000 +0000
+--- scripts/libpng.pc.in.orig 2004-12-03 01:14:31.000000000 +0100
+++ scripts/libpng.pc.in
@@ -7,5 +7,5 @@ includedir=${exec_prefix}/include
Name: libpng12
Description: Loads and saves PNG files
- Version: 1.2.7
+ Version: 1.2.8
-Libs: -L${libdir} -lpng12 -lz -lm
-Cflags: -I${includedir}/libpng12
+Libs: -L${libdir} -lpng -lz -lm
diff -r a0c9559a86b6 -r 8fc6f3b2da56 graphics/png/patches/patch-ae
--- a/graphics/png/patches/patch-ae Sun Dec 05 11:14:10 2004 +0000
+++ b/graphics/png/patches/patch-ae Sun Dec 05 11:17:12 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.3 2004/08/06 09:25:18 drochner Exp $
+$NetBSD: patch-ae,v 1.4 2004/12/05 11:17:12 wiz Exp $
---- pngconf.h.orig 2004-08-04 13:34:47.000000000 +0200
+--- pngconf.h.orig 2004-12-03 01:14:24.000000000 +0100
+++ pngconf.h
-@@ -260,8 +260,8 @@
+@@ -304,8 +304,8 @@
/* If you encounter a compiler error here, see the explanation
* near the end of INSTALL.
*/
Home |
Main Index |
Thread Index |
Old Index