Re: [oe] [meta-networking][PATCH 2/3] spice: Set meson version based on PV

2023-11-29 Thread Markus Volk
On Wed, Nov 29 2023 at 04:52:21 PM -08:00:00, Khem Raj wrote: I would agree, this is better. indeed -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107169): https://lists.openembedded.org/g/openembedded-devel/message/107169 Mute This Topic:

[oe] [meta-networking][PATCHv2 1/3] libcacard: set meson version based on PV

2023-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- ...n.build-set-hardcoded-version-string.patch | 34 --- .../recipes-support/spice/libcacard_2.8.1.bb | 9 ++--- 2 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644

[oe] [meta-networking][PATCHv2 3/3] spice-gtk: Set meson version based on PV

2023-11-29 Thread Markus Volk
This fixes build for gnome-boxes Signed-off-by: Markus Volk --- meta-networking/recipes-support/spice/spice-gtk_0.42.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.42.bb b/meta-networking/recipes-support/spice/spice-gtk_0.42.bb

[oe] [meta-networking][PATCHv2 2/3] spice: Set meson version based on PV

2023-11-29 Thread Markus Volk
This fixes: | Dependency spice-server found: NO found UNKNOWN but need: '>=0.14.0' | Run-time dependency spice-server found: NO | | ../qemu-8.1.2/meson.build:1038:10: ERROR: Dependency lookup for spice-server with method 'pkgconfig' failed: Invalid version, need 'spice-server' ['>=0.14.0'] found

Re: [oe] [meta-oe][master][PATCH] sdbus-c++: Update ptest path

2023-11-29 Thread Khem Raj
why do we need this change ? I am seeing it copying tests to ptest folder but the real test is already installed under tests folder and run-ptest script runs that test not the one copied by this patch. On Tue, Nov 21, 2023 at 5:29 AM Poonam Jadhav wrote: > > From: Poonam Jadhav > > Update ptest

[oe] [meta-oe][PATCH 1/2] tbb: upgrade 2021.9.0 -> 2021.11.0

2023-11-29 Thread Naveen Saini
riscv arch support enabled in this release, so patching for riscv* not required anymore. Drop patch. Release note: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 Signed-off-by: Naveen Saini --- ...akeLists.txt-exclude-riscv64-riscv32.patch | 35 ---

[oe] [meta-oe][PATCH 2/2] tbb: enable NUMA/Hybrid CPU support

2023-11-29 Thread Naveen Saini
oneTBB relies on HWLOC* to identify the underlying topology of the system to optimize thread scheduling and memory allocation. Ref: https://oneapi-src.github.io/oneTBB/GSG/next_steps.html#hybrid-cpu-and-numa-support Signed-off-by: Naveen Saini --- cmake-remove-cross-compiation-check.patch

[oe] [meta-networking][dunfell][PATCH] samba: fix CVE-2023-42669 denial of service

2023-11-29 Thread Hitendra Prajapati via lists.openembedded.org
Upstream-Status: Backport from https://www.samba.org/samba/ftp/patches/security/samba-4.17.12-security-2023-10-10.patch Signed-off-by: Hitendra Prajapati --- .../samba/samba/CVE-2023-42669.patch | 93 +++ .../samba/samba_4.10.18.bb| 1 + 2 files

[oe] [meta-oe][kirkstone][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][master][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe][meta-networking][PATCH 4/6] squid: move configs to sub package

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Move the config files to a separate squid-conf package. This allows shipping new configs via a custom conf package. Signed-off-by: Patrick Wicki --- meta-networking/recipes-daemons/squid/squid_6.5.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[oe][meta-networking][PATCH 6/6] squid: add systemd service

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Integrate the upstream unit file into the recipe. Signed-off-by: Patrick Wicki --- meta-networking/recipes-daemons/squid/squid_6.5.bb | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/squid/squid_6.5.bb

[oe][meta-networking][PATCH 5/6] squid: add url-rewrite-helpers packageconfig

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Signed-off-by: Patrick Wicki --- meta-networking/recipes-daemons/squid/squid_6.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/squid/squid_6.5.bb b/meta-networking/recipes-daemons/squid/squid_6.5.bb index

[oe][meta-networking][PATCH 2/6] squid: add nm dispatcher reload hook

2023-11-29 Thread patrick . wicki
From: Patrick Wicki This enables the networkmanager dispatcher to reload squid automatically on network changes. This idea is from the Fedora package where they do the same: https://src.fedoraproject.org/rpms/squid/blob/rawhide/f/squid.spec#_207 Signed-off-by: Patrick Wicki ---

[oe][meta-networking][PATCH 3/6] squid: add auth packageconfig

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Introduce PACKAGECONFIG[auth] and pin the dependencies to it. This allows building squid without authentication support and all its related dependencies. Signed-off-by: Patrick Wicki --- meta-networking/recipes-daemons/squid/squid_6.5.bb | 11 +++ 1 file changed, 7

[oe][meta-networking][PATCH 1/6] squid: update from v5.7 to v6.5

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Refresh patches and clean up ones that are no longer needed: * dlopen test was removed in b65d2165c5c250242764ed7cdac4540fba813dec * libxml2 variables were removed in 866a092dad01e58986a6e9ecb84ac89037a63e9a * squid-conf-tests no longer run at build time since

[oe][meta-networking][PATCH 0/6] Update and improve squid

2023-11-29 Thread patrick . wicki
From: Patrick Wicki Update to the latest upstream version and clean up / refresh patches. While at it, I made the package more configurable. A lot of dependencies are only relevant for authentication. We actually even remove the perl RDEPENDS downstream along with disabling auth and things seem

[oe] [meta-oe][PATCH] /ptest-packagelists-meta-oe.inc: Move poco to slow tests

2023-11-29 Thread Khem Raj
poco ptests take 7+ minutes on a kvm accelerated build system so it should actually be part of slow test list Signed-off-by: Khem Raj --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-networking][PATCH 2/3] spice: Set meson version based on PV

2023-11-29 Thread Khem Raj
On Wed, Nov 29, 2023 at 12:26 PM Ross Burton wrote: > > On 29 Nov 2023, at 19:42, Markus Volk via lists.openembedded.org > wrote: > > + project('spice', 'c', 'cpp', > > +-version : run_command('build-aux/git-version-gen', > > meson.source_root() + '/.tarball-version', check :

Re: [oe] [meta-networking][PATCH 2/3] spice: Set meson version based on PV

2023-11-29 Thread Ross Burton
On 29 Nov 2023, at 19:42, Markus Volk via lists.openembedded.org wrote: > + project('spice', 'c', 'cpp', > +-version : run_command('build-aux/git-version-gen', > meson.source_root() + '/.tarball-version', check : true).stdout().strip(), > ++version : '@version@',

[oe] [meta-networking][PATCH] spice-gtk: Set meson version based on PV

2023-11-29 Thread Markus Volk
This fixes build for gnome-boxes Signed-off-by: Markus Volk --- ...n.build-set-hardcoded-version-string.patch | 26 +++ .../recipes-support/spice/spice-gtk_0.42.bb | 9 ++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH 1/3] libcacard: set meson version based on PV

2023-11-29 Thread Markus Volk
Signed-off-by: Markus Volk --- .../0001-meson.build-set-hardcoded-version-string.patch | 2 +- meta-networking/recipes-support/spice/libcacard_2.8.1.bb | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 2/3] spice: Set meson version based on PV

2023-11-29 Thread Markus Volk
This fixes: | Dependency spice-server found: NO found UNKNOWN but need: '>=0.14.0' | Run-time dependency spice-server found: NO | | ../qemu-8.1.2/meson.build:1038:10: ERROR: Dependency lookup for spice-server with method 'pkgconfig' failed: Invalid version, need 'spice-server' ['>=0.14.0'] found

[oe][meta-webserver][dunfell][PATCH V2] apache2: Backport fix for CVE-2023-45802

2023-11-29 Thread Ashish Sharma via lists.openembedded.org
Upstream-Status: Backport from [https://github.com/apache/httpd/commit/decce82a706abd78dfc32821a03ad93841d7758a] CVE: CVE-2023-45802 Signed-off-by: Ashish Sharma --- .../apache2/apache2/CVE-2023-45802.patch | 141 ++ .../recipes-httpd/apache2/apache2_2.4.57.bb | 1 + 2

[oe] [meta-oe][PATCH] apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622

2023-11-29 Thread Dylan Turner
Note that patch 0011-modules-mappers-config9.m4-Add-server... is no longer needed as it's included within the upgrade as well. CVE: CVE-2023-43622 Signed-off-by: Dylan Turner --- ...config9.m4-Add-server-directory-to-i.patch | 31 --- .../{apache2_2.4.57.bb =>

Re: [oe] kirkstone merge request: Nove 29th

2023-11-29 Thread Yoann Congal
Le mer. 29 nov. 2023 à 17:02, Khem Raj a écrit : > merged thanks Armin > Thanks Armin and Khem :-) > On Wed, Nov 29, 2023 at 4:32 AM akuster808 wrote: > > > > The following changes since commit > 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0: > > > >indent: fix CVE-2023-40305 (2023-11-03

Re: [oe] kirkstone merge request: Nove 29th

2023-11-29 Thread Khem Raj
merged thanks Armin On Wed, Nov 29, 2023 at 4:32 AM akuster808 wrote: > > The following changes since commit 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0: > >indent: fix CVE-2023-40305 (2023-11-03 10:52:59 -0400) > > are available in the Git repository at: > >

Re: [oe] [meta-oe][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Khem Raj
which branch is it for ? Please prefix that in subject line On Wed, Nov 29, 2023 at 1:25 AM Wentao Zhang via lists.openembedded.org wrote: > > the repo of libbytesize doesn't have a branch named master. Change > the branch from master to main. > > Signed-off-by: Zhang Xiao > Signed-off-by:

[oe][meta-webserver][dunfell][PATCH] mod_http2: Backport fix for CVE-2023-45802

2023-11-29 Thread Ashish Sharma via lists.openembedded.org
Upstream-Status: Backport from [https://github.com/apache/httpd/commit/decce82a706abd78dfc32821a03ad93841d7758a] CVE: CVE-2023-45802 Signed-off-by: Ashish Sharma --- .../apache2/apache2/CVE-2023-45802.patch | 141 ++ .../recipes-httpd/apache2/apache2_2.4.57.bb | 1 + 2

[oe] [PATCH] fio: revert "fio: upgrade 3.32 -> 2022"

2023-11-29 Thread Alexander Kanavin
This was a bogus update (from AUH I believe) and should be reverted. Signed-off-by: Alexander Kanavin --- .../fio/fio/0001-Fio-3.31.patch | 23 - ...-__fill_random_buf-using-the-multi-r.patch | 136 --- ...d-get-rid-of-unused-MAX_SEED_BUCKETS.patch | 31 -

[oe] [PATCH] fio: revert "fio: upgrade 3.32 -> 2022"

2023-11-29 Thread Alexander Kanavin
This was a bogus update (from AUH I believe) and should be reverted. --- .../fio/fio/0001-Fio-3.31.patch | 23 - ...-__fill_random_buf-using-the-multi-r.patch | 136 --- ...d-get-rid-of-unused-MAX_SEED_BUCKETS.patch | 31 - ...filecreate-filestat-filedelete-engin.patch | 800

[oe] kirkstone merge request: Nove 29th

2023-11-29 Thread Armin Kuster
The following changes since commit 7da6cb848bc42b3e6bd5d2b37b52ba75510a6ca0:   indent: fix CVE-2023-40305 (2023-11-03 10:52:59 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to

[oe] [meta-oe][kirkstone][PATCH] squid: fix CVE-2023-46847 Denial of Service in HTTP Digest Authentication

2023-11-29 Thread vkumbhar via lists.openembedded.org
Signed-off-by: Vivek Kumbhar --- .../squid/files/CVE-2023-46847.patch | 47 +++ .../recipes-daemons/squid/squid_4.15.bb | 1 + 2 files changed, 48 insertions(+) create mode 100644 meta-networking/recipes-daemons/squid/files/CVE-2023-46847.patch diff --git

[oe] [meta-oe][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git