summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.1.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-4.1.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-4.1.1.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.1.1.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/migration-guides/release-notes-4.1.1.rst b/documentation/migration-guides/release-notes-4.1.1.rst
index 4f31fbf1c7..8393bc5320 100644
--- a/documentation/migration-guides/release-notes-4.1.1.rst
+++ b/documentation/migration-guides/release-notes-4.1.1.rst
@@ -6,16 +6,16 @@ Release notes for Yocto-4.1.1 (Langdale)
6Security Fixes in Yocto-4.1.1 6Security Fixes in Yocto-4.1.1
7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 8
9- curl: Fix :cve:`2022-32221`, :cve:`2022-35260`, :cve:`2022-42915` and :cve:`2022-42916` 9- curl: Fix :cve_nist:`2022-32221`, :cve_nist:`2022-35260`, :cve_nist:`2022-42915` and :cve_nist:`2022-42916`
10- libx11: Fix :cve:`2022-3554` 10- libx11: Fix :cve_nist:`2022-3554`
11- lighttpd: Fix :cve:`2022-41556` 11- lighttpd: Fix :cve_nist:`2022-41556`
12- openssl: Fix :cve:`2022-3358`, :cve:`2022-3602` and :cve:`2022-3786` 12- openssl: Fix :cve_nist:`2022-3358`, :cve_nist:`2022-3602` and :cve_nist:`2022-3786`
13- pixman: Fix :cve:`2022-44638` 13- pixman: Fix :cve_nist:`2022-44638`
14- qemu: Fix :cve:`2022-3165` 14- qemu: Fix :cve_nist:`2022-3165`
15- sudo: Fix :cve:`2022-43995` 15- sudo: Fix :cve_nist:`2022-43995`
16- tiff: Fix :cve:`2022-3599`, :cve:`2022-3597`, :cve:`2022-3626`, :cve:`2022-3627`, :cve:`2022-3570` and :cve:`2022-3598` 16- tiff: Fix :cve_nist:`2022-3599`, :cve_nist:`2022-3597`, :cve_nist:`2022-3626`, :cve_nist:`2022-3627`, :cve_nist:`2022-3570` and :cve_nist:`2022-3598`
17- xserver-xorg: Fix :cve:`2022-3550` and :cve:`2022-3551` 17- xserver-xorg: Fix :cve_nist:`2022-3550` and :cve_nist:`2022-3551`
18- xserver-xorg: Ignore :cve:`2022-3553` 18- xserver-xorg: Ignore :cve_nist:`2022-3553`
19 19
20 20
21Fixes in Yocto-4.1.1 21Fixes in Yocto-4.1.1
@@ -179,7 +179,7 @@ Fixes in Yocto-4.1.1
179- shadow: update 4.12.1 -> 4.12.3 179- shadow: update 4.12.1 -> 4.12.3
180- systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils 180- systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
181- test-manual: fix typo in machine name 181- test-manual: fix typo in machine name
182- tiff: fix a typo for :cve:`2022-2953`.patch 182- tiff: fix a typo for :cve_nist:`2022-2953`.patch
183- u-boot: Add savedefconfig task 183- u-boot: Add savedefconfig task
184- u-boot: Remove duplicate inherit of cml1 184- u-boot: Remove duplicate inherit of cml1
185- uboot-sign: Fix using wrong KEY_REQ_ARGS 185- uboot-sign: Fix using wrong KEY_REQ_ARGS