diff options
author | taca <taca@pkgsrc.org> | 2006-11-18 14:26:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-11-18 14:26:19 +0000 |
commit | 40121588542a20849655a39b0c4236b4d59ead3d (patch) | |
tree | c82360aea710ec8ae7f15ecbf5775f75858a89e3 /graphics/png | |
parent | eb0875a660f47914584712008e14f6640b0f98fc (diff) | |
download | pkgsrc-40121588542a20849655a39b0c4236b4d59ead3d.tar.gz |
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 (limited to 'graphics/png')
-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 eec8f552f81..72614b8dfa0 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.83 2006/11/02 18:00:43 joerg Exp $ +# $NetBSD: Makefile,v 1.84 2006/11/18 14:26:19 taca Exp $ -DISTNAME= libpng-1.2.12 +DISTNAME= libpng-1.2.13 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index da8d8a4d419..5d85231e9c7 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2006/06/29 22:21:18 wiz Exp $ +$NetBSD: distinfo,v 1.31 2006/11/18 14:26:19 taca 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 |