[oe] [meta-networking] [zeus] [PATCH] wireshark: upgrade 3.0.6 -> 3.0.9

2020-03-18 Thread Zang Ruochen
To fix CVE issues, update to 3.0.9. 3.0.9 wnpa-sec-2020-03 LTE RRC dissector memory leak. Bug 16341. wnpa-sec-2020-04 WiMax DLMAP dissector crash. Bug 16368. wnpa-sec-2020-05 EAP dissector crash. Bug 16397. 3.0.8 wnpa-sec-2020-02 BT ATT dissector crash. Bug 16258. CVE-2020-7045. 3.0.7 wnpa-sec-20

Re: [oe] [PATCH 4/5] networkmanager-openvpn: Make PACKAGECONFIG gnome work

2020-03-18 Thread Khem Raj
On Wed, Mar 18, 2020 at 1:45 PM Andreas Müller wrote: > > Signed-off-by: Andreas Müller > --- > .../networkmanager/networkmanager-openvpn_1.8.12.bb | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git > a/meta-networking/recipes-connectivity/networkmanager/networ

[oe] [meta-oe][master][PATCH] php: CVE-2019-11045.patch CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch

2020-03-18 Thread Wang Mingyu
Security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11045 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11046 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11047 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11050 Signed-off-by: Wang

[oe] [meta-oe] [PATCH] nss: upgrade 3.50 -> 3.51

2020-03-18 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.50.bb => nss_3.51.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/nss/{nss_3.50.bb => nss_3.51.bb} (98%) diff --git a/meta-oe/recipes-support/nss/nss_3.50.bb b/meta-oe/recipes-support

[oe] [meta-oe][PATCH] hwdata: upgrade 0.332 -> 0.333

2020-03-18 Thread Wang Mingyu
Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 77bb60aed..5f3e3f686 100644 --- a/meta-oe/recipes-

[oe] [meta-oe][PATCH] rocksdb: Fix build on platforms not having all atomic intrinsics

2020-03-18 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-cmake-Add-check-for-atomic-support.patch | 127 ++ meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb| 1 + 2 files changed, 128 insertions(+) create mode 100644 meta-oe/recipes-dbs/rocksdb/files/0001-cmake-Add-check-for-atomic-support.patch diff

[oe] [meta-oe][PATCH] libyui-ncurses: Fix multilib build

2020-03-18 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libyui/libyui-ncurses_2.52.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.52.0.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.52.0.bb index dae5c342de..1a3

[oe] [PATCH 5/5] gnome-control-center: replace network-manager-applet by libnma in DEPENDS

2020-03-18 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../gnome-control-center/gnome-control-center_3.34.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnom

[oe] [PATCH 2/5] network-manager-applet: upgrade 1.8.24 -> 1.16.0

2020-03-18 Thread Andreas Müller
* License changed in [1] - it is still GPLv2 === network-manager-applet-1.16.0 Overview of changes since network-manager-applet-1.8.24 === * Turned libnma into an external dependency and move t

[oe] [PATCH 1/5] libnma: initial add 1.8.28

2020-03-18 Thread Andreas Müller
With upcoming network-manager-applet 1.16 this library gets mandatory: GNOME splitted out common code from network-manager-applet to libnma. Signed-off-by: Andreas Müller --- .../libnma/libnma_1.8.28.bb| 18 ++ 1 file changed, 18 insertions(+) create mode 100

[oe] [PATCH 3/5] networkmanager-openvpn: upgrade 1.8.10 -> 1.8.12

2020-03-18 Thread Andreas Müller
From [1]: === NetworkManager-openvpn-1.8.12 Overview of changes since NetworkManager-openvpn-1.8.10 === * The auth helper in external UI mode can now be run without a display server. Future nm

[oe] [PATCH 4/5] networkmanager-openvpn: Make PACKAGECONFIG gnome work

2020-03-18 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../networkmanager/networkmanager-openvpn_1.8.12.bb | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb b/meta-networking/recipes-connectivity/ne

[oe] [meta-oe][PATCH] gd: Fix CVE-2018-14553

2020-03-18 Thread Sakib Sajal
Backport fix from upstream to fix NULL pointer dereference. Upstream-Status: Backport CVE: CVE-2018-14553 Signed-off-by: Sakib Sajal --- .../gd/gd/CVE-2018-14553.patch| 110 ++ meta-oe/recipes-support/gd/gd_2.2.5.bb| 1 + 2 files changed, 111 insertions

[oe] [meta-networking][PATCH] networkmanager: Upgrade 1.22.8 -> 1.22.10

2020-03-18 Thread Adrian Bunk
Upgrade on the 1.22 stable branch. Signed-off-by: Adrian Bunk --- .../{networkmanager_1.22.8.bb => networkmanager_1.22.10.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.22.8.bb => networkmanager_1.22.

[oe] [meta-oe][PATCH] libqmi: Upgrade 1.24.6 -> 1.24.8

2020-03-18 Thread Adrian Bunk
Bugfix release on the 1.24 stable branch. Signed-off-by: Adrian Bunk --- .../libqmi/{libqmi_1.24.6.bb => libqmi_1.24.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.6.bb => libqmi_1.24.8.bb} (85%) diff --git a/

[oe] [meta-oe][PATCH] modemmanager: Upgrade 1.12.6 -> 1.12.8

2020-03-18 Thread Adrian Bunk
Bugfix release on the 1.12 stable branch. Signed-off-by: Adrian Bunk --- .../{modemmanager_1.12.6.bb => modemmanager_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.6.bb => modemmanager_1.12.8.bb} (9

[oe] [PATCH] indent: delete meaningless line referring to "/usr/doc"

2020-03-18 Thread Robert P. J. Day
Remove what appears to be historical line referencing HTML docs under /usr/doc -- building indent generates no such file. Signed-off-by: Robert P. J. Day --- diff --git a/meta-oe/recipes-extended/indent/indent_2.2.12.bb b/meta-oe/recipes-extended/indent/indent_2.2.12.bb index 0f4f4c220..90ba8a

Re: [oe] should indent recipe use "${prefix}" instead of "/usr"?

2020-03-18 Thread Robert P. J. Day
On Wed, 18 Mar 2020, Ross Burton wrote: > On 18/03/2020 11:00, Robert P. J. Day wrote: > >never scared to look silly, but i just did a sample build (randomly > > chose qemuarm64 MACHINE), added: > > > >IMAGE_FEATURES += "doc-pkgs" > >RM_WORK_EXCLUDE = "indent" > > > > to local.conf, th

Re: [oe] should indent recipe use "${prefix}" instead of "/usr"?

2020-03-18 Thread Ross Burton
On 18/03/2020 11:00, Robert P. J. Day wrote: never scared to look silly, but i just did a sample build (randomly chose qemuarm64 MACHINE), added: IMAGE_FEATURES += "doc-pkgs" RM_WORK_EXCLUDE = "indent" to local.conf, then ran: $ bitbake indent to look at everything that was genera

Re: [oe] should indent recipe use "${prefix}" instead of "/usr"?

2020-03-18 Thread Robert P. J. Day
On Tue, 17 Mar 2020, Ross Burton wrote: > > just to be clear, this depends on where the indent software > > actually installs the documentation, yes? i'll have to check when > > i get home as to were that stuff is actually placed. for all i > > know, it *could* be under /usr/doc. > > Yes. > > Th

[oe] [meta-networking][PATCH] corosync: update corosync.conf to 3.x

2020-03-18 Thread mingli.yu
From: Mingli Yu Update corosync.conf to make it valid after corosync upgrades to 3.x. Reference: https://sources.debian.org/data/main/c/corosync/3.0.3-2/debian/patches/Make-the-example-config-valid.patch Signed-off-by: Mingli Yu --- .../corosync/corosync/corosync.conf | 85

Re: [oe] [meta-oe] [PATCH] rocksdb: upgrade 6.5.2 -> 6.6.4

2020-03-18 Thread Khem Raj
also x86/clang https://errors.yoctoproject.org/Errors/Details/397161/ On Wed, Mar 18, 2020 at 12:48 AM Khem Raj wrote: > > fails on mips https://errors.yoctoproject.org/Errors/Details/397160/ > > On Tue, Mar 17, 2020 at 6:50 PM Wang Mingyu wrote: > > > > 0001-Fix-build-breakage-from-lock_guard-e

Re: [oe] [meta-oe] [PATCH] rocksdb: upgrade 6.5.2 -> 6.6.4

2020-03-18 Thread Khem Raj
fails on mips https://errors.yoctoproject.org/Errors/Details/397160/ On Tue, Mar 17, 2020 at 6:50 PM Wang Mingyu wrote: > > 0001-Fix-build-breakage-from-lock_guard-error-6161.patch > removed since it is included in 6.6.4 > > Signed-off-by: Wang Mingyu > --- > ...-breakage-from-lock_guard-error-