Commit: 1acb04fb49e5bca5ce063c3653a28251f6f8e196 Author: Stanislav Malyshev <[email protected]> Thu, 11 Jun 2015 20:43:41 -0700 Parents: d3a87a96dbc37400c815d724da54faf26b35785d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1acb04fb49e5bca5ce063c3653a28251f6f8e196 Log: 5.4.42 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2015-06-11-4.xml M include/releases.inc M include/version.inc A releases/5_4_42.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 7631a86..1d70bf3 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -128,6 +128,34 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="5.4.42"><!-- {{{ 5.4.42 --> +<h3>Version 5.4.42</h3> +<b>11-Jun-2015</b> +<ul><li>Core: +<ul> + <li>Imroved fix for bug <?php bugl(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow).</li> + <li><?php bugfix(69646); ?> (OS command injection vulnerability in escapeshellarg).</li> + <li><?php bugfix(69719); ?> (Incorrect handling of paths with NULs).</li> +</ul></li> +<li>Litespeed SAPI: +<ul> + <li><?php bugfix(68812); ?> (Unchecked return value).</li> +</ul></li> +<li>Mail: +<ul> + <li><?php bugfix(68776); ?> (mail() does not have mail header injection prevention for additional headers).</li> +</ul></li> +<li>Postgres: +<ul> + <li><?php bugfix(69667); ?> (segfault in php_pgsql_meta_data).</li> +</ul></li> +<li>Sqlite3: +<ul> + <li>Upgrade bundled sqlite to 3.8.10.2. (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.9"><!-- {{{ 5.6.9 --> <h3>Version 5.6.9</h3> <?php release_date('14-May-2015'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index cb6db84..7f95952 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,8 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2015-06-11-4.xml"/> + <xi:include href="entries/2015-06-11-4.xml"/> <xi:include href="entries/2015-06-11-3.xml"/> <xi:include href="entries/2015-06-11-2.xml"/> <xi:include href="entries/2015-06-11-1.xml"/> diff --git a/archive/entries/2015-06-11-4.xml b/archive/entries/2015-06-11-4.xml new file mode 100644 index 0000000..4a102c7 --- /dev/null +++ b/archive/entries/2015-06-11-4.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.42 Released</title> + <id>http://php.net/archive/2015.php#id2015-06-11-4</id> + <published>2015-06-11T20:43:05-07:00</published> + <updated>2015-06-11T20:43:05-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#id2015-06-11-4" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2015.php#id2015-06-11-4" 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.42. Six security-related issues in PHP were fixed in this release, + as well as several security issues in bundled sqlite library (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416). + + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.42 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.42">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 40694b1..11c7de5 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1195,6 +1195,39 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.41' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_41.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.41.tar.bz2', + 'name' => 'PHP 5.4.41 (tar.bz2)', + 'md5' => 'e00817b920cfc6dde2d01d7a74c654c0', + 'sha256' => '5bc4b45a1280ff80a3cf5b8563716f325cfd0121d7fd25aa54d56ff38b3b8272', + 'date' => '14 May 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.41.tar.gz', + 'name' => 'PHP 5.4.41 (tar.gz)', + 'md5' => 'f614a3a074a43c10a072897e9b2c90a2', + 'sha256' => '638cf19c865bc4eba2a4bab8952116a62691d1a72e1e2c9a9a2aadee92d1ce2e', + 'date' => '14 May 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.41 binaries and source', + ), + ), + 'date' => '14 May 2015', + 'museum' => false, + ), '5.4.40' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a03b2a0..ce4123a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -52,15 +52,15 @@ $PHP_5_5_SHA256 = 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.41"; -$PHP_5_4_DATE = "14 May 2015"; +$PHP_5_4_VERSION = "5.4.42"; +$PHP_5_4_DATE = "11 Jun 2015"; $PHP_5_4_MD5 = array( - "tar.bz2" => "e00817b920cfc6dde2d01d7a74c654c0", - "tar.gz" => "f614a3a074a43c10a072897e9b2c90a2", + "tar.bz2" => "6e0c28e22c0751c57a8c14a6f463c30d", + "tar.gz" => "5e6a81d4efdc9546cc6ffe00eef5e8e4", ); $PHP_5_4_SHA256 = array( - "tar.bz2" => "5bc4b45a1280ff80a3cf5b8563716f325cfd0121d7fd25aa54d56ff38b3b8272", - "tar.gz" => "638cf19c865bc4eba2a4bab8952116a62691d1a72e1e2c9a9a2aadee92d1ce2e", + "tar.bz2" => "6285b2e64bfaa69e5d983d7d981b4f254f5259ad3fd591ca832722a4cc1ae0f9", + "tar.gz" => "f0b40c097a6f11c4c2f5078d34f50fb9428d79b9e9821117bd7d6cca6af78d11", ); $RELEASES = array( diff --git a/releases/5_4_42.php b/releases/5_4_42.php new file mode 100644 index 0000000..da00d0c --- /dev/null +++ b/releases/5_4_42.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_42.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.42 Release Announcement"); +?> + +<h1>PHP 5.4.42 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.42. Six security-related issues in PHP were fixed in this release, +as well as several security issues in bundled sqlite library (CVE-2015-3414, CVE-2015-3415, CVE-2015-3416). + +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.42 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.42">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
