Re: [oe] [meta-oe][PATCH] libee: remove recipe since libee is obsolete -- join the layer clean-up?

2024-06-26 Thread Randy MacLeod via lists.openembedded.org
On 2024-06-25 12:52 p.m., Khem Raj wrote: Thanks Randy, We need to find more such recipes and purge them Yes, I'll be working on that a bit over the coming weeks. In case anyone wants to join in the culling, err fun, below are the filters to look for old recipes along with comments on my plan

Re: [oe] scarthgap merge request: June 26th

2024-06-26 Thread Khem Raj
merged thanks Armin On Wed, Jun 26, 2024 at 11:50 AM akuster808 wrote: > > The following changes since commit 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d: > >pcapplusplus: Fix build with gcc14 (2024-06-02 14:57:06 -0400) > > are available in the Git repository at: > >https://git.openembedded

[oe] scarthgap merge request: June 26th

2024-06-26 Thread Armin Kuster
The following changes since commit 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d:   pcapplusplus: Fix build with gcc14 (2024-06-02 14:57:06 -0400) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded scarthgap-next for you to fetch changes up to 78a14731cf0cf38a1

Re: [oe] Should DISTRO_FEATURE ptest include ptest-runner

2024-06-26 Thread Alexander Kanavin
On Wed, 26 Jun 2024 at 19:22, Jörg Sommer via lists.openembedded.org wrote: > I've asked myself, if it wouldn't be helpful and convenient, if the ptest > DISTRO_FEATURE would lead to the inclusion of the ptest-runner and ptest > packages in the image? > > Should poky.conf include something like: >

[oe] Should DISTRO_FEATURE ptest include ptest-runner

2024-06-26 Thread Jörg Sommer via lists . openembedded . org
Hello, I've asked myself, if it wouldn't be helpful and convenient, if the ptest DISTRO_FEATURE would lead to the inclusion of the ptest-runner and ptest packages in the image? Should poky.conf include something like: EXTRA_IMAGE_FEATURES += "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " p

[oe] OpenEmbedded Happy Hour June 26 9pm/2100 UTC

2024-06-26 Thread Denys Dmytriyenko
All, You are invited to our regularly scheduled OpenEmbedded Happy Hour later today, June 26 for Asia/Pacific timezones at 2100/9pm UTC (5pm ET/2pm PT) https://www.openembedded.org/wiki/Calendar https://www.openembedded.org/wiki/Happy_Hours https://www.timeanddate.com/worldclock/fixedtime.html?m

Re: [oe] [meta-oe][PATCH] magic-enum: add recipe

2024-06-26 Thread Martin Jansa
ptest seems to fail building lib32-magic-enum/0.9.5/git/test/test_containers.cpp:290:89: error: value computed is not used [-Werror=unused-value] 290 | magic_enum::containers::set color_set_not_const {Color::RED, Color::GREEN, Color::BLUE}; | ^ On Wed, Jun 19, 2

[oe] [meta-oe][PATCH] hplip: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
Make sure that the OE provided CFLAGS are passed to the compiler. WARNING: hplip-3.22.10-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/cupsext.so in package hplip contains reference to TMPDIR [buildpaths] Signed-off-by: alperak --- meta-oe/recipes-extended/hplip/hplip_3.2

[oe] [PATCH 1/1] apache2:apache2-native: CVE status update

2024-06-26 Thread Ninette Adhikari
Update status for: CVE-2007-6421, CVE-2007-6422, CVE-2007-6423, CVE-2008-2168 CPE is incorrect, the current version (2.4.59) is not affected. Signed-off-by: Ninette Adhikari --- meta-webserver/recipes-httpd/apache2/apache2_2.4.59.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-

[oe] [PATCH 0/1] apache2:apache2-native: CVE status update

2024-06-26 Thread Ninette Adhikari
Update status for: CVE-2007-6421, CVE-2007-6422, CVE-2007-6423, CVE-2008-2168 CPE is incorrect, the current version (2.4.59) is not affected. Ninette Adhikari (1): apache2:apache2-native: CVE status update meta-webserver/recipes-httpd/apache2/apache2_2.4.59.bb | 5 + 1 file changed, 5 ins

[oe] [PATCH 1/1] xsp: CVE status update for CVE-2006-2658

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue. Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/ Package with CVE issue: mono xsp https://github.com/mono/xsp Signed-off-by: Nine

[oe] [PATCH 0/1] xsp: CVE status update for CVE-2006-2658

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue. Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/ Package with CVE issue: mono xsp https://github.com/mono/xsp Ninette Adhikari (1

[oe] [PATCH 1/1] libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729

2024-06-26 Thread Ninette Adhikari
The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2. Signed-off-by: Ninette Adhikari --- meta-oe/recipes-support/libraw/libraw_0.21.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libraw/libraw_0.21.2.bb b/meta-

[oe] [PATCH 0/1] libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729

2024-06-26 Thread Ninette Adhikari
The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2. Ninette Adhikari (1): libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729 meta-oe/recipes-support/libraw/libraw_0.21.2.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.44.0 -=-=-=

[oe] [PATCH 1/1] usrsctp: CVE status update for CVE-2019-20503

2024-06-26 Thread Ninette Adhikari
The current version (0.9.5.0) is not affected by the CVE which affects versions at least earlier than 0.9.4.0. Signed-off-by: Ninette Adhikari --- meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-protocols/usrsc

[oe] [PATCH 0/1] usrsctp: CVE status update for CVE-2019-20503

2024-06-26 Thread Ninette Adhikari
The current version (0.9.5.0) is not affected by the CVE which affects versions at least earlier than 0.9.4.0. Ninette Adhikari (1): usrsctp: CVE status update for CVE-2019-20503 meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 1 + 1 file changed, 1 insertion(+) -- 2.44.0 -=-=-=

[oe] [PATCH 1/1] links: CVE status update for CVE-2008-3319

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different links package compared to the one which has the CVE issue. Package used in `meta-embedded`: twibright links http://links.twibright.com/download.php Package with CVE issue: Maian Links https://www.maianmedia.com/ Signed-off-by: Ninette Adh

[oe] [PATCH 0/1] links: CVE status update for CVE-2008-3319

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different links package compared to the one which has the CVE issue. Package used in `meta-embedded`: twibright links http://links.twibright.com/download.php Package with CVE issue: Maian Links https://www.maianmedia.com/ Ninette Adhikari (1): li

[oe] [PATCH 1/1] mercurial: Update CVE status for CVE-2022-43410

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue. Package used in `meta-embedded`: https://www.mercurial-scm.org/ Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/ (This is reflected in the CPE)

[oe] [PATCH 0/1] mercurial: Update CVE status for CVE-2022-43410

2024-06-26 Thread Ninette Adhikari
The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue. Package used in `meta-embedded`: https://www.mercurial-scm.org/ Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/ (This is reflected in the CPE)

[oe] [PATCH 1/1] influxdb: Update CVE status for CVE-2019-10329

2024-06-26 Thread Ninette Adhikari
The version don't match and only the Jenkins plugin is affected. Signed-off-by: Ninette Adhikari --- meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influ

[oe] [PATCH 0/1] influxdb: Update CVE status for CVE-2019-10329

2024-06-26 Thread Ninette Adhikari
The versions don't match and only the Jenkins plugin is affected. Ninette Adhikari (1): influxdb: Update CVE status for CVE-2019-10329 meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.44.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receiv

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

2024-06-26 Thread Ninette Adhikari
Update status for: CVE-2016-7534, CVE-2016-7535, CVE-2016-7536, CVE-2016-7537, CVE-2016-7538, CVE-2017-5506, CVE-2017-5509, CVE-2017-5510, CVE-2017-5511, CVE-2007-1667 CPE is incorrect, the current version (7.1.1) is not affected. Signed-off-by: Ninette Adhikari --- .../recipes-support/imagema

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

2024-06-26 Thread Ninette Adhikari
Update status for: CVE-2016-7534, CVE-2016-7535, CVE-2016-7536, CVE-2016-7537, CVE-2016-7538, CVE-2017-5506, CVE-2017-5509, CVE-2017-5510, CVE-2017-5511, CVE-2007-1667 CPE is incorrect, the current version (7.1.1) is not affected. Ninette Adhikari (1): imagemagick: Update status for CVE .../

[oe] [meta-python][PATCH] python3-pybind11 : upgrade 2.11.1 -> 2.12.0

2024-06-26 Thread Yogesh Tyagi
- Drop the patch already merged Signed-off-by: Yogesh Tyagi --- .../0001-Do-not-strip-binaries.patch | 54 --- ...1_2.11.1.bb => python3-pybind11_2.12.0.bb} | 3 +- 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 meta-python/recipes-devtools/python

[oe] [meta-oe][PATCH] gphoto2: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging! [already-stripped]

[oe] [meta-networking][PATCH] rdist: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
Pass OE cflags to makefile WARNING: rdist-6.1.5-r0 do_package_qa: QA Issue: File /usr/bin/.debug/rdistd in package rdist-dbg contains reference to TMPDIR File /usr/bin/.debug/rdist in package rdist-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak --- meta-networking/recipe

[oe] [meta-oe][PATCH] boinc-client: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak --- meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb | 4 1 file changed, 4 insertions(+) diff

Re: [oe][meta-oe][scarthgap][PATCH 1/1] php: Fix CVE-2024-5458

2024-06-26 Thread Soumya via lists.openembedded.org
Kindly ignore this patch. This CVE will be fixed with php upgradation - https://lore.kernel.org/openembedded-devel/20240626085038.2951548-1-soumya.sa...@windriver.com/ Regards, Soumya From: openembedded-devel@lists.openembedded.org on behalf of Soumya via lists

[oe][meta-oe][scarthgap][PATCH 1/1] php: Upgrade to 8.2.20

2024-06-26 Thread Soumya via lists.openembedded.org
From: Soumya Sambu Includes fix for CVE-2024-5458, CVE-2024-2408 and other bugs Changelog: https://www.php.net/ChangeLog-8.php#PHP_8_2 Signed-off-by: Soumya Sambu --- meta-oe/recipes-devtools/php/{php_8.2.18.bb => php_8.2.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename me

[oe] [PATCH] libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library

2024-06-26 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/libabigail/libabigail_2.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb diff --git a/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb b/meta-oe/recipes-

[oe] [meta-oe] [PATCH 2/2] openldap: fix lib32-openldap build failure with gcc-14

2024-06-26 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...-fix-incompatible-pointer-type-error.patch | 40 +++ .../openldap/openldap_2.6.8.bb| 1 + 2 files changed, 41 insertions(+) create mode 100644 meta-oe/recipes-support/openldap/openldap/0001-fix-incompatible-p

[oe] [meta-oe] [PATCH 1/2] openldap: upgrade 2.6.7 -> 2.6.8

2024-06-26 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: === - Fixed libldap exit handling with OpenSSL3 again (ITS#9952) - Fixed libldap OpenSSL channel binding digest (ITS#10216) - Fixed slapd handling of large uid/gids peercred auth (ITS#10211) - Fixed slapd-asyncmeta/meta target structure allocations (ITS#10197)

[oe] [meta-multimedia][PATCH] bluealsa: upgrade 4.0.0+git -> 4.2.0

2024-06-26 Thread Jörg Sommer via lists . openembedded . org
From: Jörg Sommer The change in the license file was the update of the year in the copyright line. glib-2.0-native is required to have gdbus-codegen at build time. Signed-off-by: Jörg Sommer --- .../{bluealsa_git.bb => bluealsa_4.2.0.bb}| 29 +-- 1 file changed, 20 inserti