From 8d694594e1aed44411d99ba9d7d5f306f4065171 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Mon, 4 Nov 2024 13:31:23 +0100 Subject: 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 Reviewed-by: Quentin Schulz (From yocto-docs rev: 5b86879b3b5f3c51bc7fa5dd2848cf1153a22242) Signed-off-by: Antonin Godard (cherry picked from commit 15fa3b7e85dde50d7236c1738ad607531cc654b8) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- .../migration-guides/release-notes-4.2.2.rst | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'documentation/migration-guides/release-notes-4.2.2.rst') 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) Security Fixes in Yocto-4.2.2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- binutils: Fix :cve:`2023-1972` -- cups: Fix :cve:`2023-32324` -- curl: Fix :cve:`2023-28319`, :cve:`2023-28320`, :cve:`2023-28321` and :cve:`2023-28322` -- dbus: Fix :cve:`2023-34969` -- git: Fix :cve:`2023-25652` and :cve:`2023-29007` -- git: Ignore :cve:`2023-25815` -- libwebp: Fix :cve:`2023-1999` -- libxml2: Fix :cve:`2023-28484` and :cve:`2023-29469` -- libxpm: Fix :cve:`2022-44617` -- ninja: Ignore :cve:`2021-4336` -- openssl: Fix :cve:`2023-0464`, :cve:`2023-0465`, :cve:`2023-0466`, :cve:`2023-1255` and :cve:`2023-2650` -- perl: Fix :cve:`2023-31484` and :cve:`2023-31486` -- sysstat: Fix :cve:`2023-33204` -- tiff: Fix :cve_mitre:`2023-25434`, :cve:`2023-26965` and :cve:`2023-2731` -- vim: Fix :cve:`2023-2426` +- binutils: Fix :cve_nist:`2023-1972` +- cups: Fix :cve_nist:`2023-32324` +- curl: Fix :cve_nist:`2023-28319`, :cve_nist:`2023-28320`, :cve_nist:`2023-28321` and :cve_nist:`2023-28322` +- dbus: Fix :cve_nist:`2023-34969` +- git: Fix :cve_nist:`2023-25652` and :cve_nist:`2023-29007` +- git: Ignore :cve_nist:`2023-25815` +- libwebp: Fix :cve_nist:`2023-1999` +- libxml2: Fix :cve_nist:`2023-28484` and :cve_nist:`2023-29469` +- libxpm: Fix :cve_nist:`2022-44617` +- ninja: Ignore :cve_nist:`2021-4336` +- openssl: Fix :cve_nist:`2023-0464`, :cve_nist:`2023-0465`, :cve_nist:`2023-0466`, :cve_nist:`2023-1255` and :cve_nist:`2023-2650` +- perl: Fix :cve_nist:`2023-31484` and :cve_nist:`2023-31486` +- sysstat: Fix :cve_nist:`2023-33204` +- tiff: Fix :cve_mitre:`2023-25434`, :cve_nist:`2023-26965` and :cve_nist:`2023-2731` +- vim: Fix :cve_nist:`2023-2426` Fixes in Yocto-4.2.2 -- cgit v1.2.3-54-g00ecf