[OE-core][master][hardknott][PATCH] rsync: fix CVE-2020-14387

2021-04-24 Thread Chen Qi
Backport patch to fix CVE-2020-14387. Signed-off-by: Chen Qi --- ...-the-hostname-in-the-certificate-whe.patch | 31 +++ meta/recipes-devtools/rsync/rsync_3.2.3.bb| 1 + 2 files changed, 32 insertions(+) create mode 100644 meta/recipes-devtools/rsync/files/0001-rsync-ssl-V

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
musl/x86 apt fails https://errors.yoctoproject.org/Errors/Details/577480/ On Sat, Apr 24, 2021 at 3:16 PM Khem Raj wrote: > > riscv32 is not happy > > ERROR: Nothing PROVIDES 'libseccomp' (but > /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-core/systemd/systemd_247.6.bb, > /h

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
riscv32 is not happy ERROR: Nothing PROVIDES 'libseccomp' (but /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-core/systemd/systemd_247.6.bb, /home/jenkins/oe/world/yoe/sources/openembedded-core/meta/recipes-support/gnutls/gnutls_3.7.1.bb DEPENDS on or otherwise requires it) libs

Re: [OE-core] [dunfell][PATCH] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland

2021-04-24 Thread Steve Sakoman
On Fri, Apr 23, 2021 at 4:26 AM Kai Uwe Broulik via lists.openembedded.org wrote: > > The code in ext/qt/meson.build looks for the Qt5WaylandClient pkg-config file. > Without this module, qmlglsink will not work with Wayland. > This can be tested by checking whether or not HAVE_QT_WAYLAND has > be

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
On Sat, Apr 24, 2021 at 9:55 AM akuster808 wrote: > > > On 4/24/21 9:19 AM, Khem Raj wrote: > > On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster > wrote: > >> ptest results: > >> Regression Test Summary > >> tests run: 1404 > >> tests skipped: 369 > >> tests passed: 1402 > >> tests failed: 2 > >

Re: [OE-core] [PATCH] libseccomp: Add MAINTAINERS entry and HOMEPAGE

2021-04-24 Thread Armin Kuster
On 4/24/21 9:56 AM, Richard Purdie wrote: > Add entries for the migrated recipe to passify the various checks. shoot. You even mentioned it to me.  Man, getting old... thanks Armin > > Signed-off-by: Richard Purdie > --- > meta/conf/distro/include/maintainers.inc| 1 + > meta/recip

Re: [OE-core] [PATCH 5/6] packagegroups/packagegroup-base: add seccomp grp

2021-04-24 Thread Armin Kuster
On 4/24/21 9:23 AM, Khem Raj wrote: > On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: >> This allows for inclusion of the package when >> the FEATURE is set >> > isn't liibseccomp a library which would be automatically included if a > package needs it ? > in that case we may avoid this packa

[OE-core] [PATCH] libseccomp: Add MAINTAINERS entry and HOMEPAGE

2021-04-24 Thread Richard Purdie
Add entries for the migrated recipe to passify the various checks. Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc| 1 + meta/recipes-support/libseccomp/libseccomp_2.5.1.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maint

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Armin Kuster
On 4/24/21 9:19 AM, Khem Raj wrote: > On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: >> ptest results: >> Regression Test Summary >> tests run: 1404 >> tests skipped: 369 >> tests passed: 1402 >> tests failed: 2 >> tests errored: 154 >> >> Add feature_check so that the other recipes wh

Re: [OE-core] [PATCH 5/6] packagegroups/packagegroup-base: add seccomp grp

2021-04-24 Thread Khem Raj
On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: > > This allows for inclusion of the package when > the FEATURE is set > isn't liibseccomp a library which would be automatically included if a package needs it ? in that case we may avoid this packagegrooup > Signed-off-by: Armin Kuster > ---

Re: [OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Khem Raj
On Sat, Apr 24, 2021 at 8:56 AM Armin Kuster wrote: > > ptest results: > Regression Test Summary > tests run: 1404 > tests skipped: 369 > tests passed: 1402 > tests failed: 2 > tests errored: 154 > > Add feature_check so that the other recipes who can take > advantage of this funtionality can

[OE-core] [PATCH 1/6] libseccomp: move recipe from meta-security to core

2021-04-24 Thread Armin Kuster
ptest results: Regression Test Summary tests run: 1404 tests skipped: 369 tests passed: 1402 tests failed: 2 tests errored: 154 Add feature_check so that the other recipes who can take advantage of this funtionality can enable it. Signed-off-by: Armin Kuster --- .../libseccomp/files/run-pt

[OE-core] [PATCH 6/6] default-distrovars.inc: Add seccomp to DISTRO_FEATURES_DEFAULT

2021-04-24 Thread Armin Kuster
Since xattr is included, seccomp should be too Signed-off-by: Armin Kuster --- meta/conf/distro/include/default-distrovars.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc in

[OE-core] [PATCH 5/6] packagegroups/packagegroup-base: add seccomp grp

2021-04-24 Thread Armin Kuster
This allows for inclusion of the package when the FEATURE is set Signed-off-by: Armin Kuster --- meta/recipes-core/packagegroups/packagegroup-base.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/

[OE-core] [PATCH 0/6] Add libseccomp

2021-04-24 Thread Armin Kuster
This ports over the libseccomp pkg from meta-security. Use DISTRO_FEATURE check to enable recipe Add PACKAGECONFIG tweaking for a few core pkgs if DISTRO_FEATURE (seccomp) is set for a few core pkgs. Skipped updating "file" as I don't recall the issues file enabled with seccomp had on pseudo Ad

[OE-core] [PATCH 4/6] systemd: Enable seccomp if FEATURE is set

2021-04-24 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-core/systemd/systemd_247.6.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_247.6.bb b/meta/recipes-core/systemd/systemd_247.6.bb index 32afa159ec3..ce6ac7ebaa0 100644 --- a/meta/recipes-core/s

[OE-core] [PATCH 2/6] qemu: Enable seccomp if FEATURE is set

2021-04-24 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu_5.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu_5.2.0.bb b/meta/recipes-devtools/qemu/qemu_5.2.0.bb index 7afa66e3960..f265204b105 100644 --- a/meta/recipes-devtools/qemu/qemu_5.2.0.bb ++

[OE-core] [PATCH 3/6] gnutls: Enable seccomp if FEATURE is set

2021-04-24 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/recipes-support/gnutls/gnutls_3.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/gnutls_3.7.1.bb b/meta/recipes-support/gnutls/gnutls_3.7.1.bb index 51d472c8285..3e1958c9695 100644 --- a/meta/recipes-suppo

[OE-core] [PATCH] yocto-check-layer: Avoid bug when iterating and autoadding dependencies

2021-04-24 Thread Richard Purdie
If iterating a layer with multiple components and auto-adding dependencies the tests can break since layers are never removed and order isn't guaranteed to account for that. Fix this by resetting the layer list back to the original list each time before auto-adding the dependencies in each case.

Re: [OE-core] [PATCH] pyyaml: Add missing HOMEPAGE

2021-04-24 Thread Khem Raj
thanks for fixing it. On Sat, Apr 24, 2021 at 6:51 AM Richard Purdie wrote: > > Add a HOMEPAGE to the new recipe to avoid sanity test failures. > > Signed-off-by: Richard Purdie > --- > meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a

[OE-core] [PATCH] pyyaml: Add missing HOMEPAGE

2021-04-24 Thread Richard Purdie
Add a HOMEPAGE to the new recipe to avoid sanity test failures. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb b/meta/recipes-devtools/python/python3-

[OE-core] [PATCH] pyyaml: Add missing HOMEPAGE

2021-04-24 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb b/meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb index c3025fdc662..db8325f90b9 100644 --- a/meta/

Re: [OE-core] [PATCH V2] linux-firmware: Package RSI 911x WiFi firmware

2021-04-24 Thread Marek Vasut
On 3/25/21 7:47 PM, Marek Vasut wrote: On 3/12/21 9:57 PM, Marek Vasut wrote: The RSI 911x WiFi firmware is already part of the linux-firmware repository, package it to make it easily available. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Steve Sakoman --- V2: Rebase on current oe-core