[oe] [meta-networking][PATCH] postfix: Upgrade to 3.6.1

2021-07-14 Thread Khem Raj
Fix build with glibc 2.34+ Details of this release [1] [1] http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.1.RELEASE_NOTES Signed-off-by: Khem Raj --- ...7-correct-signature-of-closefrom-API.patch | 101 ++ .../{postfix_3.4.12.bb => postfix_3.6.1.bb

[oe] [meta-oe,dunfell][PATCH] sysbench: fix memory test

2021-07-14 Thread massimo toscanelli via lists.openembedded.org
In sysbench version 0.4, the tmp variable used by the memory test to execute requests is optimized by the compiler. Caching mechanism reduces the direct accesses to the memory increasing the transfer speed. This leads to false timing estimations that considerably affect read and also random write o

[oe] [meta-oe][PATCH 1/2] can-isotp: Upgrade to latest on master

2021-07-14 Thread Khem Raj
From: David Sterling It is needed for 5.2 to 5.10 kernel Can-isotp is now upstream from kernel 5.10 onwards. Use kernel config file instead. This is only provided for legacy kernels. For kernel 5.10 onwards use kernel defconfig option for ISO 15765-2 CAN transport and do not use can-isotp reci

[oe] [meta-python][PATCH 2/2] python3-pyusb: Add missing runtime dependency on libusb1

2021-07-14 Thread Khem Raj
Patch as suggested from [1] [1] https://github.com/openembedded/meta-openembedded/issues/394 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb b/

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

2021-07-14 Thread Pierre-Jean Texier
This includes the following changes: f5d8795 [RELEASE] 1.0.0. eaa6f35 [RELEASE] 1.0.0. fe6ffcb [DEV] Add license mention in `--version` display. f9edc7d [DEV] Support all configuration options in `spi-pipe`. 18f6b23 [DEV] Support SPI mode option in `spi-pipe` 8c6e7f7 [DEV] support `--bits` config

[oe] [meta-python][PATCH] python3-django: upgrade 3.2.4 -> 3.2.5

2021-07-14 Thread Trevor Gamblin
3.2.5 fixes CVE-2021-35042: Potential SQL injection via unsanitized QuerySet.order_by() input. Additional release notes: - Fixed a regression in Django 3.2 that caused a crash of QuerySet.values_list(…, named=True) after prefetch_related() (#32812). - Fixed a bug in Django 3.2 that caused a mig

[oe] [meta-python] [PATCH] python3-networkx: upgrade 2.5.1 -> 2.6.1

2021-07-14 Thread zangrc
This release is the result of 11 months of work with over 363 pull requests by 91 contributors. Highlights include: Dropped support for Python 3.6. NumPy, SciPy, Matplotlib, and pandas are now default requirements. NetworkX no longer depends on the library “decorator”. Improved example gallery Rem

[oe] [meta-python] [PATCH] python3-isort: upgrade 5.9.1 -> 5.9.2

2021-07-14 Thread zangrc
Improved behavior of isort --check --atomic against Cython files. Fixed #1769: Future imports added below assignments when no other imports present. Fixed #1772: skip-gitignore will check files not in the git repository. Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip an

[PATCH] [oe] [meta-python] [PATCH] python3-gnupg: upgrade 0.4.6 -> 0.4.7

2021-07-14 Thread zangrc
Released: 2021-03-11 Fixed #129, #141: Added support for no passphrase during key generation. Fixed #143: Improved permission-denied test. Thanks to Elliot Cameron for the patch. Fixed #144: Updated logging to only show partial results. Fixed #146: Allowed a passphrase to be passed to import_keys

[oe] [meta-python] [PATCH] python3-flask-socketio: upgrade 5.0.3 -> 5.1.0

2021-07-14 Thread zangrc
Add reloader_options argument to socketio.run#1556 (commit) Pass auth data from client in connect event handler #1555 (commit) Do not show simple-websocket install prompt if it is already installed (commit) Fix namespace bug in example #1543 (commit) Added index to documentation #724 (commit) Fixed

[oe] [meta-python] [PATCH] python3-flask-migrate: upgrade 3.0.0 -> 3.0.1

2021-07-14 Thread zangrc
Add support for Alchemical in addition to Flask-SQLAlchemy (commit) Remove Flask-Script references from the documentation (commit) Signed-off-by: Zang Ruochen --- ...n3-flask-migrate_3.0.0.bb => python3-flask-migrate_3.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-py

[oe] [meta-python] [PATCH] python3-cryptography-vectors: upgrade 3.4.6 -> 3.4.7

2021-07-14 Thread zangrc
Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1k. Signed-off-by: Zang Ruochen --- ...y-vectors_3.4.6.bb => python3-cryptography-vectors_3.4.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cryptograph

[oe] [meta-python] [PATCH] python3-configargparse: upgrade 1.5 -> 1.5.1

2021-07-14 Thread zangrc
added get_source_to_settings_dict Signed-off-by: Zang Ruochen --- ...n3-configargparse_1.5.bb => python3-configargparse_1.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-configargparse_1.5.bb => python3-configargparse_1.5.1.bb}

[oe] [meta-python] [PATCH] python3-cffi: upgrade 1.14.5 -> 1.14.6

2021-07-14 Thread zangrc
Test fixes for CPython 3.10.0b3 Support for sys.unraisablehook() on Python >= 3.8 Fix two minor memory leaks (thanks Sebastian!) Like many projects that had an IRC channel on freenode, we moved it to irc.libera.chat. Signed-off-by: Zang Ruochen --- .../python/{python3-cffi_1.14.5.bb => python3-