[OE-core] [dunfell] [PATCH] qemu: Whitelist CVE

2023-11-13 Thread poojitha adireddy via lists.openembedded.org
Reason: CVE-2021-3947, issue introduced in v6.0.0-rc0 Reference: https://security-tracker.debian.org/tracker/CVE-2021-3947 Dunfell utilizes qemu v4.2.0, Hence whitelisting the CVE. Signed-off-by: poojitha adireddy --- meta/recipes-devtools/qemu/qemu.inc | 3 +++ 1 file changed, 3 insertions(+)

[oe-core][PATCHv3] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-13 Thread Markus Volk
- enable tls by default to fix: | hash.c:16:12: fatal error: gnutls/crypto.h: No such file or directory |16 | # include Changes in CUPS v2.4.7 (2023-09-20) --- - CVE-2023-4504 - Fixed Heap-based buffer overflow when reading Postscript in PPD files - Added O

Re: [oe-core][PATCHv2] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-13 Thread Markus Volk
On Mon, Nov 13 2023 at 04:04:46 PM +00:00:00, Ross Burton wrote: That’s horrible, there’s a perfectly good way of specifying DEPENDS in PACKAGECONFIGs. The reason I did it this way is because bb.utils.contains cannot be used in PACKAGECONFIGs depends field. I know this conflict option and a

Re: [OE-core] OE-core CVE metrics for master on Sun 12 Nov 2023 01:00:01 AM HST

2023-11-13 Thread Khem Raj
On Mon, Nov 13, 2023 at 5:55 AM Ross Burton wrote: > > On 12 Nov 2023, at 11:17, Steve Sakoman via lists.openembedded.org > wrote: > > New this week: 8 CVEs > > Such fun! > > I did some research and have included my notes below. Do we have any > volunteers for the avahi patchbomb? I think we

Re: [OE-Core][PATCH] curl-native: add missing ca-certificates.crt file

2023-11-13 Thread Ross Burton
On 10 Nov 2023, at 19:37, Piotr Łobacz via lists.openembedded.org wrote: > > By default curl is being configured with: > > --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt > > which causes an issue for native build, when calling > curl-native command, as certificates file is missin

Re: [OE-Core][PATCH] openssh: add systemd readiness notification support

2023-11-13 Thread Ross Burton
On 11 Nov 2023, at 10:30, Xiangyu Chen via lists.openembedded.org wrote: > Taken a patch from debain[1] that after sshd listening port, using a signal > to tell systemd > it is ready now. It’s not Upstream-Status: Inappropriate, this is perfectly acceptable for upstream. In fact it’s been sub

Re: Patchtest results for [OE-core][mickledore][PATCH] grub: Fix for CVE-2023-4692 and CVE-2023-4693

2023-11-13 Thread Steve Sakoman
On Mon, Nov 13, 2023 at 4:38 AM Trevor Gamblin wrote: > > > On 2023-11-12 07:33, Patchtest wrote: > > Thank you for your submission. Patchtest identified one > > or more issues with the patch. Please see the log below for > > more information: > > > > --- > > Tests failed for the patch, but the re

Re: [oe-core][PATCHv2] cups: Upgrade 2.4.6 -> 2.4.7

2023-11-13 Thread Ross Burton
On 12 Nov 2023, at 21:23, Markus Volk via lists.openembedded.org wrote: > -DEPENDS = "libpng jpeg dbus zlib libusb1" > +DEPENDS = "libpng jpeg dbus zlib libusb1 > ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" That’s horrible, there’s a perfectly good way of specifyin

[OE-core] vim reproducibility on dunfell

2023-11-13 Thread Richard Purdie
Hi Steve, I know ubuntu2204 has been causing concern for dunfell builds with vim and reproducibility. Since I have a local ubuntu 22.04 machine I took a look and sure enough, dunfell vim builds 'fail'. The difference is that in one case, iconv runs during do_compile and in the other it does not.

Re: [OE-core][dunfell 15/15] lz4: specify gnu17 in CFLAGS to fix reproducibility issues

2023-11-13 Thread Steve Sakoman
On Mon, Nov 13, 2023 at 4:35 AM Richard Purdie wrote: > > On Mon, 2023-11-13 at 04:14 -1000, Steve Sakoman wrote: > > On Mon, Nov 13, 2023 at 3:42 AM Richard Purdie > > wrote: > > > > > > On Sat, 2023-11-11 at 05:03 -1000, Steve Sakoman wrote: > > > > We are seeing reproducibility issues where gc

Re: Patchtest results for [OE-core][mickledore][PATCH] grub: Fix for CVE-2023-4692 and CVE-2023-4693

2023-11-13 Thread Trevor Gamblin
On 2023-11-12 07:33, Patchtest wrote: Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Tests failed for the patch, but the results log could not be processed due to excessive result line length. --- Hi,

Re: [OE-core][dunfell 15/15] lz4: specify gnu17 in CFLAGS to fix reproducibility issues

2023-11-13 Thread Richard Purdie
On Mon, 2023-11-13 at 04:14 -1000, Steve Sakoman wrote: > On Mon, Nov 13, 2023 at 3:42 AM Richard Purdie > wrote: > > > > On Sat, 2023-11-11 at 05:03 -1000, Steve Sakoman wrote: > > > We are seeing reproducibility issues where gcc-cross sometimes defaults > > > to gnu11 and other times to gnu17.

Patchtest results for [OE-Core][PATCH v3] wic: rawcopy: add support for zsdt decompression

2023-11-13 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v3-wic-rawcopy-add-support-for-zsdt-decompression.patch FAIL: test Signed-off-by presence: Mbox is missing Signed-o

Re: [OE-core][dunfell 15/15] lz4: specify gnu17 in CFLAGS to fix reproducibility issues

2023-11-13 Thread Steve Sakoman
On Mon, Nov 13, 2023 at 3:42 AM Richard Purdie wrote: > > On Sat, 2023-11-11 at 05:03 -1000, Steve Sakoman wrote: > > We are seeing reproducibility issues where gcc-cross sometimes defaults > > to gnu11 and other times to gnu17. > > > > Specify std=gnu17 rather than leave this to chance. > > > > S

[OE-Core][PATCH v3] wic: rawcopy: add support for zsdt decompression

2023-11-13 Thread Lukas Funke
From: Malte Schmidt --- scripts/lib/wic/plugins/source/rawcopy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/rawcopy.py b/scripts/lib/wic/plugins/source/rawcopy.py index 7c90cd3cf8..82d38fbb84 100644 --- a/scripts/lib/wic/plugins/source/

[OE-Core][PATCH 2/2] patch: extract patches with all-zero hash

2023-11-13 Thread Lukas Funke
From: Stefan Herbrechtsmeier Extract patches with all-zero hash in each patch header instead of the hash of the commit to reduce changes during patch refresh. Signed-off-by: Stefan Herbrechtsmeier --- meta/lib/oe/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-Core][PATCH 1/2] patch: extract patches without diffstats

2023-11-13 Thread Lukas Funke
From: Stefan Herbrechtsmeier Extract patches without diffstats to reduce changes during patch refresh. Signed-off-by: Stefan Herbrechtsmeier --- meta/lib/oe/patch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 4ec9caed

[OE-Core][PATCH 0/2] patch: reduce changes during patch refresh

2023-11-13 Thread Lukas Funke
From: Lukas Funke The patch series aims to reduce the noise in patches created by devtools. Some diffs are just introduced due to an update in the hash or in the diffstats. These changes are not important to a reviewer. Stefan Herbrechtsmeier (2): patch: extract patches without diffstats pat

Re: [OE-core] OE-core CVE metrics for master on Sun 12 Nov 2023 01:00:01 AM HST

2023-11-13 Thread Ross Burton
On 12 Nov 2023, at 11:17, Steve Sakoman via lists.openembedded.org wrote: > New this week: 8 CVEs Such fun! I did some research and have included my notes below. Do we have any volunteers for the avahi patchbomb? > CVE-2023-3397 (CVSS3: 6.3 MEDIUM): linux-yocto > https://web.nvd.nist.gov/vi

Re: [OE-core][dunfell 15/15] lz4: specify gnu17 in CFLAGS to fix reproducibility issues

2023-11-13 Thread Richard Purdie
On Sat, 2023-11-11 at 05:03 -1000, Steve Sakoman wrote: > We are seeing reproducibility issues where gcc-cross sometimes defaults > to gnu11 and other times to gnu17. > > Specify std=gnu17 rather than leave this to chance. > > Signed-off-by: Steve Sakoman > Signed-off-by: Khem Raj > --- > meta

[OE-core] [PATCH] mesa-demos: Split *info diagnostic tools from the main package

2023-11-13 Thread Zoltan Boszormenyi
This creates 3 new subpackages: * glxinfo * eglinfo * esinfo (for es1_info and es2_info) These diagnostic utilities are useful without the demos. Signed-off-by: Zoltán Böszörményi --- meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta

Re: [OE-Core][PATCH] curl-native: add missing ca-certificates.crt file

2023-11-13 Thread Piotr Łobacz
Dnia poniedziałek, 13 listopada 2023 12:35:23 CET Richard Purdie pisze: > On Fri, 2023-11-10 at 20:37 +0100, Piotr Łobacz wrote: > > By default curl is being configured with: > > > > --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt > > > > which causes an issue for native build, when

Re: [OE-Core][PATCH] curl-native: add missing ca-certificates.crt file

2023-11-13 Thread Richard Purdie
On Fri, 2023-11-10 at 20:37 +0100, Piotr Łobacz wrote: > By default curl is being configured with: > > --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt > > which causes an issue for native build, when calling > curl-native command, as certificates file is missing. > > This commit fix

[OE-core] [nanbield][PATCH] oeqa,ssh: Handle SSHCall timeout error code

2023-11-13 Thread luca fancellu
The current code in ssh.py is terminating the ssh process that does not finish its computation in a given timeout (when timeout is passed), the SSHCall function is returning the process error code. The Openssl ssh before version 8.6_p1 is returning 0 when it is terminated, from commit 8a9520836e71

[OE-core] [mickledore][PATCH] oeqa,ssh: Handle SSHCall timeout error code

2023-11-13 Thread luca fancellu
The current code in ssh.py is terminating the ssh process that does not finish its computation in a given timeout (when timeout is passed), the SSHCall function is returning the process error code. The Openssl ssh before version 8.6_p1 is returning 0 when it is terminated, from commit 8a9520836e71

Re: [OE-core] [PATCH v2] oeqa,ssh: Handle SSHCall timeout error code

2023-11-13 Thread luca fancellu
Hi all, > On 9 Nov 2023, at 14:36, luca fancellu via lists.openembedded.org > wrote: > > The current code in ssh.py is terminating the ssh process that > does not finish its computation in a given timeout (when timeout > is passed), the SSHCall function is returning the process error > code. >