summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-04-22 10:40:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:42:58 +0100
commit64111246ce7f9f6fe2a78ef0bc12b62fbc6e1207 (patch)
tree7899cf2f11f4ea346fffc0cd1afc9e59bb7edb3b
parentb1b4ad9a80c34fc85eae4d044713fb5ffaaf7d06 (diff)
downloadpoky-64111246ce7f9f6fe2a78ef0bc12b62fbc6e1207.tar.gz
migration-guides: add release-notes for 4.0.9
(From yocto-docs rev: cc2f1a4a106d36ec99b7c1bedfcc876839c0c20b) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/migration-guides/release-4.0.rst1
-rw-r--r--documentation/migration-guides/release-notes-4.0.9.rst247
2 files changed, 248 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-4.0.rst b/documentation/migration-guides/release-4.0.rst
index 2294265a46..1fc74a0f6d 100644
--- a/documentation/migration-guides/release-4.0.rst
+++ b/documentation/migration-guides/release-4.0.rst
@@ -15,3 +15,4 @@ Release 4.0 (kirkstone)
15 release-notes-4.0.6 15 release-notes-4.0.6
16 release-notes-4.0.7 16 release-notes-4.0.7
17 release-notes-4.0.8 17 release-notes-4.0.8
18 release-notes-4.0.9
diff --git a/documentation/migration-guides/release-notes-4.0.9.rst b/documentation/migration-guides/release-notes-4.0.9.rst
new file mode 100644
index 0000000000..883514e686
--- /dev/null
+++ b/documentation/migration-guides/release-notes-4.0.9.rst
@@ -0,0 +1,247 @@
1Release notes for Yocto-4.0.9 (Kirkstone)
2-----------------------------------------
3
4Security Fixes in Yocto-4.0.9
5~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7- binutils: Fix :cve:`2023-22608`
8- curl: Fix :cve:`2023-23914`, :cve:`2023-23915` and :cve:`2023-23916`
9- epiphany: Fix :cve:`2023-26081`
10- git: Ignore :cve:`2023-22743`
11- glibc: Fix :cve:`2023-0687`
12- gnutls: Fix :cve:`2023-0361`
13- go: Fix :cve:`2022-2879`, :cve:`2022-41720` and :cve:`2022-41723`
14- harfbuzz: Fix :cve:`2023-25193`
15- less: Fix :cve:`2022-46663`
16- libmicrohttpd: Fix :cve:`2023-27371`
17- libsdl2: Fix :cve:`2022-4743`
18- openssl: Fix :cve:`2022-3996`, :cve:`2023-0464`, :cve:`2023-0465` and :cve:`2023-0466`
19- pkgconf: Fix :cve:`2023-24056`
20- python3: Fix :cve:`2023-24329`
21- shadow: Ignore :cve:`2016-15024`
22- systemd: Fix :cve:`2022-4415`
23- tiff: Fix :cve:`2023-0800`, :cve:`2023-0801`, :cve:`2023-0802`, :cve:`2023-0803` and :cve:`2023-0804`
24- vim: Fix :cve:`2023-0433`, :cve:`2023-0512`, :cve:`2023-1127`, :cve:`2023-1170`, :cve:`2023-1175`, :cve:`2023-1264` and :cve:`2023-1355`
25- xserver-xorg: Fix :cve:`2023-0494`
26- xwayland: Fix :cve:`2023-0494`
27
28
29Fixes in Yocto-4.0.9
30~~~~~~~~~~~~~~~~~~~~
31
32- base-files: Drop localhost.localdomain from hosts file
33- binutils: Fix nativesdk ld.so search
34- bitbake: cookerdata: Drop dubious exception handling code
35- bitbake: cookerdata: Improve early exception handling
36- bitbake: cookerdata: Remove incorrect SystemExit usage
37- bitbake: fetch/git: Fix local clone url to make it work with repo
38- bitbake: utils: Allow to_boolean to support int values
39- bmap-tools: switch to main branch
40- buildtools-tarball: Handle spaces within user $PATH
41- busybox: Fix depmod patch
42- cracklib: update github branch to 'main'
43- cups: add/fix web interface packaging
44- cups: check PACKAGECONFIG for pam feature
45- cups: use BUILDROOT instead of DESTDIR
46- curl: fix dependencies when building with ldap/ldaps
47- cve-check: Fix false negative version issue
48- dbus: upgrade to 1.14.6
49- devtool/upgrade: do not delete the workspace/recipes directory
50- dhcpcd: Fix install conflict when enable multilib.
51- dhcpcd: fix dhcpcd start failure on qemuppc64
52- gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
53- glibc: Add missing binutils dependency
54- image_types: fix multiubi var init
55- iso-codes: upgrade to 4.13.0
56- json-c: Add ptest for json-c
57- kernel-yocto: fix kernel-meta data detection
58- lib/buildstats: handle tasks that never finished
59- lib/resulttool: fix typo breaking resulttool log --ptest
60- libjpeg-turbo: upgrade to 2.1.5.1
61- libmicrohttpd: upgrade to 0.9.76
62- libseccomp: fix for the ptest result format
63- libssh2: Clean up ptest patch/coverage
64- linux-firmware: add yamato fw files to qcom-adreno-a2xx package
65- linux-firmware: properly set license for all Qualcomm firmware
66- linux-firmware: upgrade to 20230210
67- linux-yocto-rt/5.15: update to -rt59
68- linux-yocto/5.10: upgrade to v5.10.175
69- linux-yocto/5.15: upgrade to v5.15.103
70- linux: inherit pkgconfig in kernel.bbclass
71- lttng-modules: fix for kernel 6.2+
72- lttng-modules: upgrade to v2.13.9
73- lua: Fix install conflict when enable multilib.
74- mdadm: Fix raid0, 06wrmostly and 02lineargrow tests
75- meson: Fix wrapper handling of implicit setup command
76- migration-guides: add 4.0.8 release notes
77- nghttp2: never build python bindings
78- oeqa rtc.py: skip if read-only-rootfs
79- oeqa ssh.py: fix hangs in run()
80- oeqa/sdk: Improve Meson test
81- oeqa/selftest/prservice: Improve debug output for failure
82- oeqa/selftest/resulttooltests: fix minor typo
83- openssl: upgrade to 3.0.8
84- package.bbclase: Add check for /build in copydebugsources()
85- patchelf: replace a rejected patch with an equivalent uninative.bbclass tweak
86- poky.conf: bump version for 4.0.9
87- populate_sdk_ext: Handle spaces within user $PATH
88- pybootchartui: Fix python syntax issue
89- python3-git: fix indent error
90- python3-setuptools-rust-native: Add direct dependency of native python3 modules
91- qemu: Revert "fix :cve:`2021-3507`" as not applicable for qemu 6.2
92- rsync: Add missing prototypes to function declarations
93- rsync: Turn on -pedantic-errors at the end of 'configure'
94- runqemu: kill qemu if it hangs
95- scripts/lib/buildstats: handle top-level build_stats not being complete
96- selftest/recipetool: Stop test corrupting tinfoil class
97- selftest/runtime_test/virgl: Disable for all Rocky Linux
98- selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR
99- sstatesig: Improve output hash calculation
100- staging/multilib: Fix manifest corruption
101- staging: Separate out different multiconfig manifests
102- sudo: update 1.9.12p2 -> 1.9.13p3
103- systemd.bbclass: Add /usr/lib/systemd to searchpaths as well
104- systemd: add group sgx to udev package
105- systemd: fix wrong nobody-group assignment
106- timezone: use 'tz' subdir instead of ${WORKDIR} directly
107- toolchain-scripts: Handle spaces within user $PATH
108- tzcode-native: fix build with gcc-13 on host
109- tzdata: use separate B instead of WORKDIR for zic output
110- uninative: upgrade to 3.9 to include libgcc and glibc 2.37
111- vala: Fix install conflict when enable multilib.
112- vim: add missing pkgconfig inherit
113- vim: set modified-by to the recipe MAINTAINER
114- vim: upgrade to 9.0.1429
115- wic: Fix usage of fstype=none in wic
116- wireless-regdb: upgrade to 2023.02.13
117- xserver-xorg: upgrade to 21.1.7
118- xwayland: upgrade to 22.1.8
119
120
121Known Issues in Yocto-4.0.9
122~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
124- N/A
125
126
127Contributors to Yocto-4.0.9
128~~~~~~~~~~~~~~~~~~~~~~~~~~~
129
130- Alexander Kanavin
131- Alexis Lothoré
132- Bruce Ashfield
133- Changqing Li
134- Chee Yang Lee
135- Dmitry Baryshkov
136- Federico Pellegrin
137- Geoffrey GIRY
138- Hitendra Prajapati
139- Hongxu Jia
140- Joe Slater
141- Kai Kang
142- Kenfe-Mickael Laventure
143- Khem Raj
144- Martin Jansa
145- Mateusz Marciniec
146- Michael Halstead
147- Michael Opdenacker
148- Mikko Rapeli
149- Ming Liu
150- Mingli Yu
151- Narpat Mali
152- Pavel Zhukov
153- Pawan Badganchi
154- Peter Marko
155- Piotr Łobacz
156- Poonam Jadhav
157- Randy MacLeod
158- Richard Purdie
159- Robert Yang
160- Romuald Jeanne
161- Ross Burton
162- Sakib Sajal
163- Saul Wold
164- Shubham Kulkarni
165- Siddharth Doshi
166- Simone Weiss
167- Steve Sakoman
168- Tim Orling
169- Tom Hochstein
170- Trevor Woerner
171- Ulrich Ölmann
172- Vivek Kumbhar
173- Wang Mingyu
174- Xiangyu Chen
175- Yash Shinde
176
177
178Repositories / Downloads for Yocto-4.0.9
179~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
180
181poky
182
183- Repository Location: :yocto_git:`/poky`
184- Branch: :yocto_git:`kirkstone </poky/log/?h=kirkstone>`
185- Tag: :yocto_git:`yocto-4.0.9 </poky/log/?h=yocto-4.0.9>`
186- Git Revision: :yocto_git:`09def309f91929f47c6cce386016ccb777bd2cfc </poky/commit/?id=09def309f91929f47c6cce386016ccb777bd2cfc>`
187- Release Artefact: poky-09def309f91929f47c6cce386016ccb777bd2cfc
188- sha: 5c7ce209c8a6b37ec2898e5ca21858234d91999c11fa862880ba98e8bde62f63
189- Download Locations:
190 http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/poky-09def309f91929f47c6cce386016ccb777bd2cfc.tar.bz2
191 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/poky-09def309f91929f47c6cce386016ccb777bd2cfc.tar.bz2
192
193openembedded-core
194
195- Repository Location: :oe_git:`/openembedded-core`
196- Branch: :oe_git:`kirkstone </openembedded-core/log/?h=kirkstone>`
197- Tag: :oe_git:`yocto-4.0.9 </openembedded-core/log/?h=yocto-4.0.9>`
198- Git Revision: :oe_git:`ff4b57ffff903a93b710284c7c7f916ddd74712f </openembedded-core/commit/?id=ff4b57ffff903a93b710284c7c7f916ddd74712f>`
199- Release Artefact: oecore-ff4b57ffff903a93b710284c7c7f916ddd74712f
200- sha: 726778ffc291136db1704316b196de979f68df9f96476b785e1791957fbb66b3
201- Download Locations:
202 http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/oecore-ff4b57ffff903a93b710284c7c7f916ddd74712f.tar.bz2
203 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/oecore-ff4b57ffff903a93b710284c7c7f916ddd74712f.tar.bz2
204
205meta-mingw
206
207- Repository Location: :yocto_git:`/meta-mingw`
208- Branch: :yocto_git:`kirkstone </meta-mingw/log/?h=kirkstone>`
209- Tag: :yocto_git:`yocto-4.0.9 </meta-mingw/log/?h=yocto-4.0.9>`
210- Git Revision: :yocto_git:`a90614a6498c3345704e9611f2842eb933dc51c1 </meta-mingw/commit/?id=a90614a6498c3345704e9611f2842eb933dc51c1>`
211- Release Artefact: meta-mingw-a90614a6498c3345704e9611f2842eb933dc51c1
212- sha: 49f9900bfbbc1c68136f8115b314e95d0b7f6be75edf36a75d9bcd1cca7c6302
213- Download Locations:
214 http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/meta-mingw-a90614a6498c3345704e9611f2842eb933dc51c1.tar.bz2
215 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/meta-mingw-a90614a6498c3345704e9611f2842eb933dc51c1.tar.bz2
216
217meta-gplv2
218
219- Repository Location: :yocto_git:`/meta-gplv2`
220- Branch: :yocto_git:`kirkstone </meta-gplv2/log/?h=kirkstone>`
221- Tag: :yocto_git:`yocto-4.0.9 </meta-gplv2/log/?h=yocto-4.0.9>`
222- Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a>`
223- Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
224- sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d
225- Download Locations:
226 http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
227 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
228
229bitbake
230
231- Repository Location: :oe_git:`/bitbake`
232- Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>`
233- Tag: :oe_git:`yocto-4.0.9 </bitbake/log/?h=yocto-4.0.9>`
234- Git Revision: :oe_git:`2802adb572eb73a3eb2725a74a9bbdaafc543fa7 </bitbake/commit/?id=2802adb572eb73a3eb2725a74a9bbdaafc543fa7>`
235- Release Artefact: bitbake-2802adb572eb73a3eb2725a74a9bbdaafc543fa7
236- sha: 5c6e713b5e26b3835c0773095c7a1bc1f8affa28316b33597220ed86f1f1b643
237- Download Locations:
238 http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.9/bitbake-2802adb572eb73a3eb2725a74a9bbdaafc543fa7.tar.bz2
239 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.9/bitbake-2802adb572eb73a3eb2725a74a9bbdaafc543fa7.tar.bz2
240
241yocto-docs
242
243- Repository Location: :yocto_git:`/yocto-docs`
244- Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>`
245- Tag: :yocto_git:`yocto-4.0.9 </yocto-docs/log/?h=yocto-4.0.9>`
246- Git Revision: :yocto_git:`86d0b38a97941ad52b1af220c7b801a399d50e93 </yocto-docs/commit/?id=86d0b38a97941ad52b1af220c7b801a399d50e93>`
247