Re: [oe] [meta-oe][PATCH 1/1] libssh2: move to version 1.8.2

2019-03-29 Thread akuster808
On 3/29/19 3:02 PM, Joe Slater wrote: > Includes fixes for CVE-2019-3858, -3859, -3860, -3861, and -3862. thinks for this additional info - armin > > Signed-off-by: Joe Slater > --- > .../recipes-support/libssh2/{libssh2_1.8.0.bb => libssh2_1.8.2.bb} | 5 > +++-- > 1 file changed, 3

[oe] [meta-oe][PATCH 1/1] libssh2: move to version 1.8.2

2019-03-29 Thread Joe Slater
Includes fixes for CVE-2019-3858, -3859, -3860, -3861, and -3862. Signed-off-by: Joe Slater --- .../recipes-support/libssh2/{libssh2_1.8.0.bb => libssh2_1.8.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libssh2/{libssh2_1.8.0.bb =>

Re: [oe] [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI

2019-03-29 Thread Martin Jansa
Don't use github archive which are generated from time to time with different checksums. Either use developer uploaded releases (if available) or git fetcher. On Fri, Mar 29, 2019 at 9:47 PM Randy MacLeod wrote: > The previous SRC_URI did not work for the new version and > when looking at the

Re: [oe] [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI

2019-03-29 Thread akuster808
On 3/29/19 2:15 PM, Randy MacLeod wrote: > On 3/29/19 4:47 PM, Randy MacLeod wrote: >> The previous SRC_URI did not work for the new version and >> when looking at the site, users are required to navigate >> through a click-through license agreement. >> >> Signed-off-by: Randy MacLeod >> --- >>

Re: [oe] [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI

2019-03-29 Thread Randy MacLeod
On 3/29/19 4:47 PM, Randy MacLeod wrote: The previous SRC_URI did not work for the new version and when looking at the site, users are required to navigate through a click-through license agreement. Signed-off-by: Randy MacLeod --- .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb}

[oe] [PATCH] wolfssl: update to 3.15.8 and use github SRC_URI

2019-03-29 Thread Randy MacLeod
The previous SRC_URI did not work for the new version and when looking at the site, users are required to navigate through a click-through license agreement. Signed-off-by: Randy MacLeod --- .../wolfssl/{wolfssl_3.15.7.bb => wolfssl_3.15.8.bb} | 5 +++-- 1 file changed, 3 insertions(+),

[oe] [meta-networking][PATCH] libldb: allow python pkg to be excluded

2019-03-29 Thread Armin Kuster
There are conflicts with the samba python package so disable the python pkg by default to fix: The pyldb has an RDEPENDS on samba which is causing issues with other packages. ERROR: The file /usr/lib/python2.7/site-packages/_ldb_text.py is installed by both libldb and samba, aborting Also

Re: [oe] [OE-core] glibc broken when linked with gold Was: State of OE World, 2019-03-16

2019-03-29 Thread Trevor Woerner
An image built with gold fails on the hardware. I was able to build core-image-minimal with gold enabled: configuration: Build Configuration: BB_VERSION = "1.40.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "opensuseleap-15.0"

Re: [oe] [OE-core] glibc broken when linked with gold Was: State of OE World, 2019-03-16

2019-03-29 Thread Trevor Woerner
On Thu 2019-03-28 @ 03:40:33 PM, Martin Jansa wrote: > Send for oe-core: > https://patchwork.openembedded.org/patch/159874/ > but more information might be needed before it gets applied to oe-core > as discussed with RP. I'll try to get serial cable working on my Nexus 5 > to test it there in

[oe] [meta-webserver][PATCH] apache2: set CVE_PRODUCT

2019-03-29 Thread Chen Qi
Signed-off-by: Chen Qi --- meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.34.bb index a87e384..80c8b20 100644 ---