diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-04 13:31:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 10:12:23 +0000 |
| commit | 7748c7aa32cecdf23330ddaf184da20639e4d2e3 (patch) | |
| tree | b68c46485653034b991a049e279d31d1906c19a6 /documentation/migration-guides/release-notes-4.1.1.rst | |
| parent | 7545dc3af8f7d3aa40a965509cd990ef64f17e51 (diff) | |
| download | poky-7748c7aa32cecdf23330ddaf184da20639e4d2e3.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' {} \+
Suggested-By: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 15fa3b7e85dde50d7236c1738ad607531cc654b8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.1.1.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-4.1.1.rst | 22 |
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) | |||
| 6 | Security Fixes in Yocto-4.1.1 | 6 | Security 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 | ||
| 21 | Fixes in Yocto-4.1.1 | 21 | Fixes 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 |
