summaryrefslogtreecommitdiff
path: root/www/php4/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2008-01-15 08:33:28 +0000
committerghen <ghen@pkgsrc.org>2008-01-15 08:33:28 +0000
commit33b39b4f589251e97709070dff0ede60a50186fd (patch)
tree2e35778dc392f47cb4431b1b03d5b320e67276f6 /www/php4/Makefile
parent30aa3f2bfa91e6489fe813fb3581cf715dbc0a5c (diff)
downloadpkgsrc-33b39b4f589251e97709070dff0ede60a50186fd.tar.gz
Pullup ticket 2267 - requested by adrianp
security update for php4 - pkgsrc/lang/php4/Makefile 1.80 - pkgsrc/lang/php4/Makefile.common 1.57 - pkgsrc/lang/php4/distinfo 1.67 - pkgsrc/lang/php4/patches/patch-aw removed Module Name: pkgsrc Committed By: adrianp Date: Fri Jan 4 10:07:54 UTC 2008 Modified Files: pkgsrc/www/php4: Makefile Makefile.common distinfo Removed Files: pkgsrc/www/php4/patches: patch-aw Log Message: Update to 4.4.8 Improved fix for MOPB-02-2007. Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner. Fixed integer overlow in str[c]spn(). Fixed regression in glob when open_basedir is on introduced by 41655 fix. Fixed money_format() not to accept multiple %i or %n tokens. Addded "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007. Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active. Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378). Fixed bug 43010 (Fixed regression in imagearc with two equivelent angles). Fixed bug 41765 (Recode crashes/does not work on amd64). Fixed bug 41630 (segfault when an invalid color index is present in the image data). Fixed bug 41628 (PHP settings leak between Virtual Hosts in Apache 1.3). Fixed bug 38798 (OpenSSL init corrected in php5 but not in php4).
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r--www/php4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile
index 24fa415f5c6..246ebadf4c8 100644
--- a/www/php4/Makefile
+++ b/www/php4/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2007/08/01 01:40:54 taca Exp $
+# $NetBSD: Makefile,v 1.79.4.1 2008/01/15 08:33:28 ghen Exp $
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
CATEGORIES+= lang
COMMENT= HTML-embedded scripting language