[oe] [meta-perl] [PATCH] librole-tiny-perl: upgrade 2.001004 -> 2.002003

2021-01-14 Thread zangrc
Signed-off-by: Zang Ruochen --- ...-tiny-perl_2.001004.bb => librole-tiny-perl_2.002003.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/librole/{librole-tiny-perl_2.001004.bb => librole-tiny-perl_2.002003.bb} (77%) diff --git a/meta-perl/recipes-pe

[oe] [meta-oe] [PATCH] spitools: upgrade 0.8.6 -> 0.8.7

2021-01-14 Thread zangrc
Signed-off-by: Zang Ruochen --- meta-oe/recipes-support/spitools/spitools_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index 56c2d44471..cde26df498 100644 --- a/m

[oe] [meta-oe] [PATCH] hwdata: upgrade 0.342 -> 0.343

2021-01-14 Thread zangrc
Signed-off-by: Zang Ruochen --- meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb index 0ac08bd51c..59c6093b14 100644 --- a/meta-oe/recip

[oe] [meta-oe] [PATCH] htop: upgrade 3.0.4 -> 3.0.5

2021-01-14 Thread zangrc
Signed-off-by: Zang Ruochen --- meta-oe/recipes-support/htop/{htop_3.0.4.bb => htop_3.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/htop/{htop_3.0.4.bb => htop_3.0.5.bb} (95%) diff --git a/meta-oe/recipes-support/htop/htop_3.0.4.bb b/meta-oe/recip

[oe] [meta-oe] [PATCH] c-periphery: upgrade 2.3.0 -> 2.3.1

2021-01-14 Thread zangrc
Signed-off-by: Zang Ruochen --- .../c-periphery/{c-periphery_2.3.0.bb => c-periphery_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/c-periphery/{c-periphery_2.3.0.bb => c-periphery_2.3.1.bb} (90%) diff --git a/meta-oe/recipes-support/c-periphery

Re: [oe] [meta-oe][PATCH v2] xmlsec1: Fix configure QA error caused by host lookup path

2021-01-14 Thread akuster
On 1/14/21 9:36 AM, Anatol Belski wrote: > The configure script contains hardcoded lookup paths to /usr and other > paths that might interfere with the host. These are overwritten with the > staging dir locations for Poky compatibility. The QA message has "xmlsec1-1.2.30" so this appears it needs

Re: [oe] [meta-python][PATCH 10/10] python3-pyzmq: Upgrade 19.0.2 -> 20.0.0

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - Update bundled libzmq to 4.3.3 - Socket.bind() and Socket.connect() can now be used as context managers - Better error when libzmq is bundled and fails to be loaded - Hold GIL while calling zmq_curve_ functions, which may fix apparent threadsafe

Re: [oe] [meta-python][PATCH 09/10] python3-wheel: Upgrade 0.35.1 -> 0.36.2

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - Updated vendored packaging library to v20.8 - Fixed wheel sdist missing LICENSE.txt - Don't use default macos/arm64 deployment target in calculating the platform tag for fat binaries Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...

Re: [oe] [meta-python][PATCH 08/10] python3-cryptography-vectors: Upgrade 3.2 -> 3.3.1

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - BACKWARDS INCOMPATIBLE: The :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require 64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change

Re: [oe] [meta-python][PATCH 07/10] python3-cryptography: Upgrade 3.2 -> 3.3.1

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - Re-added a legacy symbol causing problems for older pyOpenSSL users. - BACKWARDS INCOMPATIBLE: Support for Python 3.5 has been removed due to low usage and maintenance burden. - BACKWARDS INCOMPATIBLE: The :class:`~cryptography.hazmat.primiti

Re: [oe] [meta-python][PATCH 06/10] python3-regex: Upgrade 2020.10.28 -> 2020.11.13

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - clock() calls for timeout cause slowdown in Docker - Unexpected behaviour in fuzzy matching with limited character set with IGNORECASE flag - Added password arguments to twine upload in .travis.yml Signed-off-by: Leon Anavi Acked-by: Trevor Gamb

Re: [oe] [meta-python][PATCH 05/10] python3-ecdsa: Upgrade 0.16.0 -> 0.16.1

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - VerifyingKey.precompute() supports lazy argument to delay precomputation to the first time the key is used to verify a signature. - Documentation for the VerifyingKey.precompute() method. - Make created signatures correct when the hash used is b

Re: [oe] [meta-python][PATCH 04/10] python3-pyopenssl: Upgrade 19.1.0 -> 20.0.1

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: Upgrade to release 20.0.1: - Fixed compatibility with OpenSSL 1.1.0 - Added a new optional chain parameter to OpenSSL.crypto.X509StoreContext() where additional untrusted certificates can be specified to help chain building. - Added OpenSSL.crypt

Re: [oe] [meta-python][PATCH 03/10] python3-msgpack: Upgrade 1.0.0 -> 1.0.2

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - Fix overflow in unpacking timestamp to datetime - Format markdown - Update readme Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-msgpack_1.0.0.bb => python3-msgpack_1.0.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [oe] [meta-python][PATCH 02/10] python3-lz4: Upgrade 3.1.0 -> 3.1.1

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - Correct how pkgconfig is handled in setup.py to account for multiple build flags - Improve how CHAR_BIT is handled Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-lz4_3.1.0.bb => python3-lz4_3.1.1.bb} | 3 +--

Re: [oe] [meta-python][PATCH 01/10] python3-isort: Upgrade 5.6.4 -> 5.7.0

2021-01-14 Thread Trevor Gamblin
On 2021-01-13 9:26 a.m., Leon Anavi wrote: - In rare circumstances an extra comma is added after import and before comment. - isort encounters bug in Python 3.6.0. - Provide ways for extension formatting and file paths to be specified when using streaming input from CLI. - Ability to outpu

Re: [oe] [meta-python][PATCH 2/2] python3-pyjwt: Upgrade 1.7.1 -> 2.0.0

2021-01-14 Thread Trevor Gamblin
On 2021-01-12 1:23 p.m., Leon Anavi wrote: - Drop support for Python 2 and Python 3.0-3.5 - Drop support for PyCrypto and ECDSA - Improve typings - Introduce better experience for JWKs - Support for JWKs containing ECDSA keys - Add support for Ed25519 / EdDSA Signed-off-by: Leon Anavi Acked-b

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

2021-01-14 Thread Trevor Gamblin
On 2021-01-12 1:23 p.m., Leon Anavi wrote: - Fix: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code - Add padding length check as described by PKCS#1 v1.5 - Reuse of blinding factors to speed up blinding operations - Declare & test support for Python 3.9 Sign

Re: [oe] [meta-python][PATCH 2/2] python3-cffi: Upgrade 1.14.3 -> 1.14.4

2021-01-14 Thread Trevor Gamblin
On 2021-01-12 12:56 p.m., Leon Anavi wrote: - Release done for pip reasons. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-cffi_1.14.3.bb => python3-cffi_1.14.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/

Re: [oe] [meta-python][PATCH 1/2] python3-pyscaffold: Upgrade 3.2.3 -> 3.3

2021-01-14 Thread Trevor Gamblin
On 2021-01-12 12:56 p.m., Leon Anavi wrote: - Code base changed to Black's standards - New docs about version numbers and git integration - Updated pre-commit hooks - Updated docs/Makefile to use Sphinx "make mode" - deprecated setuptools extensions/commands python setup.py test/docs/doctests

[oe] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-01-14 Thread Peter Kjellerstedt
[ Cross-posting since these changes affect all of bitbake, openembedded-core and meta-openembedded and need to be made (at least somewhat) in sync. ] Can the solution for _PYTHON_SYSCONFIGDATA_NAME please be backported to Gatesgarth and Dunfell? We are seeing problems for developers who have

[oe] [meta-oe][PATCH v2] xmlsec1: Fix configure QA error caused by host lookup path

2021-01-14 Thread Anatol Belski
The configure script contains hardcoded lookup paths to /usr and other paths that might interfere with the host. These are overwritten with the staging dir locations for Poky compatibility. Signed-off-by: Anatol Belski --- .../xmlsec1/ensure-search-path-non-host.patch | 22 +++ .

Re: [oe] [yocto] OpenEmbedded Virtual Stand at FOSDEM 2021

2021-01-14 Thread Philip Balister
I have some photos of stands from the past that would be fun to add to the stand web page. I can watch chat some, mainly during times I am awake in the US East coat though. Philip On 1/14/21 6:02 AM, Robert Berger wrote: > Hi, > > On 13/01/2021 23:33, Paul Barker wrote: >> Hi folks, >> >> * Any

[oe] [meta-oe][PATCH] xmlsec1: Fix configure QA error caused by host lookup path

2021-01-14 Thread Anatol Belski
The configure script contains hardcoded lookup paths to /usr and other paths that might interfere with the host. These are overwritten with the staging dir locations for Poky compatibility. Signed-off-by: Anatol Belski --- .../xmlsec1/ensure-search-path-non-host.patch | 22 +++ .

[oe] [PATCH 1/2] cppunit: add support for native version

2021-01-14 Thread Ross Burton
From: Adrian Herrera This is useful for native tools relying on CppUnit to test their functionality. Signed-off-by: Adrian Herrera Change-Id: I9f6bfcbddf3a67696395eb1061352b9ca1cd7036 --- meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-

[oe] [PATCH 2/2] protobuf: apply fix for pkg-config pthread flags

2021-01-14 Thread Ross Burton
From: Adrian Herrera This upstream fix solves an issue by which the protobuf pkg-config linker flags did not provide -pthread. This can result in segmentation faults due to no available pthread library. See https://github.com/protocolbuffers/protobuf/issues/8059 for details on the issue. Signed