Author: Patrick Allaert (patrickallaert) Date: 2024-06-06T16:18:00+02:00 Commit: https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f Raw diff: https://github.com/php/web-php/commit/4b8c358cfafcdeab8a05662741ee94b89cb0a81f.diff
Announce PHP 8.1.29 Changed paths: A archive/entries/2024-06-06-1.xml A releases/8_1_29.php M ChangeLog-8.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-8.php b/ChangeLog-8.php index f4793a1667..0f4abab968 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2444,6 +2444,30 @@ <a id="PHP_8_1"></a> +<section class="version" id="8.1.29"><!-- {{{ 8.1.29 --> +<h3>Version 8.1.29</h3> +<b><?php release_date('06-Jun-2024'); ?></b> +<ul><li>CGI: +<ul> + <li>Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection in PHP-CGI). (CVE-2024-4577)</li> +</ul></li> +<li>Filter: +<ul> + <li>Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL). (CVE-2024-5458)</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>The openssl_private_decrypt function in PHP, when using PKCS1 padding (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack unless it is used with an OpenSSL version that includes the changes from this pull request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection). These changes are part of OpenSSL 3.2 and have also been backported to stable versions of various Linux distributions, as well as to the PHP builds provided for Windows since the previous release. All distributors and builders should ensure that this version is used to prevent PHP from being vulnerable.</li> +</ul></li> +<li>Standard: +<ul> + <li>Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). (CVE-2024-5585)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.1.28"><!-- {{{ 8.1.28 --> <h3>Version 8.1.28</h3> <b><?php release_date('11-Apr-2024'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 1f45981dd3..122cbeea98 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/2024-06-06-1.xml"/> <xi:include href="entries/2024-05-09-2.xml"/> <xi:include href="entries/2024-05-09-1.xml"/> <xi:include href="entries/2024-04-24-1.xml"/> diff --git a/archive/entries/2024-06-06-1.xml b/archive/entries/2024-06-06-1.xml new file mode 100644 index 0000000000..fafd20583d --- /dev/null +++ b/archive/entries/2024-06-06-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.1.29 Released!</title> + <id>https://www.php.net/archive/2024.php#2024-06-06-1</id> + <published>2024-06-06T14:12:51+00:00</published> + <updated>2024-06-06T14:12:51+00:00</updated> + <link href="https://www.php.net/index.php#2024-06-06-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2024.php#2024-06-06-1" rel="via" type="text/html"/> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 8.1.29. This is a security release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.29 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.29">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 5a60e354c6..e18d82f252 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '11 Apr 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.28.tar.gz', + 'name' => 'PHP 8.1.28 (tar.gz)', + 'sha256' => 'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea', + 'date' => '11 Apr 2024', + ), + 1 => + array ( + 'filename' => 'php-8.1.28.tar.bz2', + 'name' => 'PHP 8.1.28 (tar.bz2)', + 'sha256' => '8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee', + 'date' => '11 Apr 2024', + ), + 2 => + array ( + 'filename' => 'php-8.1.28.tar.xz', + 'name' => 'PHP 8.1.28 (tar.xz)', + 'sha256' => '95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080', + 'date' => '11 Apr 2024', + ), + ), + 'museum' => false, + ), '8.3.6' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 36668f9fc2..2297269620 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.28', - 'date' => '11 Apr 2024', + 'version' => '8.1.29', + 'date' => '06 Jun 2024', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea', - 'tar.bz2' => '8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee', - 'tar.xz' => '95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080', + 'tar.gz' => '8b2609bf1d3173aa38269a9af21532c65f730aadd3051f9aae011eea9e246de5', + 'tar.bz2' => '87a60313263f2f533f180e719272ca5e47cd9884d4ec3c93720198eaffae0827', + 'tar.xz' => '288884af60581d4284baba2ace9ca6d646f72facbd3e3c2dd2acc7fe6f903536', ] ]; diff --git a/releases/8_1_29.php b/releases/8_1_29.php new file mode 100644 index 0000000000..006082179c --- /dev/null +++ b/releases/8_1_29.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_1_29.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.1.29 Release Announcement'); +?> +<h1>PHP 8.1.29 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.1.29. This is a security release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.29 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.1.29">ChangeLog</a>. +</p> +<?php site_footer();