summaryrefslogtreecommitdiff
path: root/www/ap-php3
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-28 15:07:16 +0000
committerjlam <jlam@pkgsrc.org>2002-02-28 15:07:16 +0000
commitda63540a46496623b2d7c602313c11cc9986115c (patch)
treec951f8a63bb725ec311871eed493e2e9e631db4a /www/ap-php3
parent10f7f0ae664ce07267de60f2fb10ace8af2c0d3e (diff)
downloadpkgsrc-da63540a46496623b2d7c602313c11cc9986115c.tar.gz
Update php3 and ap-php3 to 3.0.18nb1. Changes from version 3.0.18 are
a security fix for a file-upload bug. <===> SECURITY NOTE <===> Note that the buffer overflow fix is a major security fix. Quoting from the security advisory at: http://security.e-matters.de/advisories/012002.html "PHP supports multipart/form-data POST requests (as described in RFC1867) known as POST fileuploads. Unfourtunately there are several flaws in the php_mime_split function that could be used by an attacker to execute arbitrary code. During our research we found out that not only PHP4 but also older versions from the PHP3 tree are vulnerable.
Diffstat (limited to 'www/ap-php3')
-rw-r--r--www/ap-php3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-php3/Makefile b/www/ap-php3/Makefile
index 6d47c1c0d7d..46b6c073e82 100644
--- a/www/ap-php3/Makefile
+++ b/www/ap-php3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2002/01/10 13:18:06 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/02/28 15:07:16 jlam Exp $
#
PKGNAME= ap-php-${BASE_VERS}
-PKGREVISION= # empty
+PKGREVISION= 1
COMMENT= Apache module for PHP3
USE_BUILDLINK_ONLY= yes
@@ -10,7 +10,7 @@ USE_BUILDLINK_ONLY= yes
.include "../../www/php3/Makefile.common"
DEPENDS+= php>=${BASE_VERS}:../../www/php3
-DEPENDS+= apache{,6}>=1.3:../../www/apache
+DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache
CPPFLAGS+= -DPHP_INTERNAL_FUNCS