diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-05 11:17:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-05 11:17:12 +0000 |
commit | 829094795b0a183af180a1c19c03230b9a7136da (patch) | |
tree | d047f1b171e0dfd4c14a6681cc3ae715fb6e555d /graphics | |
parent | cda40acafb3311b416b869deac1b48de6240b0b3 (diff) | |
download | pkgsrc-829094795b0a183af180a1c19c03230b9a7136da.tar.gz |
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 (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 10 | ||||
-rw-r--r-- | graphics/png/patches/patch-ad | 6 | ||||
-rw-r--r-- | graphics/png/patches/patch-ae | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 9ce169d018a..62976c3dd94 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -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 --git a/graphics/png/distinfo b/graphics/png/distinfo index a9e5c1c3f7c..cdb6f3a58c0 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -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 --git a/graphics/png/patches/patch-ad b/graphics/png/patches/patch-ad index 68c1114bfc4..420bbfaddf9 100644 --- a/graphics/png/patches/patch-ad +++ b/graphics/png/patches/patch-ad @@ -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 --git a/graphics/png/patches/patch-ae b/graphics/png/patches/patch-ae index 82f0af80a01..9bb1d6c3b7f 100644 --- a/graphics/png/patches/patch-ae +++ b/graphics/png/patches/patch-ae @@ -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. */ |