[oe] [PATCH] openldap: Fix CVE-2017-9287

2017-06-08 Thread Fan Xin
servers/slapd/back-mdb/search.c in OpenLDAP through 2.4.44 is prone to a double free vulnerability. A user with access to search the directory can crash slapd by issuing a search including the Paged Results control with a page size of 0. Patch reference: http://www.openldap.org/its/?findid=8655

[oe] [meta-qt5] [PATCH] qtbase: add ptest

2017-06-08 Thread Huang Qiyu
Add ptest for qtbase by using provided testsuite. Signed-off-by: Huang Qiyu --- .../0001-Delete-qlonglong-and-qulonglong.patch | 28 ++ recipes-qt/qt5/qtbase/run-ptest| 6 + recipes-qt/qt5/qtbase_git.bb

[oe] [meta-oe][PATCH] espeak: Fix FTBFS due to narrowing warnings on 32bit x86

2017-06-08 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/espeak/espeak.inc | 1 + .../espeak/files/gcc-narrowing-warning-fix.patch | 56 ++ 2 files changed, 57 insertions(+) create mode 100644

[oe] [meta-oe][PATCH V4] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-08 Thread Khem Raj
Helps fixing build issues with gcc7 Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Fathi Boudra Signed-off-by: Martin Jansa --- v2 -> v3 - move the LDFLAGS after CFLAGS v3 -> v4 - Fix

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-08 Thread Martin Jansa
Still passes incorrect -m32 when building host tools on 64bit when the target is 32bit e.g. qemux86 http://errors.yoctoproject.org/Errors/Details/144181/ On Thu, Jun 8, 2017 at 2:53 PM, Martin Jansa wrote: > Thanks, will include v3 in next build. > > Full report with v2

Re: [oe] [meta-oe][PATCH V3] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-08 Thread Martin Jansa
Still fails to build: http://errors.yoctoproject.org/Errors/Details/144185/ On Thu, Jun 8, 2017 at 10:08 AM, Fathi Boudra wrote: > On 8 June 2017 at 11:05, Koen Kooi wrote: > > Op 08-06-17 om 07:11 schreef Khem Raj: > >> Helps fixing build

Re: [oe] [meta-oe] [PATCH] librcf: fix a clang compiling issue

2017-06-08 Thread Martin Jansa
http://errors.yoctoproject.org/Errors/Details/144182/ On Tue, Jun 6, 2017 at 6:07 AM, wrote: > From: Ming Liu > > A error was observed with clang compiler, as follows: > | src/RCF/RCF.cpp:49: > | src/RCF/ClientStub.cpp:28: > |

Re: [oe] [meta-oe][PATCH 1/3] meson: update Meson devtool to 0.40.1

2017-06-08 Thread Martin Jansa
Doesn't work well with some other meson changes we have: http://errors.yoctoproject.org/Errors/Details/144180/ On Mon, Jun 5, 2017 at 7:23 PM, Adam C. Foltzer wrote: > Signed-off-by: Adam C. Foltzer > --- >

Re: [oe] [meta-oe][PATCH v2] meson: add LDFLAGS to bbclass C/C++ link arguments

2017-06-08 Thread Adam Foltzer
Apologies, this line was inadvertently committed. It was a fix I tried before learning that adding TARGET_CC_ARCH was the solution to linking the wrong ld.so. On Thu, Jun 8, 2017 at 10:45 AM Khem Raj wrote: > On Thu, Jun 8, 2017 at 10:34 AM, Adam C. Foltzer

[oe] [meta-oe][PATCH v2] meson: add LDFLAGS to bbclass C/C++ link

2017-06-08 Thread Adam C. Foltzer
When testing this patch on a 32-bit ARM target, I found that it does indeed need TARGET_CC_ARCH in order to link to the right ld.so. The addition of LDFLAGS makes sure the --hash-style=gnu argument got passed along—the qa step was failing for my 64-bit ARM target without this option. Regards,

[oe] [meta-oe][PATCH v2] meson: add LDFLAGS to bbclass C/C++ link arguments

2017-06-08 Thread Adam C. Foltzer
This adds compiler flags for C++ projects, and fixes the linker arguments for both C and C++ to avoid the GNU_HASH qa failure Signed-off-by: Adam C. Foltzer --- meta-oe/classes/meson.bbclass | 11 ++- meta-oe/recipes-devtools/meson/meson_0.40.1.bb

Re: [oe] [meta-oe][PATCH] fuse: let overriding base_sbindir have the proper effect.

2017-06-08 Thread Martin Jansa
OE @ ~/meta-openembedded $ pwam 140508 2017-06-08 12:56:27 URL: https://patchwork.openembedded.org/patch/140508/mbox/ [1562] -> "pw-am-140508.patch" [1] Applying: fuse: let overriding base_sbindir have the proper effect. error: meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb: does not exist in

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-08 Thread Martin Jansa
Thanks, will include v3 in next build. Full report with v2 included: http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113073.html There is another issue in qtwebview, which should have the same restriction as qtwebengine otherwise for qemuarm it causes: * ERROR: Nothing

[oe] State of bitbake world, Failed tasks 2017-06-06

2017-06-08 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-08 Thread Samuli Piippo
Patch updated to fix build issues with qtlocation and qtremoteobjects On 08.06.2017 15:30, Samuli Piippo wrote: * adapt QtWebEngine recipe to use GN instead of GYP * add QtRemoteObjects and QtWebView as a new Qt modules * update available QtBase configure arguments * remove obsolete patches *

[oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-08 Thread Samuli Piippo
* adapt QtWebEngine recipe to use GN instead of GYP * add QtRemoteObjects and QtWebView as a new Qt modules * update available QtBase configure arguments * remove obsolete patches * patch all .pc files to remove build paths * include generated QML cache files in packages * the patch "configure

[oe] [PATCH] opencv: fix runtime dependencies.

2017-06-08 Thread Ismo Puustinen
The newly split "libopencv-ts" package is empty (and thus not created), because all ts files are installed in the development package. So, do not add a runtime dependency to libopencv-ts. Signed-off-by: Ismo Puustinen --- meta-oe/recipes-support/opencv/opencv_3.2.bb |

Re: [oe] [meta-oe][PATCH V3] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-08 Thread Fathi Boudra
On 8 June 2017 at 11:05, Koen Kooi wrote: > Op 08-06-17 om 07:11 schreef Khem Raj: >> Helps fixing build issues with gcc7 >> >> Signed-off-by: Khem Raj > > Acked-by: Koen Kooi Acked-by: Fathi Boudra

Re: [oe] [meta-oe][PATCH V3] fwts: Bump SRCREV to latest past 17.03.00 release

2017-06-08 Thread Koen Kooi
Op 08-06-17 om 07:11 schreef Khem Raj: > Helps fixing build issues with gcc7 > > Signed-off-by: Khem Raj Acked-by: Koen Kooi > --- > v2 -> v3 > - move the LDFLAGS after CFLAGS > > ...e-poll.h-instead-of-deprecated-sys-poll.h.patch | 48 >