diff options
author | martti <martti@pkgsrc.org> | 2006-02-06 06:39:59 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-06 06:39:59 +0000 |
commit | d5484cd27d7cf3fcf441d9f0fc32580a03076619 (patch) | |
tree | f43f9941a6ffaff6bfbe7124c952151c7555558b /lang/php5/patches/patch-ag | |
parent | ff932ea4164b1f84bcf739e574cc782a41129548 (diff) | |
download | pkgsrc-d5484cd27d7cf3fcf441d9f0fc32580a03076619.tar.gz |
Updated lang/php5 to 5.1.2
* HTTP Response Splitting has been addressed in ext/session and in
the header() function.
* Fixed format string vulnerability in ext/mysqli.
* Fixed possible cross-site scripting problems in certain error conditions.
* Hash & XMLWriter extensions added and enabled by default.
* Upgraded OCI8 extension.
* Over 85 various bug fixes.
(I haven't heard anything from the MAINTAINER but since this works fine
on my servers and as this fixes security issues I checked in this)
Diffstat (limited to 'lang/php5/patches/patch-ag')
-rw-r--r-- | lang/php5/patches/patch-ag | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/php5/patches/patch-ag b/lang/php5/patches/patch-ag index 81d16856b8d..a2304bc5e11 100644 --- a/lang/php5/patches/patch-ag +++ b/lang/php5/patches/patch-ag @@ -1,7 +1,8 @@ -$NetBSD: patch-ag,v 1.1 2005/12/06 08:32:22 jdolecek Exp $ ---- php.ini-dist.orig 2003-07-10 00:38:36.000000000 +0200 -+++ php.ini-dist 2003-08-30 21:59:51.000000000 +0200 -@@ -424,8 +424,9 @@ +$NetBSD: patch-ag,v 1.2 2006/02/06 06:39:59 martti Exp $ + +--- php.ini-dist.orig 2005-12-30 19:15:55.000000000 +0200 ++++ php.ini-dist 2006-02-05 15:36:13.000000000 +0200 +@@ -457,8 +457,9 @@ ; if nonempty. user_dir = @@ -13,7 +14,7 @@ $NetBSD: patch-ag,v 1.1 2005/12/06 08:32:22 jdolecek Exp $ ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically -@@ -476,7 +477,7 @@ +@@ -508,7 +509,7 @@ ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). |