diff options
author | salo <salo@pkgsrc.org> | 2006-01-28 02:36:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-01-28 02:36:55 +0000 |
commit | 5c81dfe171d2224a536de2b6ab4fda67de60db70 (patch) | |
tree | efa5f843c21bd866d41899dea33b7401be8e6d5f /graphics/ImageMagick/Makefile | |
parent | 5607de5e2e4dc09fcfc4a921a3b846597eae88dd (diff) | |
download | pkgsrc-5c81dfe171d2224a536de2b6ab4fda67de60db70.tar.gz |
Security fixes for CVE-2006-0082 and Debian bug #345595:
"Format string vulnerabilities in ImageMagick allow user-complicit attackers
to cause a denial of service (crash) and possibly execute arbitrary code via
a numeric format string specifier such as %d in the file name, a variant of
CVE-2005-0397, and as demonstrated using the convert program."
Patches from Debian.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index e4c2053120c..bbae75a4ff9 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.136 2006/01/26 20:38:18 adam Exp $ +# $NetBSD: Makefile,v 1.137 2006/01/28 02:36:55 salo Exp $ .include "Makefile.common" PKGNAME= ImageMagick-${DISTVERSION} +PKGREVISION= 1 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.simplesystems.org/ImageMagick/ |