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/png/distinfo | |
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/png/distinfo')
-rw-r--r-- | graphics/png/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
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 |