Please review this set of patches for dunfell and have comments back by end of day Friday.
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3648 with the exception of the newly added meta-virt test (which has never worked with dunfell) The following changes since commit 7c0345ab1058a7e29d37f110923ecd368e102ed7: uninative: Upgrade to 3.6 with gcc 12 support (2022-05-09 11:51:55 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut Bruce Ashfield (1): linux-yocto/5.4: update to v5.4.192 Davide Gardenal (3): cve-check: add JSON format to summary output cve-check: fix symlinks where link and output path are equal rootfs-postcommands: fix symlinks where link and output path are equal Marta Rybczynska (2): cve-update-db-native: update the CVE database once a day only cve-update-db-native: let the user to drive the update interval Pawan Badganchi (2): fribidi: Add fix for CVE-2022-25308, CVE-2022-25309 and CVE-2022-25310 libinput: Add fix for CVE-2022-1215 Portia (1): volatile-binds: Change DefaultDependencies from false to no Richard Purdie (3): base: Avoid circular references to our own scripts scripts: Make git intercept global scripts/git: Ensure we don't have circular references Ross Burton (1): cve-check: no need to depend on the fetch task Steve Sakoman (1): busybox: fix CVE-2022-28391 meta/classes/base.bbclass | 4 + meta/classes/cve-check.bbclass | 72 ++-- meta/classes/rootfs-postcommands.bbclass | 14 +- ...tr-ensure-only-printable-characters-.patch | 38 ++ ...e-all-printed-strings-with-printable.patch | 64 ++++ meta/recipes-core/busybox/busybox_1.31.1.bb | 2 + .../recipes-core/meta/cve-update-db-native.bb | 13 +- .../files/volatile-binds.service.in | 2 +- .../wayland/libinput/CVE-2022-1215.patch | 360 ++++++++++++++++++ .../wayland/libinput_1.15.2.bb | 1 + .../linux/linux-yocto-rt_5.4.bb | 6 +- .../linux/linux-yocto-tiny_5.4.bb | 8 +- meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 +- .../fribidi/fribidi/CVE-2022-25308.patch | 50 +++ .../fribidi/fribidi/CVE-2022-25309.patch | 31 ++ .../fribidi/fribidi/CVE-2022-25310.patch | 30 ++ meta/recipes-support/fribidi/fribidi_1.0.9.bb | 3 + scripts/{git-intercept => }/git | 9 +- 18 files changed, 674 insertions(+), 55 deletions(-) create mode 100644 meta/recipes-core/busybox/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch create mode 100644 meta/recipes-core/busybox/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch create mode 100644 meta/recipes-graphics/wayland/libinput/CVE-2022-1215.patch create mode 100644 meta/recipes-support/fribidi/fribidi/CVE-2022-25308.patch create mode 100644 meta/recipes-support/fribidi/fribidi/CVE-2022-25309.patch create mode 100644 meta/recipes-support/fribidi/fribidi/CVE-2022-25310.patch rename scripts/{git-intercept => }/git (52%) -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#165506): https://lists.openembedded.org/g/openembedded-core/message/165506 Mute This Topic: https://lists.openembedded.org/mt/91042147/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
