Author: Christoph M. Becker (cmb69) Date: 2021-11-18T12:05:29+01:00 Commit: https://github.com/php/web-php/commit/37d11eacbfa1f3f538730f4bcff99cba44e82384 Raw diff: https://github.com/php/web-php/commit/37d11eacbfa1f3f538730f4bcff99cba44e82384.diff
Announce 7.3.33 Changed paths: A archive/entries/2021-11-18-2.xml A releases/7_3_33.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 af9cf0898..f40f29480 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1856,6 +1856,18 @@ <a id="PHP_7_3"></a> +<section class="version" id="7.3.33"><!-- {{{ 7.3.33 --> +<h3>Version 7.3.33</h3> +<b><?php release_date('18-Nov-2021'); ?></b> +<ul><li>XML: +<ul> + <li><?php bugfix(79971); ?> (special character is breaking the path in xml function). (CVE-2021-21707)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.3.32"><!-- {{{ 7.3.32 --> <h3>Version 7.3.32</h3> <b><?php release_date('28-Oct-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index e41f9f1a2..b8d02f06f 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/2021-11-18-2.xml"/> <xi:include href="entries/2021-11-18-1.xml"/> <xi:include href="entries/2021-11-12-1.xml"/> <xi:include href="entries/2021-11-11-1.xml"/> diff --git a/archive/entries/2021-11-18-2.xml b/archive/entries/2021-11-18-2.xml new file mode 100644 index 000000000..f0db1f9e3 --- /dev/null +++ b/archive/entries/2021-11-18-2.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.3.33 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-11-18-2</id> + <published>2021-11-18T11:02:47+00:00</published> + <updated>2021-11-18T11:02:47+00:00</updated> + <link href="https://www.php.net/index.php#id2021-11-18-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-11-18-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 7.3.33. This is a security release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.33 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.3.33">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 2371cdddc..7e1b5a88e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -403,6 +403,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.3.32' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_32.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '28 Oct 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.32.tar.gz', + 'name' => 'PHP 7.3.32 (tar.gz)', + 'sha256' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb', + 'date' => '28 Oct 2021', + ), + 1 => + array ( + 'filename' => 'php-7.3.32.tar.bz2', + 'name' => 'PHP 7.3.32 (tar.bz2)', + 'sha256' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f', + 'date' => '28 Oct 2021', + ), + 2 => + array ( + 'filename' => 'php-7.3.32.tar.xz', + 'name' => 'PHP 7.3.32 (tar.xz)', + 'sha256' => '94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9', + 'date' => '28 Oct 2021', + ), + ), + 'museum' => false, + ), '7.4.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 434e01880..5a2d4a4f9 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.32', - 'date' => '28 Oct 2021', + 'version' => '7.3.33', + 'date' => '18 Nov 2021', 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb', - 'tar.bz2' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f', - 'tar.xz' => '94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9', + 'tar.gz' => '9a369c32c6f52036b0a890f290327f148a1904ee66aa56e2c9a7546da6525ec8', + 'tar.bz2' => 'f412487d7d953437e7978a0d7b6ec99bf4a85cf3378014438a8577b89535451a', + 'tar.xz' => '166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc', ] ]; diff --git a/releases/7_3_33.php b/releases/7_3_33.php new file mode 100644 index 000000000..5db625117 --- /dev/null +++ b/releases/7_3_33.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_3_33.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.3.33 Release Announcement'); +?> +<h1>PHP 7.3.33 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.3.33. This is a security release.</p> + +<p>All PHP 7.3 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.3.33 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.3.33">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php