Re: [oe] [meta-oe][PATCH] gtkmm3: use relative path

2021-02-25 Thread Yu, Mingli
Ping. Thanks, On 2/23/21 5:48 PM, Yu, Mingli wrote: From: Mingli Yu Fixes: Fatal error: can't create

[oe] [meta-oe][PATCH] php: split out phpdbg into a separate package

2021-02-25 Thread Diego Santa Cruz via lists.openembedded.org
Since PHP 7.0 the phpdbg debugger is built by default and gets shipped in the main php package, increasing its size by several MB; split it out into a php-phpdbg package, following Debian naming. Signed-off-by: Diego Santa Cruz --- meta-oe/recipes-devtools/php/php_7.4.9.bb | 3 ++- 1 file

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
Hi Rahul, you probably don't have patch-fuzz in ERROR_QA and overlooked the warning generated by this QA check which is by default only in WARN_QA. Or you weren't testing it with master branch as the subject says it's for dunfell, but it the python version is the same in master and dunfell, so

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Rahul Taya
Hi Martin, I have tested my changes before sending to you or ML i don’t know why it is failing now at your side. Thanks and Regards, Rahul Get Outlook for iOS From: Martin Jansa Sent: Thursday, February 25, 2021 8:25:50 PM To: Rahul Taya

[oe] [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 22.0.2 -> 22.0.3

2021-02-25 Thread Leon Anavi
Upgrade to release 22.0.3: - Fix fork-safety bug in garbage collection thread (regression in 20.0) when using subprocesses. Signed-off-by: Leon Anavi --- .../python/{python3-pyzmq_22.0.2.bb => python3-pyzmq_22.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 4/5] python3-rsa: Upgrade 4.7.1 -> 4.7.2

2021-02-25 Thread Leon Anavi
Upgrade to release 4.7.2: - Fix picking/unpickling issue introduced in 4.7 Signed-off-by: Leon Anavi --- .../python/{python3-rsa_4.7.1.bb => python3-rsa_4.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-rsa_4.7.1.bb =>

[oe] [meta-python][PATCH 3/5] python3-cvxopt: Upgrade 1.2.5 -> 1.2.6

2021-02-25 Thread Leon Anavi
Upgrade to release 1.2.6: - Change construction of sparse matrix to avoid limitations of linear indexing with long int - Make create_indexlist declaration match definition in dense.c - Update version, copyright, and documentation - Fixes typos in examples, documentation License-Update: Update

[oe] [meta-python][PATCH 2/5] python3-pulsectl: Upgrade 20.5.1 -> 21.2.0

2021-02-25 Thread Leon Anavi
Upgrade to release 21.2.0: - Link pulsectl-asyncio as an alternative for async code Signed-off-by: Leon Anavi --- .../{python3-pulsectl_20.5.1.bb => python3-pulsectl_21.2.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

[oe] [meta-python][PATCH 1/5] python3-markdown: Upgrade 3.3.3 -> 3.3.4

2021-02-25 Thread Leon Anavi
Upgrade to release 3.3.4: - Properly parse unclosed tags in code spans - Properly parse processing instructions in md_in_html - Properly parse code spans in md_in_html - Preserve text immediately before an admonition - Simplified regex for HTML placeholders addressing - Ensure permalinks and

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
Hi, normally you should fork meta-python2 and send a link to meta-python2 change I can cherry-pick, not the blob in otherwise empty repo. But as I've said in previous reply, I've already manually applied your change in meta-python2 master-next where it's now failing: ERROR:

Re: Private: Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Martin Jansa
Hi, you patch has: Content-Type: text/plain; charset=8bit Content-Transfer-Encoding: quoted-printable and git am doesn't handle it $ git am python2/cur/1614253357.R13620585686638879435.jama\:2\,RS error: cannot convert from 8bit to UTF-8 fatal: could not parse patch if I manually change it to

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-25 Thread Rahul Taya
Hi Martin, I removed the emoticons and uploaded the patch to my git repo pls access below link: https://github.com/Rahult9/upstream_patch/blob/main/CVE-2019-9674.patch Thanks and Regards, Rahul Taya From: Martin Jansa Sent: Thursday, February 18, 2021 10:58