[oe] [meta-networking][v2][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-06 Thread Armin Kuster
[v2] inherit upstream-version-is-even instead of creating my own regex Security fixes: The following vulnerabilities have been fixed: * [1]wnpa-sec-2018-15 The MP4 dissector could crash. ([2]Bug 13777) * [3]wnpa-sec-2018-16 The ADB dissector could crash. ([4]Bug 14460)

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-06 Thread akuster808
On 04/06/2018 12:49 AM, Alexander Kanavin wrote: > On 04/06/2018 07:48 AM, Anuj Mittal wrote: > +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? >>> 2.5.1 is beta.. I don't want to update to it. >> >> It follows the odd/even

[oe] [meta-networking][PATCH] mbedtls: upgrade to 2.8.0

2018-04-06 Thread Johannes Pointner
This also includes a switch to Apache license, because it's the primary license for the project according to their homepage. * Detail release note: - https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Signed-off-by: Johannes Pointner

[oe] [PATCH 1/2] crda: fix typo in patch metadata

2018-04-06 Thread Mikko Rapeli
Signed-off-by: Mikko Rapeli --- .../recipes-connectivity/crda/crda/fix-issues-when-USE_OPENSSL-1.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/crda/crda/fix-issues-when-USE_OPENSSL-1.patch

[oe] [PATCH 2/2] lmbench: fix Upstream-Status metadata typos in patch

2018-04-06 Thread Mikko Rapeli
Signed-off-by: Mikko Rapeli --- .../lmbench-3.0-a9/use-base_libdir-instead-of-hardcoded-lib.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/use-base_libdir-instead-of-hardcoded-lib.patch

[oe] [meta-oe][PATCH] meta-*: add LAYERSERIES_COMPAT to layer.conf files

2018-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-filesystems/conf/layer.conf | 2 ++ meta-gnome/conf/layer.conf | 2 ++ meta-initramfs/conf/layer.conf | 2 ++ meta-multimedia/conf/layer.conf | 1 + meta-networking/conf/layer.conf | 2 ++ meta-oe/conf/layer.conf | 2

[oe] [meta-browser][PATCH] layer.conf: add LAYERSERIES_COMPAT

2018-04-06 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 5275778..37c4160 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,3 +9,5 @@ BBFILE_PATTERN_browser-layer :=

Re: [oe] [meta-virtualization] runc update ftbfs on arm64

2018-04-06 Thread Fathi Boudra
On 5 April 2018 at 17:03, Bruce Ashfield wrote: > On 04/04/2018 05:18 AM, Fathi Boudra wrote: >> >> Hi Bruce, >> >> This commit >> https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=e3d960f4fcd91a84067fbbd6293ce271e74a7740 >> >> caused a build

[oe] [meta-python][PATCH] python-pybluez: add python3 version

2018-04-06 Thread André Draszik
From: André Draszik This was missing so far. Signed-off-by: André Draszik --- .../recipes-devtools/python/python-pybluez.inc| 17 + .../recipes-devtools/python/python-pybluez_0.22.bb| 19 ++-

[oe] [PATCH] ell: upgrade to version 0.4

2018-04-06 Thread Maxin B. John
1. Upgrade to version 0.4 and rename from _git to exact version _0.4 2. Fix build issues with musl libc Signed-off-by: Maxin B. John --- .../ell/0001-ell-fix-build-with-musl-libc.patch| 39 ++ .../recipes-core/ell/{ell_git.bb => ell_0.4.bb}| 6

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-06 Thread Alexander Kanavin
On 04/06/2018 07:48 AM, Anuj Mittal wrote: +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? 2.5.1 is beta.. I don't want to update to it. It follows the odd/even versioning with odd being the development releases.