[oe] [meta-networking] [PATCH] networkmanager: upgrade 1.32.8 -> 1.32.10

2021-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{networkmanager_1.32.8.bb => networkmanager_1.32.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.32.8.bb => networkmanager_1.32.10.bb} (98%) diff --git a/meta-netw

[oe] [meta-oe] [PATCH] can-utils: upgrade 2021.06.0 -> 2021.08.0

2021-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-oe/recipes-extended/socketcan/can-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index ad7fc596ed..8d63a10e54 100644

[oe] [meta-oe][PATCH] krb5: filtering out -f*-prefix-map from krb5-config

2021-08-25 Thread Yi Zhao
Remove -f*-prefix-map from LDFLAGS in krb5-config to fix reproducibility issue. Signed-off-by: Yi Zhao --- meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.17.2.bb b/meta-oe/recipes-connectivity/kr

[oe] [meta-python][RFC] python3-kivy

2021-08-25 Thread William Huang
Hello, I would like to request for comments on a Kivy recipe. Not sure how I should include the recipe but I added it as an attachment for now. I've also included a recipe that installs example programs into /usr/share/kivy-examples/examples. I managed to get it running on a Rockchip rk3399 in a

[oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 5.12.0 -> 5.13.0

2021-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xfsprogs/{xfsprogs_5.12.0.bb => xfsprogs_5.13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_5.12.0.bb => xfsprogs_5.13.0.bb} (96%) diff --git a/meta-filesystems/recipes-utils/xfspr

[oe] [meta-oe] [PATCH] doxygen: upgrade 1.9.1 -> 1.9.2

2021-08-25 Thread wangmy
Features issue #2732: Adding support for C++20 concepts (Origin: bugzilla #499352) Introducing new sidebar layout via FULL_SIDEBAR option. Added -q commandline-parameter for quiet operation Add config option SHOW_HEADERFILE Add config option WARN_IF_INCOMPLETE_DOC Add config options GENERATE_SQLITE

[oe] [meta-oe] [PATCH] gensio: upgrade 2.2.8 -> 2.2.9

2021-08-25 Thread wangmy
v2.2.9: Fix a crash if telnet is used without rfc2217 Signed-off-by: Wang Mingyu --- .../gensio/{gensio_2.2.8.bb => gensio_2.2.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.2.8.bb => gensio_2.2.9.bb} (93%) diff

[oe] [meta-oe] [PATCH] sedutil: upgrade 1.15.1.01 -> 1.20.0

2021-08-25 Thread wangmy
0001-DtaAnnotatedDump-Add-typedef-name-to-the-union.patch removed since it is included in 1.20.0 Signed-off-by: Wang Mingyu --- ...edDump-Add-typedef-name-to-the-union.patch | 34 --- .../recipes-extended/sedutil/sedutil_git.bb | 9 +++-- 2 files changed, 4 insertions(+), 39 d

[oe] [meta-oe] [PATCH] live555: upgrade 20210809 -> 20210824

2021-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- .../live555/{live555_20210809.bb => live555_20210824.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/live555/{live555_20210809.bb => live555_20210824.bb} (97%) diff --git a/meta-oe/recipes-multimedia/live555/live

[oe] [meta-oe][PATCH] gd: fix CVE-2021-38115

2021-08-25 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- ...-of-bands-in-reading-tga-header-file.patch | 29 +++ meta-oe/recipes-support/gd/gd_2.3.2.bb| 1 + 2 files changed, 30 insertions(+) create mode 100644 meta-oe/recipes-support/gd/gd/0001-fix-read-out-of-bands-in-reading-tga-header-file.p

[oe] [PATCH] chrony: Fix privdrop packageconfig

2021-08-25 Thread eahariha
From: Easwar Hariharan To drop root privileges on Linux-based systems, chrony requires a standard user to switch to and the use of capabilities. Fix up the privdrop packageconfig to account for this. Signed-off-by: Easwar Hariharan --- meta-networking/recipes-support/chrony/chrony_4.1.bb | 11

Re: [oe] [meta-oe][PATCH] image_types_sparse: stop using ext2simg

2021-08-25 Thread Dmitry Baryshkov
Hi, пт, 20 авг. 2021 г. в 21:03, Khem Raj : > > > > On Fri, Aug 20, 2021 at 7:43 AM Dmitry Baryshkov wrote: >> >> ср, 18 авг. 2021 г. в 21:23, Khem Raj : >> > >> > On Wed, Aug 18, 2021 at 8:39 AM Dmitry Baryshkov >> > wrote: >> > > >> > > Under some conditions ext2simg can corrupt the file syst

[oe] [meta-python][PATCH 1/2] python3-eventlet: add 0.30.2 to meta-python

2021-08-25 Thread Trevor Gamblin
python3-gunicorn in meta-python relies on python3-eventlet for its ptests, so add a version of the eventlet recipe to the layer and update to the latest version. This recipe file is based on the one from the meta-openstack layer, but the .inc and .bb files have been combined. Also add python3-dnspy

[oe] [meta-python][PATCH 2/2] python3-gunicorn: tweak run-ptest, add RDEPENDS

2021-08-25 Thread Trevor Gamblin
gunicorn relies on eventlet and gevent for its ptests, and it also requires a non-empty /etc/resolv.conf for one of those tests. Add those two modules to RDEPENDS for the recipe, and add an echo in run-ptest to make sure that there is something basic in /etc/resolv.conf before the test actually run

[oe] [hardknott][meta-oe][PATCH] linuxptp: upgrade 3.1 -> 3.1.1

2021-08-25 Thread Changqing Li
From: Changqing Li * fix WARNING: linuxptp-3.1-r0 do_fetch: Failed to fetch URL http://sourceforge.net/projects/linuxptp/files/v3.1/linuxptp-3.1.tgz, attempting MIRRORS if available linuxptp-3.1.tgz replace by linuxptp-3.1.1.tgz * 3.1.1 release note Version 3.1.1 Fixes: CVE-2021-3570 linu