[OE-core] [thud][PATCH 3/3] Curl: Securiyt fix CVE-2019-5435 CVE-2019-5436

2019-06-05 Thread Armin Kuster
From: Armin Kuster Source: CUrl.org MR: 98455 Type: Security Fix Disposition: Backport from https://curl.haxx.se/ ChangeID: 86b094a440ea473b114764e8d64df8142d561609 Description: Fixes CVE-2019-5435 CVE-2019-5436 Signed-off-by: Armin Kuster --- meta/recipes-support/curl/curl/CVE-2019-5435.patc

[OE-core] [thud][PATCH 2/3] wget: Security fix for CVE-2019-5953

2019-06-05 Thread Armin Kuster
From: Armin Kuster Source: http://git.savannah.gnu.org/cgit/wget.git MR: 89341 Type: Security Fix Disposition: Backport from http://git.savannah.gnu.org/cgit/wget.git/commit/?id=692d5c5215de0db482c252492a92fc424cc6a97c ChangeID: 1c19a2fd7ead88cc4ee92d425179d60d4635864b Description: Fixes CVE-20

[OE-core] [thud][PATCH 1/3] glib-2.0: Security fix for CVE-2019-12450

2019-06-05 Thread Armin Kuster
From: Armin Kuster Source: glib-2.0 MR: 98443 Type: Security Fix Disposition: Backport from https://gitlab.gnome.org/GNOME/glib/commit/d8f8f4d637ce43f8699ba94c9b7648beda0ca174 ChangeID: 880b9b349cb8d82c7c1314a3657ec9094baba741 Description: Signed-off-by: Armin Kuster --- .../glib-2.0/glib-2.0

Re: [OE-core] [PATCH] toolchain-scripts: make rpm work in toolchain

2019-06-05 Thread Lei, Maohui
Hi, Richard > Whilst I can guess why, its not obvious at all the dnf needs > MACHINE_ARCH. I'd probably be happier with a better variable name. > Which code exactly is using it? Arch information is necessary for rpm. As what do for dnf-native in _configure_rpm function, nativesdk-dnf has to do t

Re: [OE-core] [PATCH v2] json-c: Make implicit-fallthrough only a warning for compilation under icecc

2019-06-05 Thread Douglas Royds via Openembedded-core
Please disregard this one, I have submitted a newer patch under a new subject-line: json-c: Disable icecc to avoid implicit-fallthrough warning as error On 6/06/19 1:13 PM, Douglas Royds wrote: icecc preprocesses source files locally before shipping them off to be compiled on remote hosts

[OE-core] [PATCH] json-c: Disable icecc to avoid implicit-fallthrough warning as error

2019-06-05 Thread Douglas Royds via Openembedded-core
icecc preprocesses source files locally before shipping them off to be compiled on remote hosts. This preprocessing removes comments, including /* fallthrough */ comments in switch statements that normally prevent the implicit-fallthrough warning. Rather than turning off -Werror by patching confi

[OE-core] [PATCH v2] json-c: Make implicit-fallthrough only a warning for compilation under icecc

2019-06-05 Thread Douglas Royds via Openembedded-core
icecc preprocesses source files locally before shipping them off to be compiled on remote hosts. This preprocessing removes comments, including /* fallthrough */ comments in switch statements that normally prevent the implicit-fallthrough warning. Rather than turning off -Werror completely, just r

[OE-core] [PATCH] json-c: Make implicit-fallthrough only a warning for compilation under icecc

2019-06-05 Thread Douglas Royds via Openembedded-core
icecc preprocesses source files locally before shipping them off to be compiled on remote hosts. This preprocessing removes comments, including /* fallthough */ comments in switch statements that normally prevent the implicit-fallthrough warning. Rather than turning off -Werror completely, just red

[OE-core] [oe-core][PATCH 1/1] slang: modify an array test

2019-06-05 Thread Joe Slater
One array test attempts to create an array that is far too large to exist. Different exceptions are thrown for 32 and 64 bit machines, so we account for that when catching them. Signed-off-by: Joe Slater --- meta/recipes-extended/slang/slang/array_test.patch | 20 1 file ch

Re: [OE-core] [meta-oe][PATCH 2/2] bash: inherit useradd and remove redundant patch

2019-06-05 Thread Richard Purdie
On Tue, 2019-06-04 at 15:29 -0400, Sakib Sajal wrote: > 1) inherit useradd to allow new users to be created. > > Ensure that useradd/del are available when running > bash ptests. > > 2) run ptest as non-root. > > Removed patch: >fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch > >

Re: [OE-core] [PATCH] Remove manual RDEPENDS from PN-ptest to PN package

2019-06-05 Thread Richard Purdie
On Wed, 2019-06-05 at 21:41 +0300, Adrian Bunk wrote: > They are now added automatically by the ptest class. > > Signed-off-by: Adrian Bunk > --- > meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb | 2 +- > meta/recipes-devtools/elfutils/elfutils_0.176.bb| 2 +- > meta/recipes-extended/se

Re: [OE-core] [PATCH] wic/engine: include .wks.in in wic search and list

2019-06-05 Thread Tom Rini
On Wed, Jun 05, 2019 at 11:38:22PM +0800, chee.yang@intel.com wrote: > From: Chee Yang Lee > > allow wic to list and search for kickstart file in .wks.in extension. > basename show by wic list images to fully exclude extension. > > Signed-off-by: Chee Yang Lee Reviewed-by: Tom Rini --

[OE-core] [PATCH] Remove manual RDEPENDS from PN-ptest to PN package

2019-06-05 Thread Adrian Bunk
They are now added automatically by the ptest class. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.5.bb | 2 +- meta/recipes-devtools/elfutils/elfutils_0.176.bb| 2 +- meta/recipes-extended/sed/sed_4.2.2.bb | 2 +- meta/recipes-kernel/lttng/lttng-

[OE-core] [PATCH] openssl: Upgrade 1.1.1b -> 1.1.1c

2019-06-05 Thread Adrian Bunk
Backported patch removed. Signed-off-by: Adrian Bunk --- .../openssl/openssl/CVE-2019-1543.patch | 69 --- .../openssl/openssl/afalg.patch | 6 +- .../{openssl_1.1.1b.bb => openssl_1.1.1c.bb} | 5 +- 3 files changed, 5 insertions(+), 75 deletions(-) delete

[OE-core] [PATCH] gcc: Remove 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch

2019-06-05 Thread Adrian Bunk
This was added 9 years ago as a workaround for a problem with gcc 4.5 on mips. Building webkitgtk works for me without it for qemumips. Debian also builds webkitgtk for 32/64 bit big/little endian mips without using this workaround. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/gcc/gcc-

Re: [OE-core] [PATCH 2/3] p11-kit: Enable nativesdk and trust-paths option

2019-06-05 Thread Philippe Normand
Hi Ross, Thanks for the review! On Wed, 2019-06-05 at 17:09 +0100, Burton, Ross wrote: > On Thu, 30 May 2019 at 14:48, Philippe Normand > wrote: > > +PACKAGECONFIG ??= "trust-paths" > > PACKAGECONFIG[trust-paths] = "--with-trust- > > paths=/etc/ssl/certs/ca-certificates.crt,--without-trust-path

Re: [OE-core] [PATCH 2/3] p11-kit: Enable nativesdk and trust-paths option

2019-06-05 Thread Burton, Ross
On Thu, 30 May 2019 at 14:48, Philippe Normand wrote: > +PACKAGECONFIG ??= "trust-paths" > PACKAGECONFIG[trust-paths] = > "--with-trust-paths=/etc/ssl/certs/ca-certificates.crt,--without-trust-paths,,ca-certificates" Should that be /etc? Or $(sysconfdir)? Especially in native and nativesdk bu

[OE-core] [PATCH] wic/engine: include .wks.in in wic search and list

2019-06-05 Thread chee . yang . lee
From: Chee Yang Lee allow wic to list and search for kickstart file in .wks.in extension. basename show by wic list images to fully exclude extension. Signed-off-by: Chee Yang Lee --- scripts/lib/wic/engine.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/l

[OE-core] [PATCH] meta: license: fix non-SPDX license being removed from INCOMPATIBLE_LICENSE

2019-06-05 Thread Quentin Schulz
A non-SPDX license (which is not an alias to an SPDX license) cannot currently be marked as incompatible in INCOMPATIBLE_LICENSE. In the current state, we take all INCOMPATIBLE_LICENSE and pass them through expand_wildcard_licenses which is only adding SPDX licenses that match the glob regexp of wh

Re: [OE-core] [PATCH] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-05 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 5 juni 2019 16:07 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] package.bbclass: Clean up writing of > runtime pkgdata files > > On Wed, 2019-06-05 at 16:01 +0200, Peter Kjell

Re: [OE-core] [PATCH] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-05 Thread Richard Purdie
On Wed, 2019-06-05 at 16:01 +0200, Peter Kjellerstedt wrote: > This introduces a variable, PKGDATA_VARS, that contains the names of > the variables that are to be output in the runtime pkgdata files. Its a good cleanup, I just know how people are going to use this variable to write out all kind of

[OE-core] [PATCH] package.bbclass: Clean up writing of runtime pkgdata files

2019-06-05 Thread Peter Kjellerstedt
This introduces a variable, PKGDATA_VARS, that contains the names of the variables that are to be output in the runtime pkgdata files. Signed-off-by: Peter Kjellerstedt --- meta/classes/package.bbclass | 56 1 file changed, 18 insertions(+), 38 deletions(-)

[OE-core] [PATCH] bluez5: fix obex packaging

2019-06-05 Thread Diego Rondini
Ship some obex files in the appropriate obex package. This fixes boot error: [FAILED] Failed to start Bluetooth OBEX service. that was caused by the obex.service being shipped in the main package, rather than the -obex (that includes obexd). Signed-off-by: Diego Rondini --- meta/recipes-connecti

Re: [OE-core] [warrior][PATCH] createrepo-c: Fix build QA error for nativesdk-createrepo-c.

2019-06-05 Thread Alexander Kanavin
On Wed, 5 Jun 2019 at 10:21, Lei Maohui wrote: > "QA Issue: nativesdk-createrepo-c rdepends on nativesdk-python3-dev > [dev-deps]" > > +INSANE_SKIP_${PN} += "dev-deps" > BBCLASSEXTEND = "native nativesdk" > This does not fix the issue, but merely silences it.You need to look into the actual pro

Re: [OE-core] make-mod-scripts: Add nostamp flag on configure task

2019-06-05 Thread richard . purdie
On Wed, 2019-06-05 at 16:56 +0800, Jun Nie wrote: > Sorry for start a new mail for I just register to mail list and > cannot > reply original mail. > > Maybe below change to meta/classes/kernel.bbclass is acceptable > because rebuild of make-mod-scripts is triggered only when kernel is > already c

Re: [OE-core] [PATCH] lrzsz: Add implicit declaration fixes from Debian

2019-06-05 Thread Adrian Bunk
On Wed, Jun 05, 2019 at 10:18:31AM +0200, Martin Jansa wrote: > On Mon, Jun 03, 2019 at 09:47:02AM +0300, Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk > > -- > > You need one more dash here, now this v2 comment ended in final commit message > which I believe wasn't the intention. > > http:/

[OE-core] make-mod-scripts: Add nostamp flag on configure task

2019-06-05 Thread Jun Nie
Sorry for start a new mail for I just register to mail list and cannot reply original mail. Maybe below change to meta/classes/kernel.bbclass is acceptable because rebuild of make-mod-scripts is triggered only when kernel is already cleaned for this case. do_clean[depends] += "make-mod-scripts:do

[OE-core] [warrior][master][PATCH] nativesdk-qemu:Make it support aarch64_be.

2019-06-05 Thread Lei Maohui
Otherwise, there will be "no aarch64_be-softmmu" error. Signed-off-by: Lei Maohui --- meta/recipes-devtools/qemu/qemu-targets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu-targets.inc b/meta/recipes-devtools/qemu/qemu-targets.inc index 5

[OE-core] [warrior][PATCH] createrepo-c: Fix build QA error for nativesdk-createrepo-c.

2019-06-05 Thread Lei Maohui
"QA Issue: nativesdk-createrepo-c rdepends on nativesdk-python3-dev [dev-deps]" Signed-off-by: Lei Maohui --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools

Re: [OE-core] [PATCH] lrzsz: Add implicit declaration fixes from Debian

2019-06-05 Thread Martin Jansa
On Mon, Jun 03, 2019 at 09:47:02AM +0300, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > -- You need one more dash here, now this v2 comment ended in final commit message which I believe wasn't the intention. http://git.openembedded.org/openembedded-core/commit/?id=6fa60ac102f6d3977df4236bd5a

[OE-core] [PATCH] Fix license "names"/versions.

2019-06-05 Thread Filip Jareš
These were broken in commit 4786ecdf7cd427089464dcb62579110d494e7cd7 which performed a cleanup to avoid non-standard field names. There is an SPDX License list at https://spdx.org/licenses/ which aims to be a standard. Yocto also uses a substitution map SPDXLICENSEMAP, default one stored at meta/c