[oe] [meta-oe][PATCH 1/2] safestringlib: add recipe

2020-07-09 Thread Naveen Saini
The Secure Development Lifecycle (SDL) recommends banning certain C Library functions because they directly contribute to security vulnerabilities such as buffer overflows. However routines for the manipulation of strings and memory buffers are common in software and firmware, and are essential to

[oe] [meta-oe][PATCH 2/2] safestringlib: add ptest

2020-07-09 Thread Naveen Saini
Signed-off-by: Naveen Saini --- .../safestringlib/enable-logs-for-ptest.patch | 28 + .../exclude-test-wmemmove-s-ptest.patch | 30 +++ .../safestringlib/safestringlib/run-ptest | 10 +++ .../safestringlib/safestringlib_git.bb| 13 +++- 4

Re: [oe] [meta-networking][zeus][dunfell][PATCH] freediameter: Fix testcnx ptest failure

2020-07-09 Thread Ovidiu Panait
Hi, On 09.07.2020 18:58, akuster808 wrote: On 7/8/20 9:45 PM, Ovidiu Panait wrote: Currently, testcnx ptest fails due to expired CA certificates: Test project /usr/lib64/freeDiameter/ptest ... Start 10: testcnx 10/11 Test #10: testcnx ..***Failed 0.12 sec ... Does th

[oe] [meta-python][PATCH 4/4] python3-croniter: Fix missing rdep

2020-07-09 Thread akuster
The last update introduced the need for natsort. Fixes this error: File "/usr/lib/python3.8/site-packages/croniter/croniter.py", line 13, in import natsort ModuleNotFoundError: No module named 'natsort' Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-croniter_

[oe] [meta-python][PATCH 0/4] fixed needed for python3-croniter rdep issue

2020-07-09 Thread akuster
This fixes an rdeps on natsort required in the last update of python3-croniter. Armin Kuster (4): python3-fastnumbers: Add new package python3-icu: add new package python3-natsort: add new package python3-croniter: Fix missing rdep .../python/python3-croniter_0.3.34.bb | 2 +- .

[oe] [meta-python][PATCH 2/4] python3-icu: add new package

2020-07-09 Thread akuster
needed by python3-natsort Signed-off-by: Armin Kuster --- .../python/python3-icu/fix_host_include.patch | 30 +++ .../python/python3-icu_2.5.bb | 13 2 files changed, 43 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-icu/fi

[oe] [meta-python][PATCH 3/4] python3-natsort: add new package

2020-07-09 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-natsort_7.0.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.0.1.bb b/m

[oe] [meta-python][PATCH 1/4] python3-fastnumbers: Add new package

2020-07-09 Thread akuster
rdep for natsort which is an rdep of croniter Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-fastnumbers_3.0.0.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb diff --git a/meta-python/re

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread Khem Raj
On 7/9/20 9:48 AM, Martin Jansa wrote: > I don't have a strong opinion about this one. > > It's easy enough to undo by downstream layers if they care about ABI. > > At LGE we do have some prebuilt binaries which use jsoncpp, so we do > care, but haven't updated to dunfell yet and when we do get

Re: [oe] [meta-oe][PATCH 1/2] zchunk: upgrade 1.1.5 -> 1.1.6

2020-07-09 Thread Khem Raj
On 7/8/20 12:53 AM, Martin Jansa wrote: > Now the same upgrade was merged to dunfell, are you going to fix it? > > On Sun, Jun 14, 2020 at 1:41 PM Martin Jansa via lists.openembedded.org > > > wrote: > > The argp chec

Re: [oe] [meta-python][PATCH] python3-pybind11: Use cmake to build and add -native version

2020-07-09 Thread Khem Raj
this fails for 32bit arches on 64bit build hosts see https://errors.yoctoproject.org/Errors/Details/419353/ On Wed, Jul 8, 2020 at 2:01 PM Philip Balister wrote: > > * Switch to git repo to pick up cmake files for recipes to use > * Use cmake to build innstead of pypi so cmake files are includ

[oe] [meta-oe][PATCH] cunit: add ptest

2020-07-09 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 18 -- meta-oe/recipes-test/cunit/files/run-ptest | 19 +++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-test/cunit/files/run-ptest diff --git a/me

[oe] [meta-browser] electron-x11 recipe

2020-07-09 Thread Caner Altinbasak
I've implemented a electron-x11 recipe based on chromium-x11. It doesn't touch the way chromium-x11 and chromium-ozone is built. But I've divided chromium.inc and chromium-gn.inc into smaller recipes to share common parts with electron. I've also added a gclient fetcher to use with Electron. I've

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread Martin Jansa
I don't have a strong opinion about this one. It's easy enough to undo by downstream layers if they care about ABI. At LGE we do have some prebuilt binaries which use jsoncpp, so we do care, but haven't updated to dunfell yet and when we do get those prebuilt binaries to be rebuilt, we might as w

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread akuster
On 7/9/20 8:21 AM, Martin Jansa wrote: > FYI this "small" upgrade changes ABI version from libjsoncpp22 > to libjsoncpp24 which might cause some issues to people who expect > relatively stable ABIs in LTS dunfell. Well that is not good. I did look at the details but apparently I failed to catch

Re: [oe] [meta-networking][zeus][dunfell][PATCH] freediameter: Fix testcnx ptest failure

2020-07-09 Thread akuster
On 7/8/20 9:45 PM, Ovidiu Panait wrote: > Currently, testcnx ptest fails due to expired CA certificates: > Test project /usr/lib64/freeDiameter/ptest > ... > Start 10: testcnx > 10/11 Test #10: testcnx ..***Failed 0.12 sec > ... Does this affect Master ? -armin > > Comm

Re: [oe] [dunfel 03/32] jsoncpp: upgrade 1.9.2 -> 1.9.3

2020-07-09 Thread Martin Jansa
FYI this "small" upgrade changes ABI version from libjsoncpp22 to libjsoncpp24 which might cause some issues to people who expect relatively stable ABIs in LTS dunfell. On Wed, Jul 1, 2020 at 2:07 AM akuster wrote: > From: Pierre-Jean Texier > > See full changelog > https://github.com/open-sour

[oe] [meta-python][PATCH] python3-idna: upgrade 2.9 -> 2.10

2020-07-09 Thread Wang Mingyu
Main new features of idna release 2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2. See here for a full comparison: https://github.com/kjd/idna/commit/e5c11dbcd8dd32bb048b4dbdd344b

[oe] [meta-python][PATCH] python3-pytz: upgrade 2019.3 -> 2020.1

2020-07-09 Thread Wang Mingyu
-License-Update: Copyright year updated to 2019. Signed-off-by: Wang Mingyu --- .../{python3-pytz_2019.3.bb => python3-pytz_2020.1.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytz_2019.3.bb => python3-pytz_2020.1.bb}

Re: [oe] [meta-python][PATCH 09/10] python3-croniter: Upgrade 0.3.33 -> 0.3.34

2020-07-09 Thread akuster
On 6/26/20 8:22 AM, Trevor Gamblin wrote: > > > On 6/22/20 6:35 AM, Leon Anavi wrote: >> Upgrade to release 0.3.34: >> >> - Add croniter_range(start,end,cron_expr) function >> - croniter_range: Allow different ret_type/input types >> - croniter_range: Tweak internals >> - Simplify datetime type c

[oe] [meta-python][PATCH] python3-pykickstart: 3.22 -> 3.26

2020-07-09 Thread kai
From: Kai Kang Update python3-pykickstart from 3.22 to 3.26. * Update context of 0001-support-authentication-for-kickstart.patch Signed-off-by: Kai Kang --- .../0001-support-authentication-for-kickstart.patch| 10 +- ...pykickstart_3.22.bb => python3-pykickstart_3.26.bb} | 2 +-