summaryrefslogtreecommitdiff
path: root/graphics/png/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-05 11:17:12 +0000
committerwiz <wiz>2004-12-05 11:17:12 +0000
commit2febd44144f770179eeb42ca4b38c2869166ce13 (patch)
treed047f1b171e0dfd4c14a6681cc3ae715fb6e555d /graphics/png/patches
parent142b407bdb602a2af456b48eedc831df190715ec (diff)
downloadpkgsrc-2febd44144f770179eeb42ca4b38c2869166ce13.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/png/patches')
-rw-r--r--graphics/png/patches/patch-ad6
-rw-r--r--graphics/png/patches/patch-ae6
2 files changed, 6 insertions, 6 deletions
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.
*/