release-notes-4.0.23.rst 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
  2. Release notes for Yocto-4.0.23 (Kirkstone)
  3. ------------------------------------------
  4. Security Fixes in Yocto-4.0.23
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. - ``curl``: Fix :cve_nist:`2024-9681`
  7. - ``expat``: Fix :cve_nist:`2024-50602`
  8. - ``gcc``: Ignore :cve_nist:`2023-4039`
  9. - ``ghostscript``: Fix :cve_nist:`2023-46361` and :cve_nist:`2024-29508`
  10. - ``gstreamer1.0``: Ignore :cve_nist:`2024-0444`
  11. - ``libarchive``: Fix :cve_nist:`2024-48957` and :cve_nist:`2024-48958`
  12. - ``openssl``: Fix :cve_nist:`2024-9143`
  13. - ``orc``: Fix :cve_nist:`2024-40897`
  14. - ``python3``: Ignore :cve_nist:`2023-27043`, :cve_nist:`2024-6232` and :cve_nist:`2024-7592`
  15. - ``qemu``: Fix :cve_nist:`2023-3019`
  16. - ``vim``: Fix :cve_nist:`2024-43790`, :cve_nist:`2024-43802`, :cve_nist:`2024-45306` and :cve_nist:`2024-47814`
  17. - ``zstd``: Fix :cve_nist:`2022-4899`
  18. Fixes in Yocto-4.0.23
  19. ~~~~~~~~~~~~~~~~~~~~~
  20. - at-spi2-core: backport a patch to fix build with gcc-14 on host
  21. - bitbake: bitbake: doc/user-manual: Update the BB_HASHSERVE_UPSTREAM
  22. - bitbake: codeparser: Fix handling of string AST nodes with older Python versions
  23. - bitbake: fetch2/git: Use quote from shlex, not pipes
  24. - bitbake: gitsm: Add call_process_submodules() to remove duplicated code
  25. - bitbake: gitsm: Remove downloads/tmpdir when failed
  26. - bitbake: tests/fetch: Use our own mirror of mobile-broadband-provider to decouple from gnome gitlab
  27. - bitbake: tests/fetch: Use our own mirror of sysprof to decouple from gnome gitlab
  28. - bmap-tools: update :term:`HOMEPAGE` and :term:`SRC_URI`
  29. - build-appliance-image: Update to kirkstone head revision
  30. - cmake: Fix sporadic issues when determining compiler internals
  31. - cracklib: Modify patch to compile with GCC 14
  32. - cve-check: add CVSS vector string to CVE database and reports
  33. - cve-check: add support for cvss v4.0
  34. - cve_check: Use a local copy of the database during builds
  35. - dev-manual: document how to provide confs from layer.conf
  36. - documentation: Makefile: add SPHINXLINTDOCS to specify subset to sphinx-lint
  37. - documentation: Makefile: fix epub and latexpdf targets
  38. - documentation: README: add instruction to run Vale on a subset
  39. - documentation: brief-yoctoprojectqs: update BB_HASHSERVE_UPSTREAM for new infrastructure
  40. - documentation: conf.py: add a bitbake_git extlink
  41. - documentation: rename :cve: role to :cve_nist:
  42. - documentation: styles: vocabularies: Yocto: add sstate
  43. - documnetation: contributor-guide: Remove duplicated words
  44. - gcc: restore a patch for Neoverse N2 core
  45. - glib-2.0: patch regression of :cve_nist:`2023-32665`
  46. - kmscube: create_framebuffer: backport modifier fix
  47. - libffi: backport a fix to build libffi-native with gcc-14
  48. - linux-firmware: Upgrade to 20240909
  49. - local.conf.sample: update BB_HASHSERVE_UPSTREAM for new infrastructure
  50. - migration-guide: add release notes for 4.0.22
  51. - migration-guide: release-notes-4.0: update BB_HASHSERVE_UPSTREAM for new infrastructure
  52. - nativesdk-intercept: Fix bad intercept chgrp/chown logic
  53. - orc: Upgrade to 0.4.40
  54. - overlayfs-etc: add option to skip creation of mount dirs
  55. - overview-manual: concepts: add details on package splitting
  56. - package: Switch debug source handling to use prefix map
  57. - patch.py: Use shlex instead of deprecated pipe
  58. - poky.conf: bump version for 4.0.23
  59. - pseudo: Disable LFS on 32bit arches
  60. - pseudo: Fix envp bug and add posix_spawn wrapper
  61. - pseudo: Fix to work with glibc 2.40
  62. - pseudo: Switch back to the master branch
  63. - pseudo: Update to include logic fix
  64. - pseudo: Update to include open symlink handling bugfix
  65. - pseudo: Update to pull in fchmodat fix
  66. - pseudo: Update to pull in fd leak fix
  67. - pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
  68. - pseudo: Update to pull in linux-libc-headers race fix
  69. - pseudo: Update to pull in python 3.12+ fix
  70. - pseudo: Update to pull in syncfs probe fix
  71. - ref-manual: add description for the "sysroot" term
  72. - ref-manual: add missing CVE_CHECK manifest variables
  73. - ref-manual: add missing :term:`EXTERNAL_KERNEL_DEVICETREE` variable
  74. - ref-manual: add missing :term:`OPKGBUILDCMD` variable
  75. - ref-manual: devtool-reference: document missing commands
  76. - ref-manual: devtool-reference: refresh example outputs
  77. - ref-manual: introduce :term:`CVE_CHECK_REPORT_PATCHED` variable
  78. - ref-manual: release-process: add a reference to the doc's release
  79. - ref-manual: release-process: refresh the current LTS releases
  80. - ref-manual: release-process: update releases.svg
  81. - ref-manual: release-process: update releases.svg with month after "Current"
  82. - ref-manual: structure.rst: document missing tmp/ dirs
  83. - ref-manual: variables: add SIGGEN_LOCKEDSIGS* variables
  84. - syslinux: Disable error on implicit-function-declaration
  85. - util-linux: Define pidfd_* function signatures
  86. - vala: add -Wno-error=incompatible-pointer-types work around
  87. - vim: Upgrade to 9.1.0764
  88. - xmlto: backport a patch to fix build with gcc-14 on host
  89. - zip: Fix build with gcc-14
  90. - zip: Make configure checks to be more robust
  91. Known Issues in Yocto-4.0.23
  92. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. -N/A
  94. Contributors to Yocto-4.0.23
  95. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  96. - Aleksandar Nikolic
  97. - Alexandre Belloni
  98. - Antoine Lubineau
  99. - Antonin Godard
  100. - Archana Polampalli
  101. - Ashish Sharma
  102. - Baruch Siach
  103. - Eilís 'pidge' Ní Fhlannagáin
  104. - Jose Quaresma
  105. - Julien Stephan
  106. - Khem Raj
  107. - Lee Chee Yang
  108. - Macpaul Lin
  109. - Martin Jansa
  110. - Michael Opdenacker
  111. - Ola x Nilsson
  112. - Peter Marko
  113. - Philip Lorenz
  114. - Randolph Sapp
  115. - Richard Purdie
  116. - Robert Yang
  117. - Rohini Sangam
  118. - Ruiqiang Hao
  119. - Siddharth Doshi
  120. - Steve Sakoman
  121. - Talel BELHAJSALEM
  122. - Wang Mingyu
  123. - Yogita Urade
  124. - Zoltan Boszormenyi
  125. Repositories / Downloads for Yocto-4.0.23
  126. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127. poky
  128. - Repository Location: :yocto_git:`/poky`
  129. - Branch: :yocto_git:`kirkstone </poky/log/?h=kirkstone>`
  130. - Tag: :yocto_git:`yocto-4.0.23 </poky/log/?h=yocto-4.0.23>`
  131. - Git Revision: :yocto_git:`8e092852b63e998d990b8f8e1aa91297dec4430f </poky/commit/?id=8e092852b63e998d990b8f8e1aa91297dec4430f>`
  132. - Release Artefact: poky-8e092852b63e998d990b8f8e1aa91297dec4430f
  133. - sha: 339d34d8432070dac948449e732ebf06a888eeb27ff548958b2395c9446b029d
  134. - Download Locations:
  135. https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/poky-8e092852b63e998d990b8f8e1aa91297dec4430f.tar.bz2
  136. https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/poky-8e092852b63e998d990b8f8e1aa91297dec4430f.tar.bz2
  137. openembedded-core
  138. - Repository Location: :oe_git:`/openembedded-core`
  139. - Branch: :oe_git:`kirkstone </openembedded-core/log/?h=kirkstone>`
  140. - Tag: :oe_git:`yocto-4.0.23 </openembedded-core/log/?h=yocto-4.0.23>`
  141. - Git Revision: :oe_git:`fb45c5cf8c2b663af293acb069d446610f77ff1a </openembedded-core/commit/?id=fb45c5cf8c2b663af293acb069d446610f77ff1a>`
  142. - Release Artefact: oecore-fb45c5cf8c2b663af293acb069d446610f77ff1a
  143. - sha: 1d394370ea7d43fb885ab8a952d6d1e43f1a850745a5152d5ead5565a283a0f5
  144. - Download Locations:
  145. https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/oecore-fb45c5cf8c2b663af293acb069d446610f77ff1a.tar.bz2
  146. https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/oecore-fb45c5cf8c2b663af293acb069d446610f77ff1a.tar.bz2
  147. meta-mingw
  148. - Repository Location: :yocto_git:`/meta-mingw`
  149. - Branch: :yocto_git:`kirkstone </meta-mingw/log/?h=kirkstone>`
  150. - Tag: :yocto_git:`yocto-4.0.23 </meta-mingw/log/?h=yocto-4.0.23>`
  151. - Git Revision: :yocto_git:`87c22abb1f11be430caf4372e6b833dc7d77564e </meta-mingw/commit/?id=87c22abb1f11be430caf4372e6b833dc7d77564e>`
  152. - Release Artefact: meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e
  153. - sha: f0bc4873e2e0319fb9d6d6ab9b98eb3f89664d4339a167d2db6a787dd12bc1a8
  154. - Download Locations:
  155. https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2
  156. https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/meta-mingw-87c22abb1f11be430caf4372e6b833dc7d77564e.tar.bz2
  157. meta-gplv2
  158. - Repository Location: :yocto_git:`/meta-gplv2`
  159. - Branch: :yocto_git:`kirkstone </meta-gplv2/log/?h=kirkstone>`
  160. - Tag: :yocto_git:`yocto-4.0.23 </meta-gplv2/log/?h=yocto-4.0.23>`
  161. - Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a </meta-gplv2/commit/?id=d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a>`
  162. - Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a
  163. - sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d
  164. - Download Locations:
  165. https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
  166. https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2
  167. bitbake
  168. - Repository Location: :oe_git:`/bitbake`
  169. - Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>`
  170. - Tag: :oe_git:`yocto-4.0.23 </bitbake/log/?h=yocto-4.0.23>`
  171. - Git Revision: :oe_git:`fb73c495c45d1d4107cfd60b67a5b4f11a99647b </bitbake/commit/?id=fb73c495c45d1d4107cfd60b67a5b4f11a99647b>`
  172. - Release Artefact: bitbake-fb73c495c45d1d4107cfd60b67a5b4f11a99647b
  173. - sha: 5cd271299951f25912a2e8d4de6d8769a4c0bb3bbcfc90815be41f23fd299a0b
  174. - Download Locations:
  175. https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/bitbake-fb73c495c45d1d4107cfd60b67a5b4f11a99647b.tar.bz2
  176. https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/bitbake-fb73c495c45d1d4107cfd60b67a5b4f11a99647b.tar.bz2
  177. yocto-docs
  178. - Repository Location: :yocto_git:`/yocto-docs`
  179. - Branch: :yocto_git:`kirkstone </yocto-docs/log/?h=kirkstone>`
  180. - Tag: :yocto_git:`yocto-4.0.23 </yocto-docs/log/?h=yocto-4.0.23>`
  181. - Git Revision: :yocto_git:`TBD </yocto-docs/commit/?id=TBD>`