Author: Ben Ramsey (ramsey)
Date: 2023-08-04T13:31:29-05:00

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

Announce PHP 8.0.30

Changed paths:
  A  archive/entries/2023-08-04-1.xml
  A  releases/8_0_30.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 768407244..cd2055491 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -2527,6 +2527,22 @@
 
 <a id="PHP_8_0"></a>
 
+<section class="version" id="8.0.30"><!-- {{{ 8.0.30 -->
+<h3>Version 8.0.30</h3>
+<b><?php release_date('03-Aug-2023'); ?></b>
+<ul><li>Libxml:
+<ul>
+  <li>Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity 
loading in XML without enabling it). (CVE-2023-3823)</li>
+</ul></li>
+<li>Phar:
+<ul>
+  <li>Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()). 
(CVE-2023-3824)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
 <section class="version" id="8.0.29"><!-- {{{ 8.0.29 -->
 <h3>Version 8.0.29</h3>
 <b><?php release_date('08-Jun-2023'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 66f17daaf..c4d6855fb 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-08-04-1.xml"/>
   <xi:include href="entries/2023-08-03-2.xml"/>
   <xi:include href="entries/2023-08-03-1.xml"/>
   <xi:include href="entries/2023-07-29-1.xml"/>
diff --git a/archive/entries/2023-08-04-1.xml b/archive/entries/2023-08-04-1.xml
new file mode 100644
index 000000000..6aa52ed2a
--- /dev/null
+++ b/archive/entries/2023-08-04-1.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom";>
+  <title>PHP 8.0.30 Released!</title>
+  <id>https://www.php.net/archive/2023.php#2023-08-04-1</id>
+  <published>2023-08-04T18:29:29+00:00</published>
+  <updated>2023-08-04T18:29:29+00:00</updated>
+  <link href="https://www.php.net/index.php#2023-08-04-1"; rel="alternate" 
type="text/html"/>
+  <link href="https://www.php.net/archive/2023.php#2023-08-04-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.0.30. This is a security 
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.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-8.php#8.0.30";>ChangeLog</a>.
+</p>    </div>
+  </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 9de9c8fa5..00104640f 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,43 @@
 $OLDRELEASES = array (
   8 => 
   array (
+    '8.0.29' => 
+    array (
+      'announcement' => 
+      array (
+        'English' => '/releases/8_0_29.php',
+      ),
+      'tags' => 
+      array (
+        0 => 'security',
+      ),
+      'date' => '08 Jun 2023',
+      'source' => 
+      array (
+        0 => 
+        array (
+          'filename' => 'php-8.0.29.tar.gz',
+          'name' => 'PHP 8.0.29 (tar.gz)',
+          'sha256' => 
'db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684',
+          'date' => '08 Jun 2023',
+        ),
+        1 => 
+        array (
+          'filename' => 'php-8.0.29.tar.bz2',
+          'name' => 'PHP 8.0.29 (tar.bz2)',
+          'sha256' => 
'4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12',
+          'date' => '08 Jun 2023',
+        ),
+        2 => 
+        array (
+          'filename' => 'php-8.0.29.tar.xz',
+          'name' => 'PHP 8.0.29 (tar.xz)',
+          'sha256' => 
'14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9',
+          'date' => '08 Jun 2023',
+        ),
+      ),
+      'museum' => false,
+    ),
     '8.1.21' => 
     array (
       'announcement' => 
diff --git a/include/version.inc b/include/version.inc
index 8358e8b51..c570cbf15 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -44,13 +44,13 @@ $RELEASES = (function () {
 
     /* PHP 8.0 Release */
     $data['8.0'] = [
-        'version' => '8.0.29',
-        'date' => '08 Jun 2023',
+        'version' => '8.0.30',
+        'date' => '03 Aug 2023',
         'tags' => ['security'], // Set to ['security'] for security releases.
         'sha256' => [
-            'tar.gz' => 
'db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684',
-            'tar.bz2' => 
'4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12',
-            'tar.xz' => 
'14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9',
+            'tar.gz' => 
'449d2048fcb20a314d8c218097c6d1047a9f1c5bb72aa54d5d3eba0a27a4c80c',
+            'tar.bz2' => 
'98a9cb6a0e27a6950cdf4b26dcac48f2be2d936d5224a502f066cf3d4cf19b92',
+            'tar.xz' => 
'216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9',
         ]
     ];
 
diff --git a/releases/8_0_30.php b/releases/8_0_30.php
new file mode 100644
index 000000000..a246a7372
--- /dev/null
+++ b/releases/8_0_30.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_0_30.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.30 Release Announcement');
+?>
+<h1>PHP 8.0.30 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP 
8.0.30. This is a security release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.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-8.php#8.0.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