Re: [OE-core] [dunfell][PATCH] rpm: fix CVE-2021-3421

2021-06-25 Thread Minjae Kim
Hi Steve and Anuj I tested it on qemu, it works well. - git package is installed by rpm command. - git package is removed by rpm command. Could you tell me what is needed to verify for RPM? Thanks, Minjae Kim. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH 10/19] gdbm: upgrade 1.19 -> 1.20

2021-06-25 Thread Alexander Kanavin
Yes, I think so. This can be left out then. Alex On Fri, 25 Jun 2021 at 18:36, Ross Burton wrote: > A ptest failed in perl with this upgrade in: > > gdbm_firstkey: Item not found at ../../t/lib/dbmt_common.pl line 52. > Compilation failed in require at t/gdbm.t line 6. > > This might be

Re: [OE-core] [PATCH 10/19] gdbm: upgrade 1.19 -> 1.20

2021-06-25 Thread Ross Burton
A ptest failed in perl with this upgrade in: gdbm_firstkey: Item not found at ../../t/lib/dbmt_common.pl line 52. Compilation failed in require at t/gdbm.t line 6. This might be related? Ross On Tue, 22 Jun 2021 at 12:21, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- >

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-06-25 Thread Richard Purdie
On Fri, 2021-06-25 at 17:45 +0200, Rasmus Villemoes wrote: > On 25/06/2021 14.16, Richard Purdie wrote: > > On Fri, 2021-06-25 at 09:37 +0200, Rasmus Villemoes via > > lists.openembedded.org wrote: > > > I noticed that if I have an image recipe that says > > > > > > IMAGE_INSTALL +=

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-06-25 Thread Rasmus Villemoes via lists.openembedded.org
On 25/06/2021 14.16, Richard Purdie wrote: > On Fri, 2021-06-25 at 09:37 +0200, Rasmus Villemoes via > lists.openembedded.org wrote: >> I noticed that if I have an image recipe that says >> >> IMAGE_INSTALL += "kernel-module-foo" >> >> it fails as expected when the kernel hasn't been built with

Re: [OE-core][PATCH] busybox: add tmpdir option into mktemp applet

2021-06-25 Thread Khem Raj
On 6/24/21 11:10 PM, Andrej Valek wrote: - Make mktemp applet compatible with --tmpdir option in ca-certificate update script. Signed-off-by: Andrej Valek Signed-off-by: Peter Marko --- .../busybox/0001-mktemp-add-tmpdir-option.patch| 81 ++

Re: [OE-core][PATCH] linux-yocto/5.10: update SRCREV for NF support

2021-06-25 Thread Bruce Ashfield
Ignore this change. When I release the next set of -stable kernels, this will be part of it. As of now, those changes are not ready for release yet. cheers, Bruce On Fri, Jun 25, 2021 at 11:10 AM Trevor Gamblin wrote: > > yocto-kernel-cache/yocto-5.10 has been updated to support the latest >

Re: [OE-core][PATCH] linux-yocto/5.10: update SRCREV for NF support

2021-06-25 Thread Trevor Gamblin
On 2021-06-25 11:10 a.m., Trevor Gamblin wrote: yocto-kernel-cache/yocto-5.10 has been updated to support the latest kernel netfilter/nf_tables configurations, so update the SRCREV to match. Just ignore this one, didn't understand the workflow... Signed-off-by: Trevor Gamblin ---

[OE-core][PATCH] linux-yocto/5.10: update SRCREV for NF support

2021-06-25 Thread Trevor Gamblin
yocto-kernel-cache/yocto-5.10 has been updated to support the latest kernel netfilter/nf_tables configurations, so update the SRCREV to match. Signed-off-by: Trevor Gamblin --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.10.bb| 2 +- 2

Re: [OE-core] [dunfell][PATCH] rpm: fix CVE-2021-3421

2021-06-25 Thread Steve Sakoman
On Thu, Jun 24, 2021 at 7:30 PM Minjae Kim wrote: > > In order to fix CVE-2021-3421, I added RPMSIGTAG_FILESIGNATURES and > RPMSIGTAG_FILESIGNATURELENGTH in lib/rpmtag.h. > So It is possible to build. but I cannot test on target yet. FWIW, a-full test on the autobuilder passed with this patch

[OE-core] [PATCH] dpkg: Add ARC support

2021-06-25 Thread Alexey Brodkin via lists.openembedded.org
This back-ports ARC support which was added after the most recent tag 1.20.9 was cut. So on the next version bump this change to be reverted. Signed-off-by: Alexey Brodkin --- .../dpkg/0014-arch-Add-support-for-ARCv2-CPU.patch | 68 ++

[OE-core][PATCH v2] meta-skeleton: update to satisfy yocto-check-layer tests

2021-06-25 Thread Scott Weaver
Added readme to satisfy the readme file test. Updated busybox bbappend to satisfy the signature test. [YOCTO #13612] Signed-off-by: Scott Weaver --- meta-skeleton/README.skeleton | 4 meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 3 ++- 2 files changed, 6

[OE-core] [meta-oe] sysbench: added volatile modifier to tmp variable

2021-06-25 Thread massimo toscanelli via lists.openembedded.org
In sysbench version 0.4, the tmp variable used by the memory test to execute requests is optimized by the compiler. Caching mechanism reduces the direct accesses to the memory increasing the transfer speed. This leads to false timing estimations that considerably affect read and also random write

Re: [OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-06-25 Thread Richard Purdie
On Fri, 2021-06-25 at 09:37 +0200, Rasmus Villemoes via lists.openembedded.org wrote: > I noticed that if I have an image recipe that says > > IMAGE_INSTALL += "kernel-module-foo" > > it fails as expected when the kernel hasn't been built with CONFIG_FOO=m. > > However, if at the same time

Re: [OE-core] [hardknott][PATCH] curl: fix build when proxy is not enabled in PACKAGECONFIG

2021-06-25 Thread Trevor Gamblin
On 2021-06-24 3:42 a.m., Anuj Mittal wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Backport upstream patches to fix issues introduced by a backported CVE patch. Fixes: | ../../curl-7.75.0/lib/vtls/vtls.c: In function ‘Curl_ssl_addsessionid’: |

[OE-core] [PATCH] package_pkgdata: Avoid task hash mismatches for generic task changes

2021-06-25 Thread Richard Purdie
Add SSTATETASKS to package_prepare_pkgdata[vardepsexclude] since otherwise the task hashes vary depending upon which packaging backends are enabled and likely other changes which add/remove unrelated sstate tasks. Signed-off-by: Richard Purdie --- meta/classes/package_pkgdata.bbclass | 2 +- 1

[OE-core] [hardknott][PATCH] libgcrypt: upgrade 1.9.2 -> 1.9.3

2021-06-25 Thread Lee Chee Yang
From: Alexander Kanavin License-Update: added terms for cipher/cipher-gcm-ppc.c, still under GPL (From OE-Core rev: d28c1f67c447f99313890e68083da61adcc66f74 ) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Lee Chee Yang --- .../libgcrypt/{libgcrypt_1.9.2.bb

Re: [OE-core] [PATCH] sstate.bbclass: fix errors about read-only sstate mirrors

2021-06-25 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Michael Ho > Sent: den 24 juni 2021 12:40 > To: openembedded-core@lists.openembedded.org > Cc: Michael Ho > Subject: [OE-core] [PATCH] sstate.bbclass: fix errors about

[OE-core] RRECOMMENDS "masking" unsatisfiable IMAGE_INSTALL

2021-06-25 Thread Rasmus Villemoes via lists.openembedded.org
I noticed that if I have an image recipe that says IMAGE_INSTALL += "kernel-module-foo" it fails as expected when the kernel hasn't been built with CONFIG_FOO=m. However, if at the same time some other package which happens to get installed in the same image says RRECOMMENDS_${PN} +=

[OE-core][PATCH] busybox: add tmpdir option into mktemp applet

2021-06-25 Thread Andrej Valek
- Make mktemp applet compatible with --tmpdir option in ca-certificate update script. Signed-off-by: Andrej Valek Signed-off-by: Peter Marko --- .../busybox/0001-mktemp-add-tmpdir-option.patch| 81 ++ meta/recipes-core/busybox/busybox_1.33.1.bb| 5 +- 2 files