[oe] [meta-webserver][PATCH] apache2: Fix the buildpaths issue

2022-08-02 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: apache2-2.4.54-r0 do_package_qa: QA Issue: File /usr/src/debug/apache2/2.4.54-r0/build/server/exports.c in package apache2-src contains reference to TMPDIR [buildpaths] Before the patch: # cat ./build/server/exports.c [snip] #include "mpm_fdqueue.h"

[oe] [master][PATCH] qemu: CVE-2022-35414 can perform an uninitialized read on the translate_fail path, leading to an io_readx or io_writex crash

2022-08-02 Thread Hitendra Prajapati
Upstream-Status: Backport [https://github.com/qemu/qemu/commit/418ade7849ce7641c0f7333718caf5091a02fd4c] CVE: CVE-2022-35414 Signed-off-by: Hitendra Prajapati --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2022-35414.patch| 53 +++ 2

Re: [oe] [meta-networking] [PATCH] strongswan: upgrade 5.9.6 -> 5.9.7

2022-08-02 Thread Yi Zhao
Hi Mingyu, There are some strongswan startup failures for this patch. I have sent V2. //Yi On 8/2/22 21:44, wangmy wrote: 0001-enum-Fix-compiler-warning.patch removed since it's included in 5.9.7. Signed-off-by: Wang Mingyu --- .../0001-enum-Fix-compiler-warning.patch | 31

[oe] [meta-networking][PATCH V2] strongswan: upgrade 5.9.6 -> 5.9.7

2022-08-02 Thread Yi Zhao
ChangeLog: https://github.com/strongswan/strongswan/releases/tag/5.9.7 * Drop backport patch 0001-enum-Fix-compiler-warning.patch. * Update RDEPENDS to fix strongswan startup failures: plugin 'mgf1': failed to load - mgf1_plugin_create not found and no plugin file available plugin

[oe] [meta-oe][PATCH] Add python-requests-unixsocket recipe

2022-08-02 Thread edtanous via lists.openembedded.org
From: Ed Tanous >From the pypi description: Use requests to talk HTTP via a UNIX domain socket Signed-off-by: Ed Tanous --- .../python/python3-requests-unixsocket_0.3.0.bb| 14 ++ 1 file changed, 14 insertions(+) create mode 100644

[oe] [meta-oe][dunfell][PATCH] meta-oe: Add leading whitespace for append operator

2022-08-02 Thread Armin Kuster
From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit 92441f9d6a958c245a03f89ec44ef2c17dd6b0ee) Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 +- meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb | 2 +-

Re: [oe] [meta-python][PATCH] python3-jsonrpcserver: add patch to use importlib.resources instead of pkg_resources

2022-08-02 Thread Jose Quaresma
Hi Sam, Sam Van Den Berge escreveu no dia terça, 2/08/2022 à(s) 14:27: > From: Sam Van Den Berge > > Currently jsonrpcserver has a runtime dependency to setuptools because > it uses pkg_resources. Setuptools however is not listed in the RDEPENDS > of python3-jsonrpcserver. We could add

[oe] [meta-networking] [PATCH] strongswan: upgrade 5.9.6 -> 5.9.7

2022-08-02 Thread wangmy
0001-enum-Fix-compiler-warning.patch removed since it's included in 5.9.7. Signed-off-by: Wang Mingyu --- .../0001-enum-Fix-compiler-warning.patch | 31 --- ...trongswan_5.9.6.bb => strongswan_5.9.7.bb} | 6 ++-- 2 files changed, 2 insertions(+), 35 deletions(-) delete

[oe] [meta-oe] [PATCH] poco: upgrade 1.12.0 -> 1.12.1

2022-08-02 Thread wangmy
The following patches removed since they're included in 1.12.1: 0001-fix-unbundled-PCRE2-dependency.patch 0002-remove-providers-unitialization.patch Changelog: == - GH #3677 PocoFoundationConfig.cmake should now check for PCRE2 - GH #3686 SIGSEGV in OSSL_PROVIDER_unload with static

[oe] [meta-oe] [PATCH] zabbix: upgrade 6.0.5 -> 6.2.1

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../zabbix/{zabbix_6.0.5.bb => zabbix_6.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/zabbix/{zabbix_6.0.5.bb => zabbix_6.2.1.bb} (94%) diff --git

[oe] [meta-oe] [PATCH] xrefresh: upgrade 1.0.6 -> 1.0.7

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xorg-app/{xrefresh_1.0.6.bb => xrefresh_1.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xrefresh_1.0.6.bb => xrefresh_1.0.7.bb} (71%) diff --git

[oe] [meta-oe] [PATCH] xmessage: upgrade 1.0.5 -> 1.0.6

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xorg-app/{xmessage_1.0.5.bb => xmessage_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xmessage_1.0.5.bb => xmessage_1.0.6.bb} (60%) diff --git

[oe] [meta-oe] [PATCH] xfontsel: upgrade 1.0.6 -> 1.1.0

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../xorg-app/{xfontsel_1.0.6.bb => xfontsel_1.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xfontsel_1.0.6.bb => xfontsel_1.1.0.bb} (73%) diff --git

[oe] [meta-networking] [PATCH] pure-ftpd: upgrade 1.0.50 -> 1.0.51

2022-08-02 Thread wangmy
0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch updated for new version. Signed-off-by: Wang Mingyu --- ...oded-usr-local-includes-from-configure.a.patch | 15 +-- .../{pure-ftpd_1.0.50.bb => pure-ftpd_1.0.51.bb} | 4 ++-- 2 files changed, 11 insertions(+), 8

[oe] [meta-networking] [PATCH] nbdkit: upgrade 1.31.14 -> 1.31.15

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.31.14.bb => nbdkit_1.31.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.31.14.bb => nbdkit_1.31.15.bb} (95%) diff --git

[oe] [meta-gnome] [PATCH] libwacom: upgrade 2.3.0 -> 2.4.0

2022-08-02 Thread wangmy
Changelog: == Update README.md Add support for the Huion Inspiroy H1060P Add support for Huion MiniDial KD100 (#470) Add Chuwi MiniBook X (#508) CI: upgrade FreeBSD to 13.1 (#507) data: Add XP-Pen Deco L (#509) Add support for XP-Pen Artist 12. (#505) Revert "Add support

[oe] [meta-oe] [PATCH] libmxml: upgrade 3.3 -> 3.3.1

2022-08-02 Thread wangmy
Fixed POSIX thread cleanup bugs (Issue #293) Signed-off-by: Wang Mingyu --- .../libmxml/{libmxml_3.3.bb => libmxml_3.3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libmxml/{libmxml_3.3.bb => libmxml_3.3.1.bb} (95%) diff --git

[oe] [meta-oe] [PATCH] icewm: upgrade 2.9.7 -> 2.9.8

2022-08-02 Thread wangmy
Changelog: = Omit trailing dot in CPU temperature and add centigrade symbol for issue bbidulock/icewm#652. If there is no WM active, then a request to restart will start icewm. Don't create the ~/.icewm directory, unless required to save a file. When showing the desktop, also minimize

[oe] [meta-networking] [PATCH] htpdate: upgrade 1.3.4 -> 1.3.5

2022-08-02 Thread wangmy
Changelog: === - Feature: set kernel synchronized (e.g. timedatectl will report 'System clock synchronized: yes') - Improved time tuning accuracy/stability Signed-off-by: Wang Mingyu --- .../htpdate/{htpdate_1.3.4.bb => htpdate_1.3.5.bb} | 2 +- 1 file changed, 1

[oe] [meta-oe] [PATCH] debootstrap: upgrade 1.0.126 -> 1.0.127

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{debootstrap_1.0.126.bb => debootstrap_1.0.127.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/debootstrap/{debootstrap_1.0.126.bb => debootstrap_1.0.127.bb} (89%) diff --git

[oe] [meta-oe] [PATCH] freerdp: upgrade 2.7.0 -> 2.8.0

2022-08-02 Thread wangmy
Changelog: == Noteworthy changes: --- Backported API to get peer accepted channel option flags Backported API to get peer accepted channel names Backported Stream_CheckAndLogRequiredLength Backported #7954: Add server side handling for [MS-RDPET]

[oe] [meta-gnome] [PATCH] gedit: upgrade 42.1 -> 42.2

2022-08-02 Thread wangmy
Changelog: == * Fix bug: text cut off at the bottom in certain situations. * Translation updates. Signed-off-by: Wang Mingyu --- meta-gnome/recipes-gnome/gedit/{gedit_42.1.bb => gedit_42.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe] [PATCH] avro-c: upgrade 1.11.0 -> 1.11.1

2022-08-02 Thread wangmy
Signed-off-by: Wang Mingyu --- .../recipes-support/avro/{avro-c_1.11.0.bb => avro-c_1.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/avro/{avro-c_1.11.0.bb => avro-c_1.11.1.bb} (88%) diff --git a/meta-oe/recipes-support/avro/avro-c_1.11.0.bb

[oe] [meta-python][PATCH] python3-jsonrpcserver: add patch to use importlib.resources instead of pkg_resources

2022-08-02 Thread Sam Van Den Berge
From: Sam Van Den Berge Currently jsonrpcserver has a runtime dependency to setuptools because it uses pkg_resources. Setuptools however is not listed in the RDEPENDS of python3-jsonrpcserver. We could add setuptools to RDEPENDS but since pkg_resources is discouraged anyway [1], I posted a patch

[oe] [meta-oe][PATCHv2] libass: update to v1.16.0

2022-08-02 Thread Markus Volk
- enca support has been dropped - add PACKAGECONFIG for asm - build with asm support for x86_64 Signed-off-by: Markus Volk --- .../{libass_0.14.0.bb => libass_0.16.0.bb}| 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) rename

[oe] [meta-oe][PATCH] libass: update to v1.16.0

2022-08-02 Thread Markus Volk
- enca support has been dropped - add PACKAGECONFIG for asm - build with asm support for x86_64 Signed-off-by: Markus Volk --- .../libass/libass_0.14.0.bb | 30 --- .../libass/libass_0.16.0.bb | 28 + 2 files changed, 28

[oe][meta-oe][PATCH v2 1/1] fluentbit Upgrade to 1.3.5 -> 1.9.6

2022-08-02 Thread Paulo Neves
Signed-off-by: Paulo Neves --- ...t-Do-not-use-private-makefile-target.patch | 71 ...nit-install-location-with-SYSTEM_DIR.patch | 28 --- ...caused-by-using-flb_free-instead-of-.patch | 43 -- ...-ppc-Fix-signature-for-co_create-API.patch | 38 -

[oe] [meta-oe][PATCH 2/2] ccid: upgrade 1.4.33 -> 1.5.0

2022-08-02 Thread Julian Haller via lists.openembedded.org
From: Julian Haller Signed-off-by: Julian Haller --- .../recipes-support/ccid/{ccid_1.4.33.bb => ccid_1.5.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/ccid/{ccid_1.4.33.bb => ccid_1.5.0.bb} (69%) diff --git

[oe] [meta-oe][PATCH 1/2] pcsc-lite: upgrade 1.9.0 -> 1.9.8

2022-08-02 Thread Julian Haller via lists.openembedded.org
From: Julian Haller The python3 related patch is no longer due to similar changes in the project. This also requires changing the RDEPENDS to python3-core to avoid package QA warnings. Signed-off-by: Julian Haller --- .../0001-pcsc-spy-use-python3-only.patch | 43 ---