Commit: 784122eda2894058d7d4f1e097db1dd4802fe2a8
Author: Stanislav Malyshev <smalys...@gmail.com> Thu, 21 Aug 2014
17:30:22 -0700
Parents: e86aa87c359a4a6291cbec5225e9ba7823a75843
Branches: master
Link:
http://git.php.net/?p=web/php.git;a=commitdiff;h=784122eda2894058d7d4f1e097db1dd4802fe2a8
Log:
5.4.32
Changed paths:
M ChangeLog-5.php
M archive/archive.xml
A archive/entries/2014-08-21-1.xml
M include/releases.inc
M include/version.inc
M releases/5_4_31.php
A releases/5_4_32.php
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 04c299b..77c851a 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,6 +8,61 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<h1>PHP 5 ChangeLog</h1>
+<section class="version" id="5.4.32"><!-- {{{ 5.4.32 -->
+<h3>Version 5.4.32</h3>
+<b>21-Aug-2014</b>
+<ul><li>Core:
+<ul>
+ <li><?php bugfix(67717); ?> (segfault in dns_get_record)
(CVE-2014-3597).</li>
+ <li><?php bugfix(67693); ?> (incorrect push to the empty array)</li>
+</ul></li>
+<li>COM:
+<ul>
+ <li>Fixed missing type checks in com_event_sink.</li>
+</ul></li>
+<li>Fileinfo:
+<ul>
+ <li><?php bugfix(67705); ?> (extensive backtracking in rule regular
expression) (CVE-2014-3538).</li>
+ <li><?php bugfix(67716); ?> (Segfault in cdf.c) (CVE-2014-3587).</li>
+</ul></li>
+<li>GD:
+<ul>
+ <li><?php bugfix(66901); ?> (php-gd 'c_color' NULL pointer dereference)
(CVE-2014-2497).</li>
+ <li><?php bugfix(67730); ?> (Null byte injection possible with imagexxx
functions) (CVE-2014-5120).</li>
+</ul></li>
+<li>Milter:
+<ul>
+ <li><?php bugfix(67715); ?> (php-milter does not build and crashes
randomly).</li>
+</ul></li>
+<li>OpenSSL:
+<ul>
+ <li>Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).</li>
+</ul></li>
+<li>Readline:
+<ul>
+ <li><?php bugfix(55496); ?> (Interactive mode doesn't force a newline before
the prompt).</li>
+ <li><?php bugfix(67496); ?> (Save command history when exiting interactive
shell with control-c).</li>
+</ul></li>
+<li>Sessions:
+<ul>
+ <li>Fixed missing type checks in php_session_create_id.</li></
+</ul></li>
+<li>SPL:
+<ul>
+ <li><?php bugfix(67539); ?> (ArrayIterator use-after-free due to object
change during sorting) (CVE-2014-4698).</li>
+ <li><?php bugfix(67538); ?> (SPL Iterators use-after-free)
(CVE-2014-4670).</li>
+</ul></li>
+<li>ODBC:
+<ul>
+ <li><?php bugfix(60616); ?> (odbc_fetch_into returns junk data at end of
multi-byte char fields).</li>
+</ul></li>
+<li>Zlib:
+<ul>
+ <li><?php bugfix(67724); ?> (chained zlib filters silently fail with large
amounts of data).</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
<section class="version" id="5.3.29"><!-- {{{ 5.3.29 -->
<h3>Version 5.3.29</h3>
<?php release_date('14-Aug-2014'); ?>
@@ -119,7 +174,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs",
"css" => array("change
<li>SPL:
<ul>
<li><?php bugfix(67539); ?> (ArrayIterator use-after-free due to object
change during
- sorting).</li>
+ sorting). (CVE-2014-4698)</li>
<li><?php bugfix(67538); ?> (SPL Iterators use-after-free)
(CVE-2014-4670).</li>
</ul></li>
<li>Streams:
diff --git a/archive/archive.xml b/archive/archive.xml
index 539b190..a7ddce8 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
+ <xi:include href="entries/2014-08-21-1.xml"/>
<xi:include href="entries/2014-08-14-1.xml"/>
<xi:include href="entries/2014-08-14-2.xml"/>
<xi:include href="entries/2014-08-04-3.xml"/>
diff --git a/archive/entries/2014-08-21-1.xml b/archive/entries/2014-08-21-1.xml
new file mode 100644
index 0000000..758bdee
--- /dev/null
+++ b/archive/entries/2014-08-21-1.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 5.4.32 Released</title>
+ <id>http://php.net/archive/2014.php#id2014-08-21-1</id>
+ <published>2014-08-21T17:27:58-07:00</published>
+ <updated>2014-08-21T17:27:58-07:00</updated>
+ <category term="frontpage" label="PHP.net frontpage news"/>
+ <category term="releases" label="New PHP release"/>
+ <link href="http://php.net/index.php#id2014-08-21-1" rel="alternate"
type="text/html"/>
+ <link href="http://php.net/archive/2014.php#id2014-08-21-1" rel="via"
type="text/html"/>
+ <content type="xhtml">
+ <div xmlns="http://www.w3.org/1999/xhtml">
+ <p>The PHP development team announces the immediate availability of PHP
+ 5.4.32. 16 bugs were fixed in this release, including the following
security-related issues:
+ CVE-2014-2497, CVE-2014-3538, CVE-2014-3587, CVE-2014-3597,
CVE-2014-4670, CVE-2014-4698, CVE-2014-5120.
+
+ All PHP 5.4 users are encouraged to upgrade to this version.
+ </p>
+
+ <p>For source downloads of PHP 5.4.32 please visit our <a
href="http://www.php.net/downloads.php">downloads page</a>,
+ Windows binaries can be found on <a
href="http://windows.php.net/download/">windows.php.net/download/</a>.
+ The list of changes is recorded in the <a
href="http://www.php.net/ChangeLog-5.php#5.4.32">ChangeLog</a>.
+ </p>
+ </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 621494a..b0263ec 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -490,6 +490,37 @@ $OLDRELEASES = array (
'date' => '20 Jun 2013',
'museum' => true,
),
+ '5.4.31' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/5_4_31.php',
+ ),
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-5.4.31.tar.bz2',
+ 'name' => 'PHP 5.4.31 (tar.bz2)',
+ 'md5' => '5611c2f4e03f39a586ca368167409699',
+ 'date' => '24 Jul 2014',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-5.4.31.tar.gz',
+ 'name' => 'PHP 5.4.31 (tar.gz)',
+ 'md5' => '07985cff81820666fbf0b0c46f5d35df',
+ 'date' => '24 Jul 2014',
+ ),
+ 2 =>
+ array (
+ 'link' => 'http://windows.php.net/download/#php-5.4',
+ 'name' => 'Windows 5.4.31 binaries and source',
+ ),
+ ),
+ 'date' => '24 Jul 2014',
+ 'museum' => false,
+ ),
'5.4.30' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index 6ecd788..f080e92 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -13,7 +13,7 @@
* "announcement" => "bool, release announcement exists in
releases/?"
* ),
* ),
- * );6 Dec
+ * );
/* PHP 5.5 Release */
$PHP_5_5_RC = '5.5.16RC1'; // Current RC version (e.g., '5.6.7RC1') or false
$PHP_5_5_RC_DATE = '7 Aug 2014';
@@ -26,14 +26,14 @@ $PHP_5_5_MD5 = array(
"tar.xz" => "d64c85f95fb767f16ee3ca281a20b5f7",
);
/* PHP 5.4 Release */
-$PHP_5_4_RC = '5.4.32RC1'; // Current RC version (e.g., '5.6.7RC1') or false
+$PHP_5_4_RC = false; // '5.4.32RC1'; // Current RC version (e.g., '5.6.7RC1')
or false
$PHP_5_4_RC_DATE = '7 Aug 2014';
-$PHP_5_4_VERSION = "5.4.31";
-$PHP_5_4_DATE = "24 Jul 2014";
+$PHP_5_4_VERSION = "5.4.32";
+$PHP_5_4_DATE = "21 Aug 2014";
$PHP_5_4_MD5 = array(
- "tar.bz2" => "5611c2f4e03f39a586ca368167409699",
- "tar.gz" => "07985cff81820666fbf0b0c46f5d35df",
+ "tar.bz2" => "0de30057773755c742ef4916c473292c",
+ "tar.gz" => "f0bd6e6cf4ea39dd5ef5c5b7e640b49b",
);
/* PHP 5.3 Release */
diff --git a/releases/5_4_31.php b/releases/5_4_31.php
index 6ae3769..fc3ea1c 100644
--- a/releases/5_4_31.php
+++ b/releases/5_4_31.php
@@ -1,6 +1,6 @@
<?php
// $Id$
-$_SERVER['BASE_PAGE'] = 'releases/5_4_30.php';
+$_SERVER['BASE_PAGE'] = 'releases/5_4_31.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP 5.4.31 Release Announcement");
?>
diff --git a/releases/5_4_32.php b/releases/5_4_32.php
new file mode 100644
index 0000000..4067796
--- /dev/null
+++ b/releases/5_4_32.php
@@ -0,0 +1,22 @@
+<?php
+// $Id$
+$_SERVER['BASE_PAGE'] = 'releases/5_4_32.php';
+include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
+site_header("PHP 5.4.32 Release Announcement");
+?>
+
+<h1>PHP 5.4.32 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
+5.4.32. 16 bugs were fixed in this release, including the following
security-related issues:
+CVE-2014-2497, CVE-2014-3538, CVE-2014-3587, CVE-2014-3597, CVE-2014-4670,
CVE-2014-4698, CVE-2014-5120.
+
+All PHP 5.4 users are encouraged to upgrade to this version.
+</p>
+
+<p>For source downloads of PHP 5.4.32 please visit our <a
href="http://www.php.net/downloads.php">downloads page</a>,
+Windows binaries can be found on <a
href="http://windows.php.net/download/">windows.php.net/download/</a>.
+The list of changes is recorded in the <a
href="http://www.php.net/ChangeLog-5.php#5.4.32">ChangeLog</a>.
+</p>
+
+<?php site_footer(); ?>
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php