[oe] [meta-networking][PATCH v3] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot ---

Re: [oe] [meta-networking][PATCH v2] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
On Wed, 2023-12-20 at 14:47 +, Ross Burton wrote: > On 20 Dec 2023, at 14:15, Thomas Perrot via lists.openembedded.org > wrote: > > > > +RDEPENDS:${PN}-nmtui += "${PN}-daemon > > ${@bb.utils.contains('PACKAGECONFIG','nmtui','libnewt','',d)}” > > My point still remains: it looks like nmtui

[oe] [meta-oe][PATCH] cpprest: upgrade 2.10.18 -> 2.10.19

2023-12-20 Thread Alper Ak
Changelog: * PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potentially return "true" for URLs that were not, in fact, local, and this could cause security issues if is_host_loopback was used in certain ways. * PR#1711 Fix

[oe] [meta-oe][PATCH] avro-c: upgrade 1.11.2 -> 1.11.3

2023-12-20 Thread Alper Ak
Changelog: * This is a minor release, specifically addressing known issues with the 1.11.2 release, but also contains version bumps and doc fixes. Signed-off-by: alperak --- .../recipes-support/avro/{avro-c_1.11.2.bb => avro-c_1.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe][meta-webserver][mickledore][PATCH 1/1] nginx: fix CVE-2023-44487

2023-12-20 Thread Meenali Gupta via lists.openembedded.org
From: Meenali Gupta The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023. Signed-off-by: Meenali Gupta --- .../nginx/files/CVE-2023-44487.patch

Re: [oe] [meta-oe][PATCH v2] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Khem Raj
On 12/20/23 12:55 PM, Alex Kiernan wrote: Signed-off-by: Alex Kiernan --- Changes in v2: - Use relative path to arestest .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- 2 files changed, 21 insertions(+), 5

Re: [oe] [meta-oe][PATCH] c-ares: Upgrade 1.22.1 -> 1.24.0

2023-12-20 Thread Khem Raj
On Tue, 19 Dec 2023 13:41:01 +, Alex Kiernan wrote: > Use PACKAGE_BEFORE_PN which is designed to introduce packages before the > final greedy ${PN}. > > Changes 1.24.0: > > Brad House (28): > Nameserver parsing: replace another hand-written parser (#643) > clang-format >

Re: [oe] [meta-oe][PATCH] layer.conf: add libbpf to NON_MULTILIB_RECIPES

2023-12-20 Thread Khem Raj
On Tue, 19 Dec 2023 11:36:11 +0800, Xiangyu Chen wrote: > libbpf need line up with kernel architecture type, > so add it to NON_MULTILIB_RECIPES. > > Applied, thanks! [1/1] layer.conf: add libbpf to NON_MULTILIB_RECIPES commit: 14c07e1b45290e68fe72516feb94d307a50d89e7 Best regards, --

Re: [oe] [meta-oe][PATCH] faad2: Upgrade 2.10.0 -> 2.11.1

2023-12-20 Thread Khem Raj
On Tue, 19 Dec 2023 00:19:01 +0100, Marek Vasut wrote: > Update faad2 to latest 2.11.1 release. Use SRCREV matching tag 2.11.1 . > > Switch to cmake . > > Applied, thanks! [1/1] faad2: Upgrade 2.10.0 -> 2.11.1 commit: 1867ce60e2e8823ea9d4d20723b3fac6b8ae2c89 Best regards, -- Khem Raj

Re: [oe] [PATCH 20/20] nodejs: backport (partially) python 3.12 support

2023-12-20 Thread Khem Raj
I fixed it with https://github.com/YoeDistro/yoe-distro/pull/882/commits/359ac8dbaef7e531143b9ad48e1a7d8824efa6f6 On Wed, Dec 20, 2023 at 12:45 PM Alexander Kanavin wrote: > > | npm ERR! ModuleNotFoundError: No module named 'packaging' > > Looks like python3-packaging needs to be in RDEPENDS as

[oe] [meta-python][PATCH] python3-apiflask: update to version 2.1.0

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-apiflask_2.0.2.bb => python3-apiflask_2.1.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-apiflask_2.0.2.bb => python3-apiflask_2.1.0.bb} (83%) diff --git

[oe] [meta-python][PATCH] python3-xmlschema: update to version 2.5.1

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-xmlschema_2.3.1.bb => python3-xmlschema_2.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_2.3.1.bb => python3-xmlschema_2.5.1.bb} (84%) diff --git

[oe] [meta-python][PATCH] python3-sentry-sdk: update to version 1.39.1

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- ...ython3-sentry-sdk_1.39.0.bb => python3-sentry-sdk_1.39.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.39.0.bb => python3-sentry-sdk_1.39.1.bb} (86%) diff --git

[oe] [meta-python][PATCH] python3-cantools: update to version 39.4.0

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- ...{python3-cantools_39.3.0.bb => python3-cantools_39.4.0.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_39.3.0.bb => python3-cantools_39.4.0.bb} (78%) diff --git

[oe] [meta-python][PATCH] python3-lazy-object-proxy: update to version 1.10.0

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- ...bject-proxy_1.9.0.bb => python3-lazy-object-proxy_1.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lazy-object-proxy_1.9.0.bb => python3-lazy-object-proxy_1.10.0.bb} (79%) diff --git

[oe] [meta-python][PATCH] python3-protobuf: update to version 4.25.1

2023-12-20 Thread Derek Straka
Remove patch 0001-message.c-Cast-uintptr_t-types-to-upb_MessageDef.patch that was incorporated upstream and released in 4.25.1 Signed-off-by: Derek Straka --- ...st-uintptr_t-types-to-upb_MessageDef.patch | 57 --- ...f_4.24.4.bb => python3-protobuf_4.25.1.bb} | 3 +- 2 files

[oe] [meta-python][PATCH] python3-isort: update to version 5.13.2

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python3-isort_5.13.1.bb => python3-isort_5.13.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-isort_5.13.1.bb => python3-isort_5.13.2.bb} (85%) diff --git

[oe] [meta-python][PATCH] python3-wtforms: update to version 3.1.1

2023-12-20 Thread Derek Straka
Updated the license file and verified terms remained the same Signed-off-by: Derek Straka --- ...{python3-wtforms_3.0.1.bb => python3-wtforms_3.1.1.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-python/recipes-devtools/python/{python3-wtforms_3.0.1.bb =>

[oe] [meta-python][PATCH] python3-zeroconf: update to version 0.131.0

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- ...{python3-zeroconf_0.130.0.bb => python3-zeroconf_0.131.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-zeroconf_0.130.0.bb => python3-zeroconf_0.131.0.bb} (82%) diff --git

[oe] [meta-python][PATCH] python3-paramiko: update to version 3.4.0

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-paramiko_3.3.1.bb => python3-paramiko_3.4.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-paramiko_3.3.1.bb => python3-paramiko_3.4.0.bb} (82%) diff --git

[oe] [meta-python][PATCH] python3-pdm: update to version 2.11.1

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../python/{python3-pdm_2.10.4.bb => python3-pdm_2.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pdm_2.10.4.bb => python3-pdm_2.11.1.bb} (81%) diff --git

[oe] [meta-python][PATCH] python3-coverage: update to version 7.3.4

2023-12-20 Thread Derek Straka
Signed-off-by: Derek Straka --- .../{python3-coverage_7.3.3.bb => python3-coverage_7.3.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-coverage_7.3.3.bb => python3-coverage_7.3.4.bb} (83%) diff --git

[oe] [meta-python][PATCH] python3-ninja: update to version 1.11.1.1

2023-12-20 Thread Derek Straka
Changelog fix(wheels): link libstdc++ statically on manylinux1 by @mayeut in #159 chore(wheels): link libstdc++/libgcc statically on musllinux by @mayeut in #160 chore: add Windows ARM support by @henryiii in #169 chore: continue testing with python 2.7 by @mayeut in #199 chore: move to

Re: [oe] [PATCH 1/2] lemon: upgrade to 3.44.2

2023-12-20 Thread Khem Raj
On Wed, Dec 20, 2023 at 2:00 PM Martin Jansa wrote: > > > > On Wed, Dec 20, 2023 at 10:42 PM Khem Raj wrote: >> >> On Wed, Dec 20, 2023 at 7:53 AM Ross Burton wrote: >> > >> > From: Ross Burton >> > >> > Lemon is packaged as part of sqlite, and sqlite 3.7.3 was released back >> > in 2010[1].

Re: [oe] [PATCH 1/2] lemon: upgrade to 3.44.2

2023-12-20 Thread Martin Jansa
On Wed, Dec 20, 2023 at 10:42 PM Khem Raj wrote: > On Wed, Dec 20, 2023 at 7:53 AM Ross Burton wrote: > > > > From: Ross Burton > > > > Lemon is packaged as part of sqlite, and sqlite 3.7.3 was released back > > in 2010[1]. > > > > As the small source tarballs no longer include the tools,

[oe] [meta-python][PATCH] python3-pymisp: update to verion 2.4.182

2023-12-20 Thread Derek Straka
Leverage pypi rather than git for the source download Signed-off-by: Derek Straka --- ...{python3-pymisp_2.4.179.bb => python3-pymisp_2.4.182.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.179.bb =>

Re: [oe] [PATCH 1/2] lemon: upgrade to 3.44.2

2023-12-20 Thread Khem Raj
On Wed, Dec 20, 2023 at 7:53 AM Ross Burton wrote: > > From: Ross Burton > > Lemon is packaged as part of sqlite, and sqlite 3.7.3 was released back > in 2010[1]. > > As the small source tarballs no longer include the tools, fetch the > sqlite github mirror instead. > > Don't bother installing a

[oe] [meta-python][PATCH] python3-alembic: update to version 1.13.1

2023-12-20 Thread Derek Straka
Misc bug fixes for typing, versioning, and environment. See https://alembic.sqlalchemy.org/en/latest/changelog.html Signed-off-by: Derek Straka --- .../{python3-alembic_1.13.0.bb => python3-alembic_1.13.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH] python3-astroid: update to version 3.0.2

2023-12-20 Thread Derek Straka
Changelog * Avoid duplicate inference results for some uses of typing.X constructs like Tuple[Optional[int], ...]. This was causing pylint to occasionally omit messages like deprecated-typing-alias. Closes pylint-dev/pylint#9220 Signed-off-by: Derek Straka --- .../{python3-astroid_3.0.1.bb

[oe] [meta-oe][PATCH v2] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v2: - Use relative path to arestest .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644

Re: [oe] [PATCH 20/20] nodejs: backport (partially) python 3.12 support

2023-12-20 Thread Alexander Kanavin
| npm ERR! ModuleNotFoundError: No module named 'packaging' Looks like python3-packaging needs to be in RDEPENDS as well, I'll make a fix (or you can quickly try to see if it resolves the error). Alex On Wed, 20 Dec 2023 at 20:12, Khem Raj wrote: > > this is regressing some dependent recipe

Re: [oe] [meta-oe][PATCH] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
On Wed, Dec 20, 2023 at 8:40 PM Khem Raj wrote: > > On Wed, Dec 20, 2023 at 12:08 PM Alex Kiernan wrote: > > > > Signed-off-by: Alex Kiernan > > --- > > > > .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ > > .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- >

[oe] [meta-oe][PATCH] thin-provisioning-tools: Upgrade 1.0.4 -> 1.0.9

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../thin-provisioning-tools-crates.inc| 318 -- .../thin-provisioning-tools-git-crates.inc| 4 - 4.bb => thin-provisioning-tools_1.0.9.bb} | 2 +- 3 files changed, 139 insertions(+), 185 deletions(-) rename

Re: [oe] [meta-oe][PATCH] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Khem Raj
On Wed, Dec 20, 2023 at 12:08 PM Alex Kiernan wrote: > > Signed-off-by: Alex Kiernan > --- > > .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ > .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- > 2 files changed, 21 insertions(+), 5 deletions(-) > create mode

[oe] [meta-oe][PATCH] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 meta-oe/recipes-support/c-ares/c-ares/run-ptest diff --git

Re: [oe] [PATCH 20/20] nodejs: backport (partially) python 3.12 support

2023-12-20 Thread Khem Raj
this is regressing some dependent recipe e.g. simpleiot which depends on gyp from nodejs-native https://github.com/YoeDistro/yoe-distro/actions/runs/7258317572/job/19834510249?pr=882 On Thu, Dec 14, 2023 at 11:53 PM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- >

[oe] [PATCH 1/2] lemon: upgrade to 3.44.2

2023-12-20 Thread Ross Burton
From: Ross Burton Lemon is packaged as part of sqlite, and sqlite 3.7.3 was released back in 2010[1]. As the small source tarballs no longer include the tools, fetch the sqlite github mirror instead. Don't bother installing a pretty minimal manpage, as very few projects use lemon (sqlite

[oe] [PATCH 2/2] php: remove lemon-native build dependency

2023-12-20 Thread Ross Burton
From: Ross Burton This was required by the sqlite2 extension, which was removed from PHP in 2010[1]. [1] https://github.com/php/php-src/commit/6c76f3606cddeb010cf1fc5ea28b47456ea9639e Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/php/php_8.2.9.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-networking][PATCH] open-vm-toos: upgrade 12.1.5 -> 12.3.5

2023-12-20 Thread Khem Raj
This fails to build for x86 with clang see https://errors.yoctoproject.org/Errors/Details/748198/ On Thu, Dec 14, 2023 at 5:35 PM Yi Zhao wrote: > > Release Notes: > https://github.com/vmware/open-vm-tools/blob/stable-12.3.5/ReleaseNotes.md > ChangeLog: >

[oe] [meta-networking][PATCH] mdns: Upgrade 2200.40.37.0.1 -> 2200.60.25.0.4

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} (99%) diff --git

Re: [oe] [meta-networking][PATCH v2] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Ross Burton
On 20 Dec 2023, at 14:15, Thomas Perrot via lists.openembedded.org wrote: > > +RDEPENDS:${PN}-nmtui += "${PN}-daemon > ${@bb.utils.contains('PACKAGECONFIG','nmtui','libnewt','',d)}” My point still remains: it looks like nmtui links to libnewt directly and doesn’t dlopen, so why is this

[oe] [meta-oe][nanbield][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- v2: fix branch again, now it has "poco-" prefix

[oe] [meta-oe][mickledore][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. Signed-off-by: Alexandre Belloni Signed-off-by: Martin Jansa --- v2: fix branch again, now it has "poco-" prefix

[oe] [meta-oe][langdale][PATCHv2] poco: fix branch

2023-12-20 Thread Martin Jansa
From: Alexandre Belloni The current SRCREV is not on any branch anymore, switch to the 1.12.4 branch HEAD which is similar and the only change is irrelevant. The SRCREV is still referenced from the tag so we could use nobranch here: github/poco $ git tag --contains

[oe] [meta-networking][PATCH v2] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot ---

Re: [oe] [meta-networking][PATCH] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
Hello, On Wed, 2023-12-20 at 12:35 +, Ross Burton wrote: > Can you say “PACKAGECONFIG”, as pkgconfig is something else entirely. > > > +PACKAGECONFIG[nmtui] = "-Dnmtui=true,- > > Dnmtui=false,libnewt,libnewt” > > Doesn’t the shared library dependency happy automatically?  This puts > the

Re: [oe] [meta-networking][PATCH] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Ross Burton
Can you say “PACKAGECONFIG”, as pkgconfig is something else entirely. > +PACKAGECONFIG[nmtui] = "-Dnmtui=true,-Dnmtui=false,libnewt,libnewt” Doesn’t the shared library dependency happy automatically? This puts the RDEPENDS on networkmanager, which isn’t the package containing nmtui. Ross

[oe] [meta-networking][PATCH] networkmanager: fix some missing pkgconfig

2023-12-20 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot - to build and package nmtui - to automatically append networkmanager-adsl and networkmanager-wwan in recommended packages. - to fix an invalid-packageconfig QA issue that is raised when adsl and wwan are added in pkgconfig. Signed-off-by: Thomas Perrot ---

[oe] [meta-oe][kirkstone][PATCH v3 4/4] libssh: upgrade 0.10.4 -> 0.10.5

2023-12-20 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Changelog: https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.5 * Generate cases list dynamically in run-ptest. * Install missing file to fix ptest failure. Signed-off-by: Yi Zhao Ref:

[oe] [meta-oe][kirkstone][PATCH v3 3/4] libssh: Fix build with clang16

2023-12-20 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Signed-off-by: Khem Raj Ref: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/nanbield-nut=9323b287ef588f41c13f3520de85eb198f6eaf83 Signed-off-by: Vijay Anusuri --- ...prototype-of-des3_encrypt-des3_decry.patch | 46 +++

[oe] [meta-oe][kirkstone][PATCH v3 2/4] libssh: add ptest

2023-12-20 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Results: $ ptest-runner libssh START: ptest-runner 2023-03-16T02:56 BEGIN: /usr/lib/libssh/ptest PASS: torture_bind_config PASS: torture_buffer PASS: torture_bytearray PASS: torture_callbacks PASS: torture_channel PASS: torture_config PASS: torture_crypto PASS: torture_hashes

[oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2023-12-20 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri ChangeLog: https://git.libssh.org/projects/libssh.git/tree/CHANGELOG?h=libssh-0.10.4 Drop CVE-2020-16135.patch Ref: https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/nanbield-nut=4b7e4341327e867208bfc3d8ba1954af66641e60 Signed-off-by: Vijay Anusuri