Please review this next 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/1992 The following changes since commit 7c88d52eaca62237afcda606a3078ec483992213: cups: use /run instead /var/run in systemd's unit file (2021-03-11 05:00:02 -1000) 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 Alejandro Hernandez Samaniego (1): devtool: Fix do_kernel_configme task Anatol Belski (1): glibc: Pull latest 2.31 HEAD Bruce Ashfield (1): linux-yocto/5.4: update to v5.4.105 Chee Yang Lee (1): initrdscripts: init-install-efi.sh install extra files for ESP Chen Qi (1): populate_sdk_ext: record METADATA_REVISION Denys Dmytriyenko (1): maintainers: update own email address Diego Santa Cruz (1): iputils: fix various arping regressions Dorinda Bassey (2): meta-selftest: Add HOMEPAGE / DESCRIPTION devshell.bbclass: Exceptions displayed within devpyshell Douglas Royds (2): cmake: Fully-qualified path to ar externalsrc: Detect code changes in submodules Lee Chee Yang (2): cve-update-db-native: consider version suffix when update CVE db cve-check: CVE_VERSION_SUFFIX to work with patched release Li Wang (1): linux-dummy: add empty dependent packages Martin Jansa (2): iso-codes: fix protocol in SRC_URI wpa-supplicant: update CVE-2021-27803.patch Petr Vorel (1): scripts/verify-bashisms: Update checkbashisms.pl URL Richard Purdie (1): selftest/wic: Fix dependency issue in rawcopy test Robert P. J. Day (1): bitbake-whatchanged: change ending quote to proper period Stefan Schmidt (1): systemd-conf: do not ask for DHCP if configured on kernel command line Steve Sakoman (1): Revert "sstatesig.py: show an error instead of warning when sstate manifest isn't found" .../recipes-test/aspell/aspell_0.0.0.1.bb | 1 + meta/classes/cmake.bbclass | 3 +- meta/classes/devshell.bbclass | 1 + meta/classes/externalsrc.bbclass | 16 +- meta/classes/linux-dummy.bbclass | 26 +++ meta/classes/populate_sdk_ext.bbclass | 3 + meta/conf/distro/include/maintainers.inc | 40 ++--- meta/lib/oe/cve_check.py | 7 +- meta/lib/oe/sstatesig.py | 2 +- meta/lib/oeqa/selftest/cases/cve_check.py | 8 + meta/lib/oeqa/selftest/cases/wic.py | 18 +- .../wpa-supplicant/CVE-2021-27803.patch | 12 +- meta/recipes-core/glibc/glibc-version.inc | 2 +- .../glibc/glibc/CVE-2019-25013.patch | 135 --------------- .../glibc/glibc/CVE-2020-29562.patch | 156 ------------------ meta/recipes-core/glibc/glibc_2.31.bb | 6 +- .../initrdscripts/files/init-install-efi.sh | 5 + .../recipes-core/meta/cve-update-db-native.bb | 7 +- .../systemd/systemd-conf/wired.network | 1 + .../systemd/systemd-conf_244.3.bb | 3 - ...rtially-fix-sent-vs-received-package.patch | 39 +++++ ...fix-f-quit-on-first-reply-regression.patch | 39 +++++ ...rison-of-different-signedness-warnin.patch | 37 +++++ ...ccess-when-unsolicited-ARP-mode-dest.patch | 45 +++++ ...ional-timerfd-to-control-when-timeou.patch | 94 +++++++++++ .../iputils/iputils_s20190709.bb | 5 + meta/recipes-extended/sudo/sudo.inc | 2 + meta/recipes-kernel/linux/linux-dummy.bb | 2 +- .../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 +-- .../iso-codes/iso-codes_4.4.bb | 2 +- scripts/bitbake-whatchanged | 2 +- scripts/lib/devtool/standard.py | 7 +- scripts/verify-bashisms | 2 +- 35 files changed, 401 insertions(+), 363 deletions(-) create mode 100644 meta/classes/linux-dummy.bbclass delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-25013.patch delete mode 100644 meta/recipes-core/glibc/glibc/CVE-2020-29562.patch create mode 100644 meta/recipes-extended/iputils/iputils/0001-arping-revert-partially-fix-sent-vs-received-package.patch create mode 100644 meta/recipes-extended/iputils/iputils/0002-arping-fix-f-quit-on-first-reply-regression.patch create mode 100644 meta/recipes-extended/iputils/iputils/0003-arping-Fix-comparison-of-different-signedness-warnin.patch create mode 100644 meta/recipes-extended/iputils/iputils/0004-arping-return-success-when-unsolicited-ARP-mode-dest.patch create mode 100644 meta/recipes-extended/iputils/iputils/0005-arping-use-additional-timerfd-to-control-when-timeou.patch -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149869): https://lists.openembedded.org/g/openembedded-core/message/149869 Mute This Topic: https://lists.openembedded.org/mt/81578149/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
