pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/png Update png to 1.2.12, for security fixes....
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ce9fa93702a
branches: trunk
changeset: 515259:1ce9fa93702a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jun 29 22:21:18 2006 +0000
description:
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:
graphics/png/Makefile | 4 ++--
graphics/png/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (28 lines):
diff -r 2cb8106edf67 -r 1ce9fa93702a graphics/png/Makefile
--- a/graphics/png/Makefile Thu Jun 29 22:21:17 2006 +0000
+++ b/graphics/png/Makefile Thu Jun 29 22:21:18 2006 +0000
@@ -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 -r 2cb8106edf67 -r 1ce9fa93702a graphics/png/distinfo
--- a/graphics/png/distinfo Thu Jun 29 22:21:17 2006 +0000
+++ b/graphics/png/distinfo Thu Jun 29 22:21:18 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index