Author: Pierrick Charron (adoy)
Date: 2023-02-14T11:09:21-05:00

Commit: 
https://github.com/php/web-php/commit/21a2102f991a52c59dd40999b40ef522ae7ab7e6
Raw diff: 
https://github.com/php/web-php/commit/21a2102f991a52c59dd40999b40ef522ae7ab7e6.diff

Announce PHP 8.2.3

Changed paths:
  A  archive/entries/2023-02-14-2.xml
  A  releases/8_2_3.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 66a802dcc..f75eccdde 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -8,6 +8,23 @@
 ?>
 <a id="PHP_8_2"></a>
 
+<section class="version" id="8.2.3"><!-- {{{ 8.2.3 -->
+<h3>Version 8.2.3</h3>
+<b><?php release_date('14-Feb-2023'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(81744); ?> (Password_verify() always return true with some 
hash). (CVE-2023-0567)</li>
+  <li><?php bugfix(81746); ?> (1-byte array overrun in common path resolve 
code). (CVE-2023-0568)</li>
+</ul></li>
+<li>SAPI:
+<ul>
+  <li>Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart 
request body). (CVE-2023-0662)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.2.2"><!-- {{{ 8.2.2 -->
 <h3>Version 8.2.2</h3>
 <b><?php release_date('02-Feb-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 17804acd0..9d44b5ea8 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/2023-02-14-2.xml"/>
   <xi:include href="entries/2023-02-14-1.xml"/>
   <xi:include href="entries/2023-02-02-2.xml"/>
   <xi:include href="entries/2023-02-02-1.xml"/>
diff --git a/archive/entries/2023-02-14-2.xml b/archive/entries/2023-02-14-2.xml
new file mode 100644
index 000000000..f4a8f05cd
--- /dev/null
+++ b/archive/entries/2023-02-14-2.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.2.3 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-02-14-2</id>
+  <published>2023-02-14T15:52:57+00:00</published>
+  <updated>2023-02-14T15:52:57+00:00</updated>
+  <link href="https://www.php.net/index.php#2023-02-14-2"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-02-14-2"; 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.2.3. This is a security release 
that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.</p>
+
+<p>All PHP 8.2 users are advised to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.3 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.2.3";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 98daf0f50..ae94eabde 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.2.2' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_2_2.php',
+      ),
+      'tags' => 
+      array (
+      ),
+      'date' => '02 Feb 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.2.2.tar.gz',
+          'name' => 'PHP 8.2.2 (tar.gz)',
+          'sha256' => 
'd82dda50356cebf6b6e14dbb576b14bc8b85f0f4476a787f0f50611f11eb37d2',
+          'date' => '02 Feb 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.2.2.tar.bz2',
+          'name' => 'PHP 8.2.2 (tar.bz2)',
+          'sha256' => 
'f5223a5274eda8b40c19e47de0de4678c65d64401ccf710e2464962eb8136804',
+          'date' => '02 Feb 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.2.2.tar.xz',
+          'name' => 'PHP 8.2.2 (tar.xz)',
+          'sha256' => 
'bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33',
+          'date' => '02 Feb 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.0.27' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index a89ed878f..0d00911f7 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -20,13 +20,13 @@ $RELEASES = (function () {
 
     /* PHP 8.2 Release */
     $data['8.2'] = [
-        'version' => '8.2.2',
-        'date' => '02 Feb 2023',
-        'tags' => [], // Set to ['security'] for security releases.
+        'version' => '8.2.3',
+        'date' => '14 Feb 2023',
+        'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'd82dda50356cebf6b6e14dbb576b14bc8b85f0f4476a787f0f50611f11eb37d2',
-            'tar.bz2' => 
'f5223a5274eda8b40c19e47de0de4678c65d64401ccf710e2464962eb8136804',
-            'tar.xz' => 
'bdc4aa38e652bac86039601840bae01c0c3653972eaa6f9f93d5f71953a7ee33',
+            'tar.gz' => 
'7c475bcbe61d28b6878604b1b6f387f39d1a63b5f21fa8156fd7aa615d43e259',
+            'tar.bz2' => 
'87bb58865f38f5e2941813029152cea2102fe2961bb4d68b88f831ddd0548d0f',
+            'tar.xz' => 
'b9b566686e351125d67568a33291650eb8dfa26614d205d70d82e6e92613d457',
         ]
     ];
 
diff --git a/releases/8_2_3.php b/releases/8_2_3.php
new file mode 100644
index 000000000..66deb4073
--- /dev/null
+++ b/releases/8_2_3.php
@@ -0,0 +1,17 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_2_3.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.2.3 Release Announcement');
+?>
+<h1>PHP 8.2.3 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 8.2.3. 
This is a security release
+that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.</p>
+
+<p>All PHP 8.2 users are advised to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.2.3 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.2.3";>ChangeLog</a>.
+</p>
+<?php site_footer();

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to