Please review this next set of patches for dunfell and have comments back by end of day Wednesday.
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1837 The following changes since commit e0cd2e1f9ae956d72b8033ce1c4403d8bd99d3d5: staging: Clean up files installed into the sysroot (2021-01-29 04:48:10 -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 Alexander Kanavin (1): ca-certificates: correct upstream version check Anatol Belski (1): glib-2.0: Rename patch file for CVE-2020-35457 Awais Belal (1): kernel.bbclass: fix deployment for initramfs images Bruce Ashfield (3): linux-yocto/5.4: update to v5.4.90 linux-yocto-rt/5.4: fix 5.4-stable caused build breakage linux-yocto/5.4: update to v5.4.94 Dorinda (1): sanity.bbclass: Check if PSEUDO_IGNORE_PATHS and paths under pseudo control overlap Julien Massot (1): rng-tools: fix rngd_jitter initialization Lee Chee Yang (4): cve-check: replace Looseversion with custom version class cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning openssl: set CVE_VERSION_SUFFIX wic/selftest: test_permissions also test bitbake image Mark Hatle (1): package.bbclass: hash equivalency and pr service Peter Bergin (1): buildhistory.bbclass: avoid exception for empty BUILDHISTORY_FEATURES variable Ricardo Ribalda (1): classes/image_types_wic: Reorder do_flush_pseudodb Ricardo Ribalda Delgado (1): oeqa: wic: Add tests for permissions and change-directory Richard Purdie (5): pseudo: Update to include passwd and file renaming fixes package: Ensure do_packagedata is cleaned correctly image_types: Ensure tar archives are reproducible qemu.inc: Should depend on qemu-system-native, not qemu-native opkg: Fix build reproducibility issue Sourabh Banerjee (1): layer.conf: fix sanity error for PATH variable in extensible SDK workflow Tomasz Dziendzielski (3): python3: Use addtask statement instead of task dependencies lib/oe/patch.py: Ignore scissors line on applying patch sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not found" KeyError Vyacheslav Yurkov (1): npm.bbclass: use python3 for npm config Wang Mingyu (1): ca-certificates: upgrade 20190110 -> 20200601 zhengruoqin (1): ca-certificates: upgrade 20200601 -> 20210119 meta/classes/buildhistory.bbclass | 2 +- meta/classes/cve-check.bbclass | 14 ++- meta/classes/image_types.bbclass | 2 +- meta/classes/image_types_wic.bbclass | 2 +- meta/classes/kernel.bbclass | 2 +- meta/classes/npm.bbclass | 6 +- meta/classes/package.bbclass | 59 ++++++++-- meta/classes/sanity.bbclass | 10 ++ meta/conf/bitbake.conf | 1 + meta/conf/layer.conf | 4 +- meta/conf/machine/include/qemu.inc | 2 +- meta/lib/oe/cve_check.py | 60 ++++++++++ meta/lib/oe/patch.py | 2 +- meta/lib/oe/sstatesig.py | 6 +- meta/lib/oeqa/selftest/cases/cve_check.py | 36 ++++++ meta/lib/oeqa/selftest/cases/prservice.py | 8 +- meta/lib/oeqa/selftest/cases/wic.py | 106 ++++++++++++++++++ .../openssl/openssl_1.1.1i.bb | 2 + ...onEntry-lis.patch => CVE-2020-35457.patch} | 0 meta/recipes-core/glib-2.0/glib-2.0_2.62.6.bb | 2 +- .../opkg/opkg/sourcedateepoch.patch | 25 +++++ meta/recipes-devtools/opkg/opkg_0.4.2.bb | 1 + meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +- meta/recipes-devtools/python/python3_3.8.2.bb | 5 +- .../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 ++-- .../0001-certdata2pem.py-use-python3.patch | 37 ------ ...0190110.bb => ca-certificates_20210119.bb} | 6 +- ...-O_NONBLOCK-setting-for-entropy-pipe.patch | 26 +++++ ...ialize-AES-key-before-setting-the-en.patch | 38 +++++++ ...ys-read-from-entropy-pipe-before-set.patch | 38 +++++++ .../rng-tools/rng-tools_6.9.bb | 3 + 33 files changed, 450 insertions(+), 93 deletions(-) create mode 100644 meta/lib/oe/cve_check.py create mode 100644 meta/lib/oeqa/selftest/cases/cve_check.py rename meta/recipes-core/glib-2.0/glib-2.0/{0001-goption-Add-a-precondition-to-avoid-GOptionEntry-lis.patch => CVE-2020-35457.patch} (100%) create mode 100644 meta/recipes-devtools/opkg/opkg/sourcedateepoch.patch delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0001-certdata2pem.py-use-python3.patch rename meta/recipes-support/ca-certificates/{ca-certificates_20190110.bb => ca-certificates_20210119.bb} (93%) create mode 100644 meta/recipes-support/rng-tools/rng-tools/0001-rngd_jitter-fix-O_NONBLOCK-setting-for-entropy-pipe.patch create mode 100644 meta/recipes-support/rng-tools/rng-tools/0002-rngd_jitter-initialize-AES-key-before-setting-the-en.patch create mode 100644 meta/recipes-support/rng-tools/rng-tools/0003-rngd_jitter-always-read-from-entropy-pipe-before-set.patch -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147792): https://lists.openembedded.org/g/openembedded-core/message/147792 Mute This Topic: https://lists.openembedded.org/mt/80477333/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
