diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2025-09-12 22:03:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-16 12:09:41 +0100 |
commit | cfbb00657ab961a3c3a8e6619fc08a2a3f4255c7 (patch) | |
tree | 825ebd6f79767ad6cbff827178887d7dfb099eaf | |
parent | 760d0bea230467b72c4ddbc90c94ca21d2d7ea25 (diff) | |
download | poky-master.tar.gz |
(From yocto-docs rev: e77139b5c616e6e5ad436eb91416fd804389425f)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/release-5.0.rst | 1 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-5.0.12.rst | 184 |
2 files changed, 185 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-5.0.rst b/documentation/migration-guides/release-5.0.rst index 6942b37c8a..523521b379 100644 --- a/documentation/migration-guides/release-5.0.rst +++ b/documentation/migration-guides/release-5.0.rst | |||
@@ -18,3 +18,4 @@ Release 5.0 (scarthgap) | |||
18 | release-notes-5.0.9 | 18 | release-notes-5.0.9 |
19 | release-notes-5.0.10 | 19 | release-notes-5.0.10 |
20 | release-notes-5.0.11 | 20 | release-notes-5.0.11 |
21 | release-notes-5.0.12 | ||
diff --git a/documentation/migration-guides/release-notes-5.0.12.rst b/documentation/migration-guides/release-notes-5.0.12.rst new file mode 100644 index 0000000000..79acff0c79 --- /dev/null +++ b/documentation/migration-guides/release-notes-5.0.12.rst | |||
@@ -0,0 +1,184 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | Release notes for Yocto-5.0.12 (Scarthgap) | ||
4 | ------------------------------------------ | ||
5 | |||
6 | Security Fixes in Yocto-5.0.12 | ||
7 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
8 | |||
9 | - avahi: Fix :cve_nist:`2024-52615` | ||
10 | - binutils: Fix :cve_nist:`2025-7545` and :cve_nist:`2025-7546` | ||
11 | - busybox: Fix :cve_nist:`2023-39810` | ||
12 | - dropbear: Fix :cve_nist:`2025-47203` | ||
13 | - gdk-pixbuf: Fix :cve_nist:`2025-7345` | ||
14 | - git: Fix :cve_nist:`2025-27613`, :cve_nist:`2025-27614`, :cve_nist:`2025-46334`, | ||
15 | :cve_nist:`2025-46835`, :cve_nist:`2025-48384`, :cve_nist:`2025-48385` and :cve_nist:`2025-48386` | ||
16 | - glib-2.0: Ignore :cve_nist:`2025-4056` | ||
17 | - glibc: Fix :cve_nist:`2025-8058` | ||
18 | - gnutls: Fix :cve_nist:`2025-6395`, :cve_nist:`2025-32988`, :cve_nist:`2025-32989` and | ||
19 | :cve_nist:`2025-32990` | ||
20 | - go: Ignore :cve_nist:`2025-0913` | ||
21 | - gstreamer1.0-plugins-base: Fix :cve_nist:`2025-47806` and :cve_nist:`2025-47808` | ||
22 | - gstreamer1.0-plugins-good: Fix :cve_nist:`2025-47183` and :cve_nist:`2025-47219` | ||
23 | - iputils: Fix :cve_nist:`2025-48964` | ||
24 | - libpam: Fix :cve_nist:`2025-6020` | ||
25 | - libxml2: Fix :cve_nist:`2025-6170`, :cve_nist:`2025-49794`, :cve_nist:`2025-49795` and | ||
26 | :cve_nist:`2025-49796` | ||
27 | - libxml2: Ignore :cve_nist:`2025-8732` | ||
28 | - ncurses: Fix :cve_nist:`2025-6141` | ||
29 | - openssl: Fix :cve_nist:`2024-41996` and :cve_nist:`2025-27587` | ||
30 | - python3: Fix :cve_nist:`2025-8194` | ||
31 | - sqlite3: Fix :cve_nist:`2025-6965` | ||
32 | - sudo: Fix :cve_nist:`2025-32463` | ||
33 | - xserver-xorg: Fix :cve_nist:`2022-49737`, :cve_nist:`2025-49175`, :cve_nist:`2025-49176`, | ||
34 | :cve_nist:`2025-49177`, :cve_nist:`2025-49178`, :cve_nist:`2025-49179`, :cve_nist:`2025-49180` | ||
35 | and :cve_nist:`2025-49176` | ||
36 | - xz: Ignore :cve_nist:`2024-47611` | ||
37 | |||
38 | |||
39 | Fixes in Yocto-5.0.12 | ||
40 | ~~~~~~~~~~~~~~~~~~~~~ | ||
41 | |||
42 | - bash: Stick to C17 std | ||
43 | - bash: use -std=gnu17 also for native :term:`CFLAGS` | ||
44 | - binutils: stable 2.42 branch updates | ||
45 | - bitbake: bitbake: runqueue: Verify mcdepends are valid | ||
46 | - bitbake: test/fetch: Switch u-boot based test to use our own mirror | ||
47 | - bitbake: utils: Optimise signal/sigmask performance | ||
48 | - build-appliance-image: Update to scarthgap head revision | ||
49 | - cairo: fix build with gcc-15 on host | ||
50 | - cmake: Add :term:`PACKAGECONFIG` option for debugger support | ||
51 | - cve-check: Add missing call to exit_if_errors | ||
52 | - dev-manual/start.rst: added missing command in Optimize your VHDX file using DiskPart | ||
53 | - e2fsprogs: Fix build failure with gcc 15 | ||
54 | - git: Upgrade to 2.44.4 | ||
55 | - glibc: stable 2.39 branch updates | ||
56 | - gnutls: patch read buffer overrun in the "pre_shared_key" extension | ||
57 | - gnutls: patch reject zero-length version in certificate request | ||
58 | - go-helloworld: fix license | ||
59 | - kea: set correct permissions for /var/run/kea | ||
60 | - linux-libc-headers: Fix invalid conversion in cn_proc.h | ||
61 | - migration-guides: add release notes for 5.0.11 | ||
62 | - mtools: upgrade to 4.0.49 | ||
63 | - oe-debuginfod: add option for data storage | ||
64 | - orc: set :term:`CVE_PRODUCT` | ||
65 | - overview-manual/yp-intro.rst: fix broken link to article | ||
66 | - parted: Fix build with GCC 15 | ||
67 | - poky.conf: bump version for 5.0.12 | ||
68 | - python3: update CVE product | ||
69 | - ref-manual/classes.rst: document the testexport class | ||
70 | - ref-manual/system-requirements.rst: update supported distributions | ||
71 | - ref-manual/variables.rst: document :term:`SPL_DTB_BINARY` :term:`FIT_CONF_PREFIX` variable | ||
72 | - scripts/install-buildtools: Update to 5.0.11 | ||
73 | - sudo: upgrade to 1.9.17p1 | ||
74 | - timedated: wait for jobs before SetNTP response | ||
75 | - variables.rst: remove references to obsolete tar packaging | ||
76 | - xserver-xorg: upgrade to 21.1.18 | ||
77 | |||
78 | |||
79 | Known Issues in Yocto-5.0.12 | ||
80 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
81 | |||
82 | - N/A | ||
83 | |||
84 | Contributors to Yocto-5.0.12 | ||
85 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
86 | |||
87 | Thanks to the following people who contributed to this release: | ||
88 | - Aleksandar Nikolic | ||
89 | - Alexander Kanavin | ||
90 | - Antonin Godard | ||
91 | - Archana Polampalli | ||
92 | - Daniel Turull | ||
93 | - Deepesh Varatharajan | ||
94 | - Erik Lindsten | ||
95 | - Fabio Berton | ||
96 | - Hitendra Prajapati | ||
97 | - Jinfeng Wang | ||
98 | - Joe Slater | ||
99 | - Khem Raj | ||
100 | - Lee Chee Yang | ||
101 | - Marco Cavallini | ||
102 | - Mark Hatle | ||
103 | - Martin Jansa | ||
104 | - Michal Seben | ||
105 | - Nikhil R | ||
106 | - Peter Marko | ||
107 | - Philip Lorenz | ||
108 | - Praveen Kumar | ||
109 | - Quentin Schulz | ||
110 | - Richard Purdie | ||
111 | - Robert P. J. Day | ||
112 | - Roland Kovacs | ||
113 | - Steve Sakoman | ||
114 | - Vijay Anusuri | ||
115 | - Wang Mingyu | ||
116 | - Yash Shinde | ||
117 | - Yi Zhao | ||
118 | - Zhang Peng | ||
119 | |||
120 | Repositories / Downloads for Yocto-5.0.12 | ||
121 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
122 | |||
123 | poky | ||
124 | |||
125 | - Repository Location: :yocto_git:`/poky` | ||
126 | - Branch: :yocto_git:`scarthgap </poky/log/?h=scarthgap>` | ||
127 | - Tag: :yocto_git:`yocto-5.0.12 </poky/log/?h=yocto-5.0.12>` | ||
128 | - Git Revision: :yocto_git:`ec220ae083dba35c279192b2249ad03fe238446e </poky/commit/?id=ec220ae083dba35c279192b2249ad03fe238446e>` | ||
129 | - Release Artefact: poky-ec220ae083dba35c279192b2249ad03fe238446e | ||
130 | - sha: a5f8c2ad491c59d0bdfb85f46a136b0ee66cfdd4359ab1ab9dac2430d0a52c17 | ||
131 | - Download Locations: | ||
132 | https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.12/poky-ec220ae083dba35c279192b2249ad03fe238446e.tar.bz2 | ||
133 | https://mirrors.kernel.org/yocto/yocto/yocto-5.0.12/poky-ec220ae083dba35c279192b2249ad03fe238446e.tar.bz2 | ||
134 | |||
135 | openembedded-core | ||
136 | |||
137 | - Repository Location: :oe_git:`/openembedded-core` | ||
138 | - Branch: :oe_git:`scarthgap </openembedded-core/log/?h=scarthgap>` | ||
139 | - Tag: :oe_git:`yocto-5.0.12 </openembedded-core/log/?h=yocto-5.0.12>` | ||
140 | - Git Revision: :oe_git:`93c7489d843a0e46fe4fc685b356d0ae885300d7 </openembedded-core/commit/?id=93c7489d843a0e46fe4fc685b356d0ae885300d7>` | ||
141 | - Release Artefact: oecore-93c7489d843a0e46fe4fc685b356d0ae885300d7 | ||
142 | - sha: 49695592179cd777eee337d922aae354dad4ab503628f0344b1b53329900c4d9 | ||
143 | - Download Locations: | ||
144 | https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.12/oecore-93c7489d843a0e46fe4fc685b356d0ae885300d7.tar.bz2 | ||
145 | https://mirrors.kernel.org/yocto/yocto/yocto-5.0.12/oecore-93c7489d843a0e46fe4fc685b356d0ae885300d7.tar.bz2 | ||
146 | |||
147 | meta-mingw | ||
148 | |||
149 | - Repository Location: :yocto_git:`/meta-mingw` | ||
150 | - Branch: :yocto_git:`scarthgap </meta-mingw/log/?h=scarthgap>` | ||
151 | - Tag: :yocto_git:`yocto-5.0.12 </meta-mingw/log/?h=yocto-5.0.12>` | ||
152 | - Git Revision: :yocto_git:`bd9fef71ec005be3c3a6d7f8b99d8116daf70c4f </meta-mingw/commit/?id=bd9fef71ec005be3c3a6d7f8b99d8116daf70c4f>` | ||
153 | - Release Artefact: meta-mingw-bd9fef71ec005be3c3a6d7f8b99d8116daf70c4f | ||
154 | - sha: ab073def6487f237ac125d239b3739bf02415270959546b6b287778664f0ae65 | ||
155 | - Download Locations: | ||
156 | https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.12/meta-mingw-bd9fef71ec005be3c3a6d7f8b99d8116daf70c4f.tar.bz2 | ||
157 | https://mirrors.kernel.org/yocto/yocto/yocto-5.0.12/meta-mingw-bd9fef71ec005be3c3a6d7f8b99d8116daf70c4f.tar.bz2 | ||
158 | |||
159 | bitbake | ||
160 | |||
161 | - Repository Location: :oe_git:`/bitbake` | ||
162 | - Branch: :oe_git:`2.8 </bitbake/log/?h=2.8>` | ||
163 | - Tag: :oe_git:`yocto-5.0.12 </bitbake/log/?h=yocto-5.0.12>` | ||
164 | - Git Revision: :oe_git:`982645110a19ebb94d519926a4e14c8a2a205cfd </bitbake/commit/?id=982645110a19ebb94d519926a4e14c8a2a205cfd>` | ||
165 | - Release Artefact: bitbake-982645110a19ebb94d519926a4e14c8a2a205cfd | ||
166 | - sha: f8d777d322b8f05372d7ce75c67df2db2b7de3f64d5b7769b8051c507161245d | ||
167 | - Download Locations: | ||
168 | https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.12/bitbake-982645110a19ebb94d519926a4e14c8a2a205cfd.tar.bz2 | ||
169 | https://mirrors.kernel.org/yocto/yocto/yocto-5.0.12/bitbake-982645110a19ebb94d519926a4e14c8a2a205cfd.tar.bz2 | ||
170 | |||
171 | meta-yocto | ||
172 | |||
173 | - Repository Location: :yocto_git:`/meta-yocto` | ||
174 | - Branch: :yocto_git:`scarthgap </meta-yocto/log/?h=scarthgap>` | ||
175 | - Tag: :yocto_git:`yocto-5.0.12 </meta-yocto/log/?h=yocto-5.0.12>` | ||
176 | - Git Revision: :yocto_git:`82602cda1a89644d1acbe230a81c93e3fb5031c8 </meta-yocto/commit/?id=82602cda1a89644d1acbe230a81c93e3fb5031c8>` | ||
177 | |||
178 | yocto-docs | ||
179 | |||
180 | - Repository Location: :yocto_git:`/yocto-docs` | ||
181 | - Branch: :yocto_git:`scarthgap </yocto-docs/log/?h=scarthgap>` | ||
182 | - Tag: :yocto_git:`yocto-5.0.12 </yocto-docs/log/?h=yocto-5.0.12>` | ||
183 | - Git Revision: :yocto_git:`dd665216fa578a1f2f268790d708c6a5d2912ecf </yocto-docs/commit/?id=dd665216fa578a1f2f268790d708c6a5d2912ecf>` | ||
184 | |||