Author: Derick Rethans (derickr)
Date: 2022-06-09T09:30:36+01:00

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

Announce 7.4.30

Changed paths:
  A  archive/entries/2022-06-09-1.xml
  A  releases/7_4_30.php
  M  ChangeLog-7.php
  M  archive/archive.xml
  M  include/releases.inc
  M  include/version.inc


Diff:

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 708c9dca0..a51a4bb79 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -8,6 +8,22 @@
 ?>
 <a id="PHP_7_4"></a>
 
+<section class="version" id="7.4.30"><!-- {{{ 7.4.30 -->
+<h3>Version 7.4.30</h3>
+<b><?php release_date('09-Jun-2022'); ?></b>
+<ul><li>mysqlnd:
+<ul>
+  <li><?php bugfix(81719); ?>: mysqlnd/pdo password buffer overflow. 
(CVE-2022-31626)</li>
+</ul></li>
+<li>pgsql:
+<ul>
+  <li><?php bugfix(81720); ?>: Uninitialized array in pg_query_params(). 
(CVE-2022-31625)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="7.4.29"><!-- {{{ 7.4.29 -->
 <h3>Version 7.4.29</h3>
 <b><?php release_date('14-Apr-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 495c70e24..23362ff38 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/2022-06-09-1.xml"/>
   <xi:include href="entries/2022-05-12-2.xml"/>
   <xi:include href="entries/2022-05-12-1.xml"/>
   <xi:include href="entries/2022-05-05-1.xml"/>
diff --git a/archive/entries/2022-06-09-1.xml b/archive/entries/2022-06-09-1.xml
new file mode 100644
index 000000000..aa9ad5e8b
--- /dev/null
+++ b/archive/entries/2022-06-09-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 7.4.30 Released!</title>
+  <id>https://www.php.net/archive/2022.php#2022-06-09-1</id>
+  <published>2022-06-09T08:27:58+00:00</published>
+  <updated>2022-06-09T08:27:58+00:00</updated>
+  <link href="https://www.php.net/index.php#id2022-06-09-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2022.php#2022-06-09-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 7.4.30. This is a security 
release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.30 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-7.php#7.4.30";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 6f1542c09..7a6011d2a 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -875,6 +875,43 @@ $OLDRELEASES = array (
   ),
   7 => 
   array (
+    '7.4.29' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/7_4_29.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '14 Apr 2022',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-7.4.29.tar.gz',
+          'name' => 'PHP 7.4.29 (tar.gz)',
+          'sha256' => 
'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854',
+          'date' => '14 Apr 2022',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-7.4.29.tar.bz2',
+          'name' => 'PHP 7.4.29 (tar.bz2)',
+          'sha256' => 
'7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482',
+          'date' => '14 Apr 2022',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-7.4.29.tar.xz',
+          'name' => 'PHP 7.4.29 (tar.xz)',
+          'sha256' => 
'7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6',
+          'date' => '14 Apr 2022',
+        ),
+      ),
+      'museum' => false,
+    ),
     '7.4.28' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 026363c64..048b0db6d 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -44,13 +44,13 @@ $RELEASES = (function() {
 
     /* PHP 7.4 Release */
     $data['7.4'] = [
-        'version' => '7.4.29',
-        'date'    => '14 Apr 2022',
+        'version' => '7.4.30',
+        'date'    => '09 Jun 2022',
         'tags'    => ['security'], // Set to ['security'] for security releases
         'sha256'  => [
-            'tar.gz'  => 
'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854',
-            'tar.bz2' => 
'7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482',
-            'tar.xz'  => 
'7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6',
+            'tar.gz'  => 
'e37ea37e0f79109351ac615da85eb7c2c336101fc5bc802ee79a124a4310dc10',
+            'tar.bz2' => 
'b601bb12e53720469b60ea816776cac1c0696b09888a11ad2379b2eee835386e',
+            'tar.xz'  => 
'ea72a34f32c67e79ac2da7dfe96177f3c451c3eefae5810ba13312ed398ba70d',
         ]
     ];
 
diff --git a/releases/7_4_30.php b/releases/7_4_30.php
new file mode 100644
index 000000000..edb901227
--- /dev/null
+++ b/releases/7_4_30.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/7_4_30.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 7.4.30 Release Announcement');
+?>
+<h1>PHP 7.4.30 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
7.4.30. This is a security release.</p>
+
+<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 7.4.30 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-7.php#7.4.30";>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