Re: [OE-core] [master-next][PATCH 1/3] PSPLASH_FIFO_DIR: refactor

2020-12-30 Thread Naveen Saini
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: Wednesday, December 30, 2020 10:10 PM > To: Trevor Woerner ; openembedded- > c...@lists.openembedded.org > Cc: Ross Burton ; Jon Mason > ; Saini, Naveen

Re: [OE-core] [PATCH 2/2] selftest/reproducible: Add useradd-staticids to reproducible builds tests

2020-12-30 Thread Naveen Saini
la.yoctoproject.org/show_bug.cgi?id=14162 Recently one more reproducibility failure observed with man-db package. Looks like Owner and Group of files '/usr/bin/man' and '/usr/bin/mandb' are missing/differnet. https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20201230-c

Re: [OE-core] [PATCH v2 0/2] meson: fixup nativesdk sysroot

2020-12-30 Thread Randy Li
> On Dec 31, 2020, at 12:43 PM, Saini, Naveen Kumar > wrote: > > This failing in case of non-native sdk too, where PKG_CONFIG_SYSROOT_DIR is > also exported. It does not prepend PKG_CONFIG_SYSROOT_DIR path. > > I think it should be fixed manually by prepending sysroot path. I was having su

Re: [OE-core] [PATCH v2 0/2] meson: fixup nativesdk sysroot

2020-12-30 Thread Naveen Saini
This failing in case of non-native sdk too, where PKG_CONFIG_SYSROOT_DIR is also exported. It does not prepend PKG_CONFIG_SYSROOT_DIR path. I think it should be fixed manually by prepending sysroot path. + pkgconf_sysroot = run_command(python3, '-c', 'import os; print(os.environ.get("PKG_CON

Re: [OE-core] [PATCH 1/2] p11-kit: upgrade 0.23.21 -> 0.23.22

2020-12-30 Thread Anuj Mittal
On Wed, 2020-12-30 at 15:26 +0100, Alexander Kanavin wrote: > I believe this update breaks DISTRO_FEATURES += "api-documention" > builds, that's why I took it out from my batch. If you can fix that, > would be appreciated. > I think it's related to: https://github.com/mesonbuild/meson/issues/214

Re: [OE-core] [PATCH v2 1/2] meson: don't turn sting into a list in nativesdk

2020-12-30 Thread Randy Li
On Dec 31, 2020, at 7:38 AM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Randy Li >> Sent: den 29 december 2020 04:56 >> To: openembedded-core@lists.openembedded.org >> Cc: Randy Li >> Su

Re: [OE-core] [PATCH v2 0/2] meson: fixup nativesdk sysroot

2020-12-30 Thread Randy Li
> On Dec 30, 2020, at 10:05 PM, Richard Purdie > wrote: > >> On Tue, 2020-12-29 at 11:55 +0800, Randy Li wrote: >> I still saw the request for this patch from Gstreamer users >> sometimes. I have verified this version would work fine. >> >> Only the exported SDK would need this patch. > > Tha

Re: [OE-core] [PATCH v2 1/2] meson: don't turn sting into a list in nativesdk

2020-12-30 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Randy Li > Sent: den 29 december 2020 04:56 > To: openembedded-core@lists.openembedded.org > Cc: Randy Li > Subject: [OE-core] [PATCH v2 1/2] meson: don't turn sting into a list

[OE-core] [PATCH 0/2] A couple of CVE fixes

2020-12-30 Thread Scott Murray
A couple of hopefully straightforward fixes to knock some CVEs off the unpatched list. The grub change does not add a patch but fixes the existing "CVE:" line in a patch so all the associated CVEs will be picked up as patched. Scott Murray (2): grub: fix "CVE:" line in one of the patches patc

[OE-core] [PATCH 1/2] grub: fix "CVE:" line in one of the patches

2020-12-30 Thread Scott Murray
The "CVE:" line in the patch for CVEs 2020-14309, CVE-2020-14310, and CVE-2020-14311 had commas between the CVE numbers, which resulted in CVE-2020-14310 not being picked up as patched by cve-check.bbclass's parsing. Remove the commas to match cve-check.bbclass's expectations. Signed-off-by: Scot

[OE-core] [PATCH 2/2] patch: fix CVE-2019-20633

2020-12-30 Thread Scott Murray
* CVE detail: https://nvd.nist.gov/vuln/detail/CVE-2019-20633 * upstream tracking: https://savannah.gnu.org/bugs/index.php?56683 * Fixes potential for double free after incomplete fix for CVE-2018-6952 - src/pch.c (another_hunk): Avoid invalid memory access in context format diffs. Signed-

Re: [OE-core] [PATCH] wic/direct/ksparser: ensure fsuuid for vfat and msdos align with format

2020-12-30 Thread Richard Purdie
On Wed, 2020-12-30 at 14:17 +0800, Lee Chee Yang wrote: From: Lee Chee Yang vfat/msdos filesystem should have fsuuid in format 0x where "0x" in front follow with 8 hexadecimal number in uppercase. In wic, when using custom fsuuid for vfat/msdos partition in wks, it is able to set the valu

Re: [OE-core] [PATCH 2/2] selftest/reproducible: Add useradd-staticids to reproducible builds tests

2020-12-30 Thread Richard Purdie
On Sun, 2020-12-27 at 14:08 +0100, Alexander Kanavin wrote: > I wonder if this also addresses some of the existing entries on the > exception list? I've wondered that too. We probably need to analyse the results of some of the builds and see if any are reproducing that didn't previously... We do

Re: [OE-core] [PATCH 1/2] p11-kit: upgrade 0.23.21 -> 0.23.22

2020-12-30 Thread Alexander Kanavin
I believe this update breaks DISTRO_FEATURES += "api-documention" builds, that's why I took it out from my batch. If you can fix that, would be appreciated. Please remember to 'git commit --amend -s --reset-author' so the patches come from you, and not AUH. Alex On Wed, 30 Dec 2020 at 10:01, Lee

Re: [OE-core] [AUH] autoconf: upgrading to 2.70 FAILED

2020-12-30 Thread Richard Purdie
On Sun, 2020-12-27 at 08:49 -0500, Alexander Kanavin wrote: > I wish GNU would just let autotools stagnate and die (non-GNU moving > to meson in droves should've given them a clue). But here we are: > first new release of autoconf in 8 years. > > Ross, would you be able to look into updating this?

Re: [OE-core] [master-next][PATCH 1/3] PSPLASH_FIFO_DIR: refactor

2020-12-30 Thread Richard Purdie
On Thu, 2020-12-24 at 10:31 -0500, Trevor Woerner wrote: > Add an entry for the psplash fifo directory to /etc/default/rcS and > have the > pieces of code that need it source it from there rather than > duplicating the > definition in multiple places throughout the code. > > Signed-off-by: Trevor

Re: [OE-core] [PATCH v2 0/2] meson: fixup nativesdk sysroot

2020-12-30 Thread Richard Purdie
On Tue, 2020-12-29 at 11:55 +0800, Randy Li wrote: > I still saw the request for this patch from Gstreamer users > sometimes. I have verified this version would work fine. > > Only the exported SDK would need this patch. Thanks for the patches, is there something we should add to the automated te

[OE-core] [PATCH] meta-selftest/staticids: Add ids for other recipes

2020-12-30 Thread Richard Purdie
Add dhcpc's uid/gid to the static configs used by meta-selftest for testing since dhcpc was added to OE-Core. Also realised many other ids were missing for other OE-Core recipes so also add those. Signed-off-by: Richard Purdie --- meta-selftest/files/static-group | 9 - meta-selftest/f

[OE-core] [PATCH 2/2] gdk-pixbuf: fix CVE-2020-29385

2020-12-30 Thread Lee Chee Yang
From: Lee Chee Yang Backport patch from https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/commit/bdd3acbd48a575d418ba6bf1b32d7bda2fae1c81 image file in upstream patch is for test purpose only, it cause error during do_patch so drop it: File tests/test-images/fail/hang_114.gif: git binary diffs are not

[OE-core] [PATCH 1/2] p11-kit: upgrade 0.23.21 -> 0.23.22

2020-12-30 Thread Lee Chee Yang
From: Upgrade Helper https://github.com/p11-glue/p11-kit/releases/tag/0.23.22 Release notes: Fix memory-safety issues that affect the RPC protocol (CVE-2020-29361, CVE-2020-29362, and CVE-2020-29363), discovered and fixed by David Cook anchor: Prefer persistent format when storing anchor [#329]

[OE-core] [PATCH] dhcpcd: upgrade 9.3.4 -> 9.4.0

2020-12-30 Thread Yi Zhao
Drop backported patches: 0001-Linux-Fix-privsep-build-by-including-sys-termios.h-f.patch 0001-privsep-Fix-Linux-i386-for-SECCOMP-as-it-just-uses-s.patch Signed-off-by: Yi Zhao --- .../{dhcpcd_9.3.4.bb => dhcpcd_9.4.0.bb} | 4 +- ...p-build-by-including-sys-termios.h-f.patch | 29 --