[oe] [meta-oe][dunfell][PATCH] syslog-ng: CVE-2022-38725 An integer overflow in the RFC3164 parser

2023-03-30 Thread Hitendra Prajapati
Upstream-Status: Backport from https://github.com/syslog-ng/syslog-ng/commit/b5a060f2ebb8d794f508436a12e4d4163f94b1b8 && https://github.com/syslog-ng/syslog-ng/commit/81a07263f1e522a376d3a30f96f51df3f2879f8a &&

Re: [oe] Security Advisory - yasm - CVE-2021-33461: Propose mv yasm_git.bb yasm-native_git.bb

2023-03-30 Thread Randy MacLeod
+ Anuj for meta-intel-qat use of yasm-native. On 2022-10-13 10:05, Randy MacLeod wrote: On 2022-10-13 02:33, Khem Raj wrote: On Wed, Oct 12, 2022 at 10:59 PM Polampalli, Archana > wrote:     Hi Khem Raj,     I Have seen the link, issue is in Open.

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
On Thu, 30 Mar 2023 at 19:20, Böszörményi Zoltán wrote: > > 2023. 03. 30. 17:40 keltezéssel, Alexander Kanavin írta: > > How do libfprint's meson rules for producing the executable and then > > running it look like? > > Here are the two generators: >

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 17:40 keltezéssel, Alexander Kanavin írta: How do libfprint's meson rules for producing the executable and then running it look like? Here are the two generators: https://gitlab.freedesktop.org/libfprint/libfprint/-/blob/master/libfprint/meson.build#L310

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
Maybe you can raise the concern with upstream and see what they say? How, in their opinion, should their component be cross-compiled? Can the need to run target executables be eliminated from the build in some other way we're not seeing? Alex On Thu, 30 Mar 2023 at 17:52, Böszörményi Zoltán

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 17:24 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
How do libfprint's meson rules for producing the executable and then running it look like? Any meson based recipe has a similar entry in ${WORKDIR}/meson.cross: exe_wrapper = '/srv/storage/alex/yocto/build-64-alt/tmp/work/core2-64-poky-linux/glib-2.0/1_2.74.6-r0/meson-qemuwrapper' And the use

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications. How

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
2023. 03. 30. 15:50 keltezéssel, Alexander Kanavin írta: Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications.

Re: [oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Alexander Kanavin
Meson is specifically configured in yocto to user qemu usermode as the wrapper to run cross binaries, so can libfprint build configuration be tweaked to use that? This would avoid all the nasty -native extensions and modifications. Alex On Thu, 30 Mar 2023 at 15:43, Zoltan Boszormenyi wrote: >

[oe] [meta-oe][PATCH 2/3] libfprint: New recipe

2023-03-30 Thread Zoltan Boszormenyi
libfprint is the library used by fprintd. Signed-off-by: Zoltán Böszörményi --- ...001-Optionally-use-native-generators.patch | 111 ++ .../0002-Make-building-tests-optional.patch | 47 .../libfprint/libfprint_1.94.5.bb | 45 +++ 3 files changed, 203

[oe] [meta-oe][PATCH 3/3] fprintd: New recipe

2023-03-30 Thread Zoltan Boszormenyi
This is the DBus daemon that may be used for biometric authentication. Signed-off-by: Zoltán Böszörményi --- .../0001-Make-building-tests-optional.patch | 81 +++ .../recipes-support/fprintd/fprintd_git.bb| 51 2 files changed, 132 insertions(+) create mode

[oe] [meta-oe][PATCH 1/3] libgusb: Allow building in native mode

2023-03-30 Thread Zoltan Boszormenyi
Dependency of libfprint-native. Signed-off-by: Zoltán Böszörményi --- meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb b/meta-oe/recipes-support/libgusb/libgusb_0.3.10.bb

Re: [oe] [meta-oe][PATCH v2] librelp: fix function inline errors in debug build

2023-03-30 Thread Khem Raj
also patch does not apply cleanly 27772 Applying patch 0001-librelp-fix-function-inline-error.patch 27773 patching file src/relpsess.c 27774 Hunk #1 succeeded at 91 with fuzz 1. 27775 patching file src/tcp.c 27776 Hunk #1 succeeded at 142 with fuzz 1. 2 Hunk #2 succeeded at

[oe] [meta-oe][kirkstone][PATCH 2/2] libcrypt-openssl-rsa-perl: upgrade 0.32 -> 0.33

2023-03-30 Thread Armin Kuster
From: wangmy 0001-Fix-for-Issue-31.patch removed since it's included in 0.33 Changelog: = - Update for windows github CI - Remove duplicit 'LICENSE' key - Remove EUMM Remove version check - #31 by removing reference to RSA_SSLV23_PADDING (removed from OpenSSL starting from v3.0.0) -

[oe] [meta-oe][kirkstone][PATCH 1/2] monkey: use git fetcher

2023-03-30 Thread Armin Kuster
From: Martin Jansa * monkey-project.com doesn't resolve anymore * use v1.6.9 tag from github Signed-off-by: Martin Jansa Signed-off-by: Khem Raj (cherry picked from commit d0509a220fcb61496d7e64f3ba09c647543b) Signed-off-by: Armin Kuster (cherry picked from commit

Re: [oe] [meta-oe][PATCH v2] librelp: fix function inline errors in debug build

2023-03-30 Thread Randy MacLeod
On 2023-03-30 01:44, Yash Shinde wrote: With DEBUG_BUILD = "1", the following errors occur: src/relpsess.c:95:1: error: inlining failed in call to 'relpSessFreePermittedPeers': function not considered for inlining [-Werror=inline] src/tcp.c:146:1: error: inlining failed

[oe] [meta-oe][PATCH] hplip: Fix installation and QA

2023-03-30 Thread Zoltan Boszormenyi
With version 3.22.11 it's not enough avoid linking to the closed source ImageProcessor library, it must not be installed either. This library is pre-stripped so package QA fails. Add a new patch to fix installing HPLIP.conf into /usr/share/ipp-usb/quirks. The upstream Makefile.am fails to take

[oe] [meta-oe][PATCH] mcelog: improve the ptest output

2023-03-30 Thread Yu, Mingli
From: Mingli Yu Before: # ./run-ptest [snip] code 0xd2d: [PASS] After: # ./run-ptest [snip] PASS: code 0xd2d Signed-off-by: Mingli Yu --- meta-oe/recipes-support/mcelog/mcelog/run-ptest | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git