summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca>2010-03-27 06:24:36 +0000
committertaca <taca>2010-03-27 06:24:36 +0000
commit47b1013c0496ea3b13bdecd9c6159d5bd54a551b (patch)
treebd4ce2d6029e15fd3a5c8f20fd044adac8e00c4e /net
parent94ed8047ff65b7fa89833d63859ef3526aa8a4bb (diff)
downloadpkgsrc-47b1013c0496ea3b13bdecd9c6159d5bd54a551b.tar.gz
Enable USE_PHP_EXT_PATCHES to apply patch to fix CVE-2010-0397
security problem. Bump PKGREVISION.
Diffstat (limited to 'net')
-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"