diff options
author | taca <taca> | 2010-03-27 06:24:36 +0000 |
---|---|---|
committer | taca <taca> | 2010-03-27 06:24:36 +0000 |
commit | 47b1013c0496ea3b13bdecd9c6159d5bd54a551b (patch) | |
tree | bd4ce2d6029e15fd3a5c8f20fd044adac8e00c4e /net/php-xmlrpc | |
parent | 94ed8047ff65b7fa89833d63859ef3526aa8a4bb (diff) | |
download | pkgsrc-47b1013c0496ea3b13bdecd9c6159d5bd54a551b.tar.gz |
Enable USE_PHP_EXT_PATCHES to apply patch to fix CVE-2010-0397
security problem.
Bump PKGREVISION.
Diffstat (limited to 'net/php-xmlrpc')
-rw-r--r-- | net/php-xmlrpc/Makefile | 4 |
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" |