Re: [oe][meta-security][kirkstone][PATCH] clamav: Fix for CVE-2024-20328

2024-03-25 Thread Vijay Anusuri via lists.openembedded.org
Hi Armin, Any update on this ? Thanks & Regards, Vijay On Mon, Mar 11, 2024 at 7:01 AM wrote: > From: Vijay Anusuri > > Upstream-Status: Backport [ > https://github.com/Cisco-Talos/clamav/commit/fe7638287bb11419474ea314652404e7e9b314b2 > ] > > Signed-off-by: Vijay Anusuri > --- >

[oe] [meta-oe][PATCH 10/10] iwd: Upgrade to 2.16

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_2.14.bb => iwd_2.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_2.14.bb => iwd_2.16.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.14.bb

[oe] [meta-oe][PATCH 09/10] directfb: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-graphics/directfb/directfb.inc| 1 + .../0001-include-libgen.h-for-basename.patch | 32 +++ 2 files changed, 33 insertions(+) create mode 100644 meta-oe/recipes-graphics/directfb/directfb/0001-include-libgen.h-for-basename.patch

[oe] [meta-oe][PATCH 08/10] i2cdev: Include libgen.h on musl

2024-03-25 Thread Khem Raj
This helps in getting prototype for basename() and fix build errors on clang-18+ Signed-off-by: Khem Raj --- .../recipes-bsp/i2cdev/i2cdev/fix-musl.patch | 28 ++- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-musl.patch

[oe] [meta-oe][PATCH 07/10] fio: Upgrade to 3.36+git

2024-03-25 Thread Khem Raj
Brings needed fixes to build with latest musl as well. Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/fio/{fio_3.32.bb => fio_3.36.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-benchmark/fio/{fio_3.32.bb => fio_3.36.bb} (96%) diff --git

[oe] [meta-oe][PATCH 06/10] uftrace: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
The famous basename API fallout Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 34 +++ .../uftrace/uftrace_0.15.2.bb | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 03/10] sdbus-c++-libsystemd: Upgrade to 255.4 release of systemd

2024-03-25 Thread Khem Raj
Synchronise musl patches with oe-core Signed-off-by: Khem Raj --- ...-missing_type.h-add-comparison_fn_t.patch} | 10 +- ...-parse_printf_format-implementation.patch} | 27 +- ...tall-dependency-links-at-install-tim.patch | 79 ++ ...issing.h-check-for-missing-strndupa.patch} | 157

[oe] [meta-oe][PATCH 01/10] sanlock: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 32 +++ .../recipes-extended/sanlock/sanlock_3.9.1.bb | 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-oe][PATCH 04/10] sdbus-c++,sdbus-c++-tools: Upgrade to 1.5.0 release

2024-03-25 Thread Khem Raj
v1.5.0 - Improve handling of exceptions from callback handlers - Add support for async registration of matches - Correctly add libsystemd dependency to pkgconfi - Fix request name signal handling issue - Add INSTALL_TESTS CMake option - Minor UnixFd cleanups - Additional little fixes and updates

[oe] [meta-oe][PATCH 05/10] wtmpdb: Upgrade to 0.11.0 release

2024-03-25 Thread Khem Raj
Brings these changes wtmpdb last: support matching for username and/or tty last: add support for time-format option Drop lto patch as it has been fixed differently. Add a patch to fix build with musl Signed-off-by: Khem Raj --- ...emove-lto-to-fix-link-error-of-clang.patch | 31

[oe] [meta-oe][PATCH 02/10] ndctl: Fix build issues seen with musl 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 32 +++ meta-oe/recipes-core/ndctl/ndctl_v78.bb | 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-gnome][PATCH] file-roller: update 43.1 -> 44.0

2024-03-25 Thread Markus Volk
- file-roller was ported to gtk4 - use the git fetcher because there is not (yet?) a tarball release Version 44 ~~ Released: 2024-03-24 Bugfixes: * Fixes compilation when native app chooser is disabled (Amin Bandali) (!227) Translations: * French - France (Jean-Marc Tissières) *

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2024-03-25 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[oe] [meta-python][PATCH 3/3] python3-paho-mqtt: Upgrade 1.6.1 -> 2.0.0

2024-03-25 Thread Leon Anavi
Upgrade to version 2.0.0: - **BREAKING** Added callback_api_version. This break *ALL* users of paho-mqtt Client class. See migrations.md for details on how to upgrade. tl; dr; add CallbackAPIVersion.VERSION1 to first argument of Client() - **BREAKING** Drop support for Python 2.7, Python

[oe] [meta-python][PATCH 2/3] python3-croniter: Upgrade 2.0.1 -> 2.0.3

2024-03-25 Thread Leon Anavi
Upgrade to version 2.0.3: - Add match_range function - Fix leap year (29 days in February) Signed-off-by: Leon Anavi --- ...ython3-croniter_2.0.1.bb => python3-croniter_2.0.3.bb} | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 1/3] python3-multidict: Upgrade 6.0.4 -> 6.0.5

2024-03-25 Thread Leon Anavi
Upgrade to version 6.0.5: - Upgraded the C-API macros that have been deprecated in Python 3.9 and later removed in 3.13 - Reverted to using the public argument parsing API PyArg_ParseTupleAndKeywords() under Python 3.12. - The effect is that this change prevents build failures with clang

Re: [oe] [meta-filesystems][PATCH 2/2] xfstests: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
On Mon, Mar 25, 2024 at 11:23 AM Martin Jansa wrote: > > On Mon, Mar 25, 2024 at 6:57 PM Khem Raj wrote: > > > > Signed-off-by: Khem Raj > > --- > > ...-libgen.h-for-basename-API-prototype.patch | 84 +++ > > ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++ > >

[oe] [meta-networking][PATCH 4/4] autofs: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 58 +++ .../recipes-daemons/autofs/autofs_5.1.8.bb| 1 + 2 files changed, 59 insertions(+) create mode 100644 meta-networking/recipes-daemons/autofs/autofs/0001-include-libgen.h-for-basename.patch

[oe] [meta-networking][PATCH 1/4] net-snmp: Fix build with musl

2024-03-25 Thread Khem Raj
The last patch 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch brought in with 5.9.4 upgrade is not sufficient and infact has a regression introduced for clang+musl builds. Signed-off-by: Khem Raj --- .../net-snmp/0001-Android-Fix-the-build.patch | 83 +++

[oe] [meta-networking][PATCH 2/4] rdma-core: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 58 +++ .../rdma-core/rdma-core_50.0.bb | 4 +- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-networking][PATCH 3/4] ssmtp: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-libgen.h-for-basename.patch | 32 +++ .../recipes-support/ssmtp/ssmtp_2.64.bb | 1 + 2 files changed, 33 insertions(+) create mode 100644 meta-networking/recipes-support/ssmtp/ssmtp/0001-include-libgen.h-for-basename.patch

[oe] [PATCH] rsyslog: update from 8.2306.0 to 8.2402.0

2024-03-25 Thread Randy MacLeod via lists.openembedded.org
From: Randy MacLeod Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir to use the new --enable-libsystemd option: acb62dfda remove systemd embedded code, use library instead The bug related to using libcap-ng has beeen fixed:

Re: [oe] [meta-filesystems][PATCH 2/2] xfstests: Fix build with musl >= 1.2.5

2024-03-25 Thread Martin Jansa
On Mon, Mar 25, 2024 at 6:57 PM Khem Raj wrote: > > Signed-off-by: Khem Raj > --- > ...-libgen.h-for-basename-API-prototype.patch | 84 +++ > ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++ > .../xfstests/xfstests_2024.03.03.bb | 2 + > 3 files changed,

[oe] [meta-filesystems][PATCH 2/2] xfstests: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-libgen.h-for-basename-API-prototype.patch | 84 +++ ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++ .../xfstests/xfstests_2024.03.03.bb | 2 + 3 files changed, 128 insertions(+) create mode 100644

[oe] [meta-filesystems][PATCH 1/2] xfsdump: Fix build with musl >= 1.2.5

2024-03-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-libgen.h-for-basename-API-prototype.patch | 45 +++ .../recipes-utils/xfsdump/xfsdump_3.1.12.bb | 1 + 2 files changed, 46 insertions(+) create mode 100644

Re: [oe] [[meta-oe][PATCH]aer-inject:add new recipe] [[meta-oe][PATCH]aer-inject:add new recipe]

2024-03-25 Thread Khem Raj
there is another issue WARNING: aer-inject-1.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPL-2.0 [obsolete-license] WARNING: aer-inject-1.0-r0 do_package_qa: QA Issue: File /usr/.debug/aer-inject in package aer-inject-dbg contains reference to TMPDIR [buildpaths]

Re: [oe] [meta-java][PATCH 3/3] rxtx: Remove obsolete rename of libtool

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 3:40 AM Jermain Horsman wrote: > > Still seeing a do_compile failure (attached) > > I believe this is caused by sstate being incorrect, > If you do a clean build this should not happen. > > > Can you investigate and send a revised solution? > > I could increase the PR, I

Re: [oe] kirkstone merge request: Marck 25th

2024-03-25 Thread Khem Raj
merged thanks Armin On Mon, Mar 25, 2024 at 4:14 AM akuster808 wrote: > > The following changes since commit fda737ec0cc1d2a5217548a560074a8e4d5ec580: > >mbedtls: Upgrade 3.5.0 -> 3.5.2 (2024-02-28 08:18:18 -0500) > > are available in the Git repository at: > >

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 8:22 AM Jermain Horsman wrote: > > > The old http://icedtea.classpath.org URL does not work anymore, > > > update this to the http://icedtea.wildebeest.org URL used for other > > > download sources. > > > > http://icedtea.wildebeest.org has some older sources, but not the

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 7:59 AM Tim Orling via lists.openembedded.org wrote: > > > On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman > wrote: > >> From: Jermain Horsman >> >> The old icedtea.classpath.org URL does not work anymore, >> update this to the icedtea.wildebeest.org URL used for other

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Jermain Horsman
> > The old http://icedtea.classpath.org URL does not work anymore, > > update this to the http://icedtea.wildebeest.org URL used for other > > download sources. > > http://icedtea.wildebeest.org has some older sources, but not the newest. > > https://icedtea.classpath.org/download/source/ has

Re: [oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Tim Orling
On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman wrote: > From: Jermain Horsman > > The old icedtea.classpath.org URL does not work anymore, > update this to the icedtea.wildebeest.org URL used for other > download sources. > icedtea.wildebeest.org has some older sources, but not the newest.

[oe] [meta-python][PATCH] python3-aiohttp: add missing dependencies

2024-03-25 Thread Sam Van Den Berge
From: Sam Van Den Berge * attrs is in install_requires of setup.cfg in 3.9 branch * python3-misc is required to include netrc which is imported in aiohttp.helpers Signed-off-by: Sam Van Den Berge --- meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb | 2 ++ 1 file changed, 2

Re: [oe] [[meta-oe][PATCH]aer-inject:add new recipe] [[meta-oe][PATCH]aer-inject:add new recipe]

2024-03-25 Thread chenheyun
hi i fix it in 109586; https://lists.openembedded.org/g/openembedded-devel/message/109586 thanks。 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109587): https://lists.openembedded.org/g/openembedded-devel/message/109587 Mute This Topic:

[oe] [PATCH] [[meta-oe][PATCH]aer-inject:add new recipe]

2024-03-25 Thread chenheyun
aer-inject allows to inject PCIE AER errors on the software level into a running Linux kernel. This is intended for validation of the PCIE driver error recovery handler and CIE AER core handler. References: https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ Signed-off-by:

[oe] [meta-java][PATCH 7/7] jacl: Update SRC_URI to use https

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Signed-off-by: Jermain Horsman --- recipes-core/jacl/jacl_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb index d510cc8..2b811c7 100644 --- a/recipes-core/jacl/jacl_1.4.1.bb +++

[oe] [meta-java][PATCH 6/7] avalon-framework: Update SRC_URI

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Archive layout seems to have changed. Also update all SRC_URIs to use https. Signed-off-by: Jermain Horsman --- recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[oe] [meta-java][PATCH 5/7] xml-commons: Update SRC_URI

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Archive layout seems to have changed. Signed-off-by: Jermain Horsman --- recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb

[oe] [meta-java][PATCH 4/7] xalan-j: Update SRC_URI

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Archive layout seems to have changed. Signed-off-by: Jermain Horsman --- recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb b/recipes-core/xalan-j/xalan-j_2.7.1.bb index

[oe] [meta-java][PATCH 3/7] junit: Update SRC_URI to use https

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Signed-off-by: Jermain Horsman --- recipes-core/junit/junit_3.8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/junit/junit_3.8.2.bb b/recipes-core/junit/junit_3.8.2.bb index 57dd459..a1fd265 100644 ---

[oe] [meta-java][PATCH 2/7] icedtea: Update URL for source downloads

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman The old icedtea.classpath.org URL does not work anymore, update this to the icedtea.wildebeest.org URL used for other download sources. Also update both to use https. Signed-off-by: Jermain Horsman --- recipes-core/icedtea/openjdk-7-release-03b147.inc | 4 ++-- 1 file

[oe] [meta-java][PATCH 1/7] jamvm-initial-native: Update LICENSE to use SPDX identifier

2024-03-25 Thread Jermain Horsman
From: Jermain Horsman Signed-off-by: Jermain Horsman --- recipes-core/jamvm/jamvm-initial-native_1.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb b/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb index

[oe] [PATCH] usrsctp: upgrade to latest version

2024-03-25 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos Signed-off-by: Thomas Roos --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb

[oe] [PATCH] usrsctp: upgrade version to a0cbf4681474fab1e89d9e9e2d5c3694fce50359

2024-03-25 Thread Thomas Roos via lists.openembedded.org
From: Thomas Roos Signed-off-by: Thomas Roos --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb

[oe] kirkstone merge request: Marck 25th

2024-03-25 Thread Armin Kuster
The following changes since commit fda737ec0cc1d2a5217548a560074a8e4d5ec580:   mbedtls: Upgrade 3.5.0 -> 3.5.2 (2024-02-28 08:18:18 -0500) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded kirkstone-next for you to fetch changes up to

Re: [oe] [meta-java][PATCH 3/3] rxtx: Remove obsolete rename of libtool

2024-03-25 Thread Jermain Horsman
> Still seeing a do_compile failure (attached) I believe this is caused by sstate being incorrect, If you do a clean build this should not happen. > Can you investigate and send a revised solution? I could increase the PR, I believe that should prevent the issue. Would that be acceptable?

[oe] [meta-gnome][PATCH] tracker-miners: fix reproducibility issue for landlock

2024-03-25 Thread Markus Volk
If landlock feature is enabled there is buildpath leakage again. This is because in-tree rules get included. Disable the in-tree check to avoid it. Signed-off-by: Markus Volk --- .../0001-fix-reproducibility.patch| 23 ++- 1 file changed, 22 insertions(+), 1

[oe][meta-oe][dunfell][PATCH] postgresql: Update to 12.18

2024-03-25 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Minor security and bugfix release. Fixes CVE-2024-0985. Additional information is available in the release notes: https://www.postgresql.org/docs/release/12.18/ Signed-off-by: Vijay Anusuri --- .../postgresql/{postgresql_12.17.bb => postgresql_12.18.bb} | 4 ++-- 1 file

[oe] [meta-oe][kirkstone][PATCH 1/1] graphviz: fix CVE-2023-46045

2024-03-25 Thread Meenali Gupta via lists.openembedded.org
From: Meenali Gupta Graphviz 2.36 before 10.0.0 has an out-of-bounds read via a crafted config6a file. NOTE: exploitability may be uncommon because this file is typically owned by root. Signed-off-by: Meenali Gupta --- .../graphviz/graphviz/CVE-2023-46045-1.patch | 38 ++