Re: [OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.2.1

2019-10-11 Thread Alexander Kanavin
On Fri, 11 Oct 2019 at 22:20, Fabio Berton wrote: > - Update patches with devtool finish --force-patch-refresh I'm not sure what you did exactly, but one of the patches below is incorrectly updated. Do use 'devtool upgrade', which properly rebases the patches and allows you to resolve

[OE-core] [PATCH] mesa: Upgrade 19.1.6 -> 19.2.1

2019-10-11 Thread Fabio Berton
- Update patches with devtool finish --force-patch-refresh - Update license checksum due to commit d5e273aad2 docs: remove pointless line-break This upgrade include the following changes: - Mesa 19.2.1 This is a bug fix release. Full log:

Re: [OE-core] [PATCH 10/19] gtk-doc: upgrade 1.31 -> 1.32

2019-10-11 Thread Alexander Kanavin
On Fri, 11 Oct 2019 at 21:30, akuster808 wrote: > > --- a/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch > > +++ b/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch > > @@ -1,4 +1,4 @@ > > -From 9537a7998a220b698b26d926a111bb400ff1ce01 Mon Sep 17 00:00:00 2001 > > +From

Re: [OE-core] [PATCH 10/19] gtk-doc: upgrade 1.31 -> 1.32

2019-10-11 Thread akuster808
On 10/11/19 4:47 AM, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch | 2 +- > .../gtk-doc/{gtk-doc_1.31.bb => gtk-doc_1.32.bb} | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename

[OE-core] [thud][PATCH v4] libsolv: Security fix for CVEs:

2019-10-11 Thread Muminul Islam
Signed-off-by: Muminul Islam CVE: CVE-2018-20532 CVE-2018-20533 CVE-2018-20534 Upstream-Status: Backport Cherry picked from https://github.com/openSUSE/libsolv/pull/291/commits --- ...0003-Fix-Dereference-of-null-pointer.patch | 33 .../0004-Fix-Add-va_end-before-return.patch | 36

Re: [OE-core] [PATCH] uninative: check .done file instead of tarball

2019-10-11 Thread akuster808
On 10/11/19 2:06 AM, Stefan Agner wrote: > From: Stefan Agner > > In case multiple builds share UNINATIVE_DLDIR's location, one build > might be in the process of downloading the tarball while another is > just checking whether the tarball exists. Check for the done file > instead and rely on

Re: [OE-core] [PATCH 09/19] webkitgtk: update 2.24.4 -> 2.26.1

2019-10-11 Thread Khem Raj
On Fri, Oct 11, 2019 at 4:49 AM Alexander Kanavin wrote: > > Drop patches: > - 0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch - this > has been a pain to rebase for a while as upstream keeps shifting and > changing the code that needs to be modified. If the issue the patch > is addressing

[OE-core] [PATCH 17/19] libmodulemd-v1: introduce the recipe

2019-10-11 Thread Alexander Kanavin
Upstream has split version 1 of the libmodulemd recipe into its own branch and removed version 1 from the master branch and 2.x releases; as libdnf requires v1 of libmodulemd, this commit introduces a v1-specific revipe. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 19/19] createrepo-c: upgrade to 0.15.1

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{createrepo-c_0.15.0.bb => createrepo-c_0.15.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.15.0.bb => createrepo-c_0.15.1.bb} (95%) diff --git

[OE-core] [PATCH 16/19] meson: update to 0.52.0

2019-10-11 Thread Alexander Kanavin
Drop backported patches. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 7 +-- ...efined-by-the-existance-of-a-cross-f.patch | 28 --- .../0001-Make-CPU-family-warnings-fatal.patch | 8 +-- ...etect-windows-also-if-the-system-str.patch | 29

[OE-core] [PATCH 15/19] vala: upgrade 0.44.7 -> 0.46.3

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.44.7.bb => vala_0.46.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.44.7.bb => vala_0.46.3.bb} (57%) diff --git a/meta/recipes-devtools/vala/vala_0.44.7.bb

[OE-core] [PATCH 18/19] libmodulemd: remove the recipe

2019-10-11 Thread Alexander Kanavin
Version 2 of the recipe is not actually required by anything; the lidmodulemd dependency in createrepo-c is optional, and the libmodulemd feature is not used in YP. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 - .../createrepo-c/createrepo-c_0.15.0.bb

[OE-core] [PATCH 14/19] p11-kit: upgrade 0.23.16.1 -> 0.23.18.1

2019-10-11 Thread Alexander Kanavin
Drop the patch that has been merged upstream. Signed-off-by: Alexander Kanavin --- ...-languages-for-which-upstream-does-n.patch | 29 --- ...-kit_0.23.16.1.bb => p11-kit_0.23.18.1.bb} | 6 ++-- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644

[OE-core] [PATCH 09/19] webkitgtk: update 2.24.4 -> 2.26.1

2019-10-11 Thread Alexander Kanavin
Drop patches: - 0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch - this has been a pain to rebase for a while as upstream keeps shifting and changing the code that needs to be modified. If the issue the patch is addressing is still relevant, please work with upstream to fix it at the source

[OE-core] [PATCH 10/19] gtk-doc: upgrade 1.31 -> 1.32

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch | 2 +- .../gtk-doc/{gtk-doc_1.31.bb => gtk-doc_1.32.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gtk-doc/{gtk-doc_1.31.bb =>

[OE-core] [PATCH 11/19] libdazzle: upgrade 3.32.3 -> 3.34.1

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdazzle/{libdazzle_3.32.3.bb => libdazzle_3.34.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libdazzle/{libdazzle_3.32.3.bb => libdazzle_3.34.1.bb} (73%) diff --git

[OE-core] [PATCH 08/19] epiphany: upgrade 3.32.4 -> 3.34.1

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.32.4.bb => epiphany_3.34.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.32.4.bb => epiphany_3.34.1.bb} (84%) diff --git

[OE-core] [PATCH 13/19] mpg123: upgrade 1.25.11 -> 1.25.12

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mpg123/{mpg123_1.25.11.bb => mpg123_1.25.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.25.11.bb => mpg123_1.25.12.bb} (94%) diff --git

[OE-core] [PATCH 07/19] sysprof: update to 3.34.1

2019-10-11 Thread Alexander Kanavin
0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch is replaced by a meson option. Signed-off-by: Alexander Kanavin --- ...thing-in-help-as-it-requires-itstool.patch | 27 -- ...-Define-NT_GNU_BUILD_ID-if-undefined.patch | 35 +++

[OE-core] [PATCH 12/19] libsecret: upgrade 0.19.0 -> 0.19.1

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsecret/{libsecret_0.19.0.bb => libsecret_0.19.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.19.0.bb => libsecret_0.19.1.bb} (81%) diff --git

[OE-core] [PATCH 06/19] glib-networking: update to 2.62.1

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.60.3.bb => glib-networking_2.62.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.60.3.bb => glib-networking_2.62.1.bb} (88%) diff --git

[OE-core] [PATCH 03/19] runqemu: unset another environment variable for 'egl-headless'

2019-10-11 Thread Alexander Kanavin
Some host distributions (opensuse for example) are using 'pkgconf', which, unlike the original pkg-config, appends PKG_CONFIG_SYSROOT_DIR to every directory from the .pc file. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 04/19] gobject-introspection: update to 1.62.0

2019-10-11 Thread Alexander Kanavin
Upstream has removed autotools support entirely, so we can drop the chunks of patches that touch it. Signed-off-by: Alexander Kanavin --- ...t-cross-compilation-support-to-meson.patch | 20 +- ...pository-directory-for-native-builds.patch | 6 +- ...lete-upstream-attempt-at-cross-compi.patch

[OE-core] [PATCH 05/19] glib-2.0: upgrade to 2.62.1

2019-10-11 Thread Alexander Kanavin
Drop backported 0001-meson-do-a-build-time-check-for-strlcpy-before-attem.patch and 0001-meson.build-do-not-hardcode-linux-as-the-host-system.patch where upstream has removed the problematic bit. Signed-off-by: Alexander Kanavin --- ...t-write-bindir-into-pkg-config-files.patch | 31 +++---

[OE-core] [PATCH 02/19] oe-selftest: extend virgl gtk test to also check the SDL option

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 3f212bd0eac..8f98a9ead46

[OE-core] [PATCH 01/19] runqemu: add options that enable virgl with the SDL frontend

2019-10-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 1a5aca98ac7..22671f19ec3 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -67,9 +67,9 @@ of the following

Re: [OE-core] [PATCH] uninative: check .done file instead of tarball

2019-10-11 Thread Stefan Agner
Also add Richard. On 2019-10-11 11:06, Stefan Agner wrote: > From: Stefan Agner > > In case multiple builds share UNINATIVE_DLDIR's location, one build > might be in the process of downloading the tarball while another is > just checking whether the tarball exists. Check for the done file >

[OE-core] [PATCH] uninative: check .done file instead of tarball

2019-10-11 Thread Stefan Agner
From: Stefan Agner In case multiple builds share UNINATIVE_DLDIR's location, one build might be in the process of downloading the tarball while another is just checking whether the tarball exists. Check for the done file instead and rely on the fetchers lockfile mechanism in case two builds are

Re: [OE-core] [PATCH v2] uninative: Update to 2.7 release

2019-10-11 Thread Stefan Agner
On 2019-10-11 10:26, Stefan Agner wrote: > On 2019-10-07 18:47, Michael Halstead wrote: >> The 2.7 release updates glibc to version 2.30. Recently added to openSUSE >> Tumbleweed and needed for Fedora Core 31. > > Since we updated master to include this commit we see regularly the following >

Re: [OE-core] [PATCH v2] uninative: Update to 2.7 release

2019-10-11 Thread Richard Purdie
On Fri, 2019-10-11 at 10:26 +0200, Stefan Agner wrote: > We run several build in parallel using the same downloads folder, it > seems to me that > there is a race condition. The history shows the warning several > times already with > exit code 127, but in those instances the bulid succeeded > >

Re: [OE-core] [PATCH v2] uninative: Update to 2.7 release

2019-10-11 Thread Stefan Agner
On 2019-10-07 18:47, Michael Halstead wrote: > The 2.7 release updates glibc to version 2.30. Recently added to openSUSE > Tumbleweed and needed for Fedora Core 31. Since we updated master to include this commit we see regularly the following issues: WARNING: Disabling uninative as unable to

[OE-core] [warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-11 Thread Nicolas Dechesne
From: Dmitry Eremin-Solenikov If one has provided external key/certificate for modules signing, Kbuild will skip creating signing_key.pem and will write only signing_key.x509 certificate. Thus we have to check for .x509 file existence rather than .pem one. Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [thud][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-11 Thread Nicolas Dechesne
From: Dmitry Eremin-Solenikov If one has provided external key/certificate for modules signing, Kbuild will skip creating signing_key.pem and will write only signing_key.x509 certificate. Thus we have to check for .x509 file existence rather than .pem one. Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [PATCH] runqemu: Remove disabling of high resolution timer

2019-10-11 Thread Joerg Vehlow
From: Joerg Vehlow The option 'highres=off' sneaked itself into the runqemu script for all configurations, where the root filesystem type is not 'cpio' or 'cpio.gz'. See: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13590 Signed-off-by: Joerg Vehlow --- scripts/runqemu | 4 ++-- 1 file