release-notes-4.1.1.rst 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. Release notes for Yocto-4.1.1 (Langdale)
  3. ----------------------------------------
  4. Security Fixes in Yocto-4.1.1
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. - curl: Fix :cve_nist:`2022-32221`, :cve_nist:`2022-35260`, :cve_nist:`2022-42915` and :cve_nist:`2022-42916`
  7. - libx11: Fix :cve_nist:`2022-3554`
  8. - lighttpd: Fix :cve_nist:`2022-41556`
  9. - openssl: Fix :cve_nist:`2022-3358`, :cve_nist:`2022-3602` and :cve_nist:`2022-3786`
  10. - pixman: Fix :cve_nist:`2022-44638`
  11. - qemu: Fix :cve_nist:`2022-3165`
  12. - sudo: Fix :cve_nist:`2022-43995`
  13. - 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`
  14. - xserver-xorg: Fix :cve_nist:`2022-3550` and :cve_nist:`2022-3551`
  15. - xserver-xorg: Ignore :cve_nist:`2022-3553`
  16. Fixes in Yocto-4.1.1
  17. ~~~~~~~~~~~~~~~~~~~~
  18. - Add 4.1 migration guide & release notes
  19. - bitbake: asyncrpc: serv: correct closed client socket detection
  20. - bitbake: bitbake-user-manual: details about variable flags starting with underscore
  21. - bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  22. - bitbake: bitbake: user-manual: inform about spaces in :remove
  23. - bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  24. - bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  25. - bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  26. - bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  27. - bitbake: utils/ply: Update md5 to better report errors with hashlib
  28. - bluez5: add dbus to :term:`RDEPENDS`
  29. - build-appliance-image: Update to langdale head revision
  30. - buildconf: compare abspath
  31. - buildtools-tarball: export certificates to python and curl
  32. - cmake-native: Fix host tool contamination
  33. - create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  34. - create-spdx: Remove ";name=..." for downloadLocation
  35. - cve-update-db-native: add timeout to urlopen() calls
  36. - dev-manual: common-tasks.rst: add reference to "do_clean" task
  37. - dev-manual: common-tasks.rst: add reference to "do_listtasks" task
  38. - docs: add support for langdale (4.1) release
  39. - dropbear: add pam to :term:`PACKAGECONFIG`
  40. - externalsrc.bbclass: fix git repo detection
  41. - externalsrc.bbclass: Remove a trailing slash from ${B}
  42. - externalsrc: move back to classes
  43. - gcc: Allow -Wno-error=poison-system-directories to take effect
  44. - glib-2.0: fix rare GFileInfo test case failure
  45. - gnutls: Unified package names to lower-case
  46. - gnutls: upgrade 3.7.7 -> 3.7.8
  47. - grub: disable build on armv7ve/a with hardfp
  48. - gstreamer1.0-libav: fix errors with ffmpeg 5.x
  49. - ifupdown: upgrade 0.8.37 -> 0.8.39
  50. - insane.bbclass: Allow hashlib version that only accepts on parameter
  51. - install-buildtools: support buildtools-make-tarball and update to 4.1
  52. - kern-tools: fix relative path processing
  53. - kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  54. - kernel-yocto: improve fatal error messages of symbol_why.py
  55. - kernel: Clear :term:`SYSROOT_DIRS` instead of replacing sysroot_stage_all
  56. - libcap: upgrade 2.65 -> 2.66
  57. - libical: upgrade 3.0.14 -> 3.0.15
  58. - libksba: upgrade 1.6.0 -> 1.6.2
  59. - libsdl2: upgrade 2.24.0 -> 2.24.1
  60. - lighttpd: upgrade 1.4.66 -> 1.4.67
  61. - linux-firmware: package amdgpu firmware
  62. - linux-firmware: split rtl8761 firmware
  63. - linux-yocto/5.15: update to v5.15.72
  64. - linux-yocto/5.19: update to v5.19.14
  65. - linux-yocto: add efi entry for machine features
  66. - lttng-modules: upgrade 2.13.4 -> 2.13.5
  67. - lttng-ust: upgrade 2.13.4 -> 2.13.5
  68. - manuals: add reference to "do_configure" task
  69. - manuals: add reference to the "do_compile" task
  70. - manuals: add reference to the "do_install" task
  71. - manuals: add reference to the "do_kernel_configcheck" task
  72. - manuals: add reference to the "do_populate_sdk" task
  73. - manuals: add references to "do_package_write_*" tasks
  74. - manuals: add references to "do_populate_sysroot" task
  75. - manuals: add references to the "do_build" task
  76. - manuals: add references to the "do_bundle_initramfs" task
  77. - manuals: add references to the "do_cleanall" task
  78. - manuals: add references to the "do_deploy" task
  79. - manuals: add references to the "do_devshell" task
  80. - manuals: add references to the "do_fetch" task
  81. - manuals: add references to the "do_image" task
  82. - manuals: add references to the "do_kernel_configme" task
  83. - manuals: add references to the "do_package" task
  84. - manuals: add references to the "do_package_qa" task
  85. - manuals: add references to the "do_patch" task
  86. - manuals: add references to the "do_rootfs" task
  87. - manuals: add references to the "do_unpack" task
  88. - manuals: fix misc typos
  89. - manuals: improve initramfs details
  90. - manuals: updates for building on Windows (WSL 2)
  91. - mesa: only apply patch to fix ALWAYS_INLINE for native
  92. - mesa: update 22.2.0 -> 22.2.2
  93. - meson: make wrapper options sub-command specific
  94. - meson: upgrade 0.63.2 -> 0.63.3
  95. - migration guides: 3.4: remove spurious space in example
  96. - migration guides: add release notes for 4.0.4
  97. - migration-general: add section on using buildhistory
  98. - migration-guides/release-notes-4.1.rst: add more known issues
  99. - migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  100. - migration-guides: add known issues for 4.1
  101. - migration-guides: add reference to the "do_shared_workdir" task
  102. - migration-guides: use contributor real name
  103. - migration-guides: use contributor real name
  104. - mirrors.bbclass: use shallow tarball for binutils-native
  105. - mtools: upgrade 4.0.40 -> 4.0.41
  106. - numactl: upgrade 2.0.15 -> 2.0.16
  107. - oe/packagemanager/rpm: don't leak file objects
  108. - openssl: export necessary env vars in SDK
  109. - openssl: Fix SSL_CERT_FILE to match ca-certs location
  110. - openssl: Upgrade 3.0.5 -> 3.0.7
  111. - opkg-utils: use a git clone, not a dynamic snapshot
  112. - overlayfs: Allow not used mount points
  113. - overview-manual: concepts.rst: add reference to "do_packagedata" task
  114. - overview-manual: concepts.rst: add reference to "do_populate_sdk_ext" task
  115. - overview-manual: concepts.rst: fix formating and add references
  116. - own-mirrors: add crate
  117. - pango: upgrade 1.50.9 -> 1.50.10
  118. - perf: Depend on native setuptools3
  119. - poky.conf: bump version for 4.1.1
  120. - poky.conf: remove Ubuntu 21.10
  121. - populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  122. - psplash: add psplash-default in rdepends
  123. - qemu-native: Add :term:`PACKAGECONFIG` option for jack
  124. - quilt: backport a patch to address grep 3.8 failures
  125. - ref-manual/faq.rst: update references to products built with OE / Yocto Project
  126. - ref-manual/variables.rst: clarify sentence
  127. - ref-manual: add a note to ssh-server-dropbear feature
  128. - ref-manual: add :term:`CVE_CHECK_SHOW_WARNINGS`
  129. - ref-manual: add :term:`CVE_DB_UPDATE_INTERVAL`
  130. - ref-manual: add :term:`DEV_PKG_DEPENDENCY`
  131. - ref-manual: add :term:`DISABLE_STATIC`
  132. - ref-manual: add :term:`FIT_PAD_ALG`
  133. - ref-manual: add :term:`KERNEL_DEPLOY_DEPEND`
  134. - ref-manual: add missing features
  135. - ref-manual: add :term:`MOUNT_BASE` variable
  136. - ref-manual: add overlayfs class variables
  137. - ref-manual: add :term:`OVERLAYFS_ETC_EXPOSE_LOWER`
  138. - ref-manual: add :term:`OVERLAYFS_QA_SKIP`
  139. - ref-manual: add previous overlayfs-etc variables
  140. - ref-manual: add pypi class
  141. - ref-manual: add :term:`SDK_TOOLCHAIN_LANGS`
  142. - ref-manual: add section for create-spdx class
  143. - ref-manual: add serial-autologin-root to :term:`IMAGE_FEATURES` documentation
  144. - ref-manual: add :term:`UBOOT_MKIMAGE_KERNEL_TYPE`
  145. - ref-manual: add :term:`WATCHDOG_TIMEOUT` to variable glossary
  146. - ref-manual: add :term:`WIRELESS_DAEMON`
  147. - ref-manual: classes.rst: add links to all references to a class
  148. - ref-manual: complementary package installation recommends
  149. - ref-manual: correct default for :term:`BUILDHISTORY_COMMIT`
  150. - ref-manual: document new github-releases class
  151. - ref-manual: expand documentation on image-buildinfo class
  152. - ref-manual: faq.rst: reorganize into subsections, contents at top
  153. - ref-manual: remove reference to largefile in :term:`DISTRO_FEATURES`
  154. - ref-manual: remove reference to testimage-auto class
  155. - ref-manual: system-requirements: Ubuntu 22.04 now supported
  156. - ref-manual: tasks.rst: add reference to the "do_image_complete" task
  157. - ref-manual: tasks.rst: add reference to the "do_kernel_checkout" task
  158. - ref-manual: tasks.rst: add reference to the "do_kernel_metadata" task
  159. - ref-manual: tasks.rst: add reference to the "do_validate_branches" task
  160. - ref-manual: tasks.rst: add references to the "do_cleansstate" task
  161. - ref-manual: update buildpaths QA check documentation
  162. - ref-manual: update pypi documentation for :term:`CVE_PRODUCT` default in 4.1
  163. - ref-manual: variables.rst: add reference to "do_populate_lic" task
  164. - release-notes-4.1.rst remove bitbake-layers subcommand argument
  165. - runqemu: Do not perturb script environment
  166. - runqemu: Fix gl-es argument from causing other arguments to be ignored
  167. - rust-target-config: match riscv target names with what rust expects
  168. - rust: install rustfmt for riscv32 as well
  169. - sanity: check for GNU tar specifically
  170. - scripts/oe-check-sstate: cleanup
  171. - scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  172. - sdk-manual: correct the bitbake target for a unified sysroot build
  173. - shadow: update 4.12.1 -> 4.12.3
  174. - systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  175. - test-manual: fix typo in machine name
  176. - tiff: fix a typo for :cve_nist:`2022-2953`.patch
  177. - u-boot: Add savedefconfig task
  178. - u-boot: Remove duplicate inherit of cml1
  179. - uboot-sign: Fix using wrong KEY_REQ_ARGS
  180. - Update documentation for classes split
  181. - vim: upgrade to 9.0.0820
  182. - vulkan-samples: add lfs=0 to :term:`SRC_URI` to avoid git smudge errors in do_unpack
  183. - wic: honor the :term:`SOURCE_DATE_EPOCH` in case of updated fstab
  184. - wic: swap partitions are not added to fstab
  185. - wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  186. - xserver-xorg: move some recommended dependencies in required
  187. - zlib: do out-of-tree builds
  188. - zlib: upgrade 1.2.12 -> 1.2.13
  189. - zlib: use .gz archive and set a PREMIRROR
  190. Known Issues in Yocto-4.1.1
  191. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192. - N/A
  193. Contributors to Yocto-4.1.1
  194. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  195. - Adrian Freihofer
  196. - Alex Kiernan
  197. - Alexander Kanavin
  198. - Bartosz Golaszewski
  199. - Bernhard Rosenkränzer
  200. - Bruce Ashfield
  201. - Chen Qi
  202. - Christian Eggers
  203. - Claus Stovgaard
  204. - Ed Tanous
  205. - Etienne Cordonnier
  206. - Frank de Brabander
  207. - Hitendra Prajapati
  208. - Jan-Simon Moeller
  209. - Jeremy Puhlman
  210. - Johan Korsnes
  211. - Jon Mason
  212. - Jose Quaresma
  213. - Joshua Watt
  214. - Justin Bronder
  215. - Kai Kang
  216. - Keiya Nobuta
  217. - Khem Raj
  218. - Lee Chee Yang
  219. - Liam Beguin
  220. - Luca Boccassi
  221. - Mark Asselstine
  222. - Mark Hatle
  223. - Markus Volk
  224. - Martin Jansa
  225. - Michael Opdenacker
  226. - Ming Liu
  227. - Mingli Yu
  228. - Paul Eggleton
  229. - Peter Kjellerstedt
  230. - Qiu, Zheng
  231. - Quentin Schulz
  232. - Richard Purdie
  233. - Robert Joslyn
  234. - Ross Burton
  235. - Sean Anderson
  236. - Sergei Zhmylev
  237. - Steve Sakoman
  238. - Takayasu Ito
  239. - Teoh Jay Shen
  240. - Thomas Perrot
  241. - Tim Orling
  242. - Vincent Davis Jr
  243. - Vyacheslav Yurkov
  244. - Ciaran Courtney
  245. - Wang Mingyu
  246. Repositories / Downloads for Yocto-4.1.1
  247. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  248. poky
  249. - Repository Location: :yocto_git:`/poky`
  250. - Branch: :yocto_git:`langdale </poky/log/?h=langdale>`
  251. - Tag: :yocto_git:`yocto-4.1.1 </poky/log/?h=yocto-4.1.1>`
  252. - Git Revision: :yocto_git:`d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff </poky/commit/?id=d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff>`
  253. - Release Artefact: poky-d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff
  254. - sha: e92b694fbb74a26c7a875936dfeef4a13902f24b06127ee52f4d1c1e4b03ec24
  255. - Download Locations:
  256. http://downloads.yoctoproject.org/releases/yocto/yocto-4.1.1/poky-d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff.tar.bz2
  257. http://mirrors.kernel.org/yocto/yocto/yocto-4.1.1/poky-d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff.tar.bz2
  258. openembedded-core
  259. - Repository Location: :oe_git:`/openembedded-core`
  260. - Branch: :oe_git:`langdale </openembedded-core/log/?h=langdale>`
  261. - Tag: :oe_git:`yocto-4.1.1 </openembedded-core/log/?h=yocto-4.1.1>`
  262. - Git Revision: :oe_git:`9237ffc4feee2dd6ff5bdd672072509ef9e82f6d </openembedded-core/commit/?id=9237ffc4feee2dd6ff5bdd672072509ef9e82f6d>`
  263. - Release Artefact: oecore-9237ffc4feee2dd6ff5bdd672072509ef9e82f6d
  264. - sha: d73198aef576f0fca0d746f9d805b1762c19c31786bc3f7d7326dfb2ed6fc1be
  265. - Download Locations:
  266. http://downloads.yoctoproject.org/releases/yocto/yocto-4.1.1/oecore-9237ffc4feee2dd6ff5bdd672072509ef9e82f6d.tar.bz2
  267. http://mirrors.kernel.org/yocto/yocto/yocto-4.1.1/oecore-9237ffc4feee2dd6ff5bdd672072509ef9e82f6d.tar.bz2
  268. meta-mingw
  269. - Repository Location: :yocto_git:`/meta-mingw`
  270. - Branch: :yocto_git:`langdale </meta-mingw/log/?h=langdale>`
  271. - Tag: :yocto_git:`yocto-4.1.1 </meta-mingw/log/?h=yocto-4.1.1>`
  272. - Git Revision: :yocto_git:`b0067202db8573df3d23d199f82987cebe1bee2c </meta-mingw/commit/?id=b0067202db8573df3d23d199f82987cebe1bee2c>`
  273. - Release Artefact: meta-mingw-b0067202db8573df3d23d199f82987cebe1bee2c
  274. - sha: 704f2940322b81ce774e9cbd27c3cfa843111d497dc7b1eeaa39cd694d9a2366
  275. - Download Locations:
  276. http://downloads.yoctoproject.org/releases/yocto/yocto-4.1.1/meta-mingw-b0067202db8573df3d23d199f82987cebe1bee2c.tar.bz2
  277. http://mirrors.kernel.org/yocto/yocto/yocto-4.1.1/meta-mingw-b0067202db8573df3d23d199f82987cebe1bee2c.tar.bz2
  278. bitbake
  279. - Repository Location: :oe_git:`/bitbake`
  280. - Branch: :oe_git:`2.2 </bitbake/log/?h=2.2>`
  281. - Tag: :oe_git:`yocto-4.1.1 </bitbake/log/?h=yocto-4.1.1>`
  282. - Git Revision: :oe_git:`138dd7883ee2c521900b29985b6d24a23d96563c </bitbake/commit/?id=138dd7883ee2c521900b29985b6d24a23d96563c>`
  283. - Release Artefact: bitbake-138dd7883ee2c521900b29985b6d24a23d96563c
  284. - sha: 5dc5aff4b4a801253c627cdaab6b1a0ceee2c531f1a6b166d85d1265a35d4be5
  285. - Download Locations:
  286. http://downloads.yoctoproject.org/releases/yocto/yocto-4.1.1/bitbake-138dd7883ee2c521900b29985b6d24a23d96563c.tar.bz2
  287. http://mirrors.kernel.org/yocto/yocto/yocto-4.1.1/bitbake-138dd7883ee2c521900b29985b6d24a23d96563c.tar.bz2
  288. yocto-docs
  289. - Repository Location: :yocto_git:`/yocto-docs`
  290. - Branch: :yocto_git:`langdale </yocto-docs/log/?h=langdale>`
  291. - Tag: :yocto_git:`yocto-4.1.1 </yocto-docs/log/?h=yocto-4.1.1>`
  292. - Git Revision: :yocto_git:`8e0841c3418caa227c66a60327db09dfbe72054a </yocto-docs/commit/?id=8e0841c3418caa227c66a60327db09dfbe72054a>`