summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2025-01-15 15:28:34 +0800
committerSteve Sakoman <steve@sakoman.com>2025-01-29 06:20:44 -0800
commit8ea18d1fc530dc8c5bb848e1297c28883af5479b (patch)
tree078ccfb32dee5d5ddad7946de3100d8a53d9d225
parentd7628aebcc5c158f46c9fd414d1a135de06a8d93 (diff)
downloadpoky-8ea18d1fc530dc8c5bb848e1297c28883af5479b.tar.gz
migration-guides: add release notes for 5.0.6
(From yocto-docs rev: a17287f76bb05aeebbe0b684d4b4a36137c500f9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6a22014cd1a7b147d352640088d3b8b724547ac6) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/migration-guides/release-5.0.rst1
-rw-r--r--documentation/migration-guides/release-notes-5.0.6.rst223
2 files changed, 224 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-5.0.rst b/documentation/migration-guides/release-5.0.rst
index 9169188e9d..4f92c4940f 100644
--- a/documentation/migration-guides/release-5.0.rst
+++ b/documentation/migration-guides/release-5.0.rst
@@ -12,3 +12,4 @@ Release 5.0 (scarthgap)
12 release-notes-5.0.3 12 release-notes-5.0.3
13 release-notes-5.0.4 13 release-notes-5.0.4
14 release-notes-5.0.5 14 release-notes-5.0.5
15 release-notes-5.0.6
diff --git a/documentation/migration-guides/release-notes-5.0.6.rst b/documentation/migration-guides/release-notes-5.0.6.rst
new file mode 100644
index 0000000000..b6f42198a1
--- /dev/null
+++ b/documentation/migration-guides/release-notes-5.0.6.rst
@@ -0,0 +1,223 @@
1Release notes for Yocto-5.0.6 (Scarthgap)
2-----------------------------------------
3
4Security Fixes in Yocto-5.0.6
5~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7- acpica: Fix :cve_nist:`2024-24856`
8- curl: Fix :cve_nist:`2024-9681`
9- dropbear: Fix :cve_nist:`2023-48795`
10- expat: Fix :cve_nist:`2024-50602`
11- ffmpeg: Fix :cve_nist:`2023-49501`, :cve_nist:`2023-49528`, :cve_nist:`2023-50007`,
12 :cve_nist:`2024-7055` and :cve_mitre:`2024-28661`
13- glib-2.0: Fix :cve_nist:`2024-52533`
14- ghostscript: Fix :cve_nist:`2024-46951`, :cve_nist:`2024-46952`, :cve_nist:`2024-46953`,
15 :cve_nist:`2024-46954`, :cve_nist:`2024-46955` and :cve_nist:`2024-46956`
16- gstreamer1.0: Ignore :cve_nist:`2024-0444`
17- libpam: Fix :cve_nist:`2024-10041`
18- libsndfile: Fix :cve_nist:`2024-50612`
19- libsoup: Fix :cve_nist:`2024-52530`, :cve_nist:`2024-52531` and :cve_nist:`2024-52532`
20- ovmf: Fix :cve_nist:`2024-1298` and :cve_nist:`2024-38796`
21- python3-zipp: Fix :cve_nist:`2024-5569`
22- qemu: Fix :cve_nist:`2024-4693`, :cve_nist:`2024-6505` and :cve_nist:`2024-7730`
23- qemu: Ignore :cve_nist:`2024-6505`
24
25
26Fixes in Yocto-5.0.6
27~~~~~~~~~~~~~~~~~~~~
28
29- binutils: Add missing perl modules to :term:`RDEPENDS` for nativesdk variant
30- binutils: stable 2.42 branch update
31- bitbake: Remove custom exception backtrace formatting
32- bitbake: fetch2/git: Use quote from shlex, not pipes
33- bitbake: fetch2: use persist_data context managers
34- bitbake: fetch/wget: Increase timeout to 100s from 30s
35- bitbake: persist_data: close connection in SQLTable __exit__
36- bitbake: runqueue: Fix performance of multiconfigs with large overlap
37- bitbake: runqueue: Fix scenetask processing performance issue
38- bitbake: runqueue: Optimise setscene loop processing
39- build-appliance-image: Update to scarthgap head revision
40- builder: set :term:`CVE_PRODUCT`
41- cmake: Fix sporadic issues when determining compiler internals
42- cml1: do_diffconfig: Don't override .config with .config.orig
43- contributor-guide: Remove duplicated words
44- dev-manual: bblock: use warning block instead of attention
45- dev-manual: document how to provide confs from layer.conf
46- dnf: drop python3-iniparse from :term:`DEPENDS` and :term:`RDEPENDS`
47- do_package/sstate/sstatesig: Change timestamp clamping to hash output only
48- doc: Makefile: add support for xelatex
49- doc: Makefile: publish pdf and epub versions too
50- doc: Makefile: remove inkscape, replace by rsvg-convert
51- doc: add a download page for epub and pdf
52- doc: conf.py: add a bitbake_git extlink
53- doc: standards.md: add a section on admonitions
54- doc: sphinx-static: switchers.js.in: do not refer to URL_ROOT anymore
55- dropbear: backport fix for concurrent channel open/close
56- enchant2: fix do_fetch error
57- expat: upgrade to 2.6.4
58- gcc: backport patch to fix an issue with tzdata 2024b
59- ghostscript: upgrade to 10.04.0
60- glibc: stable 2.39 branch updates
61- groff: fix rare build race in hdtbl
62- libgcrypt: Fix building error with '-O2' in sysroot path
63- libpam: drop cracklib from :term:`DEPENDS`
64- libxml-parser-perl: fix do_fetch error
65- llvm: reduce size of -dbg package
66- lttng-ust: backport patch to fix cmake-multiple-shared-libraries build error
67- migration-guides: add release notes for 4.0.23 and 5.0.5
68- ninja: fix build with python 3.13
69- oeqa/runtime/ssh: Fix incorrect timeout fix
70- oeqa/runtime/ssh: Rework ssh timeout
71- oeqa/utils/gitarchive: Return tag name and improve exclude handling
72- package_rpm: Check if file exists before open()
73- package_rpm: restrict rpm to 4 threads
74- package_rpm: use zstd's default compression level
75- poky.conf: bump version for 5.0.6
76- pseudo: Fix envp bug and add posix_spawn wrapper
77- python3-poetry-core: drop python3-six from :term:`RDEPENDS`
78- python3-requests: upgrade to 2.32.2
79- python3-urllib3: upgrade to 2.2.2
80- qemu: upgrade to 8.2.7
81- qemurunner: Clean up serial_lock handling
82- ref-manual: classes: fix bin_package description
83- resulttool: Add --logfile-archive option to store mode
84- resulttool: Allow store to filter to specific revisions
85- resulttool: Clean up repoducible build logs
86- resulttool: Fix passthrough of --all files in store mode
87- resulttool: Handle ltp rawlogs as well as ptest
88- resulttool: Improve repo layout for oeselftest results
89- resulttool: Trim the precision of duration information
90- resulttool: Use single space indentation in json output
91- rootfs: Ensure run-postinsts is not uninstalled for read-only-rootfs-delayed-postinsts
92- rxvt-unicode.inc: disable the terminfo installation by setting TIC to :
93- sanity: check for working user namespaces
94- scripts/install-buildtools: Update to 5.0.5
95- selftest/reproducible: Clean up pathnames
96- selftest/reproducible: Drop rawlogs
97- shared-mime-info: drop itstool-native from :term:`DEPENDS`
98- strace: download release tarballs from GitHub
99- systemd-boot: drop intltool-native from :term:`DEPENDS`
100- systemd: drop intltool-native from :term:`DEPENDS`
101- systemd: upgrade to 255.13
102- sysvinit: backport patch for fixing one issue of pidof
103- tcl: skip io-13.6 test case
104- toolchain-shar-extract.sh: exit when post-relocate-setup.sh fails
105- tune-cortexa32: set tune feature as armv8a
106- tzcode-native: upgrade to 2024b
107- tzdata: upgrade to 2024b
108- uboot-sign: fix concat_dtb arguments
109- udev-extraconf: fix network.sh script did not configure hotplugged interfaces
110- webkitgtk: fix erroneous use of unsuported DEBUG_LEVELFLAG variable
111- wireless-regdb: upgrade to 2024.10.07
112
113
114Known Issues in Yocto-5.0.6
115~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
117- N/A
118
119
120Contributors to Yocto-5.0.6
121~~~~~~~~~~~~~~~~~~~~~~~~~~~
122
123Thanks to the following people who contributed to this release:
124
125- Aleksandar Nikolic
126- Alexander Kanavin
127- Antonin Godard
128- Archana Polampalli
129- Bin Lan
130- Changqing Li
131- Chen Qi
132- Chris Laplante
133- Clayton Casciato
134- Deepthi Hemraj
135- Divya Chellam
136- Florian Kreutzer
137- Gassner, Tobias.ext
138- Guðni Már Gilbert
139- Harish Sadineni
140- Hitendra Prajapati
141- Hongxu Jia
142- Jagadeesh Krishnanjanappa
143- Jiaying Song
144- Jinfeng Wang
145- Joshua Watt
146- Lee Chee Yang
147- Markus Volk
148- Michael Opdenacker
149- Pavel Zhukov
150- Peter Marko
151- Philip Lorenz
152- Randy MacLeod
153- Regis Dargent
154- Richard Purdie
155- Robert Yang
156- Ross Burton
157- Soumya Sambu
158- Steve Sakoman
159- Talel BELHAJSALEM
160- Trevor Gamblin
161- Vijay Anusuri
162- Wang Mingyu
163- Yogita Urade
164
165
166Repositories / Downloads for Yocto-5.0.6
167~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168
169poky
170
171- Repository Location: :yocto_git:`/poky`
172- Branch: :yocto_git:`scarthgap </poky/log/?h=scarthgap>`
173- Tag: :yocto_git:`yocto-5.0.6 </poky/log/?h=yocto-5.0.6>`
174- Git Revision: :yocto_git:`2541a8171f91812a4b16e7dc4da0d77d2318a256 </poky/commit/?id=2541a8171f91812a4b16e7dc4da0d77d2318a256>`
175- Release Artefact: poky-2541a8171f91812a4b16e7dc4da0d77d2318a256
176- sha: b77157596ae75d163387a08a317397a57ab8fa6cf4725f28e344fae3f69cca4d
177- Download Locations:
178 https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.6/poky-2541a8171f91812a4b16e7dc4da0d77d2318a256.tar.bz2
179 https://mirrors.kernel.org/yocto/yocto/yocto-5.0.6/poky-2541a8171f91812a4b16e7dc4da0d77d2318a256.tar.bz2
180
181openembedded-core
182
183- Repository Location: :oe_git:`/openembedded-core`
184- Branch: :oe_git:`scarthgap </openembedded-core/log/?h=scarthgap>`
185- Tag: :oe_git:`yocto-5.0.6 </openembedded-core/log/?h=yocto-5.0.6>`
186- Git Revision: :oe_git:`336eec6808710f260a5336ca8ca98139a80ccb14 </openembedded-core/commit/?id=336eec6808710f260a5336ca8ca98139a80ccb14>`
187- Release Artefact: oecore-336eec6808710f260a5336ca8ca98139a80ccb14
188- sha: 38c4fa7e7e88c28361c012dd5baabe373e2ec3c8aba6194146768b146192cceb
189- Download Locations:
190 https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.6/oecore-336eec6808710f260a5336ca8ca98139a80ccb14.tar.bz2
191 https://mirrors.kernel.org/yocto/yocto/yocto-5.0.6/oecore-336eec6808710f260a5336ca8ca98139a80ccb14.tar.bz2
192
193meta-mingw
194
195- Repository Location: :yocto_git:`/meta-mingw`
196- Branch: :yocto_git:`scarthgap </meta-mingw/log/?h=scarthgap>`
197- Tag: :yocto_git:`yocto-5.0.6 </meta-mingw/log/?h=yocto-5.0.6>`
198- Git Revision: :yocto_git:`acbba477893ef87388effc4679b7f40ee49fc852 </meta-mingw/commit/?id=acbba477893ef87388effc4679b7f40ee49fc852>`
199- Release Artefact: meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852
200- sha: 3b7c2f475dad5130bace652b150367f587d44b391218b1364a8bbc430b48c54c
201- Download Locations:
202 https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.6/meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852.tar.bz2
203 https://mirrors.kernel.org/yocto/yocto/yocto-5.0.6/meta-mingw-acbba477893ef87388effc4679b7f40ee49fc852.tar.bz2
204
205bitbake
206
207- Repository Location: :oe_git:`/bitbake`
208- Branch: :oe_git:`2.8 </bitbake/log/?h=2.8>`
209- Tag: :oe_git:`yocto-5.0.6 </bitbake/log/?h=yocto-5.0.6>`
210- Git Revision: :oe_git:`f40a3a477d5241b697bf2fb030dd804c1ff5839f </bitbake/commit/?id=f40a3a477d5241b697bf2fb030dd804c1ff5839f>`
211- Release Artefact: bitbake-f40a3a477d5241b697bf2fb030dd804c1ff5839f
212- sha: dbfc056c7408a5547f624799621ab1261a05685112e0922a88007723b1edbc87
213- Download Locations:
214 https://downloads.yoctoproject.org/releases/yocto/yocto-5.0.6/bitbake-f40a3a477d5241b697bf2fb030dd804c1ff5839f.tar.bz2
215 https://mirrors.kernel.org/yocto/yocto/yocto-5.0.6/bitbake-f40a3a477d5241b697bf2fb030dd804c1ff5839f.tar.bz2
216
217yocto-docs
218
219- Repository Location: :yocto_git:`/yocto-docs`
220- Branch: :yocto_git:`scarthgap </yocto-docs/log/?h=scarthgap>`
221- Tag: :yocto_git:`yocto-5.0.6 </yocto-docs/log/?h=yocto-5.0.6>`
222- Git Revision: :yocto_git:`TBD </yocto-docs/commit/?id=TBD>`
223