[Lunar-commits] <moonbase> php5: version bumped to 5.2.6.
Florin Braescu
florin at lunar-linux.org
Thu May 1 09:18:23 CEST 2008
commit 73b84af95c3d0b9ca6c6894e29c36491eecaff3b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu May 1 10:18:23 2008 +0300
php5: version bumped to 5.2.6.
Changes:
- Fixed two possible crashes inside posix extension
- Fixed incorrect heredoc handling when label is used within the block.
- Fixed possible stack buffer overflow in FastCGI SAPI.
- Fixed sending of uninitialized paddings which may contain some information.
- Fixed a bug in formatting timestamps when DST is active in the default timezone
- Properly address incomplete multibyte chars inside escapeshellcmd()
- Fix integer overflow in printf().
- Fixed security issue detailed in CVE-2008-0599.
- Fixed potential memleak in stream filter parameter for zlib filter.
- Added Reflection API metadata for the methods of the DOM classes.
- Fixed weird behavior in CGI parameter parsing.
- Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
- Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
which to group by data is specified.
- Fixed segfault in filter extension when using callbacks.
- Fixed faulty fix for bug #40189 (endless loop in zlib.inflate stream filter).
- Upgraded PCRE to version 7.6
- Many other bugfixes.
---
compilers/php5/DETAILS | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/compilers/php5/DETAILS b/compilers/php5/DETAILS
index 88cad8c..b98637c 100644
--- a/compilers/php5/DETAILS
+++ b/compilers/php5/DETAILS
@@ -1,23 +1,23 @@
MODULE=php5
- VERSION=5.2.5
+ VERSION=5.2.6
IMAP_VERSION=2006k
SOURCE_DIRECTORY=$BUILD_DIRECTORY/php-$VERSION
SOURCE=php-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.php.net/distributions/
- SOURCE_URL[1]=http://uk2.php.net/distributions/
- SOURCE_URL[2]=http://us2.php.net/distributions/
- SOURCE_URL[3]=http://uk.php.net/distributions/
- SOURCE_URL[4]=http://nl.php.net/distributions/
- SOURCE_URL[5]=http://de.php.net/distributions/
- SOURCE_URL[6]=http://fr.php.net/distributions/
+ SOURCE_URL[0]=http://www.php.net/distributions
+ SOURCE_URL[1]=http://uk2.php.net/distributions
+ SOURCE_URL[2]=http://us2.php.net/distributions
+ SOURCE_URL[3]=http://uk.php.net/distributions
+ SOURCE_URL[4]=http://nl.php.net/distributions
+ SOURCE_URL[5]=http://de.php.net/distributions
+ SOURCE_URL[6]=http://fr.php.net/distributions
SOURCE2=imap-$IMAP_VERSION.tar.Z
- SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap/
- SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old/
- SOURCE_VFY=sha1:6b46fd095891183b328163b70cdb5acd30a24b7a
+ SOURCE2_URL[0]=ftp://ftp.cac.washington.edu/imap
+ SOURCE2_URL[1]=ftp://ftp.cac.washington.edu/imap/old
+ SOURCE_VFY=sha1:2a2b1afa657a7739a23784c869d57c3e0a7ad6b4
SOURCE2_VFY=sha1:4b64e74d5928857a1c802ba6c9ab575205b342ce
WEB_SITE=http://www.php.net
ENTERED=20040919
- UPDATED=20071117
+ UPDATED=20080501
SHORT="PHP: Hypertext Processor scripting language"
cat << EOF
More information about the Lunar-commits
mailing list