summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-27 06:24:36 +0000
committertaca <taca@pkgsrc.org>2010-03-27 06:24:36 +0000
commitd78ea12a49693ed3ebcf28522c366c548d72ab66 (patch)
treebd4ce2d6029e15fd3a5c8f20fd044adac8e00c4e
parent5354bac0c52e617a27d4a87fa872d19f8f523e85 (diff)
downloadpkgsrc-d78ea12a49693ed3ebcf28522c366c548d72ab66.tar.gz
Enable USE_PHP_EXT_PATCHES to apply patch to fix CVE-2010-0397
security problem. Bump PKGREVISION.
-rw-r--r--net/php-xmlrpc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/php-xmlrpc/Makefile b/net/php-xmlrpc/Makefile
index 6382be85a54..bccdb80d084 100644
--- a/net/php-xmlrpc/Makefile
+++ b/net/php-xmlrpc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2010/03/15 16:48:53 taca Exp $
+# $NetBSD: Makefile,v 1.12 2010/03/27 06:24:36 taca Exp $
MODNAME= xmlrpc
+PKGREVISION= 1
CATEGORIES+= net
COMMENT= PHP extension for XML-RPC support
@@ -10,6 +11,7 @@ CONFLICTS= php-xmlrpc-[0-9]*
HOMEPAGE= http://xmlrpc-epi.sourceforge.net/
+USE_PHP_EXT_PATCHES= YES
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
.include "../../lang/php/phpversion.mk"