diff options
author | adam <adam@pkgsrc.org> | 2007-02-16 20:37:52 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-02-16 20:37:52 +0000 |
commit | 9c65cc2150399c23285cab1ef885b2fd8c215d27 (patch) | |
tree | 3255ad767fdc6c4f80ab11ac80314cd676184412 /graphics/gd/Makefile | |
parent | d343352cff3d72d797a24fa8688e5191b613c213 (diff) | |
download | pkgsrc-9c65cc2150399c23285cab1ef885b2fd8c215d27.tar.gz |
Changes 2.0.34:
* 32-bit multiplication overflow vulnerabilities along with a number of similar
issues
* Memory allocation errors that were not checked
* Multiple issues in the GIF loader. Corrupt gif images would cause a segfault
or infinite loop
* Malformed or empty PNG image also may have caused segfaults
* gdImageFillToBorder segfaulted when the color was not opaque (alpha > 0)
* Antialiased lines drawn on an images edge caused a segfault
* gdImageFill segfaulted when used with patterns or invalid arguments
* gdImageFilledEllipse did not respect transparency
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 745fddd1e45..33b721f4631 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.71 2007/02/07 20:28:49 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2007/02/16 20:37:52 adam Exp $ -DISTNAME= gd-2.0.33 -PKGREVISION= 5 +DISTNAME= gd-2.0.34 CATEGORIES= graphics -MASTER_SITES= http://www.boutell.com/gd/http/ +MASTER_SITES= http://www.libgd.org/releases/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.libgd.org/ @@ -11,9 +11,9 @@ COMMENT= Graphics library for the dynamic creation of images PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LIBTOOL= YES +USE_LIBTOOL= yes USE_TOOLS+= perl:run -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes REPLACE_PERL+= bdftogd PTHREAD_AUTO_VARS= yes |