diff options
author | taca <taca> | 2009-10-22 14:37:47 +0000 |
---|---|---|
committer | taca <taca> | 2009-10-22 14:37:47 +0000 |
commit | 646cf7321f499a26a03abf23691701c8e53675af (patch) | |
tree | fbd614d53e5eeb63abe85172e16abab058456466 /graphics | |
parent | daf12a685cd51be30b5145ac1b9b562503622e73 (diff) | |
download | pkgsrc-646cf7321f499a26a03abf23691701c8e53675af.tar.gz |
Add a patch from PHP's SVN repositry to fix gd library security problem.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3546
Bump PKGREVISION of php-gd package.
(This fix is for php5 only and I don't know about php4.)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile index 9b3aae50afd..b77c515d0a8 100644 --- a/graphics/php-gd/Makefile +++ b/graphics/php-gd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/08/26 19:57:47 sno Exp $ +# $NetBSD: Makefile,v 1.20 2009/10/22 14:37:47 taca Exp $ MODNAME= gd -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES+= graphics COMMENT= PHP extension for GD graphics library |