[oe] [meta-openembedded][kirkstone][PATCH 1/1] openvpn: fix multiple CVEs

2024-06-20 Thread Meenali Gupta via lists.openembedded.org
From: Meenali Gupta CVE-2024-24974: Previously, the VPN tool’s Windows implementation allowed remote access to its service pipe, posing a security risk. Using compromised credentials, a threat actor could communicate with OpenVPN to orchestrate attacks. CVE-2024-27903: OpenVPN has mitigated the

[oe] [meta-networking][PATCH 1/2] libldb: upgrade 2.8.0 -> 2.8.1

2024-06-20 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../recipes-support/libldb/{libldb_2.8.0.bb => libldb_2.8.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/libldb/{libldb_2.8.0.bb => libldb_2.8.1.bb} (97%) diff --git a/meta-networking/recipes-support/libldb/libldb_2

[oe] [meta-networking][PATCH 2/2] samba: upgrade 4.19.6 -> 4.19.7

2024-06-20 Thread Yi Zhao
ChangeLog: https://www.samba.org/samba/history/samba-4.19.7.html Signed-off-by: Yi Zhao --- .../samba/{samba_4.19.6.bb => samba_4.19.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/samba/{samba_4.19.6.bb => samba_4.19.7.b

Re: [oe] [meta-oe][PATCH] bpftool: Add missing dep on elfutils-native

2024-06-20 Thread Khem Raj
can you try changing it to HOSTCC="'${BUILD_CC} ${BUILD_CFLAGS}'" On Thu, Jun 20, 2024 at 12:06 AM chenheyun via lists.openembedded.org wrote: > > hi, > this patch may be have some problem。 > bitbake bpftool: > chy@ubuntu:/home/sam/work/qemu-buildsystem/buildsystem3.0/build/qemuarm64/tmp/wor

[oe] [PATCH 0/1] imagemagick: Update status for CVE

2024-06-20 Thread Ninette Adhikari
Update status for: CVE-2016-7532, CVE-2014-9822, CVE-2014-9823, CVE-2014-9824, CVE-2014-9825, CVE-2014-9826, CVE-2014-9827, CVE-2014-9828, CVE-2014-9829, CVE-2014-9830, CVE-2014-9831, CVE-2014-9848, CVE-2014-9852, CVE-2014-9853, CVE-2014-9854, CVE-2014-9907, CVE-2016-10062, CVE-2016-10144, CVE-2

[oe] [PATCH 1/1] imagemagick: Update status for CVE

2024-06-20 Thread Ninette Adhikari
Update status for: CVE-2016-7532, CVE-2014-9822, CVE-2014-9823, CVE-2014-9824, CVE-2014-9825, CVE-2014-9826, CVE-2014-9827, CVE-2014-9828, CVE-2014-9829, CVE-2014-9830, CVE-2014-9831, CVE-2014-9848, CVE-2014-9852, CVE-2014-9853, CVE-2014-9854, CVE-2014-9907, CVE-2016-10062, CVE-2016-10144, CVE-2

[oe] [meta-python][PATCH 2/2] python3-grpcio-channelz: new recipe

2024-06-20 Thread Jan Luebbe
gRPC channelz is used to expose runtime statistics for administration and debugging purposes. Signed-off-by: Jan Luebbe --- .../python/python3-grpcio-channelz_1.62.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-gr

[oe] [meta-python][PATCH 1/2] python3-grpcio-reflection: new recipe

2024-06-20 Thread Jan Luebbe
gRPC reflection allows tools like grpcurl and postman to use a service without having the respective .proto files. Signed-off-by: Jan Luebbe --- .../python/python3-grpcio-reflection_1.62.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devto

Re: [oe] [meta-python] [PATCH 26/43] python3-pyyaml-include: upgrade 1.3.2 -> 2.1

2024-06-20 Thread Khem Raj
This seems to be failing ptests. bitbake meta-python-image-ptest-python3-pyyaml-include should show the problem. On Tue, Jun 11, 2024 at 7:59 PM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > > - Remove custom PyYAML types definition module, use tha

Re: [oe] [meta-python][PATCH 2/4] python3-requests-file: Upgrade 1.5.1 -> 2.1.0

2024-06-20 Thread Tim Orling
On Thu, Jun 20, 2024 at 7:01 AM Tim Orling wrote: > This should also be updated to inherit python_setuptools_build_meta per > > https://github.com/dashea/requests-file/blob/ce642a115d0cc7ee2d2cda614ce9b2a0bbebe562/pyproject.toml#L3 >

Re: [oe] [meta-python][PATCH 2/4] python3-requests-file: Upgrade 1.5.1 -> 2.1.0

2024-06-20 Thread Tim Orling
This should also be updated to inherit python_setuptools_build_meta per https://github.com/dashea/requests-file/blob/ce642a115d0cc7ee2d2cda614ce9b2a0bbebe562/pyproject.toml#L3 On Thu, Jun 20, 2024 at 6:53 AM Leon Anavi via lists.openembedded.org wrote: > Upgrade to release 2.1.0: > > - Correct

[oe] [meta-python][PATCH 4/4] python3-hexbytes: Upgrade 1.2.0 -> 1.2.1

2024-06-20 Thread Leon Anavi
Upgrade to release 1.2.1: - Update docs structure, adding Contribution and Code of Conduct sections - Drop ``bumpversion`` for ``bump-my-version`` and add ``make package-test`` to build and test the package before pushing to pypi. Signed-off-by: Leon Anavi --- ...ython3-hexbytes_1.2.0.bb

[oe] [meta-python][PATCH 3/4] python3-filelock: Upgrade 3.14.0 -> 3.15.3

2024-06-20 Thread Leon Anavi
Upgrade to version 3.15.3: - Add test for virtualenv stability - Fix TypeError: _CountedFileLock.__init__() got an unexpected keyword argument 'timeout' Signed-off-by: Leon Anavi --- ...hon3-filelock_3.14.0.bb => python3-filelock_3.15.3.bb} | 8 +++- 1 file changed, 7 insertions(+), 1 del

[oe] [meta-python][PATCH 1/4] python3-eth-utils: Upgrade 3.0.0 -> 4.1.1

2024-06-20 Thread Leon Anavi
Upgrade to version 4.1.1: - Web3.is_address now returns True for non-checksummed addresses. - Upgrades from the template with support for Python 3.12 and linting with blocklint. - Remove cached_property dependency, as it was only for <=py37 - Update networks for latest changes and testnets. Sig

[oe] [meta-python][PATCH 2/4] python3-requests-file: Upgrade 1.5.1 -> 2.1.0

2024-06-20 Thread Leon Anavi
Upgrade to release 2.1.0: - Correct a typo in requests_file.py - Remove dependency on six - Move metadata to pyproject.toml - Correct homepage link in pyproject.toml - Fix black formatting - Set the request property in the returned Response object Signed-off-by: Leon Anavi --- ...ests-file_1.5.

Re: [oe] [meta-oe][PATCH] bpftool: Add missing dep on elfutils-native

2024-06-20 Thread chenheyun
hi, this patch may be have some problem。 bitbake bpftool: chy@ubuntu:/home/sam/work/qemu-buildsystem/buildsystem3.0/build/qemuarm64/tmp/work-shared/qemuarm64/kernel-source/tools/bpf/bpftool$ make -C /home/sam/work/qemu-buildsystem/buildsystem3.0/buildsystem/source/kernel/linux-6.1.83/tools/lib/bp