diff mbox series

[12/16] migration-guides/release-notes-6.0.rst: add license changes

Message ID 20260422-third-release-notes-6-0-v1-12-06635e8648d1@bootlin.com
State New
Headers show
Series Updates for upcoming Wrynose release (2) | expand

Commit Message

Antonin Godard April 22, 2026, 2:22 p.m. UTC
Add license changes between yocto-5.3 and 9a83f0878b6b ("busybox: fix
for CVE-2026-26157, CVE-2026-26158") on OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 .../migration-guides/release-notes-6.0.rst         | 30 +++++++++++++++++++---
 1 file changed, 26 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-6.0.rst b/documentation/migration-guides/release-notes-6.0.rst
index c8b2c94cd..d8efd2e86 100644
--- a/documentation/migration-guides/release-notes-6.0.rst
+++ b/documentation/migration-guides/release-notes-6.0.rst
@@ -748,18 +748,40 @@  Known Issues in |yocto-ver|
 Recipe License changes in |yocto-ver|
 -------------------------------------
 
+..
+   Going through commits on OE-Core filtered by License-Update:
+   git log -U0 --patch --grep "License-Update:" yocto-5.3..origin/master
+
 The following changes have been made to the :term:`LICENSE` values set by recipes:
 
 .. list-table::
    :widths: 20 40 40
    :header-rows: 1
 
-   * - Recipe
-     - Previous value
-     - New value
-   * - ``recipe name``
+   * - Recipe(s)
      - Previous value
      - New value
+   * - ``libxcrypt-compat``, ``libxcrypt``
+     - ``LGPL-2.1-only``
+     - ``LGPL-2.1-only & 0BSD & BSD-3-Clause``
+   * - ``libpcre2``
+     - ``BSD-3-Clause``
+     - ``BSD-3-Clause & BSD-2-Clause & MIT``
+   * - ``libtest-fatal-perl``
+     - ``Artistic-1.0 | GPL-1.0-or-later``
+     - ``Artistic-1.0-Perl | GPL-1.0-or-later``
+   * - ``python3-cffi``
+     - ``MIT``
+     - ``MIT-0``
+   * - ``icu``
+     - ``ICU``
+     - ``ICU & MIT``
+   * - ``iso-code``
+     - ``LGPL-2.1-only``
+     - ``LGPL-2.1-or-later``
+   * - ``ruby``
+     - ``Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT``
+     - ``Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT | BSL-1.0 | Apache-2.0``
 
 Security Fixes in |yocto-ver|
 -----------------------------