[OE-core] [dunfell][PATCH] dhcp: Fix CVE-2022-2928 & CVE-2022-2929

2022-10-05 Thread Hitendra Prajapati
Source: https://downloads.isc.org/isc/dhcp MR: 122797, 122812 Type: Security Fix Disposition: Backport from https://downloads.isc.org/isc/dhcp/4.4.3-P1/patches/ ChangeID: 31490133cae8fc9c77073f9023955d3ff39c0b6e Description: Fixed CVEs: 1. CVE-2022-2928 2. CVE-2022-2929 Signed-off

[OE-core][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for

2022-10-05 Thread Federico Pellegrin
The configure script present in chrony will explicitly look for pkg-config and without the pkgconfig class it will fail: Checking for pkg-config : No This then affects the possibility (via image features or bbappend) to use features based on nettle/gnutls/nss which strictly require pkgconfig to b

[OE-core] [PATCH] musl: Upgrade to latest master

2022-10-05 Thread Khem Raj
Following changes are part of this SRCREV uprev * dc9285ad fix error cases in gethostbyaddr_r * f9827fc7 remove impossible error case from gethostbyname2_r * f081d533 fix return value of gethostnbyname[2]_r on result not found * 1e7fb12f dns: treat names rejected by res_mkquery as nonexistent rath

[OE-core] [PATCH V3] bluez5: change configuration directory mode

2022-10-05 Thread Ming Liu
From: Ming Liu Change configuration directory mode from 0755 to 0555, this fixes a following warning when bluetoothd starts: | ConfigurationDirectory 'bluetooth' already exists but the mode is different. | (File system: 755 ConfigurationDirectoryMode: 555) Signed-off-by: Ming Liu --- meta/reci

[OE-core] [PATCH] buildtools-tarball: export certificates to python and curl

2022-10-05 Thread Jan-Simon Möller
From: Jan-Simon Moeller The custom path of the ca-certificates.crt within the buildtools-tarball requires more environment variables to be exported. Namely REQUESTS_CA_BUNDLE for the python requests library and CURL_CA_BUNDLE for curl. Signed-off-by: Jan-Simon Moeller --- meta/recipes-core/m

Re: [OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Michael Opdenacker via lists.openembedded.org
On 05.10.22 19:19, Thomas Perrot via lists.openembedded.org wrote: From: Thomas Perrot Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot --- meta/recipes-core/psplash/psplash_gi

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Hello Alex, On Wed, 2022-10-05 at 17:31 +0200, Alexander Kanavin wrote: > Has this regressed at some point? Why was it not needed before? This issue occurs when the rrecommends are not installed. Kind regards, Thomas > > Alex > > On Wed 5. Oct 2022 at 17.01, Thomas Perrot via lists.openembedd

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Bruce Ashfield
On Wed, Oct 5, 2022 at 12:51 PM Thomas Perrot via lists.openembedded.org wrote: > > Hello Khem, > > On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: > > On Wed, Oct 5, 2022 at 8:01 AM Thomas Perrot via > > lists.openembedded.org > > wrote: > > > > > > Otherwise, it isn't possible to interact wi

[OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Khem Raj
On Wed, Oct 5, 2022 at 8:01 AM Thomas Perrot via lists.openembedded.org wrote: > > Otherwise, it isn't possible to interact with the UI. I wonder if it should be in the MACHINE_EXTRA_RRECOMMENDS in machine configs, it will help a wide range of users who may be using graphical images. > > Signed-

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Alexander Kanavin
Then please add this to the commit message. Alex On Wed, 5 Oct 2022 at 18:10, Thomas Perrot wrote: > > Hello Alex, > > On Wed, 2022-10-05 at 17:31 +0200, Alexander Kanavin wrote: > > Has this regressed at some point? Why was it not needed before? > > > This issue occurs when the rrecommends are

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Alexander Kanavin
Does core-image-weston have the same problem? If it does, then this certainly needs to go to qemu include in conf/machine/ Alex On Wed, 5 Oct 2022 at 18:51, Thomas Perrot via lists.openembedded.org wrote: > > Hello Khem, > > On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: > > On Wed, Oct 5, 2

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Hello Khem, On Wed, 2022-10-05 at 09:19 -0700, Khem Raj wrote: > On Wed, Oct 5, 2022 at 8:01 AM Thomas Perrot via > lists.openembedded.org > wrote: > > > > Otherwise, it isn't possible to interact with the UI. > > I wonder if it should be in the MACHINE_EXTRA_RRECOMMENDS in machine > configs, i

Re: [OE-core] [PATCH v2 3/5] u-boot: use openssl-native.bbclass

2022-10-05 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 5 Oct 2022 09:02:00 +0300 "Mikko Rapeli" wrote: > Hi, > > On Tue, Oct 04, 2022 at 11:57:19PM +0200, Luca Ceresoli wrote: > > Hello Mikko, > > > > On Tue, 4 Oct 2022 18:28:07 +0300 > > "Mikko Rapeli" wrote: > > > > > It sets all environment variables correctly for openssl-native. >

Re: [OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Michael Opdenacker via lists.openembedded.org
Hello Thomas Thanks for the patch! On 05.10.22 16:57, Thomas Perrot via lists.openembedded.org wrote: Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot There's a problem with th

Re: [OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Alexander Kanavin
Has this regressed at some point? Why was it not needed before? Alex On Wed 5. Oct 2022 at 17.01, Thomas Perrot via lists.openembedded.org wrote: > Otherwise, it isn't possible to interact with the UI. > > Signed-off-by: Thomas Perrot > --- > meta/recipes-sato/images/core-image-sato.bb | 2 ++

Re: [OE-core] [PATCH V2] bluez5: change configuration directory mode

2022-10-05 Thread Ming Liu
Hi, Peter: You are absolutely right, I also noticed that, it’s a typo, it should be 0555, will send a V3 soon. //Ming Liu > -Original Message- > > From: openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> On Behalf Of Ming Liu > > Sent: den 5 oktober 20

Re: [OE-core] [PATCH V2] bluez5: change configuration directory mode

2022-10-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Ming Liu > Sent: den 5 oktober 2022 15:59 > To: openembedded-core@lists.openembedded.org > Cc: Ming Liu > Subject: [OE-core] [PATCH V2] bluez5: change configuration directory mode > > From: Ming Liu >

Re: [OE-core] [PATCH] gpgme: Allow setuptools3-base to be excluded from the inherit list

2022-10-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Ross Burton > Sent: den 5 oktober 2022 13:27 > To: david.bago...@gmail.com > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] gpgme: Allow setuptools

[OE-core][PATCH] core-image-sato: install virtio input for Qemu targets

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Otherwise, it isn't possible to interact with the UI. Signed-off-by: Thomas Perrot --- meta/recipes-sato/images/core-image-sato.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e63a229d1257..

[OE-core][PATCH] psplash: add psplash-default in rdepends

2022-10-05 Thread Thomas Perrot via lists.openembedded.org
Otherwise when the installation of recommended packages is prevented (NO_RECOMMENDATIONS = "1"), then splash screen will not be cast. Signed-off-by: Thomas Perrot --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ps

[OE-core] [PATCH V2] bluez5: change configuration directory mode

2022-10-05 Thread Ming Liu
From: Ming Liu Change configuration directory mode from 0755 to 0555, this fixes a following warning when bluetoothd starts: | ConfigurationDirectory 'bluetooth' already exists but the mode is different. | (File system: 755 ConfigurationDirectoryMode: 555) Signed-off-by: Ming Liu --- meta/reci

Re: [OE-core] [PATCH] gpgme: Allow setuptools3-base to be excluded from the inherit list

2022-10-05 Thread Ross Burton
> On 5 Oct 2022, at 11:48, David Bagonyi via lists.openembedded.org > wrote: > PYTHON_INHERIT = "${@bb.utils.contains('PACKAGECONFIG', 'python2', > 'pythonnative', '', d)}" > PYTHON_INHERIT .= "${@bb.utils.contains('PACKAGECONFIG', 'python3', > 'python3native python3targetconfig', '', d)}" >

[OE-core] [kirkstone][PATCH] overlayfs: Allow not used mount points

2022-10-05 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov When machine configuration defines a mount point, which is not used in any recipe, allow to fall through and only report a note in the logs. This can be expected behavior, when a mount point is defined for several machines, but not used in all of them Signed-off-by: Vyach

[OE-core] [PATCH] overlayfs: Allow not used mount points

2022-10-05 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov When machine configuration defines a mount point, which is not used in any recipe, allow to fall through and only report a note in the logs. This can be expected behavior, when a mount point is defined for several machines, but not used in all of them Signed-off-by: Vyach

[OE-core][kirkstone][Patch] tiff: Security fixes CVE-2022-2867,CVE-2022-2868 and CVE-2022-2869

2022-10-05 Thread Teoh, Jay Shen
From: Teoh Jay Shen This series of patches include fixes for CVE-2022-2867,CVE-2022-2868 and CVE-2022-2869. These patches are modified using devtool and a review was conducted to make sure they all get applied in the correct location. References: https://web.nvd.nist.gov/view/vuln/detail?vuln

[OE-core] [PATCH] gpgme: Allow setuptools3-base to be excluded from the inherit list

2022-10-05 Thread David Bagonyi
Inheriting setuptools3-base adds a runtime dependency on Python. This change makes inheriting setuptools3-base optional. If one does not want a runtime dependency on Python, they can remove python from LANGUAGES. Signed-off-by: David Bagonyi --- meta/recipes-support/gpgme/gpgme_1.18.0.bb | 3 ++

Re: [OE-core] [RFC PATCH 1/2] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-10-05 Thread Alexander Kanavin
On Wed, 5 Oct 2022 at 07:32, Chuck Wolber wrote: > Can you elaborate on this? > > I only ask because we are using this[1] and this[2] to build this[3] recipe > for hardknott. > > 1. https://github.com/meta-rust/meta-rust/blob/master/lib/crate.py > 2. https://crates.io/crates/cargo-bitbake > 3. >

Re: [OE-core] [docs] [PATCH v2 2/5] classes.rst: document openssl-native.bbclass

2022-10-05 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 10/5/22 10:43, Mikko Rapeli wrote: Hi, On Wed, Oct 05, 2022 at 10:31:25AM +0200, Quentin Schulz wrote: Hi Mikko, On 10/4/22 17:27, Mikko Rapeli wrote: It sets various environment variables correctly for openssl-native. Signed-off-by: Mikko Rapeli --- documentation/ref-manua

Re: [OE-core] [docs] [PATCH v2 2/5] classes.rst: document openssl-native.bbclass

2022-10-05 Thread Mikko Rapeli
Hi, On Wed, Oct 05, 2022 at 10:31:25AM +0200, Quentin Schulz wrote: > Hi Mikko, > > On 10/4/22 17:27, Mikko Rapeli wrote: > > It sets various environment variables correctly for openssl-native. > > > > Signed-off-by: Mikko Rapeli > > --- > > documentation/ref-manual/classes.rst | 11 +

Re: [OE-core] [docs] [PATCH v2 2/5] classes.rst: document openssl-native.bbclass

2022-10-05 Thread Quentin Schulz via lists.openembedded.org
Hi Mikko, On 10/4/22 17:27, Mikko Rapeli wrote: It sets various environment variables correctly for openssl-native. Signed-off-by: Mikko Rapeli --- documentation/ref-manual/classes.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git a/documentation/ref-manual/classes.rst b/d

Re: [OE-core] [PATCH v2 3/5] u-boot: use openssl-native.bbclass

2022-10-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Mikko Rapeli > Sent: den 5 oktober 2022 08:02 > To: Luca Ceresoli > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2 3/5] u-boot: use openssl-nati