Commit: c5a30664bfe18fe62ee294a1ee361497fb56722e Author: Stanislav Malyshev <[email protected]> Thu, 16 Oct 2014 15:37:28 -0700 Parents: 8a2ce2082fd52e1f4973223f3b731a9e68078714 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c5a30664bfe18fe62ee294a1ee361497fb56722e Log: 5.4.34 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2014-10-16-2.xml M include/releases.inc M include/version.inc A releases/5_4_34.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 54b097d..01a3087 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -56,6 +56,37 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="5.4.34"><!-- {{{ 5.4.34 --> +<h3>Version 5.4.34</h3> +<b>16-Oct-2014</b> +<ul><li>Fileinfo: +<ul> + <li><?php bugfix(66242); ?> (libmagic: don't assume char is signed).</li> +</ul></li> +<li>Core: +<ul> + <li><?php bugfix(67985); ?> (Incorrect last used array index copied to new array after unset).</li> + <li><?php bugfix(68044); ?> (Integer overflow in unserialize() (32-bits only)). (CVE-2014-3669)</li> +</ul></li> +<li>cURL: +<ul> + <li><?php bugfix(68089); ?> (NULL byte injection - cURL lib).</li> +</ul></li> +<li>EXIF: +<ul> + <li><?php bugfix(68113); ?> (Heap corruption in exif_thumbnail()). (CVE-2014-3670)</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Reverted fixes for bug <?php bugl(41631); ?>, due to regressions.</li> +</ul></li> +<li>XMLRPC: +<ul> + <li><?php bugfix(68027); ?> (Global buffer overflow in mkgmtime() function). (CVE-2014-3668)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.1"><!-- {{{ 5.6.1 --> <h3>Version 5.6.1</h3> <b>02-Oct-2014</b> diff --git a/archive/archive.xml b/archive/archive.xml index 2c2538f..b86d908 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2014-10-16-2.xml"/> <xi:include href="entries/2014-10-16-1.xml"/> <xi:include href="entries/2014-10-02-1.xml"/> <xi:include href="entries/2014-09-26-1.xml"/> diff --git a/archive/entries/2014-10-16-2.xml b/archive/entries/2014-10-16-2.xml new file mode 100644 index 0000000..33d9094 --- /dev/null +++ b/archive/entries/2014-10-16-2.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.34 Released</title> + <id>http://php.net/archive/2014.php#id2014-10-16-2</id> + <published>2014-10-16T15:32:14-07:00</published> + <updated>2014-10-16T15:32:14-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-10-16-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2014.php#id2014-10-16-2" 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.34. 6 security-related bugs were fixed in this release, including fixes for + CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. Also, a fix for OpenSSL which + produced regressions was reverted. + + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.34 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.34">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 8666b17..54a50e8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -622,6 +622,37 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.33' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_33.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.33.tar.bz2', + 'name' => 'PHP 5.4.33 (tar.bz2)', + 'md5' => '0de30057773755c742ef4916c473292c', + 'date' => '18 Sep 2014', + ), + 1 => + array ( + 'filename' => 'php-5.4.33.tar.gz', + 'name' => 'PHP 5.4.33 (tar.gz)', + 'md5' => 'f0bd6e6cf4ea39dd5ef5c5b7e640b49b', + 'date' => '18 Sep 2014', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.33 binaries and source', + ), + ), + 'date' => '18 Sep 2014', + 'museum' => false, + ), '5.4.32' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 90474df..5d2af2d 100644 --- a/include/version.inc +++ b/include/version.inc @@ -41,11 +41,11 @@ $PHP_5_5_MD5 = array( $PHP_5_4_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_4_RC_DATE = '4 Sep 2014'; -$PHP_5_4_VERSION = "5.4.33"; -$PHP_5_4_DATE = "18 Sep 2014"; +$PHP_5_4_VERSION = "5.4.34"; +$PHP_5_4_DATE = "16 Oct 2014"; $PHP_5_4_MD5 = array( - "tar.bz2" => "c6878bb1cdb46bfc1e1a5cd67a024737", - "tar.gz" => "3f58e6de44c6af3882ca638bb24cec0f", + "tar.bz2" => "1afe3a10cefec9618acb785ef5064bf9", + "tar.gz" => "718ce85dc1bca0c925a9013638be4ae9", ); /* PHP 5.3 Release */ diff --git a/releases/5_4_34.php b/releases/5_4_34.php new file mode 100644 index 0000000..144ba30 --- /dev/null +++ b/releases/5_4_34.php @@ -0,0 +1,23 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_34.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.34 Release Announcement"); +?> + +<h1>PHP 5.4.34 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.34. 6 security-related bugs were fixed in this release, including fixes for +CVE-2014-3668, CVE-2014-3669 and CVE-2014-3670. Also, a fix for OpenSSL which +produced regressions was reverted. + +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.34 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.34">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
