pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/graphics/png Pullup ticket 1912 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1092ab21a09a
branches:  pkgsrc-2006Q3
changeset: 519191:1092ab21a09a
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Nov 19 12:10:07 2006 +0000

description:
Pullup ticket 1912 - requested by taca
security update for png

- pkgsrc/graphics/png/Makefile                  1.84
- pkgsrc/graphics/png/distinfo                  1.31

   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sat Nov 18 14:26:19 UTC 2006

   Modified Files:
        pkgsrc/graphics/png: Makefile distinfo

   Log Message:
   Update png to 1.2.13 (it fixes CVE-2006-5793).

   version 1.2.13beta1 [October 2, 2006]
     Removed AC_FUNC_MALLOC from configure.ac
     Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
     Change "logical" to "bitwise" throughout documentation.
     Detect and fix attempt to write wrong iCCP profile length.

   version 1.0.21, 1.2.13 [November 15, 2006]
     Fix potential buffer overflow in sPLT chunk handler.
     Fix Makefile.am to not try to link to noexistent files.
     Check all exported functions for NULL png_ptr.

diffstat:

 graphics/png/Makefile |  4 ++--
 graphics/png/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 4f1b1719294c -r 1092ab21a09a graphics/png/Makefile
--- a/graphics/png/Makefile     Fri Nov 10 12:19:14 2006 +0000
+++ b/graphics/png/Makefile     Sun Nov 19 12:10:07 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2006/07/07 09:35:05 rillig Exp $
+# $NetBSD: Makefile,v 1.82.2.1 2006/11/19 12:10:07 ghen Exp $
 
-DISTNAME=      libpng-1.2.12
+DISTNAME=      libpng-1.2.13
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r 4f1b1719294c -r 1092ab21a09a graphics/png/distinfo
--- a/graphics/png/distinfo     Fri Nov 10 12:19:14 2006 +0000
+++ b/graphics/png/distinfo     Sun Nov 19 12:10:07 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2006/06/29 22:21:18 wiz Exp $
+$NetBSD: distinfo,v 1.30.4.1 2006/11/19 12:10:07 ghen Exp $
 
-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 (libpng-1.2.13.tar.bz2) = e0c7d80b1300ad632b88982ee832f21ac35551ca
+RMD160 (libpng-1.2.13.tar.bz2) = 3edb65770d365c0512fd22aed90ecc11e9bb5512
+Size (libpng-1.2.13.tar.bz2) = 621104 bytes
 SHA1 (patch-aa) = 3191c0781894d16be1c914f378f5be221dbc4960
 SHA1 (patch-ab) = 979175c65587686b339a5556e8bcae3be95a07ca
 SHA1 (patch-ae) = b9bf9de3caa32ac78a17685cdd5df5b80d1ccbbf



Home | Main Index | Thread Index | Old Index