Please review this set of patches for mickledore and have comments back by end of day Friday, September 1.
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5798 The following changes since commit a46782c9f54bcb0389ea1016e37b6939aae79bfb: resulttool/report: Avoid divide by zero (2023-08-25 12:24:11 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut Anuj Mittal (1): gstreamer1.0: upgrade 1.22.4 -> 1.22.5 Bruce Ashfield (7): linux-yocto/6.1: update to v6.1.41 linux-yocto/6.1: update to v6.1.43 linux-yocto/6.1: update to v6.1.44 linux-yocto/6.1: update to v6.1.45 linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup linux-yocto/6.1: update to v6.1.46 linux-yocto/6.1: fix IRQ-80 warnings Etienne Cordonnier (1): vim: update obsolete comment Khem Raj (1): build-sysroots: Add SUMMARY field Markus Niebel (1): wic: fix wrong attempt to create file system in upartitioned regions Martin Jansa (1): tcl: prevent installing another copy of tzdata Narpat Mali (1): python3-pygments: fix for CVE-2022-40896 Ovidiu Panait (1): mdadm: skip running 04update-uuid and 07revert-inplace testcases Poonam Jadhav (1): pixman: Remove duplication of license MIT Richard Purdie (1): build-sysroots: Ensure dependency chains are minimal Ross Burton (2): procps: backport fix for CVE-2023-4016 graphene: fix runtime detection of IEEE754 behaviour Wang Mingyu (1): tar: upgrade 1.34 -> 1.35 Yogita Urade (1): inetutils: fix CVE-2023-40303 ...tpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch | 284 +++++++++++++++++ ...03-Indent-changes-in-previous-commit.patch | 258 +++++++++++++++ .../inetutils/inetutils_2.4.bb | 2 + meta/recipes-core/meta/build-sysroots.bb | 7 +- .../CVE-2022-40896-0001.patch | 49 +++ .../CVE-2022-40896-0002.patch | 301 ++++++++++++++++++ .../python/python3-pygments_2.14.0.bb | 4 + meta/recipes-devtools/tcltk/tcl_8.6.13.bb | 6 + ...n-files-for-04update-uuid-and-07reve.patch | 39 +++ meta/recipes-extended/mdadm/mdadm_4.2.bb | 1 + .../procps/procps/CVE-2023-4016.patch | 73 +++++ meta/recipes-extended/procps/procps_4.0.3.bb | 1 + .../tar/tar/CVE-2022-48303.patch | 43 --- .../tar/{tar_1.34.bb => tar_1.35.bb} | 8 +- .../graphene/files/float-div.patch | 28 ++ .../graphene/graphene_1.10.8.bb | 2 + .../xorg-lib/pixman_0.42.2.bb | 2 +- .../linux/linux-yocto-rt_6.1.bb | 6 +- .../linux/linux-yocto-tiny_6.1.bb | 6 +- meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +- ...tools_1.22.4.bb => gst-devtools_1.22.5.bb} | 2 +- ...1.22.4.bb => gstreamer1.0-libav_1.22.5.bb} | 2 +- ...x_1.22.4.bb => gstreamer1.0-omx_1.22.5.bb} | 2 +- ....bb => gstreamer1.0-plugins-bad_1.22.5.bb} | 2 +- ...bb => gstreamer1.0-plugins-base_1.22.5.bb} | 2 +- ...bb => gstreamer1.0-plugins-good_1.22.5.bb} | 2 +- ...bb => gstreamer1.0-plugins-ugly_1.22.5.bb} | 2 +- ....22.4.bb => gstreamer1.0-python_1.22.5.bb} | 2 +- ....bb => gstreamer1.0-rtsp-server_1.22.5.bb} | 2 +- ...1.22.4.bb => gstreamer1.0-vaapi_1.22.5.bb} | 2 +- ...er1.0_1.22.4.bb => gstreamer1.0_1.22.5.bb} | 2 +- meta/recipes-support/vim/vim.inc | 5 +- scripts/lib/wic/partition.py | 2 +- 33 files changed, 1092 insertions(+), 85 deletions(-) create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch create mode 100644 meta/recipes-devtools/python/python3-pygments/CVE-2022-40896-0001.patch create mode 100644 meta/recipes-devtools/python/python3-pygments/CVE-2022-40896-0002.patch create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch create mode 100644 meta/recipes-extended/procps/procps/CVE-2023-4016.patch delete mode 100644 meta/recipes-extended/tar/tar/CVE-2022-48303.patch rename meta/recipes-extended/tar/{tar_1.34.bb => tar_1.35.bb} (87%) create mode 100644 meta/recipes-graphics/graphene/files/float-div.patch rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.4.bb => gst-devtools_1.22.5.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.4.bb => gstreamer1.0-libav_1.22.5.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.4.bb => gstreamer1.0-omx_1.22.5.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.4.bb => gstreamer1.0-plugins-bad_1.22.5.bb} (98%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.4.bb => gstreamer1.0-plugins-base_1.22.5.bb} (97%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.4.bb => gstreamer1.0-plugins-good_1.22.5.bb} (97%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.4.bb => gstreamer1.0-plugins-ugly_1.22.5.bb} (94%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.4.bb => gstreamer1.0-python_1.22.5.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.4.bb => gstreamer1.0-rtsp-server_1.22.5.bb} (90%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.4.bb => gstreamer1.0-vaapi_1.22.5.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.4.bb => gstreamer1.0_1.22.5.bb} (97%) -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#186902): https://lists.openembedded.org/g/openembedded-core/message/186902 Mute This Topic: https://lists.openembedded.org/mt/101058045/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-