Commit: c79d12f17e1e03514e98582252f157cb9e15695e Author: Jordan Mussi <[email protected]> Fri, 10 Jul 2020 20:49:29 +0100 Committer: Christoph M. Becker <[email protected]> Fri, 10 Jul 2020 23:03:31 +0200 Parents: e8abf35555865cfab17e0eb9fe510ead88b22f0e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c79d12f17e1e03514e98582252f157cb9e15695e Log: Fix typo for CVE in 09 July release announcements Link and text different by 1 digit. CVE from text is completely unrelated so changed to match link from curl website. Changed paths: M archive/entries/2020-07-09-2.xml M archive/entries/2020-07-09-3.xml M archive/entries/2020-07-09-4.xml M releases/7_2_32.php M releases/7_3_20.php M releases/7_4_8.php Diff: diff --git a/archive/entries/2020-07-09-2.xml b/archive/entries/2020-07-09-2.xml index 5430f1ee3..590ec62ed 100644 --- a/archive/entries/2020-07-09-2.xml +++ b/archive/entries/2020-07-09-2.xml @@ -14,7 +14,7 @@ <p>For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing -<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>.</p> <p>For all other consumers of PHP, this is a bug fix release.</p> diff --git a/archive/entries/2020-07-09-3.xml b/archive/entries/2020-07-09-3.xml index d90bd5bdb..9223429fc 100644 --- a/archive/entries/2020-07-09-3.xml +++ b/archive/entries/2020-07-09-3.xml @@ -19,7 +19,7 @@ <p> For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing - <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>. + <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>. </p> <p> diff --git a/archive/entries/2020-07-09-4.xml b/archive/entries/2020-07-09-4.xml index 5db66e756..e25a7fcc5 100644 --- a/archive/entries/2020-07-09-4.xml +++ b/archive/entries/2020-07-09-4.xml @@ -16,7 +16,7 @@ href="https://windows.php.net/">official Windows builds</a> of PHP.</p> <p>For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing -<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>.</p> <p>For all other consumers of PHP, this is a bug fix release.</p> diff --git a/releases/7_2_32.php b/releases/7_2_32.php index b4aab337a..00760b287 100644 --- a/releases/7_2_32.php +++ b/releases/7_2_32.php @@ -14,7 +14,7 @@ site_header('PHP 7.2.32 Release Announcement'); <p> For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing - <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>. + <a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>. </p> <p> diff --git a/releases/7_3_20.php b/releases/7_3_20.php index 24f5052e8..9bc7fe0e6 100644 --- a/releases/7_3_20.php +++ b/releases/7_3_20.php @@ -10,7 +10,7 @@ site_header('PHP 7.3.20 Release Announcement'); <p>For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing -<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>.</p> <p>For all other consumers of PHP, this is a bug fix release.</p> diff --git a/releases/7_4_8.php b/releases/7_4_8.php index 0bfe6f0a4..f703e6ab5 100644 --- a/releases/7_4_8.php +++ b/releases/7_4_8.php @@ -11,7 +11,7 @@ href="https://windows.php.net/">official Windows builds</a> of PHP.</p> <p>For windows users running an official build, this release contains a patched version of <a href="https://curl.haxx.se">libcurl</a> addressing -<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8159</a>.</p> +<a href="https://curl.haxx.se/docs/CVE-2020-8169.html">CVE-2020-8169</a>.</p> <p>For all other consumers of PHP, this is a bug fix release.</p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
