summaryrefslogtreecommitdiff
path: root/www/ap-php
diff options
context:
space:
mode:
authorcube <cube>2006-04-14 13:47:29 +0000
committercube <cube>2006-04-14 13:47:29 +0000
commitf4a4ff3b3fc3d45f2f8c9cb15f8623f2a1b5ac9d (patch)
tree0e8ecb846aaa0b1396f051d698b887b75658a2b3 /www/ap-php
parent3bb1d915c28ddd253dd2f812e8f4aec6280e23be (diff)
downloadpkgsrc-f4a4ff3b3fc3d45f2f8c9cb15f8623f2a1b5ac9d.tar.gz
PHP4/5 security changes... They're not critical issues; secunia classes
them between "not critical" and "less critical". Fix CVE-2006-0996, CVE-2006-1494, CVE-2006-1608, CVE-2006-1490. See: http://secunia.com/advisories/19383/ http://secunia.com/advisories/19599/ Patches were extracted from CVS. I had to translate the one for CVE-2006-1608 on php4 because it has not made its way to the php4.4 branch (I don't know why; I can confirm it fixes the issue). While here, add PATCHDIR to the list of variables php5's Makefile.php defines. That way, ap-php gets patched too...
Diffstat (limited to 'www/ap-php')
-rw-r--r--www/ap-php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile
index 04183cc3912..35e2e03291c 100644
--- a/www/ap-php/Makefile
+++ b/www/ap-php/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:17 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/14 13:47:30 cube Exp $
#
PKGNAME= ap-php-${PHP_BASE_VERS}
-PKGREVISION= 5
+PKGREVISION= 6
COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP}
APACHE_MODULE= YES