Re: [oe] [meta-oe][PATCH] mozjs: fix configure host contamination

2016-04-27 Thread Mark Asselstine
On Wed, Apr 27, 2016 at 1:34 PM, Burton, Ross wrote: > On 27 April 2016 at 16:15, Mark Asselstine > wrote: > >> > I'm not sure using pythonnative is the right fix here. Executing python >> > using the host python should just work, so why

Re: [oe] [meta-networking][PATCH 5/5] samba: Update to latest stable

2016-04-27 Thread Mark Asselstine
On Wed, Apr 20, 2016 at 9:06 AM, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH 5/5] samba: Update to latest stable] On > 16.04.20 (Wed 11:27) Martin Jansa wrote: > >> On Tue, Apr 19, 2016 at 09:01:25AM -0400, Joe MacDonald wrote: >> > [Re: [oe]

Re: [oe] [OE-core] [yocto] [RFT] GCC 6 Recipes

2016-04-27 Thread Mark Hatle
On 4/27/16 12:53 PM, Khem Raj wrote: > thanks I think most of them come to these categories. So any help in > fixing them is welcome. > > 1. kernel older than 4.4, backport needed fixed into these branches or > move to newer kernels. > 2. uboot dont have gcc6 compiler header files, backport the

Re: [oe] [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again

2016-04-27 Thread Khem Raj
On Wed, Apr 27, 2016 at 2:40 AM, Martin Jansa wrote: > On Tue, Apr 26, 2016 at 09:57:47AM -0700, Khem Raj wrote: >> Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb >> Signed-off-by: Khem Raj >> --- >>

Re: [oe] [yocto] [OE-core] [RFT] GCC 6 Recipes

2016-04-27 Thread Khem Raj
thanks I think most of them come to these categories. So any help in fixing them is welcome. 1. kernel older than 4.4, backport needed fixed into these branches or move to newer kernels. 2. uboot dont have gcc6 compiler header files, backport the needed fixes 2. meta-qt4 needs to use gnu++98 3.

[oe] [meta-qt5][PATCH] Reorder EGL libraries from pkgconfig and defaults:

2016-04-27 Thread Julien Gueytat
https://bugreports.qt.io/browse/QTBUG-50838 https://bugreports.qt.io/browse/QTBUG-52739 The modification is the less intrusive possible. It only swaps LIBS and QMAKE_LIBS_EGL. The reason behind that was that for the RaspberryPi: * -lEGL -GLESv2 can link * -lGLESv2 -lEGL can't Adding -lEGL

Re: [oe] [meta-oe][PATCH] mozjs: fix configure host contamination

2016-04-27 Thread Burton, Ross
On 27 April 2016 at 16:15, Mark Asselstine wrote: > > I'm not sure using pythonnative is the right fix here. Executing python > > using the host python should just work, so why does importing ntpath fail > > using your host python? > > Correct. Host python should

[oe] [meta-oe][PATCH] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Bruno Bottazzini
This patch removes the flag --disable-spdy since libmicrospdy was dropped from libmicrohttpd as it is possible to see in the following commit. Revision: 36708 ID:36708 140774ce-b5e7-0310-ab8b-a85725594a96 URL: https://gnunet.org/svn/libmicrohttpd Signed-off-by: Bruno Bottazzini

[oe] [meta-oe][PATCH V2] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Bruno Bottazzini
Differences from V1: Fixes --disable-spdy flag not found as pointed by Martin Jansa (Thanks) Bruno Bottazzini (1): libmicrohttpd: update to 0.9.49 .../libmicrohttpd/libmicrohttpd_0.9.34.bb | 27 -- .../libmicrohttpd/libmicrohttpd_0.9.49.bb | 26

[oe] [meta-oe][PATCH v3] fluentbit: add new recipe

2016-04-27 Thread Eduardo Silva
Fluent Bit is an open source data collector for Embedded Linux, this patch adds the recipe for version 0.7.2. Project web site: http://fluentbit.io Documentation : http://fluentbit.io/documentation/ Signed-off-by: Eduardo Silva ---

Re: [oe] [meta-oe][PATCH] mozjs: fix configure host contamination

2016-04-27 Thread Mark Asselstine
On Tue, Apr 26, 2016 at 5:36 PM, Burton, Ross wrote: > On 26 April 2016 at 20:08, Mark Asselstine > wrote: > >> | Traceback (most recent call last): >> | File "./config.status", line 9, in >> | from ConfigStatus import config_status >>

Re: [oe] [meta-oe] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Bottazzini, Bruno
Martin, I could replicate the problem here. I will send the V2 ASAP thanks On Wed, 2016-04-27 at 16:08 +0200, Martin Jansa wrote: > On Wed, Apr 27, 2016 at 10:52:02AM -0300, Bottazzini, Bruno wrote: > > Hi Martin, > > Hi, > > > I haven't received this error when compiling libmicrohttpd in

Re: [oe] [PATCH] proftpd: CVE-2016-3125

2016-04-27 Thread akuster808
If I am not mistaken, this will apply to Krogoth, jethro and Fido. - armin On 04/27/2016 06:57 AM, Catalin Enache wrote: > The mod_tls module in ProFTPD before 1.3.5b and 1.3.6 before > 1.3.6rc2 does not properly handle the TLSDHParamFile directive, > which might cause a weaker than intended

[oe] chromium 40, gcc 5.3, and OE master problems

2016-04-27 Thread Carlos Rafael Giani
Recently I did a build of chromium 40 with the current OE-core & meta-oe master, which means it was built with GCC 5.3. Chromium was always crashing, the origin of the segmentation fault was somewhere deep inside the GCC std::map implementation. I added GCCVERSION = "4.9%" to local.conf, rebuilt

Re: [oe] [meta-oe] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Martin Jansa
On Wed, Apr 27, 2016 at 10:52:02AM -0300, Bottazzini, Bruno wrote: > Hi Martin, Hi, > I haven't received this error when compiling libmicrohttpd in the > version 0.9.49. > > Did you get this error? Yes, otherwise I wouldn't be reporting this. > Best Regards, > > On Wed, 2016-04-27 at 09:52

[oe] [PATCH] proftpd: CVE-2016-3125

2016-04-27 Thread Catalin Enache
The mod_tls module in ProFTPD before 1.3.5b and 1.3.6 before 1.3.6rc2 does not properly handle the TLSDHParamFile directive, which might cause a weaker than intended Diffie-Hellman (DH) key to be used and consequently allow attackers to have unspecified impact via unknown vectors.

Re: [oe] [meta-oe] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Bottazzini, Bruno
Hi Martin, I haven't received this error when compiling libmicrohttpd in the version 0.9.49. Did you get this error? Best Regards, On Wed, 2016-04-27 at 09:52 +0200, Martin Jansa wrote: > On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote: > > Signed-off-by: Bruno Bottazzini

[oe] [meta-oe][PATCH] fbida: use separate builddir

2016-04-27 Thread Sujith Haridasan
From: Christopher Larson Separate builddir from the sourcedir. Signed-off-by: Christopher Larson Signed-off-by: Sujith H --- meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 5 - 1 file changed, 4 insertions(+), 1

[oe] [meta-oe][PATCH] openconnect: add missing dependencies

2016-04-27 Thread Ioan-Adrian Ratiu
They were autodetected and triggered QA warnings Signed-off-by: Ioan-Adrian Ratiu --- meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH v2 2/2] openconnect: add recipe

2016-04-27 Thread Martin Jansa
On Mon, Apr 04, 2016 at 03:43:46PM +0300, Ioan-Adrian Ratiu wrote: > openconnect is a FOSS VPN client designed to work with Cisco AnyConnect > and Pulse Connect Secure (Juniper SSL). > > Signed-off-by: Ioan-Adrian Ratiu > --- > .../openconnect/openconnect_git.bb

Re: [oe] [meta-oe][PATCH] iksemel: Disable gnutls and whitelist it again

2016-04-27 Thread Martin Jansa
On Tue, Apr 26, 2016 at 09:57:47AM -0700, Khem Raj wrote: > Change-Id: I67a5edc0e16d5b5f5cbf204f2b2713f1a0c17afb > Signed-off-by: Khem Raj > --- > meta-oe/recipes-support/iksemel/iksemel_1.4.bb | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git

Re: [oe] [yocto] [OE-core] [RFT] GCC 6 Recipes

2016-04-27 Thread Burton, Ross
Finally made errors.yp do the right thing: http://errors.yoctoproject.org/Errors/Latest/?filter=91ef7bf5ad13304827e2ef06738f7fc28ed650f6=commit is a list of all the failures. Ross On 27 April 2016 at 09:02, Burton, Ross wrote: > > On 21 April 2016 at 04:06, Khem Raj

Re: [oe] [meta-oe][PATCH] ltrace: Error Fix for ARM

2016-04-27 Thread Martin Jansa
On Fri, Apr 15, 2016 at 04:06:49AM +0300, Li Xin wrote: > 1) The error is as following: > root # ltrace ls > __libc_start_main(0xb6fbc018, 1, 0xbed8fdc4, > 0xb6fd0b88PTRACE_SINGLESTEP: Input/output error > 2747 couldn't continue when handling __libc_start_main (0xb6fbbde0) at >

Re: [oe] [yocto] [OE-core] [RFT] GCC 6 Recipes

2016-04-27 Thread Burton, Ross
On 21 April 2016 at 04:06, Khem Raj wrote: > I have updated > > http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 > > With few more patches added now. Most of packages in OE-Core are > building fine except linux-yocto on mips and ppc > I threw this at

[oe] [meta-intel-iot-middleware][PATCH] mosquitto_1.4.bb: Fix typo in variable name

2016-04-27 Thread Erkka Kääriä
libbir -> libdir Signed-off-by: Erkka Kääriä --- recipes-connectivity/mosquitto/mosquitto_1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/mosquitto/mosquitto_1.4.bb b/recipes-connectivity/mosquitto/mosquitto_1.4.bb index

Re: [oe] [meta-oe] libmicrohttpd: update to 0.9.49

2016-04-27 Thread Martin Jansa
On Mon, Apr 25, 2016 at 01:42:17PM -0300, Bruno Bottazzini wrote: > Signed-off-by: Bruno Bottazzini > --- > .../{libmicrohttpd_0.9.34.bb => libmicrohttpd_0.9.49.bb}| 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename

Re: [oe] [meta-networking][PATCH] snort: fix paths in pkgconfig files

2016-04-27 Thread Martin Jansa
On Tue, Apr 26, 2016 at 04:54:14PM +0800, Chen Qi wrote: > Fix paths in pkgconfig files and remove snort from blacklist. There is also undeclared dependency as shown by QA warning: snort-2.9.7.5: snort rdepends on liblzma, but it isn't a build dependency, missing xz in DEPENDS or PACKAGECONFIG?

Re: [oe] [meta-oe][PATCH] fribidi: update to version 0.19.7

2016-04-27 Thread Martin Jansa
On Wed, Apr 27, 2016 at 09:45:00AM +0200, Martin Jansa wrote: > On Fri, Apr 22, 2016 at 03:04:02PM -0400, Derek Straka wrote: > > Signed-off-by: Derek Straka > > --- > > meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | 17 > > - > >

Re: [oe] [meta-oe][PATCH] fribidi: update to version 0.19.7

2016-04-27 Thread Martin Jansa
On Fri, Apr 22, 2016 at 03:04:02PM -0400, Derek Straka wrote: > Signed-off-by: Derek Straka > --- > meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | 17 - > meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb | 17 + > 2 files changed,