summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.0.9.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.0.9.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.0.9.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.0.9.rst42
1 files changed, 21 insertions, 21 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.9.rst b/documentation/migration-guides/release-notes-4.0.9.rst
index 236477443a..a571e95724 100644
--- a/documentation/migration-guides/release-notes-4.0.9.rst
+++ b/documentation/migration-guides/release-notes-4.0.9.rst
@@ -6,26 +6,26 @@ Release notes for Yocto-4.0.9 (Kirkstone)
6Security Fixes in Yocto-4.0.9 6Security Fixes in Yocto-4.0.9
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- binutils: Fix :cve:`2023-22608` 9- binutils: Fix :cve_nist:`2023-22608`
10- curl: Fix :cve:`2023-23914`, :cve:`2023-23915` and :cve:`2023-23916` 10- curl: Fix :cve_nist:`2023-23914`, :cve_nist:`2023-23915` and :cve_nist:`2023-23916`
11- epiphany: Fix :cve:`2023-26081` 11- epiphany: Fix :cve_nist:`2023-26081`
12- git: Ignore :cve:`2023-22743` 12- git: Ignore :cve_nist:`2023-22743`
13- glibc: Fix :cve:`2023-0687` 13- glibc: Fix :cve_nist:`2023-0687`
14- gnutls: Fix :cve:`2023-0361` 14- gnutls: Fix :cve_nist:`2023-0361`
15- go: Fix :cve:`2022-2879`, :cve:`2022-41720` and :cve:`2022-41723` 15- go: Fix :cve_nist:`2022-2879`, :cve_nist:`2022-41720` and :cve_nist:`2022-41723`
16- harfbuzz: Fix :cve:`2023-25193` 16- harfbuzz: Fix :cve_nist:`2023-25193`
17- less: Fix :cve:`2022-46663` 17- less: Fix :cve_nist:`2022-46663`
18- libmicrohttpd: Fix :cve:`2023-27371` 18- libmicrohttpd: Fix :cve_nist:`2023-27371`
19- libsdl2: Fix :cve:`2022-4743` 19- libsdl2: Fix :cve_nist:`2022-4743`
20- openssl: Fix :cve:`2022-3996`, :cve:`2023-0464`, :cve:`2023-0465` and :cve:`2023-0466` 20- openssl: Fix :cve_nist:`2022-3996`, :cve_nist:`2023-0464`, :cve_nist:`2023-0465` and :cve_nist:`2023-0466`
21- pkgconf: Fix :cve:`2023-24056` 21- pkgconf: Fix :cve_nist:`2023-24056`
22- python3: Fix :cve:`2023-24329` 22- python3: Fix :cve_nist:`2023-24329`
23- shadow: Ignore :cve:`2016-15024` 23- shadow: Ignore :cve_nist:`2016-15024`
24- systemd: Fix :cve:`2022-4415` 24- systemd: Fix :cve_nist:`2022-4415`
25- tiff: Fix :cve:`2023-0800`, :cve:`2023-0801`, :cve:`2023-0802`, :cve:`2023-0803` and :cve:`2023-0804` 25- tiff: Fix :cve_nist:`2023-0800`, :cve_nist:`2023-0801`, :cve_nist:`2023-0802`, :cve_nist:`2023-0803` and :cve_nist:`2023-0804`
26- vim: Fix :cve:`2023-0433`, :cve:`2023-0512`, :cve:`2023-1127`, :cve:`2023-1170`, :cve:`2023-1175`, :cve:`2023-1264` and :cve:`2023-1355` 26- vim: Fix :cve_nist:`2023-0433`, :cve_nist:`2023-0512`, :cve_nist:`2023-1127`, :cve_nist:`2023-1170`, :cve_nist:`2023-1175`, :cve_nist:`2023-1264` and :cve_nist:`2023-1355`
27- xserver-xorg: Fix :cve:`2023-0494` 27- xserver-xorg: Fix :cve_nist:`2023-0494`
28- xwayland: Fix :cve:`2023-0494` 28- xwayland: Fix :cve_nist:`2023-0494`
29 29
30 30
31Fixes in Yocto-4.0.9 31Fixes in Yocto-4.0.9
@@ -90,7 +90,7 @@ Fixes in Yocto-4.0.9
90- pybootchartui: Fix python syntax issue 90- pybootchartui: Fix python syntax issue
91- python3-git: fix indent error 91- python3-git: fix indent error
92- python3-setuptools-rust-native: Add direct dependency of native python3 modules 92- python3-setuptools-rust-native: Add direct dependency of native python3 modules
93- qemu: Revert "fix :cve:`2021-3507`" as not applicable for qemu 6.2 93- qemu: Revert "fix :cve_nist:`2021-3507`" as not applicable for qemu 6.2
94- rsync: Add missing prototypes to function declarations 94- rsync: Add missing prototypes to function declarations
95- rsync: Turn on -pedantic-errors at the end of 'configure' 95- rsync: Turn on -pedantic-errors at the end of 'configure'
96- runqemu: kill qemu if it hangs 96- runqemu: kill qemu if it hangs