Commit: 81393080e8d6d9fd5ff72c993861af4d5f64a517 Author: Stanislav Malyshev <[email protected]> Thu, 14 May 2015 21:36:00 -0700 Parents: eae4bba93b746f9dbcf3c2fe9fe53b720a09e636 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=81393080e8d6d9fd5ff72c993861af4d5f64a517 Log: 5.4.41 Changed paths: M ChangeLog-5.php M archive/archive.xml A archive/entries/2015-05-14-2.xml M include/releases.inc M include/version.inc A releases/5_4_41.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index f0666dc..2b0443c 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -49,6 +49,35 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="5.4.41"><!-- {{{ 5.4.41 --> +<h3>Version 5.4.41</h3> +<b>14-May-2015</b> +<ul><li>Core: +<ul> + <li><?php bugfix(69364); ?> (PHP Multipart/form-data remote dos Vulnerability).</li> + <li><?php bugfix(69403); ?> (str_repeat() sign mismatch based memory corruption).</li> + <li><?php bugfix(69418); ?> (CVE-2006-7243 fix regressions in 5.4+).</li> + <li><?php bugfix(69522); ?> (heap buffer overflow in unpack()).</li> +</ul></li> +<li>FTP: +<ul> + <li><?php bugfix(69545); ?> (Integer overflow in ftp_genlist() resulting in heap overflow).</li> +</ul></li> +<li>PCNTL: +<ul> + <li><?php bugfix(68598); ?> (pcntl_exec() should not allow null char).</li> +</ul></li> +<li>PCRE: +<ul> + <li>Upgraded pcrelib to 8.37.</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(69453); ?> (Memory Corruption in phar_parse_tarfile when entry filename starts with null).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="5.6.8"><!-- {{{ 5.6.8 --> <h3>Version 5.6.8</h3> <?php release_date('16-Apr-2015'); ?> diff --git a/archive/archive.xml b/archive/archive.xml index 8988bb9..0c70e0d 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/2015-05-14-2.xml"/> <xi:include href="entries/2015-05-14-1.xml"/> <xi:include href="entries/2015-05-06-1.xml"/> <xi:include href="entries/2015-04-16-3.xml"/> diff --git a/archive/entries/2015-05-14-2.xml b/archive/entries/2015-05-14-2.xml new file mode 100644 index 0000000..8342c19 --- /dev/null +++ b/archive/entries/2015-05-14-2.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 5.4.41 Released</title> + <id>http://php.net/archive/2015.php#id2015-05-14-2</id> + <published>2015-05-14T21:35:21-07:00</published> + <updated>2015-05-14T21:35:21-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-05-14-2" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2015.php#id2015-05-14-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.41. Seven security-related issues were fixed in this version. + + All PHP 5.4 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 5.4.41 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.41">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 11235a3..031f154 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1087,6 +1087,39 @@ $OLDRELEASES = array ( 'date' => '20 Jun 2013', 'museum' => true, ), + '5.4.40' => + array ( + 'announcement' => + array ( + 'English' => '/releases/5_4_40.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-5.4.40.tar.bz2', + 'name' => 'PHP 5.4.40 (tar.bz2)', + 'md5' => '19dafb2b9fc31517cf5c3309fb8a9923', + 'sha256' => '4898ffe8ac3ccb2d8cc94f7d76a9ea0414d954f5d4479895ddfccdc2e158a51a', + 'date' => '16 Apr 2015', + ), + 1 => + array ( + 'filename' => 'php-5.4.40.tar.gz', + 'name' => 'PHP 5.4.40 (tar.gz)', + 'md5' => 'df24e449e79f06981a4b4162105a9cd4', + 'sha256' => '663f5d06cd648e81ba4f2d6ad621bb580d83de70240c832dae527c97954da33d', + 'date' => '16 Apr 2015', + ), + 2 => + array ( + 'link' => 'http://windows.php.net/download/#php-5.4', + 'name' => 'Windows 5.4.40 binaries and source', + ), + ), + 'date' => '16 Apr 2015', + 'museum' => false, + ), '5.4.39' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 66f9a14..8ca8e54 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.40"; -$PHP_5_4_DATE = "16 Apr 2015"; +$PHP_5_4_VERSION = "5.4.41"; +$PHP_5_4_DATE = "14 May 2015"; $PHP_5_4_MD5 = array( - "tar.bz2" => "19dafb2b9fc31517cf5c3309fb8a9923", - "tar.gz" => "df24e449e79f06981a4b4162105a9cd4", + "tar.bz2" => "e00817b920cfc6dde2d01d7a74c654c0", + "tar.gz" => "f614a3a074a43c10a072897e9b2c90a2", ); $PHP_5_4_SHA256 = array( - "tar.bz2" => "4898ffe8ac3ccb2d8cc94f7d76a9ea0414d954f5d4479895ddfccdc2e158a51a", - "tar.gz" => "663f5d06cd648e81ba4f2d6ad621bb580d83de70240c832dae527c97954da33d", + "tar.bz2" => "5bc4b45a1280ff80a3cf5b8563716f325cfd0121d7fd25aa54d56ff38b3b8272", + "tar.gz" => "638cf19c865bc4eba2a4bab8952116a62691d1a72e1e2c9a9a2aadee92d1ce2e", ); $RELEASES = array( diff --git a/releases/5_4_41.php b/releases/5_4_41.php new file mode 100644 index 0000000..882c9c8 --- /dev/null +++ b/releases/5_4_41.php @@ -0,0 +1,21 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/5_4_41.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 5.4.41 Release Announcement"); +?> + +<h1>PHP 5.4.41 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP +5.4.41. Seven security-related issues were fixed in this version. + +All PHP 5.4 users are encouraged to upgrade to this version. +</p> + +<p>For source downloads of PHP 5.4.41 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.41">ChangeLog</a>. +</p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
