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

2019-10-25 Thread Martin Jansa
It's not part of this mesa upgrade, but as you're maintaining it and I'll possibly forget to mention it next time (or if someone is using newest mesa for whatever reason like pinephone does now)... In latest mesa MESA_EGL_NO_X11_HEADERS was renamed to EGL_NO_X11 in:

[OE-core] [thud][PATCH v2] libgcrypt: CVE-2019-12904 fix

2019-10-25 Thread shuagr97
From: Shubham Agrawal --- .../libgcrypt/files/CVE-2019-12904.patch | 501 + meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb | 1 + 2 files changed, 502 insertions(+) create mode 100644 meta/recipes-support/libgcrypt/files/CVE-2019-12904.patch diff --git

[OE-core] [PATCH v5 1/2] libsdl2: Fix build failure when using mesa 19.2.1

2019-10-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v5: - Backport upstream fix ...DL-fails-to-compile-with-Mesa-Master.patch | 41 +++ .../libsdl2/libsdl2_2.0.10.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644

[OE-core] [PATCH] libcap-ng: undefined reference to `pthread_atfork'

2019-10-25 Thread Trevor Woerner
Some hosts need -lpthread in order to link properly (e.g. openSUSE 15.1). Signed-off-by: Trevor Woerner --- meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.10.bb

[OE-core] ✗ patchtest: failure for libgcrypt: CVE-2019-12904 fix

2019-10-25 Thread Patchwork
== Series Details == Series: libgcrypt: CVE-2019-12904 fix Revision: 1 URL : https://patchwork.openembedded.org/series/20686/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v5 2/2] mesa: Upgrade to 19.2.1

2019-10-25 Thread Alistair Francis
From: Alistair Francis Upgrade mesa and mesa-gl to 19.2.1. The license hash change was a trivial new line removal. The glx-tls option was removed as it isn't included in the meson.build file. It has been replaced with 'use-elf-tls' instead. The -Dasm=false was removed as it also is no longer

[OE-core] [PATCH] sudo: Fix fetching sources

2019-10-25 Thread Ferry Toth
It looks like https://www.sudo.ws/download.html changed certificate and directory structure. This breaks fetching sources. Signed-off-by: Ferry Toth --- meta/recipes-extended/sudo/sudo_1.8.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 01:24:51 PM, Trevor Woerner wrote: > On Fri 2019-10-25 @ 07:37:34 AM, akuster808 wrote: > > is someone going to send a patch? > > Yes, I'm working on that now. This looks like something that should be fixed > upstream, so that's the approach I'm taking. Please bear with me :-)

Re: [OE-core] Add recipes for Go v1.13

2019-10-25 Thread Alexander Kube
Done. The latest patchset removes go-1.12 and cleans up the rest of the 1.13 recipes. On Fri, Oct 25, 2019 at 1:49 PM Khem Raj wrote: > 1.12 should be removed along with this > > On Thu, Oct 24, 2019 at 6:29 PM Alexander Kube > wrote: > >> This patch set adds various go-1.13 recipes and

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-10-25 Thread akuster808
On 10/25/19 1:16 PM, George McCollister wrote: > Can we get 59565fec0b3f3e24eb01c03b671913599cd3134d cherry-picked to > warrior now that this has landed in master? once it makes it into zeus mainline. Its staged @ https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/zeus-nmut 

Re: [OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-25 Thread Ferry Toth
Op 25-10-2019 om 21:32 schreef Patchwork: == Series Details == Series: sudo: Fix fetching sources Revision: 1 URL : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response.

Re: [OE-core] [PATCH 1/1] openssl: make OPENSSL_ENGINES match install path

2019-10-25 Thread George McCollister
Can we get 59565fec0b3f3e24eb01c03b671913599cd3134d cherry-picked to warrior now that this has landed in master? Thanks, George -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] ✗ patchtest: failure for sudo: Fix fetching sources

2019-10-25 Thread Patchwork
== Series Details == Series: sudo: Fix fetching sources Revision: 1 URL : https://patchwork.openembedded.org/series/20684/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH v5 4/5] go: Remove go-1.12

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.12.inc | 24 -- ...ow-CC-and-CXX-to-have-multiple-words.patch | 31 -- ...o1.12-security-net-textproto-don-t-n.patch | 163 -- ...ent-based-hash-generation-less-pedan.patch | 218 --

[OE-core] [PATCH v5 5/5] go: Extract common environment setup.

2019-10-25 Thread Alexander Kube
From: Alex Kube Add default values for go environment variables to go-common.inc. Override where appropriate in other go*.inc files, and use host/target tuples from goarch for setting CC flags. Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-common.inc | 10 ++

[OE-core] [PATCH v5 2/5] go: Add go1.13 recipes

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.13.inc | 24 +++ .../go/go-cross-canadian_1.13.bb | 2 ++ meta/recipes-devtools/go/go-cross_1.13.bb | 2 ++ meta/recipes-devtools/go/go-crosssdk_1.13.bb | 2 ++

[OE-core] [PATCH v5 1/5] go: Refactor patches for 1.13.3

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- ...ow-CC-and-CXX-to-have-multiple-words.patch | 38 +++ ...ent-based-hash-generation-less-pedan.patch | 226 ++ ...-to-be-overridden-in-the-environment.patch | 54 ...4-ld-add-soname-to-shareable-objects.patch | 50

[OE-core] [PATCH v5 3/5] go: Change default GOVERSION to 1.13

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 4a23c50631..c6c4cf7ce0 100644 ---

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 07:37:34 AM, akuster808 wrote: > is someone going to send a patch? Yes, I'm working on that now. This looks like something that should be fixed upstream, so that's the approach I'm taking. Please bear with me :-) -- ___

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 06:01:54 PM, Khem Raj wrote: > On Fri, Oct 25, 2019 at 2:45 PM Trevor Woerner wrote: > > Yes, adding the following line fixes it: > > > > LDFLAGS_append_class-native = " -lpthread" > > > > (unless there's a distro-override way of doing it...?) > > > There is no need

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 11:44:14 AM, Trevor Gamblin wrote: > On 10/25/19 11:16 AM, Trevor Woerner wrote: > > Does this break on hosts where it had previously worked? > Doesn't affect my (successful) Fedora build. Would also be interested to > know. Okay, thanks for the report! :-) --

[OE-core] [PATCH 2/2] binutils: fix CVE-2019-17451

2019-10-25 Thread Trevor Gamblin
Backport upstream fix. No upstream release version of binutils it yet, so backport the fix independently. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17451.patch| 51 +++ 2 files changed, 52

[OE-core] [PATCH 1/2] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
Backport upstream fix. No upstream release version of binutils it yet, so backport the fix independently. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99 +++ 2 files changed, 100

Re: [OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread Khem Raj
On Fri, Oct 25, 2019 at 4:05 PM Trevor Gamblin wrote: > On 10/25/19 11:02 AM, akuster808 wrote: > > > > > On 10/25/19 5:22 AM, Trevor Gamblin wrote: > >> Backport upstream fix to zeus. > >> > >> Signed-off-by: Trevor Gamblin > > Does this affect Master? > > > > - armin > >> --- > >>

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Khem Raj
On Fri, Oct 25, 2019 at 2:45 PM Trevor Woerner wrote: > On Fri 2019-10-25 @ 09:22:04 AM, Trevor Woerner wrote: > > On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: > > > perhaps you need to add -pthread to LDFLAGS > > > > I'll set up a test build. > > Yes, adding the following line fixes it: > >

Re: [OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread Randy MacLeod
On 10/25/19 11:05 AM, Trevor Gamblin wrote: It does, but I'm working on an upgrade for binutils to 2.33 for master that I'll then apply this (and another CVE patch) on top of. You should probably send the CVE fix to master so it gets tested there even if there's an upgrade coming in a few

[OE-core] [zeus][PATCH v4 1/2] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99 +++ 2 files changed, 100 insertions(+) create mode 100644

[OE-core] [zeus][PATCH v4 2/2] binutils: fix CVE-2019-17451

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17451.patch| 51 +++ 2 files changed, 52 insertions(+) create mode 100644

[OE-core] ✗ patchtest: failure for binutils: fix CVE-2019-17450 (rev5)

2019-10-25 Thread Patchwork
== Series Details == Series: binutils: fix CVE-2019-17450 (rev5) Revision: 5 URL : https://patchwork.openembedded.org/series/20658/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] ✗ patchtest: failure for binutils: fix CVE-2019-17450 (rev4)

2019-10-25 Thread Patchwork
== Series Details == Series: binutils: fix CVE-2019-17450 (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/20658/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

Re: [OE-core] [thud][PATCH] systemd: Security fixes for CVE

2019-10-25 Thread akuster808
On 10/16/19 2:16 PM, Muminul Islam wrote: > CVE: CVE-2019-3842 CVE-2019-3843 CVE-2019-3844 > > Upstream-Status: Backport Warrior needs these fixes before thud mainline can be fixed. - armin > > Signed-off-by: Muminul Islam > --- > .../systemd/systemd/CVE-2019-3842.patch | 59 + >

Re: [OE-core] [thud][PATCH] curl: Security fix for CVE-2019-5481

2019-10-25 Thread akuster808
On 10/16/19 2:10 PM, Muminul Islam wrote: > CVE: CVE-2019-5481 > > Upstream-Status: Backport Warrior needs to be fixed before I can get this in mainline thud. - Armin > > Signed-off-by: Muminul Islam > --- > .../curl/curl/CVE-2019-5481.patch | 52 +++ >

[OE-core] [zeus][PATCH v2] binutils: fix CVE-2019-17451

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17451.patch| 51 +++ 2 files changed, 52 insertions(+) create mode 100644

Re: [OE-core] [zeus][PATCH] binutils: fix CVE-2019-17451

2019-10-25 Thread Trevor Gamblin
On 10/25/19 11:41 AM, Trevor Gamblin wrote: Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17451.patch| 51 +++ 2 files changed, 52 insertions(+) create mode 100644

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Gamblin
On 10/25/19 11:16 AM, Trevor Woerner wrote: On Fri 2019-10-25 @ 07:37:34 AM, akuster808 wrote: On 10/25/19 6:44 AM, Trevor Woerner wrote: On Fri 2019-10-25 @ 09:22:04 AM, Trevor Woerner wrote: On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: perhaps you need to add -pthread to LDFLAGS

[OE-core] [zeus][PATCH] binutils: fix CVE-2019-17451

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17451.patch| 51 +++ 2 files changed, 52 insertions(+) create mode 100644

Re: [OE-core] [opkg-devel] [yocto][PATCH][opkg] bug 13528 add SPDX id to opkg

2019-10-25 Thread Alejandro Del Castillo
merged thanks again for doing this, its been on the wish-list for a while! -- Cheers, Alejandro On 10/25/19 2:50 AM, Yann CARDAILLAC wrote: > Hi Alejandro, > > Here's patch v2 > > Thanks for your sharpened eyes ! > > Regards, > > On Thu, Oct 24, 2019 at 9:39 PM Alejandro Del Castillo >

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 07:37:34 AM, akuster808 wrote: > > > On 10/25/19 6:44 AM, Trevor Woerner wrote: > > On Fri 2019-10-25 @ 09:22:04 AM, Trevor Woerner wrote: > >> On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: > >>> perhaps you need to add -pthread to LDFLAGS > >> I'll set up a test build. >

Re: [OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
On 10/25/19 11:02 AM, akuster808 wrote: On 10/25/19 5:22 AM, Trevor Gamblin wrote: Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin Does this affect Master? - armin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99

Re: [OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread akuster808
On 10/25/19 5:22 AM, Trevor Gamblin wrote: > Backport upstream fix to zeus. > > Signed-off-by: Trevor Gamblin Does this affect Master? - armin > --- > .../binutils/binutils-2.32.inc| 1 + > .../binutils/binutils/CVE-2019-17450.patch| 99 +++ > 2 files

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread akuster808
On 10/25/19 6:44 AM, Trevor Woerner wrote: > On Fri 2019-10-25 @ 09:22:04 AM, Trevor Woerner wrote: >> On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: >>> perhaps you need to add -pthread to LDFLAGS >> I'll set up a test build. > Yes, adding the following line fixes it: > >

[OE-core] ✗ patchtest: failure for "[v5] go: Refactor patches for ..." and 3 more

2019-10-25 Thread Patchwork
== Series Details == Series: "[v5] go: Refactor patches for ..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/20677/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v5 4/4] go: Remove go-1.12

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.12.inc | 24 -- ...ow-CC-and-CXX-to-have-multiple-words.patch | 31 -- ...o1.12-security-net-textproto-don-t-n.patch | 163 -- ...ent-based-hash-generation-less-pedan.patch | 218 --

[OE-core] [PATCH v4 4/4] Remove go-1.12

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.12.inc | 24 -- ...ow-CC-and-CXX-to-have-multiple-words.patch | 31 -- ...o1.12-security-net-textproto-don-t-n.patch | 163 -- ...ent-based-hash-generation-less-pedan.patch | 218 --

[OE-core] [PATCH v5 3/4] go: Change default GOVERSION to 1.13

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 4a23c50631..c6c4cf7ce0 100644 ---

[OE-core] [PATCH v5 2/4] go: Add go1.13 recipes

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.13.inc | 24 +++ .../go/go-cross-canadian_1.13.bb | 2 ++ meta/recipes-devtools/go/go-cross_1.13.bb | 2 ++ meta/recipes-devtools/go/go-crosssdk_1.13.bb | 2 ++

[OE-core] [PATCH v5 1/4] go: Refactor patches for 1.13.3

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- ...ow-CC-and-CXX-to-have-multiple-words.patch | 38 +++ ...ent-based-hash-generation-less-pedan.patch | 226 ++ ...-to-be-overridden-in-the-environment.patch | 54 ...4-ld-add-soname-to-shareable-objects.patch | 50

[OE-core] [PATCH v2] systemtap: support usrmerge

2019-10-25 Thread Alessio Igor Bogani
Signed-off-by: Alessio Igor Bogani --- meta/recipes-kernel/systemtap/systemtap_git.bb | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 6ee3e1c0f7..1c9f2aed16

[OE-core] ✗ patchtest: failure for "[v4] go: Refactor patches for ..." and 3 more

2019-10-25 Thread Patchwork
== Series Details == Series: "[v4] go: Refactor patches for ..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/20676/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v4 1/4] go: Refactor patches for 1.13.3

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- ...ow-CC-and-CXX-to-have-multiple-words.patch | 38 +++ ...ent-based-hash-generation-less-pedan.patch | 226 ++ ...-to-be-overridden-in-the-environment.patch | 54 ...4-ld-add-soname-to-shareable-objects.patch | 50

[OE-core] [PATCH v4 1/4] go: Refactor patches for 1.13.3

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- ...ow-CC-and-CXX-to-have-multiple-words.patch | 38 +++ ...ent-based-hash-generation-less-pedan.patch | 226 ++ ...-to-be-overridden-in-the-environment.patch | 54 ...4-ld-add-soname-to-shareable-objects.patch | 50

[OE-core] [PATCH v4 4/4] Remove go-1.12

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.12.inc | 24 -- ...ow-CC-and-CXX-to-have-multiple-words.patch | 31 -- ...o1.12-security-net-textproto-don-t-n.patch | 163 -- ...ent-based-hash-generation-less-pedan.patch | 218 --

[OE-core] [PATCH v4 3/4] go: Change default GOVERSION to 1.13

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 4a23c50631..c6c4cf7ce0 100644 ---

[OE-core] [PATCH v4 2/4] go: Add go1.13 recipes

2019-10-25 Thread Alexander Kube
From: Alex Kube Signed-off-by: Alex Kube --- meta/recipes-devtools/go/go-1.13.inc | 24 +++ .../go/go-cross-canadian_1.13.bb | 2 ++ meta/recipes-devtools/go/go-cross_1.13.bb | 2 ++ meta/recipes-devtools/go/go-crosssdk_1.13.bb | 2 ++

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 09:22:04 AM, Trevor Woerner wrote: > On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: > > perhaps you need to add -pthread to LDFLAGS > > I'll set up a test build. Yes, adding the following line fixes it: LDFLAGS_append_class-native = " -lpthread" (unless there's a

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Gamblin
On 10/25/19 9:17 AM, Trevor Woerner wrote: On Fri 2019-10-25 @ 01:30:32 PM, zangrc wrote: hello! We think this problem has something to do with the host environment. We tried to reproduce the error on ubuntu16.04 and fedora29, but they all compiled successfully. Can you tell us which

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Thu 2019-10-24 @ 04:05:10 PM, Khem Raj wrote: > perhaps you need to add -pthread to LDFLAGS That's what it feels like. I'll set up a test build. I'm pretty sure I've stumbled across this in the past, but it seems like different distros package the crypto things differently, therefore building

Re: [OE-core] [PATCH] libcap-ng:upgrade 0.7.9 -> 0.7.10

2019-10-25 Thread Trevor Woerner
On Fri 2019-10-25 @ 01:30:32 PM, zangrc wrote: > hello! > > We think this problem has something to do with the host environment. We > tried to reproduce the error on ubuntu16.04 and fedora29, but they all > compiled successfully. Can you tell us which distributions are having this > problem?

Re: [OE-core] [zeus][PATCH v2] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
On 10/25/19 8:20 AM, Trevor Gamblin wrote: Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99 +++ 2 files changed, 100 insertions(+) create mode 100644

[OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99 +++ 2 files changed, 100 insertions(+) create mode 100644

[OE-core] [zeus][PATCH v2] binutils: fix CVE-2019-17450

2019-10-25 Thread Trevor Gamblin
Backport upstream fix to zeus. Signed-off-by: Trevor Gamblin --- .../binutils/binutils-2.32.inc| 1 + .../binutils/binutils/CVE-2019-17450.patch| 99 +++ 2 files changed, 100 insertions(+) create mode 100644

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-25 Thread Adrian Bunk
On Fri, Oct 25, 2019 at 10:35:20AM +0200, Stefan Herbrechtsmeier wrote: > Am 24.10.19 um 17:59 schrieb Richard Purdie: > > On Thu, 2019-10-24 at 18:37 +0300, Adrian Bunk wrote: > > > On Thu, Oct 24, 2019 at 02:12:43PM +0200, Alexander Kanavin wrote: > > > > On Thu, 24 Oct 2019 at 14:02, Stefan

Re: [OE-core] [zeus][PATCH] binutils: fix CVE-2019-17450

2019-10-25 Thread Khem Raj
On Fri, Oct 25, 2019 at 2:02 AM Trevor Gamblin wrote: > Backport upstream fix to zeus. > > Signed-off-by: Trevor Gamblin > --- > .../binutils/binutils-2.32.inc| 1 + > ...erflow-in-function-find_abstract_ins.patch | 99 +++ > 2 files changed, 100 insertions(+)

Re: [OE-core] [PATCH v3 1/3] recipes-devtools/go: Refactor patches for go-1.13.3

2019-10-25 Thread Khem Raj
Looks good but please delete 1.12 along as well On Thu, Oct 24, 2019 at 9:39 PM Alexander Kube wrote: > From: Alex Kube > > Signed-off-by: Alex Kube > --- > ...ow-CC-and-CXX-to-have-multiple-words.patch | 38 +++ > ...ent-based-hash-generation-less-pedan.patch | 226 ++ >

Re: [OE-core] Add recipes for Go v1.13

2019-10-25 Thread Khem Raj
1.12 should be removed along with this On Thu, Oct 24, 2019 at 6:29 PM Alexander Kube wrote: > This patch set adds various go-1.13 recipes and changes the > poky GOVERSION to 1.13%. It leaves the existing go-1.12 > recipes untouched and available for existing users of > those recipes. > > > --

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-25 Thread Stefan Herbrechtsmeier
Hi Andre, Am 25.10.19 um 10:01 schrieb André Draszik: Hi, This has been an interesting discussion so far. I'd like to throw in something else... A couple years back I wrote a little python script to automatically generate all the required dependency recipes given an npm project's

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-25 Thread Stefan Herbrechtsmeier
Am 24.10.19 um 19:58 schrieb Alexander Kanavin: On Thu, 24 Oct 2019 at 19:45, Stefan Herbrechtsmeier mailto:ste...@herbrechtsmeier.net>> wrote: > The package-lock.json in their tarball is 600K. The project use two major version and seven different versions with 30 installations

[OE-core] [RFC][PATCH v2 3/7] recipetool/create_npm.py: refactor the npm recipe creation handler

2019-10-25 Thread Jean-Marie LEMETAYER
This commit refactors the npm recipe creation handler to use the new npm behavior. The process is kept as simple as possible and only generates the shrinkwrap file. To avoid naming issues the recipe name is now extracted from the npm package name and not directly map. Signed-off-by: Jean-Marie

[OE-core] [RFC][PATCH v2 7/7] oeqa/selftest/recipetool: add npm recipe creation test

2019-10-25 Thread Jean-Marie LEMETAYER
This commit adds a recipetool creation test for npm recipe. Signed-off-by: Jean-Marie LEMETAYER --- meta/lib/oeqa/selftest/cases/recipetool.py | 19 +++ 1 file changed, 19 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/recipetool.py

[OE-core] [RFC][PATCH v2 0/7] NPM refactoring

2019-10-25 Thread Jean-Marie LEMETAYER
The current NPM support have several issues: - The current NPM fetcher downloads the dependency tree but not the other fetchers. The 'subdir' parameter was used to fix this issue. - They are multiple issues with package names (uppercase, exotic characters, scoped packages) even if they are

[OE-core] [RFC][PATCH v2 2/7] devtool: update command line options for npm

2019-10-25 Thread Jean-Marie LEMETAYER
This commit renames the '--fetch-dev' option into '--npm-dev' which is more easily understandable. It also adds the '--npm-registry' option to allow creating a npm recipe with a non default npm registry (e.g. if the SRC_URI is using git://). Signed-off-by: Jean-Marie LEMETAYER ---

[OE-core] [RFC][PATCH v2 4/7] devtool/standard.py: update the append file for the npm recipes

2019-10-25 Thread Jean-Marie LEMETAYER
When creating a recipe using devtool, a workspace is created to store the new recipe, the recipe source and some append files. These append files are used by devtool to build the recipe using externalsrc (to use the source which are in the workspace). They can also have some additional actions

[OE-core] [RFC][PATCH v2 6/7] recipetool/create.py: remove the 'noverify' url parameter

2019-10-25 Thread Jean-Marie LEMETAYER
This commit removes the 'noverify' parameter which was added to the url to fix warnings with the shrinkwrap / lockdown file generation. This is not needed anymore with the new npm fetcher. Signed-off-by: Jean-Marie LEMETAYER --- scripts/lib/recipetool/create.py | 2 -- 1 file changed, 2

[OE-core] [RFC][PATCH v2 5/7] recipetool/create.py: replace 'latest' keyword for npm

2019-10-25 Thread Jean-Marie LEMETAYER
The new npm fetcher allows the 'latest' keyword to be used to download the latest version on the registry. But the keyword must be replace as soon as the version is determined to have a stable generated recipe. Signed-off-by: Jean-Marie LEMETAYER --- scripts/lib/recipetool/create.py | 2 ++ 1

[OE-core] [RFC][PATCH v2 1/7] npm.bbclass: refactor the npm class

2019-10-25 Thread Jean-Marie LEMETAYER
Many issues were related to npm dependencies badly handled: package names, installation directories, ... In fact npm is using an install algorithm [1] which is hard to reproduce / anticipate. Moreover some npm packages use scopes [2] which adds more complexity. The simplest solution is to let npm

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-25 Thread Stefan Herbrechtsmeier
Am 24.10.19 um 17:59 schrieb Richard Purdie: On Thu, 2019-10-24 at 18:37 +0300, Adrian Bunk wrote: On Thu, Oct 24, 2019 at 02:12:43PM +0200, Alexander Kanavin wrote: On Thu, 24 Oct 2019 at 14:02, Stefan Herbrechtsmeier < ste...@herbrechtsmeier.net> wrote: @Richard: What is your opinion about

Re: [OE-core] [RFC][PATCH 0/6] NPM refactoring

2019-10-25 Thread André Draszik
Hi, This has been an interesting discussion so far. I'd like to throw in something else... A couple years back I wrote a little python script to automatically generate all the required dependency recipes given an npm project's package.json The generated recipes worked very well, including

Re: [OE-core] [opkg-devel] [yocto][PATCH][opkg] bug 13528 add SPDX id to opkg

2019-10-25 Thread Yann CARDAILLAC
Hi Alejandro, Here's patch v2 Thanks for your sharpened eyes ! Regards, On Thu, Oct 24, 2019 at 9:39 PM Alejandro Del Castillo < alejandro.delcasti...@ni.com> wrote: > Hi Yann, > > Thanks again for adding the headers. Your patch looks good, except for > one line that has a duplicated header:

Re: [OE-core] [PATCH] libical: add PACKAGECONFIG glib and enable it by default

2019-10-25 Thread Andreas Müller
On Sat, Oct 19, 2019 at 3:06 PM Andreas Müller wrote: > > * As long as there is no solution upstream [1] build src-generator native and > adjust cmake file to find it > * libical-glib is a mandatory dependency for evolution-data-server >= 3.34 > > [1]