[oe] [PATCH 2/2] xorg-xrdp: Upgraded from 0.2.5 to 0.2.18.

2022-01-17 Thread leimaohui
- Upgraded 0.2.5 to 0.2.18 - Deleted xorg-xrdp from PNBLACKLIST, because build error with openssl 3.0 of xrdp has beed fixed. Signed-off-by: Lei Maohui --- .../xorg-xrdp/{xorgxrdp_0.2.5.bb => xorgxrdp_0.2.18.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-oe/reci

[oe] [PATCH 0/2] Deleted xorg-xrdp and xrdp from PNBLACKLIST and upgraded them.

2022-01-17 Thread leimaohui
- xorg-xrdp: By the suggestion from upstream(https://github.com/neutrinolabs/xrdp/issues/2121), fixed build error of xrdp with openssl3.So, deleted xorg-xrdp and xrdp from PNBLACKLIST. - Upgraded xorg-xrdp and xrdp to the last version. Lei Maohui (2): xrdp: Fixed build error with openssl 3.0

[oe] [PATCH 1/2] xrdp: Fixed build error with openssl 3.0 and upgraded from 0.9.17 to 0.9.18.

2022-01-17 Thread leimaohui
- Fixed build error with openssl 3.0 according to the suggestion of upsream. Please reference to https://github.com/neutrinolabs/xrdp/issues/2121. - Upgraded from 0.9.17 to 0.9.18. - git repository of xrdp has recursive sources, so, reference to Fedora, modified SRC_URI to a tarball download U

[oe] [meta-oe][PATCH v2] php: avoid textrel QA Issue warning

2022-01-17 Thread Yu, Mingli
From: Mingli Yu Fixes: WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php: ELF binary /usr/libexec/apache2/modules/libphp.so has relocations in .text [textrel] WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php-opcache: ELF binary /usr/lib/php8/extensions/no-debug-zts-

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-17 Thread Marek Vasut
On 1/17/22 18:34, Marta Rybczynska wrote: On Sun, Jan 16, 2022 at 7:22 PM Marek Vasut wrote: On 1/16/22 19:05, akuster808 wrote: On 1/15/22 7:45 AM, Marek Vasut wrote: On 1/15/22 14:43, akuster808 wrote: On 1/11/22 8:57 PM, Marek Vasut wrote: On 1/12/22 05:42, akuster808 wrote: On 1

[oe] [meta-python][PATCH 3/3] python3-croniter: Upgrade 1.1.0 -> 1.2.0

2022-01-17 Thread Leon Anavi
Upgrade to release 1.2.0: - Enforce validation for day=1. Before this release we used to support day=0 and it was silently glided to day=1 to support having both day in day in 4th field when it came to have 6fields cron forms (second repeat). It will now raises a CroniterBadDateError. Sig

[oe] [meta-python][PATCH 1/3] python3-jdatetime: Upgrade 3.6.4 -> 3.8.1

2022-01-17 Thread Leon Anavi
Upgrade to release 3.8.1: - Fixed pickle problem of jdate and jdatetime objects - Fixed unicode literal problem in isoformat License-Update: Use the LICENSE file. Signed-off-by: Leon Anavi --- ...{python3-jdatetime_3.6.4.bb => python3-jdatetime_3.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(

[oe] [meta-python][PATCH 2/3] python3-jsmin: Upgrade 3.0.0 -> 3.0.1

2022-01-17 Thread Leon Anavi
Upgrade to release 3.0.1: - Bump (patch) version Signed-off-by: Leon Anavi --- .../python/{python3-jsmin_3.0.0.bb => python3-jsmin_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-jsmin_3.0.0.bb => python3-jsmin_3.0.1.bb} (8

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-17 Thread Marta Rybczynska
On Sun, Jan 16, 2022 at 7:22 PM Marek Vasut wrote: > On 1/16/22 19:05, akuster808 wrote: > > > > > > On 1/15/22 7:45 AM, Marek Vasut wrote: > >> On 1/15/22 14:43, akuster808 wrote: > >>> > >>> > >>> On 1/11/22 8:57 PM, Marek Vasut wrote: > On 1/12/22 05:42, akuster808 wrote: > > > >

Re: [oe] [meta-python][PATCH] python3-dacite: Add recipe

2022-01-17 Thread Esben Haabendal
"Kasper" writes: > From: Kasper Revsbech > > Signed-off-by: Kasper Revsbech > --- > .../python/python3-dacite_1.6.0.bb| 15 +++ > 1 file changed, 15 insertions(+) > create mode 100644 > meta-python/recipes-devtools/python/python3-dacite_1.6.0.bb > > diff --git a/m

Re: [oe] [meta-oe][dunfell][PATCH] c-ares: Fix forgotten PV bump to 1.16.1

2022-01-17 Thread Ranjitsinh Rathod
Hi all, I think during https://git.openembedded.org/meta-openembedded-contrib/commit/?h=stable/dunfell-nut&id=9ce3df8c2a10b45aa3695cf257aa27fd346d52a7 patch merge, PV variable is not updated and so CVE-2020-14354 is reported by cve tool. So removing PV can solve this. I have verified using "bi

Re: [oe] [meta-python][PATCH] python3-dacite: Add recipe

2022-01-17 Thread Sean Nyekjaer
On Tue, Dec 21, 2021 at 10:38:22AM +0100, Kasper wrote: > From: Kasper Revsbech > > Signed-off-by: Kasper Revsbech > --- > .../python/python3-dacite_1.6.0.bb| 15 +++ > 1 file changed, 15 insertions(+) > create mode 100644 > meta-python/recipes-devtools/python/pyth

Re: [oe] [PATCH] python3-prompt-toolkit1: Add latest 1.0 version

2022-01-17 Thread Esben Haabendal
"Khem Raj" writes: > On 1/12/22 12:39 PM, Esben Haabendal wrote: >> From: Esben Haabendal >> Old major version with different API (than 3.0) for use by recipes that is >> still relying on that. >> Signed-off-by: Esben Haabendal >> --- >> .../python/python3-prompt-toolkit1_1.0.15.bb | 22