[oe] [meta-python][PATCH 3/4] python3-execnet: Add ptests

2021-06-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../python/python3-execnet/run-ptest | 3 +++ .../python/python3-execnet_1.9.0.bb | 15 --- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-execnet/run-ptest dif

[oe] [meta-python][PATCH 2/4] python3-aspectlib: Add ptests

2021-06-22 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ve-tornado-6-test-constraint.-Ref-15.patch | 45 +++ .../python/python3-aspectlib/run-ptest| 3 ++ .../python/python3-aspectlib_1.5.2.bb | 16 ++- 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 meta-python/

[oe] [meta-python][PATCH 4/4] python3-py-cpuinfo: Add ptests

2021-06-22 Thread Khem Raj
Add missing dependency on python3-io for cStringIO Remove comment about missing modules since _winreg is windows specific and cStringIO is addressed Signed-off-by: Khem Raj --- .../python/python3-py-cpuinfo/run-ptest | 3 +++ .../python/python3-py-cpuinfo_8.0.0.bb| 21

[oe] [meta-python][PATCH 1/4] python3-process-tests: Add recipe

2021-06-22 Thread Khem Raj
Needed by ptests of other modules Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-process-tests_2.1.2.bb | 15 +++ 2 files changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-proce

Re: [oe] [PATCH] cve-check: Add allowlist that is same function of whitelist.

2021-06-22 Thread ito-yui...@fujitsu.com
Hi Khem, Sorry, I mistook send mailing list, and thank you for your advice. > -Original Message- > From: Khem Raj > Sent: Wednesday, June 23, 2021 1:35 AM > To: Ito, Yuichi/伊藤 有一 ; > openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH] cve-check: Add allowlist that is sa

[oe] [meta-python][PATCH 2/2] packagegroup-meta-python: Add newly added recipes

2021-06-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 9f3d4825

[oe] [meta-python][PATCH 1/2] meta-python: Add python3-fastjsonschema and its dependencies

2021-06-22 Thread Khem Raj
python3-fastjsonschema claims to be fastest Python implementation of JSON schema it however needs additional packages which are also added here, since they are all dependent, its added in single commit so backporting is simpler Signed-off-by: Khem Raj --- .../python/python3-aspectlib_1.5.2.bb

[oe] [PATCH] wireguard-module: Stop overriding modules_install in the recipe

2021-06-22 Thread Daiane Angolini
Configure the recipe to use the module_install function from the module source code and remove the overriden modules_install function from the recipe. Using the default modules_install (instead of the function defined in the recipe file) the module is signed when DISTRO_FEATURE contains modsign.

Re: [oe] [PATCH] cve-check: Add allowlist that is same function of whitelist.

2021-06-22 Thread Khem Raj
Thanks for the patch, you need to send to oe-core mailing list since this class is part of core metadata. On 6/22/21 1:29 AM, ito-yui...@fujitsu.com wrote: The Linux team plan to removed references to racially-charged jargon from their code for more neutral and inclusive language. So replace us

[oe] [meta-python][PATCH] python3-django: upgrade 2.2.23 -> 2.2.24

2021-06-22 Thread Trevor Gamblin
Version 2.2.24 contains a fix for CVE-2021-33571 and is the latest LTS release. Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-django_2.2.23.bb | 9 - .../recipes-devtools/python/python3-django_2.2.24.bb | 9 + 2 files changed, 9 insertions(+), 9 de

[oe] [PATCH] cve-check: Add allowlist that is same function of whitelist.

2021-06-22 Thread ito-yui...@fujitsu.com
The Linux team plan to removed references to racially-charged jargon from their code for more neutral and inclusive language. So replace use of "whitelist" with "allowlist" in cve-check. First, we add CVE_CHECK_ALLOWLIST and it is considered patched as well as CVE_CHECK_WHITELIST. We plan to repla