summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.2.2.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.2.2.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.2.2.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.2.2.rst30
1 files changed, 15 insertions, 15 deletions
diff --git a/documentation/migration-guides/release-notes-4.2.2.rst b/documentation/migration-guides/release-notes-4.2.2.rst
index 74f2d0e82a..0795c8e938 100644
--- a/documentation/migration-guides/release-notes-4.2.2.rst
+++ b/documentation/migration-guides/release-notes-4.2.2.rst
@@ -6,21 +6,21 @@ Release notes for Yocto-4.2.2 (Mickledore)
6Security Fixes in Yocto-4.2.2 6Security Fixes in Yocto-4.2.2
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- binutils: Fix :cve:`2023-1972` 9- binutils: Fix :cve_nist:`2023-1972`
10- cups: Fix :cve:`2023-32324` 10- cups: Fix :cve_nist:`2023-32324`
11- curl: Fix :cve:`2023-28319`, :cve:`2023-28320`, :cve:`2023-28321` and :cve:`2023-28322` 11- curl: Fix :cve_nist:`2023-28319`, :cve_nist:`2023-28320`, :cve_nist:`2023-28321` and :cve_nist:`2023-28322`
12- dbus: Fix :cve:`2023-34969` 12- dbus: Fix :cve_nist:`2023-34969`
13- git: Fix :cve:`2023-25652` and :cve:`2023-29007` 13- git: Fix :cve_nist:`2023-25652` and :cve_nist:`2023-29007`
14- git: Ignore :cve:`2023-25815` 14- git: Ignore :cve_nist:`2023-25815`
15- libwebp: Fix :cve:`2023-1999` 15- libwebp: Fix :cve_nist:`2023-1999`
16- libxml2: Fix :cve:`2023-28484` and :cve:`2023-29469` 16- libxml2: Fix :cve_nist:`2023-28484` and :cve_nist:`2023-29469`
17- libxpm: Fix :cve:`2022-44617` 17- libxpm: Fix :cve_nist:`2022-44617`
18- ninja: Ignore :cve:`2021-4336` 18- ninja: Ignore :cve_nist:`2021-4336`
19- openssl: Fix :cve:`2023-0464`, :cve:`2023-0465`, :cve:`2023-0466`, :cve:`2023-1255` and :cve:`2023-2650` 19- openssl: Fix :cve_nist:`2023-0464`, :cve_nist:`2023-0465`, :cve_nist:`2023-0466`, :cve_nist:`2023-1255` and :cve_nist:`2023-2650`
20- perl: Fix :cve:`2023-31484` and :cve:`2023-31486` 20- perl: Fix :cve_nist:`2023-31484` and :cve_nist:`2023-31486`
21- sysstat: Fix :cve:`2023-33204` 21- sysstat: Fix :cve_nist:`2023-33204`
22- tiff: Fix :cve_mitre:`2023-25434`, :cve:`2023-26965` and :cve:`2023-2731` 22- tiff: Fix :cve_mitre:`2023-25434`, :cve_nist:`2023-26965` and :cve_nist:`2023-2731`
23- vim: Fix :cve:`2023-2426` 23- vim: Fix :cve_nist:`2023-2426`
24 24
25 25
26Fixes in Yocto-4.2.2 26Fixes in Yocto-4.2.2