diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-01 15:58:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-01 15:58:23 +0000 |
commit | 7650c1172b5bc5826fcb691ba75662ae495291aa (patch) | |
tree | 8b745cb7e09057a6e5d2f2d8448658d02d3a500d /graphics/png | |
parent | bcaaeb83c4148eefa91976d6ddaed457d43cce07 (diff) | |
download | pkgsrc-7650c1172b5bc5826fcb691ba75662ae495291aa.tar.gz |
Update to libpng-1.0.8. Changes since 1.0.7:
o Added png_free(png_ptr, key) two places in pngpread.c to stop memory
leaks.
o Changed PNG_NO_STDIO to PNG_NO_CONSOLE_IO, several places in
pngrutil.c and pngwutil.c.
o Changed PNG_EXPORT_VAR to use PNG_IMPEXP, in pngconf.h.
o Removed unused "#include <assert.h>" from png.c
o Added WindowsCE support.
o Revised pnggccrd.c to work with gcc-2.95.2 and in the Cygwin environment.
o Only set the PNG_FLAG_FREE_TRNS or PNG_FREE_TRNS flag in
png_handle_tRNS() for indexed-color input files to avoid potential
double-freeing trans array under some unusual conditions; problem
was introduced in version 1.0.7.
o Added the files pngbar.png and pngbar.jpg to the distribution.
o Added cygwin subdirectory, makefile.cygwin, and cygwin support in pngconf.h
o Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
o Revised png_debug() macros and statements to eliminate compiler warnings.
o Updated makefile.hpux to build a shared library.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 6 | ||||
-rw-r--r-- | graphics/png/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index e691af3ba76..4b2f5b949d4 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2000/07/03 12:06:47 rh Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/01 15:58:23 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp -DISTNAME= libpng-1.0.7 -PKGNAME= png-1.0.7 +DISTNAME= libpng-1.0.8 +PKGNAME= png-1.0.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cdrom.com/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/src/ \ diff --git a/graphics/png/files/md5 b/graphics/png/files/md5 index e41f607ab4b..b2c5b44817e 100644 --- a/graphics/png/files/md5 +++ b/graphics/png/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/07/03 12:06:48 rh Exp $ +$NetBSD: md5,v 1.9 2000/08/01 15:58:24 wiz Exp $ -MD5 (libpng-1.0.7.tar.gz) = e238fce0af74f4c68a97cf303e01ca96 +MD5 (libpng-1.0.8.tar.gz) = 5ac355d7ec9e27f20bfe00aa10f9fdde |