The following changes since commit db81e3c7e7f1d4d9eba52ac35ac97627d0240b63:
build-appliance-image: Update to dunfell head revision (2023-01-13 18:11:40 +0000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next Alexander Kanavin (2): linux-firmware: upgrade 20221109 -> 20221214 selftest/virgl: use pkg-config from the host BenoƮt Mauduit (1): lib/oe/reproducible: Use git log without gpg signature Bhabu Bindu (1): ffmpeg: Fix CVE-2022-3109 Bruce Ashfield (2): linux-yocto/5.4: update to v5.4.229 linux-yocto/5.4: update to v5.4.230 Hitendra Prajapati (1): xserver-xorg: Fix Multiple CVEs Jan Kircher (1): toolchain-scripts: compatibility with unbound variable protection Jermain Horsman (1): cve-check: write the cve manifest to IMGDEPLOYDIR Khem Raj (1): libtirpc: Check if file exists before operating on it Marta Rybczynska (1): cve-update-db-native: avoid incomplete updates Niko Mauno (2): systemd: Consider PACKAGECONFIG in RRECOMMENDS Fix missing leading whitespace with ':append' Quentin Schulz (1): cairo: fix CVE patches assigned wrong CVE number Randy MacLeod (1): vim: upgrade 9.0.0947 -> 9.0.1211 Ranjitsinh Rathod (1): libsdl2: Add fix for CVE-2022-4743 Ross Burton (2): cve-update-db-native: add more logging when fetching cve-update-db-native: show IP on failure Steve Sakoman (5): python3: fix packaging of Windows distutils installer stubs lttng-modules: update 2.11.6 -> 2.11.7 lttng-modules: update 2.11.7 -> 2.11.8 lttng-modules: update 2.11.8 -> 2.11.9 lttng-modules: fix build with 5.4.229 kernel Thomas Roos (1): devtool: fix devtool finish when gitmodules file is empty Vivek Kumbhar (1): go: fix CVE-2022-1962 go/parser stack exhaustion in all Parse* functions Xiaobing Luo (1): devtool: Fix _copy_file() TypeError jan (1): cve-update-db-native: Allow to overrule the URL in a bbappend. meta/classes/cve-check.bbclass | 6 +- meta/classes/externalsrc.bbclass | 2 +- meta/classes/populate_sdk_ext.bbclass | 2 +- meta/classes/toolchain-scripts.bbclass | 2 +- meta/lib/oe/reproducible.py | 3 +- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +- .../recipes-core/meta/cve-update-db-native.bb | 97 +++-- meta/recipes-core/systemd/systemd_244.5.bb | 4 +- meta/recipes-devtools/go/go-1.14.inc | 1 + .../go/go-1.14/CVE-2022-1962.patch | 357 ++++++++++++++++++ .../python/python3/python3-manifest.json | 4 +- .../libtirpc/libtirpc_1.2.6.bb | 2 +- .../cairo/cairo/CVE-2019-6461.patch | 46 +-- .../cairo/cairo/CVE-2019-6462.patch | 46 ++- .../libsdl2/libsdl2/CVE-2022-4743.patch | 38 ++ .../libsdl2/libsdl2_2.0.12.bb | 1 + .../xserver-xorg/CVE-2022-4283.patch | 39 ++ .../xserver-xorg/CVE-2022-46340.patch | 55 +++ .../xserver-xorg/CVE-2022-46341.patch | 86 +++++ .../xserver-xorg/CVE-2022-46342.patch | 78 ++++ .../xserver-xorg/CVE-2022-46343.patch | 51 +++ .../xserver-xorg/CVE-2022-46344.patch | 75 ++++ .../xorg-xserver/xserver-xorg_1.20.14.bb | 8 +- ...20221109.bb => linux-firmware_20221214.bb} | 4 +- .../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 +- ...ncpy-equals-destination-size-warning.patch | 42 --- ...jtool-Rename-frame.h-objtool.h-v5.10.patch | 88 ----- ...oints-output-proper-root-owner-for-t.patch | 316 ---------------- ...rdered-extent-tracepoint-take-btrfs_.patch | 179 --------- ...ext4-fast-commit-recovery-path-v5.10.patch | 91 ----- ...intr-vectoring-info-and-error-code-t.patch | 124 ------ ...x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch | 82 ---- ...Return-unique-RET_PF_-values-if-the-.patch | 71 ---- ...int-Optimize-using-static_call-v5.10.patch | 155 -------- ...-fix-include-order-for-older-kernels.patch | 31 -- .../0011-Add-release-maintainer-script.patch | 59 --- .../0012-Improve-the-release-script.patch | 173 --------- ...fix-ext4-fast-commit-recovery-path-v.patch | 32 -- ...-fix-include-order-for-older-kernels.patch | 32 -- ...fix-tracepoint-Optimize-using-static.patch | 46 --- ...ion-range-for-trace_find_free_extent.patch | 30 -- ...ix-jbd2-use-the-correct-print-format.patch | 147 ++++++++ ...ules_2.11.6.bb => lttng-modules_2.11.9.bb} | 21 +- .../ffmpeg/ffmpeg/CVE-2022-3109.patch | 41 ++ .../recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 1 + meta/recipes-support/vim/vim.inc | 4 +- scripts/lib/devtool/standard.py | 2 +- 49 files changed, 1135 insertions(+), 1677 deletions(-) create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-1962.patch create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/CVE-2022-4743.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-4283.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46340.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46341.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46342.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46343.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2022-46344.patch rename meta/recipes-kernel/linux-firmware/{linux-firmware_20221109.bb => linux-firmware_20221214.bb} (99%) delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-strncpy-equals-destination-size-warning.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-objtool-Rename-frame.h-objtool.h-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-btrfs-tracepoints-output-proper-root-owner-for-t.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-btrfs-make-ordered-extent-tracepoint-take-btrfs_.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-ext4-fast-commit-recovery-path-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-KVM-x86-Add-intr-vectoring-info-and-error-code-t.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-kvm-x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-fix-KVM-x86-mmu-Return-unique-RET_PF_-values-if-the-.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-fix-tracepoint-Optimize-using-static_call-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0011-Add-release-maintainer-script.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0012-Improve-the-release-script.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0013-fix-backport-of-fix-ext4-fast-commit-recovery-path-v.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0014-Revert-fix-include-order-for-older-kernels.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0015-fix-backport-of-fix-tracepoint-Optimize-using-static.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0016-fix-adjust-version-range-for-trace_find_free_extent.patch create mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format.patch rename meta/recipes-kernel/lttng/{lttng-modules_2.11.6.bb => lttng-modules_2.11.9.bb} (59%) create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2022-3109.patch -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#176907): https://lists.openembedded.org/g/openembedded-core/message/176907 Mute This Topic: https://lists.openembedded.org/mt/96830807/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
