[oe] [meta-oe][PATCH] Fix do_package error when enable multilib.

2021-03-01 Thread zhengruoqin
ERROR: grpc-1.35.0-r0 do_package: QA Issue: grpc: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/pkgconfig /usr/lib/pkgconfig/grpc.pc /usr/lib/pkgconfig/grpc_unsecure.pc /usr/lib/pkgconfig/grpc++.pc /usr/lib/pkgconfig/gpr.pc /usr/lib/pkgconfig/grpc

[oe] [meta-networking][PATCH 3/3] mbedtls: Fix gcc11 stringop-overflow warning

2021-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...sl_tls-Increase-size-of-padbuf-to-64.patch | 34 +++ .../mbedtls/mbedtls_2.25.0.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-ssl_tls-Increase-size-of-padbu

[oe] [meta-multimedia][PATCH 2/3] mpd: Upgrade to 0.22 series

2021-03-01 Thread Khem Raj
Drop the gcc10 patches the problem is fixed in newer versions Migrate to use meson build system Drop libwrap packageconfig, its dropped upstream too Signed-off-by: Khem Raj Cc: Max Kellermann Cc: Andreas Müller --- ...ingBuffer-Include-cstddef-for-size_t.patch | 27 - ...-Include-stdexcep

[oe] [meta-oe][PATCH 1/3] glog: Upgrade to 0.4.0

2021-03-01 Thread Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj Cc: Vyacheslav Yurkov --- ...001-Find-Libunwind-during-configure.patch} | 40 +-- ...Rework-CMake-glog-VERSION-management.patch | 71 --- .../glog/0003-installation-path-fix.patch | 65 - .../glog/{glog_0.

[oe] [meta-perl][PATCH 1/2] libauthen-sasl-perl,libhtml-tree-perl: allow PERL_USE_UNSAFE_INC

2021-03-01 Thread Khem Raj
latest perl has made it defualt to remove current directory from default include paths but some modules still depend on this behavior, so let them use it Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb | 2 ++ meta-perl/recipes-perl/libhtml/libhtml-tree-p

[oe] [meta-multimedia][PATCH 2/2] dvb-apps: Allow insecure inc paths

2021-03-01 Thread Khem Raj
Latest perl have switched the default to not allow the unsafe include paths like current dir (.), but dvb-apps depend on this behaviour Signed-off-by: Khem Raj Cc: Andreas Müller --- meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --gi

[oe] [meta-python][PATCH] packagegroup-meta-python: Add python3-semantic-version

2021-03-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 635dee194

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

2021-03-01 Thread Khem Raj
there is python3-semver recipe as well. While they are different sources but perhaps are similar in functionality can you find out if we need both On Mon, Mar 1, 2021 at 9:51 AM Trevor Gamblin wrote: > > > On 2021-02-26 9:55 a.m., Leon Anavi wrote: > > [Please note: This e-mail is from an EXTERNA

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-26 9:55 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Add semantic_version - a library implementing the 'SemVer' scheme. Version 2.8.5 brings: - Properly handle wildcards in SimpleSpec (e.g. ==1.2.*) Signed-off-by: Leon Anavi Acked-by: Trev

Re: [oe] [meta-python][PATCH 3/3] python3-aiohttp: Upgrade 3.7.3 -> 3.7.4

2021-03-01 Thread Trevor Gamblin
On 2021-02-26 6:09 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 3.7.4: - (SECURITY BUG) Started preventing open redirects in the aiohttp.web.normalize_path_middleware middleware. - Fix interpretation difference of the pure-Python a

Re: [oe] [meta-python][PATCH 2/3] python3-autobahn: Upgrade 21.2.1 -> 21.2.2

2021-03-01 Thread Trevor Gamblin
On 2021-02-26 6:09 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 21.2.2: - fix: correct some sphinx doc references - new: minimum supported Python (language) version is now 3.7 (on CPython and PyPy) - new: more XBR proxy/stub code g

Re: [oe] [meta-python][PATCH 1/3] python3-tqdm: Upgrade 4.57.0 -> 4.58.0

2021-03-01 Thread Trevor Gamblin
On 2021-02-26 6:09 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 4.58.0: - add start delay in seconds - add tests - misc code tidy - misc documentation updates Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{p

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-25 11:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 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 Acked-by: Trevor Gamblin ---

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-25 11:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 4.7.2: - Fix picking/unpickling issue introduced in 4.7 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-rsa_4.7.1.bb => python3-rsa_4.7

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-25 11:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 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 -

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-25 11:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 21.2.0: - Link pulsectl-asyncio as an alternative for async code Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-pulsectl_20.5.1.bb => python3

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

2021-03-01 Thread Trevor Gamblin
On 2021-02-25 11:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] 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 imme

Re: [oe] [meta-python][PATCH 5/5] python3-pytest-runner: Upgrade 5.2 -> 5.3.0

2021-03-01 Thread Trevor Gamblin
On 2021-02-24 6:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 5.3.0: - Require Python 3.6 or later - Refreshed package metadata License-Update: License remains MIT Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...3-

Re: [oe] [meta-python][PATCH 4/5] python3-pymisp: Upgrade 2.4.137.3 -> 2.4.138

2021-03-01 Thread Trevor Gamblin
On 2021-02-24 6:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.4.138: - Bump version - Bump deps Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...{python3-pymisp_2.4.137.3.bb => python3-pymisp_2.4.138.bb} | 4 ++--

Re: [oe] [meta-python][PATCH 3/5] python3-cffi: Upgrade 1.14.4 -> 1.14.5

2021-03-01 Thread Trevor Gamblin
On 2021-02-24 6:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.14.5: - Source fix for old gcc version - This and future releases should include wheels on more platforms Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH 2/5] python3-pandas: Upgrade 1.2.1 -> 1.2.2

2021-03-01 Thread Trevor Gamblin
On 2021-02-24 6:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.2.2: - Fixed regression in read_excel() that caused it to raise AttributeError when checking version of older xlrd versions - Fixed regression in DataFrame construct

Re: [oe] [meta-python][PATCH 1/5] python3-rsa: Upgrade 4.7 -> 4.7.1

2021-03-01 Thread Trevor Gamblin
On 2021-02-24 6:25 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 4.7.1: - Fix threading issue introduced in 4.7 Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-rsa_4.7.bb => python3-rsa_4.7.1.bb}

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

2021-03-01 Thread Martin Jansa
> Can you please tell me what i should do if a fuzz is detected while applying patch or i see some warning message ? The QA warning/error message about patch-fuzz shows you how to easily resolve the fuzz with devtool. If it doesn't apply at all (like that nghttp2 patch), then you need to apply it