[oe] [meta-perl][PATCH] meta-perl: Add libtext-diff-perl to fast ptest list

2023-10-13 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-perl/conf/include/ptest-packagelists-meta-perl.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc index e27981de7e..bb6796f812 100644 --- a/meta

[oe] [meta-python][PATCH v2] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Trevor Gamblin
Two introspection-related ptests are consistently failing. For now, disable them so that a clean ptest run is available. Signed-off-by: Trevor Gamblin --- v2 adds the missing python3-pytest-asyncio dependency needed for all non-skipped tests to pass. ...t_mock-skip-args-introspection-tests.patc

Re: [oe] [meta-networking][PATCH v3] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Beniamin Sandu
On Fri, 13 Oct 2023 at 18:19, Khem Raj wrote: > > fails to compile on x86 > https://errors.yoctoproject.org/Errors/Details/739887/ > Will have a look and fix it next week. > On Fri, Oct 13, 2023 at 7:15 AM Beniamin Sandu > wrote: > > > > * Includes security fix for CVE-2023-43615 - Buffer over

Re: [oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Trevor Gamblin
On 2023-10-13 14:08, Khem Raj wrote: Fails for me AssertionError: Failed ptests: {'python3-pytest-mock': ['tests/test_pytest_mock.py::test_detailed_introspection_async', 'tests/test_pytest_mock.py::test_plain_stopall', 'tests/test_pytest_mock.py::test_used_with_class_

Re: [oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Khem Raj
Fails for me AssertionError: Failed ptests: {'python3-pytest-mock': ['tests/test_pytest_mock.py::test_detailed_introspection_async', 'tests/test_pytest_mock.py::test_plain_stopall', 'tests/test_pytest_mock.py::test_used_with_class_scope', 'tests/test_pytest_mock.py::test

Re: [oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Khem Raj
On 10/13/23 10:30 AM, Trevor Gamblin wrote: On 2023-10-13 13:15, Khem Raj wrote: On Fri, Oct 13, 2023 at 10:08 AM Trevor Gamblin wrote: Two introspection-related ptests are consistently failing. For now, disable them so that a clean ptest run is available. For regular runs can we  move it o

Re: [oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Trevor Gamblin
On 2023-10-13 13:15, Khem Raj wrote: On Fri, Oct 13, 2023 at 10:08 AM Trevor Gamblin wrote: Two introspection-related ptests are consistently failing. For now, disable them so that a clean ptest run is available. For regular runs can we move it out of PTESTS_PROBLEMS_META_PYTHON into either

[oe] [meta-python][PATCH] meta-python: update ptests status for py-cpuinfo, pytest-mock

2023-10-13 Thread Trevor Gamblin
Move python3-py-cpuinfo and python3-pytest-mock into the FAST ptests list since their failing ptests are being disabled. Signed-off-by: Trevor Gamblin --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-pyth

Re: [oe] [meta-networking][PATCH v3] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Khem Raj
fails to compile on x86 https://errors.yoctoproject.org/Errors/Details/739887/ On Fri, Oct 13, 2023 at 7:15 AM Beniamin Sandu wrote: > > * Includes security fix for CVE-2023-43615 - Buffer overread in TLS stream > cipher suites > * Includes security fix for CVE-2023-45199 - Buffer overflow in TL

Re: [oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Khem Raj
On Fri, Oct 13, 2023 at 10:08 AM Trevor Gamblin wrote: > > Two introspection-related ptests are consistently failing. For now, > disable them so that a clean ptest run is available. > For regular runs can we move it out of PTESTS_PROBLEMS_META_PYTHON into either PTESTS_FAST_META_PYTHON or PTESTS_

Re: [oe] [meta-python][PATCH 3/4] python3-py-cpuinfo: disable broken ptests

2023-10-13 Thread Khem Raj
On Fri, Oct 13, 2023 at 10:08 AM Trevor Gamblin wrote: > > There are a handful of CLI-related ptests that consistently fail with an > apparent permissions issue, but making the > .../site-packages/cpuinfo/cpuinfo.py script executable does not seem to > fix the problem. Skip these tests for now, an

[oe] [meta-python][PATCH 4/4] python3-pytest-mock: disable broken ptests

2023-10-13 Thread Trevor Gamblin
Two introspection-related ptests are consistently failing. For now, disable them so that a clean ptest run is available. Signed-off-by: Trevor Gamblin --- ...t_mock-skip-args-introspection-tests.patch | 38 +++ .../python/python3-pytest-mock_3.11.1.bb | 1 + 2 files changed

[oe] [meta-python][PATCH 3/4] python3-py-cpuinfo: disable broken ptests

2023-10-13 Thread Trevor Gamblin
There are a handful of CLI-related ptests that consistently fail with an apparent permissions issue, but making the .../site-packages/cpuinfo/cpuinfo.py script executable does not seem to fix the problem. Skip these tests for now, and make sure that the right /usr/bin/env line is present in py-cpui

[oe] [meta-python][PATCH 2/4] python3-arrow: add from meta-patchtest

2023-10-13 Thread Trevor Gamblin
arrow is a module that aims to provide a more user-friendly approach to date and time in Python. It is required by git-pw which in turn is required by patchtest, so add a recipe for it. The version is updated 1.2.2 -> 1.3.0 from the meta-patchtest layer. Signed-off-by: Trevor Gamblin --- .../rec

[oe] [meta-python][PATCH 1/4] python-git-pw: add from meta-patchtest

2023-10-13 Thread Trevor Gamblin
git-pw is a tool for integrating Git with Patchwork instances. Add it to meta-python from meta-patchtest so that more workflows can take advantage of it. Signed-off-by: Trevor Gamblin --- .../python/python3-git-pw_2.5.0.bb| 20 +++ 1 file changed, 20 insertions(+) c

Re: [oe] [meta-perl][PATCH] libtext: add ptest

2023-10-13 Thread Khem Raj
it will be good to also make it part of PTESTS_FAST_META_PERL or PTESTS_SLOW_META_PERL in meta-perl/conf/include/ptest-packagelists-meta-perl.inc so we can run it as part of ptest image in CI On Fri, Oct 13, 2023 at 8:49 AM David Pierret wrote: > > Signed-off-by: David Pierret > Reviewed-by: Yo

[oe] [meta-perl][PATCH] libtext: add ptest

2023-10-13 Thread David Pierret
Signed-off-by: David Pierret Reviewed-by: Yoann Congal --- .../libtext/libtext-diff-perl/run-ptest | 19 +++ .../libtext/libtext-diff-perl_1.41.bb | 11 +-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 meta-perl/recipes-perl/libtext/

Re: [oe] [meta-networking][PATCH v3] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Mikko Rapeli
Hi, On Fri, Oct 13, 2023 at 03:07:19PM +0100, Beniamin Sandu wrote: > * Includes security fix for CVE-2023-43615 - Buffer overread in TLS stream > cipher suites > * Includes security fix for CVE-2023-45199 - Buffer overflow in TLS handshake > parsing with ECDH > * Includes aesce compilation fixe

Re: [oe] [meta-oe][PATCH] static-group-meta-oe : Fix nogroup value

2023-10-13 Thread Khem Raj
On Fri, Oct 13, 2023 at 7:02 AM Fabien Thomas wrote: > > nogroup value configured in static-group-meta-oe, used for > reproducible tests, was not consistent with value defined by > base-passwd in oe-core. Fix its value to 65534. > static-group-meta-networking also needed a similar fix. I had such

Re: [oe] [meta-networking][PATCH] layer.conf : Add meta-python dependency

2023-10-13 Thread Khem Raj
On Fri, Oct 13, 2023 at 7:25 AM Fabien Thomas wrote: > > If feature ad-dc is enable, recipe samba depends on python3-dnspython > which is in meta-python. I would suggest that we instead disable ac-dc packageconfig in samba by default if this is the only dependency. It might also make sense to rev

[oe] [meta-initramfs][PATCH] klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag.

2023-10-13 Thread Fabien Thomas
Following reproducible-builds.org recommendations, using compiler flags like -ffile-prefix-map or -fdebug-prefix-map allows replace build-time paths by install-time ones in the debugging sections of binaries. Variable DEBUG_PREFIX_MAP set these flags correctly in yocto build context to guarantee r

[oe] [meta-networking][PATCH] layer.conf : Add meta-python dependency

2023-10-13 Thread Fabien Thomas
If feature ad-dc is enable, recipe samba depends on python3-dnspython which is in meta-python. Signed-off-by: Fabien Thomas Reviewed-by: Yoann Congal --- meta-networking/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/conf/layer.conf b/meta-ne

Re: [oe] [meta-oe][PATCH 5/7] Add static-passwd and static-group files

2023-10-13 Thread Fabien Thomas
Thanks for your comments. I just sent a fix in that way. Regards, Fabien -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105472): https://lists.openembedded.org/g/openembedded-devel/message/105472 Mute This Topic: https://lists.openembedded.org/mt/

Re: [oe] [meta-filesystems][PATCH 1/7] Add static-passwd and static-group files

2023-10-13 Thread Fabien Thomas
On Thu, Oct 12, 2023 at 02:01 PM, Vyacheslav Yurkov wrote: > > Slava Hello, This work is intended to be carried out by yocto autobuilder several time a day, in reproducible-meta-oe selftest. If someone add a new user or group in a recipe and forget to update theses static-ids files : the repro

Re: [oe] [meta-networking][PATCH v2] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Beniamin Sandu
On Fri, 13 Oct 2023 at 14:20, Mikko Rapeli wrote: > > Hi, > > Adding CVE-2023-43615 to the commit message would be nice. Maybe > upstream omitted that on purpose if the issue was not public > when preparing the release. There are actually 2 CVEs mentioned in the release notes, but not in the chan

[oe] [meta-oe][PATCH] static-group-meta-oe : Fix nogroup value

2023-10-13 Thread Fabien Thomas
nogroup value configured in static-group-meta-oe, used for reproducible tests, was not consistent with value defined by base-passwd in oe-core. Fix its value to 65534. Signed-off-by: Fabien Thomas Reviewed-by: Yoann Congal Reported-by: Dan McGregor --- meta-oe/files/static-group-meta-oe | 3 ++

Re: [oe] [meta-networking][PATCH v2] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Mikko Rapeli
Hi, Adding CVE-2023-43615 to the commit message would be nice. Maybe upstream omitted that on purpose if the issue was not public when preparing the release. https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2023-10-1/ mentions that TLS with null cipher and R

Re: [oe] [meta-networking][PATCH] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Beniamin Sandu
On Fri, 13 Oct 2023, 11:59 Mikko Rapeli, wrote: > Hi, > > On Fri, Oct 13, 2023 at 10:16:44AM +0100, Beniamin Sandu wrote: > > Signed-off-by: Beniamin Sandu > > Would be nice to have some kind of change log entry here. For example that > this fixes https://nvd.nist.gov/vuln/detail/CVE-2023-43615

Re: [oe] [meta-networking][PATCH] mbedtls: upgrade 3.4.1 -> 3.5.0

2023-10-13 Thread Mikko Rapeli
Hi, On Fri, Oct 13, 2023 at 10:16:44AM +0100, Beniamin Sandu wrote: > Signed-off-by: Beniamin Sandu Would be nice to have some kind of change log entry here. For example that this fixes https://nvd.nist.gov/vuln/detail/CVE-2023-43615 and that there are some API behavior changes noted in ChangeLo

[oe] [meta-networking][mickledore][PATCH] mbedtls: upgrade 2.28.3 -> 2.28.5

2023-10-13 Thread Yi Zhao
This release includes security fix for CVE-2023-43615. Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.5 Signed-off-by: Yi Zhao --- .../mbedtls/{mbedtls_2.28.3.bb => mbedtls_2.28.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-network

[oe] [meta-networking][kirkstone][PATCH] mbedtls: upgrade 2.28.2 -> 2.28.5

2023-10-13 Thread Yi Zhao
This release includes security fix for CVE-2023-43615. Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.5 Signed-off-by: Yi Zhao --- .../mbedtls/{mbedtls_2.28.2.bb => mbedtls_2.28.5.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-network