summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-3.4.1.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-11-04 13:31:23 +0100
committerSteve Sakoman <steve@sakoman.com>2024-11-09 05:53:57 -0800
commit8d694594e1aed44411d99ba9d7d5f306f4065171 (patch)
tree391502bf1210f8e25c9d07e69eb25699260cfc50 /documentation/migration-guides/release-notes-3.4.1.rst
parent28385f20402c81320815ad3c745f414909e23771 (diff)
downloadpoky-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.1.rst')
-rw-r--r--documentation/migration-guides/release-notes-3.4.1.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.1.rst b/documentation/migration-guides/release-notes-3.4.1.rst
index 097c249a90..c4b99a269b 100644
--- a/documentation/migration-guides/release-notes-3.4.1.rst
+++ b/documentation/migration-guides/release-notes-3.4.1.rst
@@ -11,14 +11,14 @@ Known Issues in 3.4.1
11Security Fixes in 3.4.1 11Security Fixes in 3.4.1
12~~~~~~~~~~~~~~~~~~~~~~~ 12~~~~~~~~~~~~~~~~~~~~~~~
13 13
14- glibc: Backport fix for :cve:`2021-43396` 14- glibc: Backport fix for :cve_nist:`2021-43396`
15- vim: add patch number to :cve:`2021-3778` patch 15- vim: add patch number to :cve_nist:`2021-3778` patch
16- vim: fix :cve:`2021-3796`, :cve:`2021-3872`, and :cve:`2021-3875` 16- vim: fix :cve_nist:`2021-3796`, :cve_nist:`2021-3872`, and :cve_nist:`2021-3875`
17- squashfs-tools: follow-up fix for :cve:`2021-41072` 17- squashfs-tools: follow-up fix for :cve_nist:`2021-41072`
18- avahi: update CVE id fixed by local-ping.patch 18- avahi: update CVE id fixed by local-ping.patch
19- squashfs-tools: fix :cve:`2021-41072` 19- squashfs-tools: fix :cve_nist:`2021-41072`
20- ffmpeg: fix :cve:`2021-38114` 20- ffmpeg: fix :cve_nist:`2021-38114`
21- curl: fix :cve:`2021-22945`, :cve:`2021-22946` and :cve:`2021-22947` 21- curl: fix :cve_nist:`2021-22945`, :cve_nist:`2021-22946` and :cve_nist:`2021-22947`
22 22
23Fixes in 3.4.1 23Fixes in 3.4.1
24~~~~~~~~~~~~~~ 24~~~~~~~~~~~~~~