summaryrefslogtreecommitdiff
path: root/graphics/php-gd
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-10-22 14:37:47 +0000
committertaca <taca@pkgsrc.org>2009-10-22 14:37:47 +0000
commit0a9f7587eb0e73d32b9bf257b5b011041b792386 (patch)
treefbd614d53e5eeb63abe85172e16abab058456466 /graphics/php-gd
parent36883ba8dca891b0d3bfcad05b2da4b51a83a56b (diff)
downloadpkgsrc-0a9f7587eb0e73d32b9bf257b5b011041b792386.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/php-gd')
-rw-r--r--graphics/php-gd/Makefile4
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