diff options
author | drochner <drochner@pkgsrc.org> | 2009-11-13 17:29:50 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-11-13 17:29:50 +0000 |
commit | b62e0c5f94b4d750730faf8bf228ba810cf02c0f (patch) | |
tree | dece3cb9bc29d5add0a1902c9ea9a9f649ca262d /graphics/gimp/Makefile | |
parent | 1b3e03280750a202711bb80f3b91724be7456c0a (diff) | |
download | pkgsrc-b62e0c5f94b4d750730faf8bf228ba810cf02c0f.tar.gz |
add patch from upstream CVS to fix possible integer overflow in BMP plugin
(CVE-2009-1570)
bump PKGREVISION
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 24a00bb4a71..1eb52a3a79e 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.186 2009/09/09 17:22:53 drochner Exp $ +# $NetBSD: Makefile,v 1.187 2009/11/13 17:29:50 drochner Exp $ DISTNAME= gimp-2.6.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.6/ \ ${MASTER_SITE_GNU:=gimp/v2.6/} \ |