diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-04 13:31:23 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-09 05:53:57 -0800 |
| commit | 8d694594e1aed44411d99ba9d7d5f306f4065171 (patch) | |
| tree | 391502bf1210f8e25c9d07e69eb25699260cfc50 /documentation/migration-guides/release-notes-3.4.3.rst | |
| parent | 28385f20402c81320815ad3c745f414909e23771 (diff) | |
| download | poky-8d694594e1aed44411d99ba9d7d5f306f4065171.tar.gz | |
conf.py: rename :cve: role to :cve_nist:
Newer versions of Sphinx already define a :cve: role that points to
cve.org, instead of the role we defined in conf.py that points to
nvd.nist.gov.
Rename our role to :cve_nist: to avoid warnings (treated as errors).
This is also backwards compatible, meaning we can build the doc with an
older Sphinx if needed.
The file were automatically replaced with following command:
find . -name '*.rst' -exec sed -i 's/:cve:/:cve_nist:/g' {} \+
Cherry pick:
* remove changes to release-notes-5.1.rst, does not exist on this branch.
* release-notes-5.0.4.rst: apply the command to this file as it was
treated previously.
Suggested-By: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 5b86879b3b5f3c51bc7fa5dd2848cf1153a22242)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 15fa3b7e85dde50d7236c1738ad607531cc654b8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides/release-notes-3.4.3.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-3.4.3.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.3.rst b/documentation/migration-guides/release-notes-3.4.3.rst index 2af802307d..cd9698d0e8 100644 --- a/documentation/migration-guides/release-notes-3.4.3.rst +++ b/documentation/migration-guides/release-notes-3.4.3.rst | |||
| @@ -6,12 +6,12 @@ Release notes for 3.4.3 (honister) | |||
| 6 | Security Fixes in 3.4.3 | 6 | Security Fixes in 3.4.3 |
| 7 | ~~~~~~~~~~~~~~~~~~~~~~~ | 7 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 8 | 8 | ||
| 9 | - ghostscript: fix :cve:`2021-3781` | 9 | - ghostscript: fix :cve_nist:`2021-3781` |
| 10 | - ghostscript: fix :cve:`2021-45949` | 10 | - ghostscript: fix :cve_nist:`2021-45949` |
| 11 | - tiff: Add backports for two CVEs from upstream (:cve:`2022-0561` & :cve:`2022-0562`) | 11 | - tiff: Add backports for two CVEs from upstream (:cve_nist:`2022-0561` & :cve_nist:`2022-0562`) |
| 12 | - gcc : Fix :cve:`2021-46195` | 12 | - gcc : Fix :cve_nist:`2021-46195` |
| 13 | - virglrenderer: fix `CVE-2022-0135 <https://security-tracker.debian.org/tracker/CVE-2022-0135>`__ and `CVE-2022-0175 <https://security-tracker.debian.org/tracker/CVE-2022-0175>`__ | 13 | - virglrenderer: fix `CVE-2022-0135 <https://security-tracker.debian.org/tracker/CVE-2022-0135>`__ and `CVE-2022-0175 <https://security-tracker.debian.org/tracker/CVE-2022-0175>`__ |
| 14 | - binutils: Add fix for :cve:`2021-45078` | 14 | - binutils: Add fix for :cve_nist:`2021-45078` |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | Fixes in 3.4.3 | 17 | Fixes in 3.4.3 |
