[oe] [meta-oe][PATCH v4] openjpeg: upgrade 2.3.0 -> 2.3.1

2019-09-16 Thread Trevor Gamblin
From: Trevor Gamblin Upgrading fixes CVE-2018-21010 and incorporates other bug fixes from upstream. The source upgrade to 2.3.1 changed the way include directories are identified, so the patch 0001-Ensure-cmake-files-are-installed-at-common-location.patch is no longer needed to help poppler

Re: [oe] [PATCH][meta-oe 1/2] gelg: update to 0.4.16

2019-09-16 Thread Khem Raj
gimp fails like below checking for gegl-0.3 >= 0.3.0... no configure: error: Package requirements (gegl-0.3 >= 0.3.0) were not met: No package 'gegl-0.3' found seems to be related see https://errors.yoctoproject.org/Errors/Details/270690/ On Sun, Sep 15, 2019 at 2:28 PM Oleksandr Kravchuk

Re: [oe] [PATCH][meta-oe] proj: update to 6.1.1

2019-09-16 Thread Khem Raj
Fails https://errors.yoctoproject.org/Errors/Details/270689/ On Sun, Sep 15, 2019 at 4:42 PM Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > .../recipes-navigation/proj/{proj_4.9.3.bb => proj_6.1.1.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

Re: [oe] [meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1

2019-09-16 Thread Koppolu, Chanakya
Hello Chao, Any update on adding the missing module 'importlib_metadata' and testing for any more missing modules for the pytest upgrade? Regards, Chanakya -Original Message- From: openembedded-devel-boun...@lists.openembedded.org

[oe] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-09-16 Thread Philip Balister
Boy that is a mouthful. The date is November 1 2019 in Lyon, France. On day 2 of the Yocto Project Summit after the Embedded Linux Conference, we are hosting an OpenEmbedded Developer meeting. This meeting is part of an ongoing series of meetings held for OpenEmbedded developers and users to

[oe] [meta-oe][thud][PATCH] tcpdump: Fix CVE-2017-16808

2019-09-16 Thread Peiran Hong
Backport selected parts of three upstream commits to fix CVE-2017-16808 where tcpdump 4.9.2 has a heap-based buffer over-read. Upstream-Status: Backport [ several ] Upstream commits fully backported: 46aead6 [CVE-2017-16808/AoE: Add a missing bounds check] Upstream commits partially

Re: [oe] [meta-oe][warrior][PATCH] tcpdump: Fix CVE-2017-16808

2019-09-16 Thread akuster808
On 9/16/19 12:04 PM, Peiran Hong wrote: > Backport selected parts of three upstream commits to fix > CVE-2017-16808 where tcpdump 4.9.2 has a heap-based buffer over-read. > > Upstream-Status: Backport > [ several ] > > Upstream commits fully backported: > 46aead6 [CVE-2017-16808/AoE: Add a

[oe] [meta-oe][warrior][PATCH] tcpdump: Fix CVE-2017-16808

2019-09-16 Thread Peiran Hong
Backport selected parts of three upstream commits to fix CVE-2017-16808 where tcpdump 4.9.2 has a heap-based buffer over-read. Upstream-Status: Backport [ several ] Upstream commits fully backported: 46aead6 [CVE-2017-16808/AoE: Add a missing bounds check] Upstream commits partially

[oe] [meta-networking][PATCH] samba: upgrade 4.10.7 -> 4.10.8

2019-09-16 Thread Yi Zhao
Security fixes: CVE-2019-10197: Combination of parameters and permissions can allow user to escape from the share path definition. See: https://www.samba.org/samba/history/samba-4.10.8.html Signed-off-by: Yi Zhao --- .../recipes-connectivity/samba/{samba_4.10.7.bb =>

[oe] [PATCH 1/1] mosquitto: update to 1.6.5

2019-09-16 Thread Paul Eggleton
A lot of changes upstream since the last upgrade, the highlights: * MQTT v5 protocol support * Performance improvements * New mosquitto_rr (request/response) client * TLS enhancements: OCSP stapling, TLS Engine support, explicit TLS v1.3 support, removed TLS v1.0 support For further details,

[oe] [PATCH 0/1] mosquitto: update to 1.6.5

2019-09-16 Thread Paul Eggleton
The following changes since commit 19528ba2a6014ebe32b7a3d3099b037330228b88: evtest: update to 1.34 (2019-09-14 07:16:38 -0700) are available in the Git repository at: git://git.openembedded.org/meta-openembedded-contrib paule/mosquitto-1-6-5

Re: [oe] [PATCH][meta-oe] flatbuffers: update to 1.11.0

2019-09-16 Thread Khem Raj
Fails on musl https://errors.yoctoproject.org/Errors/Details/270781/ something like below might help https://github.com/buildroot/buildroot/blob/master/package/flatbuffers/0001-Add-detection-of-strtoull_l-function.patch On Sun, Sep 15, 2019 at 4:43 PM Oleksandr Kravchuk wrote: > >

[oe] [meta-oe][PATCH] libeigen: Add native and nativesdk to BBCLASSEXTEND

2019-09-16 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb b/meta-oe/recipes-support/libeigen/libeigen_3.3.7.bb index e1deb662ae..f638848d15 100644 ---

[oe] [meta-python][PATCH] python*-pyusb: Add native and nativesdk to BBCLASSEXTEND

2019-09-16 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta-python/recipes-devtools/python/python-pyusb.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc index 30bbe85a91..baf2db5301 100644 ---

[oe] [meta-python][PATCH] python*-pyserial: Add native and nativesdk to BBCLASSEXTEND

2019-09-16 Thread Nathan Rossi
Signed-off-by: Nathan Rossi --- meta-python/recipes-devtools/python/python-pyserial.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-pyserial.inc b/meta-python/recipes-devtools/python/python-pyserial.inc index 52a7e05ce6..870f1d8a8a 100644 ---

Re: [oe] [meta-oe][PATCH] xrdp: 0.9.4 -> 0.9.11

2019-09-16 Thread Adrian Bunk
On Mon, Sep 16, 2019 at 12:45:29PM +0800, Zheng Ruoqin wrote: >... > --- a/meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb > +++ b/meta-oe/recipes-support/xrdp/xrdp_0.9.11.bb >... > -SRCREV = "c295dd61b882e8b56677cf12791f43634f9190b5" > +SRCREV = "1e4b03eb3c9aa7173de251a328c93c073dcc0fca" > > -PV =

[oe] [meta-networking][PATCH] ntp: fix package split wrongly when enabled usrmerge

2019-09-16 Thread changqing.li
From: Changqing Li * when usrmerge is enabled, ${libdir} is /usr/lib, and ${systemd_unitdir} is /usr/lib/systemd, sine PACKAGE ntpdate is after ntp in variable PACKAGES, so file ${systemd_unitdir}/system/ntpdate.service will be populated into PACKAGE ntp, but actually we have add it into

[oe] [meta-oe][PATCH v2] xrdp: 0.9.4 -> 0.9.11

2019-09-16 Thread Zheng Ruoqin
1) Upgrade xrdp from 0.9.4 to 0.9.11. 2) Remove patch that is included in 0.9.11. 0001-Fix-of-CVE-2017-16927.patch 3) Remove patch that is not suitable for 0.9.11. 0001-Fix-sesman.ini-and-xrdp.ini.patch Signed-off-by: Zheng Ruoqin --- .../xrdp/0001-Fix-of-CVE-2017-16927.patch | 148

Re: [oe] State of OE world 2019-09-14 ( Zero build failures )

2019-09-16 Thread Philip Balister
Khem, thanks for tkain gtime to drive the number of build failures to zero! Philip On 9/14/19 4:35 PM, Khem Raj wrote: > As you all can see we have come to zero build time failures in the > world builds, thanks for everyone who contributed and let's keep going > and maintain this status and hop

Re: [oe] State of OE world 2019-09-14 ( Zero build failures )

2019-09-16 Thread Philip Balister
On 9/15/19 12:54 PM, akuster808 wrote: > > Khem, > > On 9/14/19 1:35 PM, Khem Raj wrote: >> As you all can see we have come to zero build time failures in the >> world builds, thanks for everyone who contributed and let's keep going >> and maintain this status and hop on to other fails we are