Commit: f6c987d48f89d5c8283d9ff4c7e77816173da9ea Author: Remi Collet <[email protected]> Thu, 1 Oct 2020 15:12:50 +0200 Parents: 8ccb9e50a4078a053e70840d3218e09bf4e12b2c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f6c987d48f89d5c8283d9ff4c7e77816173da9ea Log: 7.2.34 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-10-01-1.xml M include/releases.inc M include/version.inc A releases/7_2_34.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 0382262ee..21bcb1812 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2741,6 +2741,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_2"></a> +<section class="version" id="7.2.34"><!-- {{{ 7.2.34 --> +<h3>Version 7.2.34</h3> +<b><?php release_date('01-Oct-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(79699); ?> (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)</li> +</ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(79601); ?> (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.33"><!-- {{{ 7.2.33 --> <h3>Version 7.2.33</h3> <b><?php release_date('06-Aug-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 02de28d1a..91e481f83 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2020-10-01-1.xml"/> <xi:include href="entries/2020-09-21-1.xml"/> <xi:include href="entries/2020-09-17-1.xml"/> <xi:include href="entries/2020-09-15-1.xml"/> diff --git a/archive/entries/2020-10-01-1.xml b/archive/entries/2020-10-01-1.xml new file mode 100644 index 000000000..beda2da5a --- /dev/null +++ b/archive/entries/2020-10-01-1.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.34 Released!</title> + <id>https://www.php.net/archive/2020.php#2020-10-01-1</id> + <published>2020-10-01T13:05:27+00:00</published> + <updated>2020-10-01T13:05:27+00:00</updated> + <link href="https://www.php.net/index.php#id2020-10-01-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-10-01-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.2.34. This is a security release.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.34 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.2.34">ChangeLog</a>. +</p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index e6ae21484..6709ae902 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.33' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_33.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '06 Aug 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.33.tar.bz2', + 'name' => 'PHP 7.2.33 (tar.bz2)', + 'sha256' => '03dda3a3a0c8befc9b381bc9cf4638d13862783fc7b8aef43fdd4431ab85854d', + 'date' => '06 Aug 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.33.tar.gz', + 'name' => 'PHP 7.2.33 (tar.gz)', + 'sha256' => '97bb6b88ddfa44f36c4fc84a1a718faef476f61b532d26ea29e3e9f6cd79d839', + 'date' => '06 Aug 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.33.tar.xz', + 'name' => 'PHP 7.2.33 (tar.xz)', + 'sha256' => '0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a', + 'date' => '06 Aug 2020', + ), + ), + 'museum' => false, + ), '7.4.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d43fc0e99..82c564c23 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.33"; - $PHP_7_2_DATE = "06 Aug 2020"; + $PHP_7_2_VERSION = "7.2.34"; + $PHP_7_2_DATE = "01 Oct 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "03dda3a3a0c8befc9b381bc9cf4638d13862783fc7b8aef43fdd4431ab85854d", - "tar.gz" => "97bb6b88ddfa44f36c4fc84a1a718faef476f61b532d26ea29e3e9f6cd79d839", - "tar.xz" => "0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a", + "tar.bz2" => "0e5816d668a2bb14aca68cef8c430430bd86c3c5233f6c427d1a54aac127abcf", + "tar.gz" => "8b2777c741e83f188d3ca6d8e98ece7264acafee86787298fae57e05d0dddc78", + "tar.xz" => "409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903", ); return array( diff --git a/releases/7_2_34.php b/releases/7_2_34.php new file mode 100644 index 000000000..33b0093e9 --- /dev/null +++ b/releases/7_2_34.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7.2.34.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.2.34 Release Announcement'); +?> +<h1>PHP 7.2.34 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.34. This is a security release.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.34 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.2.34">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
