diff options
author | wiz <wiz@pkgsrc.org> | 2006-06-29 22:21:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-06-29 22:21:18 +0000 |
commit | dec742d03e82af23b8ea86f61dda1692da434d6a (patch) | |
tree | 3310e16cb4df8bf6293898fa7a5e7542d7b0b792 /graphics | |
parent | 7d8a857aed7e9246515fe14e44437bdc3d6cb7f7 (diff) | |
download | pkgsrc-dec742d03e82af23b8ea86f61dda1692da434d6a.tar.gz |
Update png to 1.2.12, for security fixes. ok schmonz@, jlam@.
version 1.2.11beta1 [May 31, 2006]
scripts/libpng.pc.in contained "configure" style version info and would
not work with makefiles.
The shared-library makefiles were linking to libpng.so.0 instead of
libpng.so.3 compatibility as the library.
version 1.2.11beta2 [June 2, 2006]
Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
buffer overflow.
Fixed bug in example.c (png_set_palette_rgb -> png_set_palette_to_rgb)
version 1.2.11beta3 [June 5, 2006]
Prepended "#! /bin/sh" to ltmail.sh and contrib/pngminus/*.sh (Cosmin).
Removed the accidental leftover Makefile.in~ (Cosmin).
Avoided potential buffer overflow and optimized buffer in
png_write_sCAL(), png_write_sCAL_s() (Cosmin).
Removed the include directories and libraries from CFLAGS and LDFLAGS
in scripts/makefile.gcc (Nelson A. de Oliveira, Cosmin).
version 1.2.11beta4 [June 6, 2006]
Allow zero-length IDAT chunks after the entire zlib datastream, but not
after another intervening chunk type.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 16ae026bad6..e4c512d3198 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2006/05/17 21:48:57 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2006/06/29 22:21:18 wiz Exp $ -DISTNAME= libpng-1.2.10 +DISTNAME= libpng-1.2.12 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 2801fb7e49b..da8d8a4d419 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2006/05/17 21:48:57 wiz Exp $ +$NetBSD: distinfo,v 1.30 2006/06/29 22:21:18 wiz Exp $ -SHA1 (libpng-1.2.10.tar.bz2) = 075fe05e25012470d0351187b57e8256b95d2e89 -RMD160 (libpng-1.2.10.tar.bz2) = 8dbbf8ef709e6b35cc715302a7d3a50bef1a88c8 -Size (libpng-1.2.10.tar.bz2) = 625176 bytes +SHA1 (libpng-1.2.12.tar.bz2) = 44bd6821607ba09ac500279363871ad5974a01b5 +RMD160 (libpng-1.2.12.tar.bz2) = c5c702869d73732d5e91e53a9e380fcbf89f3ae2 +Size (libpng-1.2.12.tar.bz2) = 621295 bytes SHA1 (patch-aa) = 3191c0781894d16be1c914f378f5be221dbc4960 SHA1 (patch-ab) = 979175c65587686b339a5556e8bcae3be95a07ca SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf |