summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.1.3.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-4.1.3.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-4.1.3.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.1.3.rst36
1 files changed, 18 insertions, 18 deletions
diff --git a/documentation/migration-guides/release-notes-4.1.3.rst b/documentation/migration-guides/release-notes-4.1.3.rst
index d8474cda68..b07cfa4689 100644
--- a/documentation/migration-guides/release-notes-4.1.3.rst
+++ b/documentation/migration-guides/release-notes-4.1.3.rst
@@ -6,24 +6,24 @@ Release notes for Yocto-4.1.3 (Langdale)
6Security Fixes in Yocto-4.1.3 6Security Fixes in Yocto-4.1.3
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- apr-util: Fix :cve:`2022-25147` 9- apr-util: Fix :cve_nist:`2022-25147`
10- apr: Fix :cve:`2022-24963` and :cve:`2022-28331` 10- apr: Fix :cve_nist:`2022-24963` and :cve_nist:`2022-28331`
11- bind: Fix :cve:`2022-3094`, :cve:`2022-3736` and :cve:`2022-3924` 11- bind: Fix :cve_nist:`2022-3094`, :cve_nist:`2022-3736` and :cve_nist:`2022-3924`
12- curl: Fix :cve:`2022-43551` and :cve:`2022-43552` 12- curl: Fix :cve_nist:`2022-43551` and :cve_nist:`2022-43552`
13- dbus: Fix :cve:`2022-42010`, :cve:`2022-42011` and :cve:`2022-42012` 13- dbus: Fix :cve_nist:`2022-42010`, :cve_nist:`2022-42011` and :cve_nist:`2022-42012`
14- git: Fix :cve:`2022-23521`, :cve:`2022-39253`, :cve:`2022-39260` and :cve:`2022-41903` 14- git: Fix :cve_nist:`2022-23521`, :cve_nist:`2022-39253`, :cve_nist:`2022-39260` and :cve_nist:`2022-41903`
15- git: Ignore :cve:`2022-41953` 15- git: Ignore :cve_nist:`2022-41953`
16- go: Fix :cve:`2022-41717` and :cve:`2022-41720` 16- go: Fix :cve_nist:`2022-41717` and :cve_nist:`2022-41720`
17- grub2: Fix :cve:`2022-2601` and :cve:`2022-3775` 17- grub2: Fix :cve_nist:`2022-2601` and :cve_nist:`2022-3775`
18- less: Fix :cve:`2022-46663` 18- less: Fix :cve_nist:`2022-46663`
19- libarchive: Fix :cve:`2022-36227` 19- libarchive: Fix :cve_nist:`2022-36227`
20- libksba: Fix :cve:`2022-47629` 20- libksba: Fix :cve_nist:`2022-47629`
21- openssl: Fix :cve:`2022-3996` 21- openssl: Fix :cve_nist:`2022-3996`
22- pkgconf: Fix :cve:`2023-24056` 22- pkgconf: Fix :cve_nist:`2023-24056`
23- ppp: Fix :cve:`2022-4603` 23- ppp: Fix :cve_nist:`2022-4603`
24- sudo: Fix :cve:`2023-22809` 24- sudo: Fix :cve_nist:`2023-22809`
25- tar: Fix :cve:`2022-48303` 25- tar: Fix :cve_nist:`2022-48303`
26- vim: Fix :cve:`2023-0049`, :cve:`2023-0051`, :cve:`2023-0054`, :cve:`2023-0288`, :cve:`2023-0433` and :cve:`2023-0512` 26- vim: Fix :cve_nist:`2023-0049`, :cve_nist:`2023-0051`, :cve_nist:`2023-0054`, :cve_nist:`2023-0288`, :cve_nist:`2023-0433` and :cve_nist:`2023-0512`
27- xserver-xorg: Fix :cve_mitre:`2023-0494` 27- xserver-xorg: Fix :cve_mitre:`2023-0494`
28- xwayland: Fix :cve_mitre:`2023-0494` 28- xwayland: Fix :cve_mitre:`2023-0494`
29 29