Re: [oe] [zeus 0/6] Patch review

2020-06-25 Thread Khem Raj
On Thu, Jun 25, 2020 at 8:14 PM akuster wrote: > Please have reviews back by Saturday > > The following changes since commit > 9e60d30669a2ad0598e9abf0cd15ee06b523986b: > > sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15 13:30:34 > -0700) > > are available in the Git repository a

[oe] [meta-networking][PATCH] ntp: update 4.2.8p15

2020-06-25 Thread akuster
From: Armin Kuster Source: ntp.org MR: 104487 Type: Security Fix Disposition: Backport from http://archive.ntp.org/ntp4/ntp-4.2/ ChangeID: 65b220646dc29168c45b051a6ea2a651b9e669d1 Description: Bugfix only update including a security fix: CVE-2020-15025 changelog: https://www.eecis.udel.edu/~ntp

[oe] [zeus 2/6] python-urllib3/python3-urllib3: fix CVE-2020-7212

2020-06-25 Thread akuster
From: Haiqing Bai Optimize _encode_invalid_chars for a denial of service (CPU consumption) Signed-off-by: Haiqing Bai Signed-off-by: Armin Kuster --- .../python/python-urllib3/CVE-2020-7212.patch | 54 +++ .../python/python-urllib3_1.25.6.bb | 2 + .../python3-urlli

[oe] [zeus 5/6] ipmitool: fix CVE-2020-5208

2020-06-25 Thread akuster
From: Wenlin Kang Fix CVE-2020-5208 Signed-off-by: Wenlin Kang Signed-off-by: Armin Kuster --- ...-Fix-buffer-overflow-vulnerabilities.patch | 133 ...uffer-overflow-in-ipmi_spd_print_fru.patch | 53 +++ ...er-overflow-in-ipmi_get_session_info.patch | 53 +++ .../00

[oe] [zeus 4/6] opensc: CVE-2019-19479 CVE-2019-19480

2020-06-25 Thread akuster
From: Wang Mingyu Security Advisory References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19479 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19480 Signed-off-by: Wang Mingyu Signed-off-by: Armin Kuster --- .../opensc/opensc/CVE-2019-19479.patch| 30 +++

[oe] [zeus 1/6] gd: fix CVE-2017-6363

2020-06-25 Thread akuster
From: Haiqing Bai Backport the CVE patch from the upstream to fix the heap-based buffer over-read in tiffWriter. Signed-off-by: Haiqing Bai Signed-off-by: Armin Kuster --- .../recipes-support/gd/gd/CVE-2017-6363.patch | 35 +++ meta-oe/recipes-support/gd/gd_2.2.5.bb|

[oe] [zeus 0/6] Patch review

2020-06-25 Thread akuster
Please have reviews back by Saturday The following changes since commit 9e60d30669a2ad0598e9abf0cd15ee06b523986b: sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15 13:30:34 -0700) are available in the Git repository at: git://git.openembedded.org/meta-openembedded-contrib stabl

[oe] [zeus 3/6] libssh2: CVE-2019-17498.patch

2020-06-25 Thread akuster
From: Wang Mingyu Security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17498 Signed-off-by: Wang Mingyu Signed-off-by: Armin Kuster --- .../libssh2/libssh2/CVE-2019-17498.patch | 131 ++ .../recipes-support/libssh2/libssh2_1.8.2.bb | 1

[oe] [zeus 6/6] tremor: update SRC_URI as project moved to gitlab

2020-06-25 Thread akuster
It appears Xiph.Org is now on gitlab https://gitlab.xiph.org/xiph Signed-off-by: Armin Kuster Signed-off-by: Khem Raj (cherry picked from commit cc6e59fdff71e47ef5b9b40aab3bcd9438960ea4) Signed-off-by: Rahul Kumar Signed-off-by: Armin Kuster --- meta-multimedia/recipes-multimedia/tremor/tremo

Re: [oe] [PATCH v2] Revert "packagegroup-xfce-base: add RDEPEND packagegroup-core-x11"

2020-06-25 Thread Andreas Müller
On Thu, Jun 25, 2020 at 6:01 PM Khem Raj wrote: > > > > On 6/24/20 11:49 PM, Andreas Müller wrote: > > packagegroup-core-x11 drags stuff not everybody needs e.g xserver-nodm-init > > and > > that's not what everybody wants. packagegroup-core-x11 is something to add > > into > > images. > > > > T

Re: [oe] [PATCH v2] Revert "packagegroup-xfce-base: add RDEPEND packagegroup-core-x11"

2020-06-25 Thread Khem Raj
On 6/24/20 11:49 PM, Andreas Müller wrote: > packagegroup-core-x11 drags stuff not everybody needs e.g xserver-nodm-init > and > that's not what everybody wants. packagegroup-core-x11 is something to add > into > images. > > This reverts commit 394567c0078c627642e7b80b722f147da5a6f376: > >

Re: [oe] [meta-python][PATCH 11/11] python3-xxhash: Upgrade 1.4.3 -> 1.4.4

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 1.4.4: - Upgrade xxHash to v0.7.3 - Stop using PEP393 deprecated APIs - Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-xxhash_1.4.3.bb => pyt

Re: [oe] [meta-python][PATCH 09/11] python3-spidev: Upgrade 3.4 -> 3.5

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 3.5: - Fixed memory leaks Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-spidev_3.4.bb => python3-spidev_3.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-

Re: [oe] [meta-python][PATCH 08/11] python3-semver: Upgrade 2.8.1 -> 2.10.2

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 2.10.2: - :gh:`268`: Increase coverage - :gh:`260` (:pr:`261`): Fixed __getitem__ returning None on wrong parts :pr:`263`: Doc: Add missing "install" subcommand for openSUSE Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --

Re: [oe] [meta-python][PATCH 10/11] python3-pint: Upgrade 0.12 -> 0.13

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 0.13: - Reinstated support for pickle protocol 0 and 1, which is required by pytables - Fixed bug with multiplication of Quantity by dict - Bare zeros and NaNs (not wrapped by Quantity) are now gracefully accepted by all numpy opera

Re: [oe] [meta-python][PATCH 05/11] python3-more-itertools: Upgrade 8.3.0 -> 8.4.0

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 8.4.0: - New itertools: :func:`mark_ends` :func:`is_sorted` - Changes to existing itertools: :func:`islice_extended` can now be used with real slices The implementations for :func:`filter_except` and :func:`map_except` were

Re: [oe] [meta-python][PATCH 07/11] python3-pytest-timeout: Upgrade 1.3.4 -> 1.4.1

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 1.4.1: - Fix coverage compatibility which was broken by 1.4.0. - Better detection of when we are debugging. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ytest-timeout_1.3.4.bb => python3-pytest-timeout_1.4.1.bb} | 4 ++

Re: [oe] [meta-python][PATCH 06/11] python3-configparser: Upgrade 4.0.2 -> 5.0.0

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Add toml-native as dependency. Upgrade to release 5.0.0: - Require Python 3.6 or later. For Python 2.6-3.5, use configparser < 5 (selection should be automatic when installed using pip 9 from PyPI). The 4.x line remains supported for bug fixes but

Re: [oe] [meta-python][PATCH 04/11] python3-setuptools-scm: Upgrade 3.5.0 -> 4.1.2

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 4.1.2: - disallow git tags without dots by default again - drop jaraco.windows from pyproject.toml, allows for wheel builds on python2 - include python 3.9 via the deadsnakes action - return release_branch_semver scheme - undo the deve

Re: [oe] [meta-python][PATCH 01/11] python3-sqlalchemy: Upgrade 1.3.12 -> 1.3.17

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 1.3.17: - orm Bug fixes - orm Added an accessor ColumnProperty.Comparator.expressions which provides access to the group of columns mapped under a multi-column ColumnProperty attribute. - orm Introduce _orm.relationship.sync_backref

Re: [oe] [meta-python][PATCH 02/11] python3-sh: Upgrade 1.12.14 -> 1.13.1

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 1.13.1: - regression fix if _fg=False - minor Travis CI fixes - bugfix for boolean long options not respecting _long_prefix - fix deprecation warning on Python 3.6 regexes - _pass_fds and _close_fds special kwargs for controlling file

Re: [oe] [meta-python][PATCH 03/11] python3-certifi: Upgrade 2019.11.28 -> 2020.6.20

2020-06-25 Thread Trevor Gamblin
On 6/23/20 5:51 AM, Leon Anavi wrote: Upgrade to release 2020.6.20: - Add python3.8 tag on setup.py - Add a "contents" function that returns the content of the cert chain. - Fix docs URL - Use resources loader to handle non-filesystem situations - Fix where() so that it works with importlib.

Re: [oe] [meta-python][PATCH] python3-py: upgrade 1.8.1 -> 1.8.2

2020-06-25 Thread Trevor Gamblin
On 6/24/20 5:21 AM, Wang Mingyu wrote: ​​Signed-off-by: Wang Mingyu Acked-by: Trevor Gamblin ---  .../python/{python3-py_1.8.1.bb => python3-py_1.8.2.bb}      | 4 ++--  1 file changed, 2 insertions(+), 2 deletions(-)  rename meta-python/recipes-devtools/python/{python3-py_1.8.1.bb => python

Re: [oe] [meta-python][PATCH 01/10] python3-networkx: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Add a HOMEPAGE. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python-networkx.inc | 8 .../recipes-devtools/python/python3-networkx_2.4.bb | 1

Re: [oe] [meta-python][PATCH 02/10] python3-netifaces: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python-netifaces.inc | 10 -- .../python/python3-netifaces_0.10.9.bb | 12 ++--

Re: [oe] [meta-python][PATCH 03/10] python3-netaddr: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python-netaddr.inc| 13 - .../python/python3-netaddr_0.7.19.bb | 15 +--

Re: [oe] [meta-python][PATCH 04/10] python3-netaddr: Upgrade 0.7.19 -> 0.7.20

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Upgrade to release 0.7.20: - Fixed returning from an iterator on Python 3.7+, by Sergey Kozlov. - Fixed Python 3.8 SyntaxWarning on using `is not` with a string literal, by Stefan Nordhausen. - Fixed DeprecationWarnings by using raw strings for escap

Re: [oe] [meta-python][PATCH 05/10] python3-ndg-httpsclient: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Fix the HOMEPAGE to point to the GitHub repository. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-ndg-httpsclient.inc | 25 - .../python/python3-n

Re: [oe] [meta-python][PATCH 06/10] python3-lazy-object-proxy: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-lazy-object-proxy.inc| 12 .../python/python3-lazy-object-proxy_1.4.3.bb | 14 --

Re: [oe] [meta-python][PATCH 07/10] python3-lazy-object-proxy: Upgrade 1.4.3 -> 1.5.0

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Upgrade to release 1.5.0: - Added support for __fspath__. - Dropped support for Python 3.4. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...ject-proxy_1.4.3.bb => python3-lazy-object-proxy_1.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(

Re: [oe] [meta-python][PATCH 08/10] python3-license-expression: Consolidate in a single file

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/python-license-expression.inc | 29 - .../python/python3-license-expression_1.0.bb | 31 +--

Re: [oe] [meta-python][PATCH 10/10] python3-wcwidth: Upgrade 0.2.4 -> 0.2.5

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Upgrade to release 0.2.5: - Do not depend on pkg_resources module for list_versions() function. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-wcwidth_0.2.4.bb => python3-wcwidth_0.2.5.bb}| 4 ++-- 1 file changed, 2 inse

Re: [oe] [meta-python][PATCH 09/10] python3-license-expression: Upgrade 1.0 -> 1.2

2020-06-25 Thread Trevor Gamblin
On 6/24/20 11:16 AM, Leon Anavi wrote: Upgrade to release 1.2: - Add ability to render WITH expression wrapped in parenthesis - Fix anomalous backslashes in strings - Update the thirdparty directory structure Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...se-expression_1.0.bb

Re: [oe] [meta-python][PATCH] python3-requests-toolbelt: add recipe for v0.9.1

2020-06-25 Thread Trevor Gamblin
On 6/24/20 2:45 PM, Sakib Sajal wrote: Signed-off-by: Sakib Sajal Acked-by: Trevor Gamblin --- .../python/python3-requests-toolbelt_0.9.1.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1

[oe] [meta-python][PATCH 06/12] python3-pyjks: Upgrade 19.0.0 -> 20.0.0

2020-06-25 Thread Leon Anavi
Upgrade to release 20.0.0: - Mirrors keytool support for keystores with empty passphrases - Add Python 3.7 and 3.8 to support matrix - Docs and examples fixes Signed-off-by: Leon Anavi --- .../{python3-pyjks_19.0.0.bb => python3-pyjks_20.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2

[oe] [meta-python][PATCH 05/12] python3-pyexpect: Upgrade 1.0.19 -> 1.0.20

2020-06-25 Thread Leon Anavi
Upgrade to release 1.0.20: - Support expectations on types that return different types than bool on comparison. - Better documentation intro using the feedback I got for my talk at berlin.python.pizza - Fix upload command and add some todos LIC_FILES_CHKSUM changed due to the recent modificat

[oe] [meta-python][PATCH 10/12] python3-coverage: Upgrade 5.0.2 -> 5.1

2020-06-25 Thread Leon Anavi
Upgrade to release 5.1: - The JSON report now includes counts of covered and missing branches. - On Python 3.8, try-finally-return reported wrong branch coverage with decorated async functions (issue 964). This is now fixed. - The :meth:`~coverage.Coverage.get_option` and :meth:`~coverage.Co

[oe] [meta-python][PATCH 04/12] python3-twine: Upgrade 3.1.1 -> 3.2.0

2020-06-25 Thread Leon Anavi
Upgrade to release 3.2.0: - Improve display of HTTP errors during upload - Use red text when printing errors on the command line - Print packages and signatures to be uploaded when using --verbose option - Update URL to .pypirc specification - Require repository URL scheme to be http or https -

[oe] [meta-python][PATCH 09/12] python3-matplotlib: Upgrade 3.2.1 -> 3.2.2

2020-06-25 Thread Leon Anavi
Upgrade to release 3.2.2: - Unit converters recognize subclasses - imsave accepts metadata and PIL options - cbook.normalize_kwargs - FontProperties accepts os.PathLike - Gouraud-shading alpha channel in PDF backend - Kerning adjustments now use correct values - bar3d lightsource shading - Shiftin

[oe] [meta-python][PATCH 03/12] python3-socketio: Upgrade 4.5.1 -> 4.6.0

2020-06-25 Thread Leon Anavi
Upgrade to release 4.6.0: - Improved handling of rejected connections - Fix multi-namespace disconnect logic - AsyncPubSubManager does not await for can_disconnect() - Require a recipient in call() function in the server - ASGI startup and shutdown lifespan handlers - Remove references to Python 2

[oe] [meta-python][PATCH 08/12] python3-pandas: Upgrade 1.0.3 -> 1.0.5

2020-06-25 Thread Leon Anavi
Upgrade to release 1.0.5: - Fix regression in read_parquet() when reading from file-like objects. - Fix regression in reading from public S3 buckets. - Fixed regression in replace() raising an AssertionError when replacing values in an extension dtype with values of a different dtype Signed

[oe] [meta-python][PATCH 12/12] python3-astroid: Upgrade 2.3.3 -> 2.4.2

2020-06-25 Thread Leon Anavi
Upgrade to release 2.4.2: - `FunctionDef.is_generator` properly handles `yield` nodes in `While` tests - Properly construct the arguments of infered property descriptors - Handle the case where the raw builder fails to retrieve the ``__all__`` attribute - Restructure the AST parsing heuristic

[oe] [meta-python][PATCH 07/12] python3-ruamel-yaml: Upgrade 0.16.5 0> 0.16.10

2020-06-25 Thread Leon Anavi
Upgrade to release 0.16.10: - updated image references in README to sourceforge - update requirements so that ruamel.yaml.clib is installed for 3.8, as it has become available - fix typchecking issue on TaggedScalar - fix error in dumping literal scalar in sequence with comments before element

[oe] [meta-python][PATCH 11/12] python3-coloredlogs: Upgrade 10.0 -> 14.0

2020-06-25 Thread Leon Anavi
Upgrade to release 14.0: - Integrate native Windows 10 support for ANSI escape sequences - Native support for ANSI escape sequences was added to Windows 10 after its initial release - Merged pull request #80 that drops support for Python 3.4 which has gone end-of-life and now represents less t

[oe] [meta-python][PATCH 02/12] python3-jsonpatch: Upgrade 1.25 -> 1.26

2020-06-25 Thread Leon Anavi
Upgrade to release 1.26: - Optimize exception message - Optimize error handling - Fixed some typos and wording Signed-off-by: Leon Anavi --- .../{python3-jsonpatch_1.25.bb => python3-jsonpatch_1.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtoo

[oe] [meta-python][PATCH 01/12] python3-pytun: Consolidate in a single file

2020-06-25 Thread Leon Anavi
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi --- .../recipes-connectivity/python-pytun/python3-pytun_2.3.0.bb| 2 -- .../python-pytun.inc => python3-pytun/python3-pytun_2.3.0.bb} | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 m