Re: [OE-core] [PATCH v4 1/2] nettle: fix the Segmentation fault

2019-04-28 Thread Yu, Mingli
Ping. Thanks, On 2019年04月24日 16:41, mingli...@windriver.com wrote: From: Mingli Yu The commit[8ac8fa8ee1 nettle: update to 3.4.1] add CFLAGS_append = " -std=c99" to silence the below error for native build: | ../nettle-3.4.1/rsa-sign-tr.c: In function 'sec_equal': | ../nettle-3.4.1/rsa-sign-t

[OE-core] [thud][PATCH] Package sha1 and md5 in python3-crypt

2019-04-28 Thread Sander Visser
--- meta/recipes-devtools/python/python3/python3-manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 5329bf7c57..f007b28a5f 100644 --- a/meta/recipes-devto

Re: [OE-core] [PATCH v4 0/6] systemd patches

2019-04-28 Thread Alex Kiernan
On Thu, Jan 31, 2019 at 5:33 PM Richard Purdie wrote: > > On Thu, 2019-01-31 at 14:19 +0100, Jonas Bonn wrote: > [...] > > So with that: > > > > a) Does buildbot use connman, systemd-networkd, both, or something > > else? How do I find this out? > > We're building standard poky so there are no n

[OE-core] [PATCH 2/4] gdb: fix CVE-2017-9778

2019-04-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta/recipes-devtools/gdb/gdb-8.2.1.inc | 1 + .../gdb/gdb/CVE-2017-9778.patch | 99 +++ 2 files changed, 100 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2017-9778.patch diff --git a/meta/recipes-devtools

[OE-core] [PATCH 1/4] gcc: fix CVE-2018-18484

2019-04-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta/recipes-devtools/gcc/gcc-8.3.inc | 1 + ...limit-to-libiberty-s-demangling-code.patch | 325 ++ 2 files changed, 326 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-8.3/0041-Add-a-recursion-limit-to-libiberty-s-demangl

[OE-core] [PATCH 3/4] binutils: fix CVE-2019-9074 CVE-2019-9075 CVE-2019-9076 CVE-2019-9077

2019-04-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../binutils/binutils-2.32.inc| 4 + .../binutils/binutils/CVE-2019-9074.patch | 68 ++ .../binutils/binutils/CVE-2019-9075.patch | 119 ++ .../binutils/binutils/CVE-2019-9076.patch | 49 .../binutils/

[OE-core] [PATCH 4/4] openssh: fix CVE-2018-20685, CVE-2019-6109, CVE-2019-6111

2019-04-28 Thread Anuj Mittal
Also backport a patch to fix issues introduced by fix for CVE-2019-6109. Signed-off-by: Anuj Mittal --- ...ogressmeter-force-an-update-at-the-b.patch | 121 .../openssh/openssh/CVE-2018-20685.patch | 40 +++ .../openssh/openssh/CVE-2019-6109.patch | 275 ++ .

[OE-core] [PATCH 1/1] libsdl: set CVE_PRODUCT

2019-04-28 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 ++ meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb index 3680ea9..771

[OE-core] [PATCH 0/1] libsdl: set CVE_PRODUCT

2019-04-28 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 244cbcce0ecc4691a9ddfb0a44dc487ff7af0670: utils/multiprocess_launch: Improve failing subprocess output (2019-04-26 10:09:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/libsdl-cve http://gi

Re: [OE-core] [PATCH v2] bjam-native: do not search all PATHs variable

2019-04-28 Thread Yu, Mingli
On 2019年04月28日 18:55, Richard Purdie wrote: On Sun, 2019-04-28 at 11:38 +0200, Alexander Kanavin wrote: Wait, why is this a problem for specifically bjam, but not the other tools that also look into PATH? Shouldn’t you fix the nfs instead? I have to agree that you really don't want invalids

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-28 Thread Adrian Bunk
On Sat, Apr 27, 2019 at 10:11:36AM -0700, Khem Raj wrote: > another issue I see > > https://errors.yoctoproject.org/Errors/Details/238569/ Are you sure this is related to the ninja change? The error looks more as if it would be caused by the gtk-doc.bbclass change (commit 07d29e7cec). cu Adria

Re: [OE-core] [PATCH v2] bjam-native: do not search all PATHs variable

2019-04-28 Thread Richard Purdie
On Sun, 2019-04-28 at 11:38 +0200, Alexander Kanavin wrote: > Wait, why is this a problem for specifically bjam, but not the other > tools that also look into PATH? Shouldn’t you fix the nfs instead? I have to agree that you really don't want invalids NFS paths in PATH. We're not carrying a patch

Re: [OE-core] [PATCH v2] bjam-native: do not search all PATHs variable

2019-04-28 Thread Alexander Kanavin
Wait, why is this a problem for specifically bjam, but not the other tools that also look into PATH? Shouldn’t you fix the nfs instead? Alex > On 28 Apr 2019, at 9.02, > wrote: > > From: Li Wang > > By default, it searches all paths specified by $PATH. > > But if the directory of the $PAT

Re: [OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-04-28 Thread Changqing Li
On 2/19/19 3:05 PM, Changqing Li wrote: On 2/14/19 7:19 PM, Richard Purdie wrote: On Tue, 2019-02-12 at 13:10 +0800,changqing...@windriver.com wrote: From: Changqing Li The SDK was unable to find the C++ header pieces correctly since it's using a generic compiler, not one specific

Re: [OE-core] [RFC, v5] mesa: Convert recipe to use meson build system

2019-04-28 Thread richard . purdie
On Sat, 2019-04-27 at 11:32 +0200, Alexander Kanavin wrote: > This one is not about Mesa but rather failure to build recently > updated vte-native due to host gcc being too ancient? Yes, the mesa+musl problem is a valid issue, I hadn't realised the virtgl-gtk issue was actually vte-native so that

[OE-core] [PATCH] linux-yocto_5.0: set devicetree for armv5

2019-04-28 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto_5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb index fe773be..005dd8c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.0.

[OE-core] [PATCH v2] bjam-native: do not search all PATHs variable

2019-04-28 Thread mingli.yu
From: Li Wang By default, it searches all paths specified by $PATH. But if the directory of the $PATH variable on build host includes nfs(build host as nfs client), it causes the build hung when the nfs server is unavailable. Signed-off-by: Li Wang Signed-off-by: Mingli Yu --- meta/recipes-s

[OE-core] [PATCH] bjam-native: do not search all PATHs variable

2019-04-28 Thread mingli.yu
From: Li Wang By default, it searches all paths specified by $PATH. But if the directory of the $PATH variable on build host includes nfs(build host as nfs client), it causes the build hung when the nfs server is unavailable. Signed-off-by: Li Wang --- meta/recipes-support/boost/bjam-native_1