Commit: e326930b92b667e1feac5d339436d8de8417c889 Author: Julien Pauli <[email protected]> Thu, 7 Jan 2016 13:01:49 +0100 Parents: f7c8cbec1b8b07fc6191f06b1941f92e897996c4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e326930b92b667e1feac5d339436d8de8417c889 Log: 5.5.31 release Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2016-01-07-2.xml M include/releases.inc M include/version.inc A releases/5_5_31.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index b310ce3..b25e56b 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,6 +7,28 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 5 ChangeLog</h1> +<section class="version" id="5.5.31"><!-- {{{ 5.5.31 --> +<h3>Version 5.5.31</h3> +<b><?php release_date('07-Jan-2015'); ?></b> +<ul><li>FPM: +<ul> + <li><?php bugfix(70755); ?> (fpm_log.c memory leak and buffer overflow).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(70976); ?> (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds).</li> +</ul></li> +<li>WDDX: +<ul> + <li><?php bugfix(70661); ?> (Use After Free Vulnerability in WDDX Packet Deserialization).</li> + <li><?php bugfix(70741); ?> (Session WDDX Packet Deserialization Type Confusion Vulnerability).</li> +</ul></li> +<li>XMLRPC: +<ul> + <li><?php bugfix(70728); ?> (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).</li> +</ul></li> +</ul> +<!-- }}} --></section> <section class="version" id="5.6.16"><!-- {{{ 5.6.16 --> <h3>Version 5.6.16</h3> diff --git a/archive/archive.xml b/archive/archive.xml index e95b8bc..160adf9 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/2016-01-07-2.xml"/> <xi:include href="entries/2016-01-07-1.xml"/> <xi:include href="entries/2015-12-17-1.xml"/> <xi:include href="entries/2015-12-16-1.xml"/> diff --git a/archive/entries/2016-01-07-2.xml b/archive/entries/2016-01-07-2.xml new file mode 100644 index 0000000..d690f6a --- /dev/null +++ b/archive/entries/2016-01-07-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.5.31 is available</title> + <id>http://php.net/archive/2016.php#id2016-01-07-2</id> + <published>2016-01-07T11:59:59+00:00</published> + <updated>2016-01-07T11:59:59+00:00</updated> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <link href="http://php.net/index.php#id2016-01-07-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2016.php#id2016-01-07-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.5.31. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.31 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.5.31">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 27865d6..12aac5e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -77,6 +77,42 @@ $OLDRELEASES = array ( ), 5 => array ( + '5.5.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_5_30.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.5.30.tar.bz2', + 'name' => 'PHP 5.5.30 (tar.bz2)', + 'md5' => '181d153c9fba7ff46534df1bdab4d853', + 'sha256' => 'e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29', + 'date' => '01 Oct 2015', + ), + 1 => + array ( + 'filename' => 'php-5.5.30.tar.gz', + 'name' => 'PHP 5.5.30 (tar.gz)', + 'md5' => '42ce02c3dd2f477bfe210a4c1ef95f4e', + 'sha256' => '8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007', + 'date' => '01 Oct 2015', + ), + 2 => + array ( + 'filename' => 'php-5.5.30.tar.xz', + 'name' => 'PHP 5.5.30 (tar.xz)', + 'md5' => 'ef6d848756ea9d19b7a7e1a9d824d7c1', + 'sha256' => 'd00dc06fa5e0f3de048fb0cf940b3cc59b43b3f8cad825d4fffb35503cf2e8f2', + 'date' => '01 Oct 2015', + ), + ), + 'date' => '01 Oct 2015', + 'museum' => false, + ), '5.6.15' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f8d69c9..2cf964b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -55,17 +55,17 @@ $PHP_5_6_SHA256 = array( $PHP_5_5_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_5_5_RC_DATE = '25 Jun 2015'; -$PHP_5_5_VERSION = "5.5.30"; -$PHP_5_5_DATE = "01 Oct 2015"; +$PHP_5_5_VERSION = "5.5.31"; +$PHP_5_5_DATE = "07 Jan 2016"; $PHP_5_5_MD5 = array( - "tar.bz2" => "181d153c9fba7ff46534df1bdab4d853", - "tar.gz" => "42ce02c3dd2f477bfe210a4c1ef95f4e", - "tar.xz" => "ef6d848756ea9d19b7a7e1a9d824d7c1", + "tar.bz2" => "ebb66ad8e2bcf1a966b10d86e81a0119", + "tar.gz" => "360049884d844865aa563a5517287969", + "tar.xz" => "6c487db7e7c07072bd70c7c0475c1308", ); $PHP_5_5_SHA256 = array( - "tar.bz2" => "e7332a713cecdd1cb44a1b1336739885c9789f633f0f51236b25e48ab03c3b29", - "tar.gz" => "8ad57f4317391354e66c83d26752f67515b2e923277eb97b2b420dfeff3c1007", - "tar.xz" => "d00dc06fa5e0f3de048fb0cf940b3cc59b43b3f8cad825d4fffb35503cf2e8f2", + "tar.bz2" => "fb4a382b9a9dceb749b7ef047d8251320bc8d371c843714e5b4f4b70d61ba277", + "tar.gz" => "59a4417029ba5497d17ee02b65f419129ecf9ca8a1d864e0bccd5a3d4407a597", + "tar.xz" => "a9ac5b94fcc3811b661a090dddd716f81e43947240b35e6a0123e609a135ac54", ); $RELEASES = array( diff --git a/releases/5_5_31.php b/releases/5_5_31.php new file mode 100644 index 0000000..f4e2f4a --- /dev/null +++ b/releases/5_5_31.php @@ -0,0 +1,20 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_5_31.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.5.31 Release Announcement"); +?> + <h1>PHP 5.5.31 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 5.5.31. This is a security release. Several security bugs were fixed in this release. + + All PHP 5.5 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.5.31 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.5.31">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
