[oe] [meta-gnome][PATCH] gnome-keyring: set file capabilities in pkg_postinst

2021-03-08 Thread Daniel Wagenknecht
file capabilities need to be set on gnome-keyring-daemon. This is now possible using pkg_postinst function on the build host. Previous workarounds are not needed anymore. Signed-off-by: Daniel Wagenknecht --- .../recipes-gnome/gnome-keyring/gnome-keyring_3.34.0.bb | 8 +++- 1 file

Re: [oe] [meta-python][PATCH] python3-twisted: Upgrade 20.3.0 -> 21.2.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 6:06 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 21.2.0: - The enableSessions argument to twisted.internet.ssl.CertificateOptions now actually enables/disables OpenSSL's session cache. Also, due to

Re: [oe] [meta-python][PATCH 2/2] python3-elementpath: Upgrade 2.1.4 -> 2.2.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 6:16 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.2.0: - Optimize TDOP parser's tokenizer - Resolve ambiguities with operators and statements that are also names - Merge with XPath 3.0/3.1 develop (to be completed)

Re: [oe] [meta-python][PATCH 1/2] python3-mccabe: Fix HOMEPAGE

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 8:21 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [oe] [meta-python][PATCH 2/2] python3-pep8: Fix HOMEPAGE

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 8:21 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [oe] [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 8:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to the first stable release 1.0.0: - Main change is that it returns always an OrderedDict, even for Python >= 3.7 for consistency Signed-off-by: Leon Anavi Acked-by: Trevor

Re: [oe] [meta-python][PATCH v3 3/6] python3-aiohue: Integrate the hue control python module

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Andrei Gherzan Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-aiohue_2.2.0.bb | 12 1 file changed, 12

Re: [oe] [meta-python][PATCH v3 6/6] python3-mccabe: Fix HOMEPAGE

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Andrei Gherzan Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-mccabe_0.6.1.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-python][PATCH v3 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos)

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [oe] [meta-python][PATCH v3 5/6] python3-pep8: Fix HOMEPAGE

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Andrei Gherzan Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb | 2 +- 1 file changed, 1

Re: [oe] [meta-python][PATCH] python3-requests: Support idna version 3.1

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 3:45 p.m., Fabio Berton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Change idna required version to use python3-idna recipe that currently is on version 3.1. Without this change python-request doesn't work as the idna version doesn't match the required

Re: [oe] [meta-python][PATCH v3 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Andrei Gherzan Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- .../python/python3-pysonos_0.0.40.bb | 15 +++ 1 file changed, 15

Re: [oe] [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 8:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.1.5: - Getting items from an Interval using a slice does no longer return a list but an Interval instance. - Intervals are properly pretty-printed by pandas.

Re: [oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 8:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 7.21.0: - New "context" command in ipdb - Fix some issues on new osx-arm64 - Compatibility with Xeus-Python for debugger protocol - Misc docs fixes for compatibility and

Re: [oe] [meta-python][PATCH] python3-grpcio: Fix build on mips and musl

2021-03-08 Thread Trevor Gamblin
On 2021-03-03 11:41 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../0001-absl-always-use-asm-sgidefs.h.patch | 33 +++ .../python3-grpcio/mips_bigendian.patch | 15

Re: [oe] [meta-python][PATCH] python3-bitarray: update to 1.7.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:27 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- .../{python3-bitarray_1.6.3.bb => python3-bitarray_1.7.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: Add python3-semantic-version

2021-03-08 Thread Trevor Gamblin
On 2021-03-02 6:16 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Khem Raj Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff

Re: [oe] [meta-python][PATCH v3 1/6] python3-ifaddr: Integrate a dependency of pysonos

2021-03-08 Thread Trevor Gamblin
On 2021-03-05 11:02 a.m., Andrei Gherzan wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Andrei Gherzan Signed-off-by: Andrei Gherzan Acked-by: Trevor Gamblin --- .../recipes-devtools/python/python3-ifaddr_0.1.7.bb| 10 ++ 1 file changed, 10

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

2021-03-08 Thread Trevor Gamblin
On 2021-03-01 4:45 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [oe] [meta-python][PATCH] python3-websocket-client: update to 0.58.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:35 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...lient_0.57.0.bb => python3-websocket-client_0.58.0.bb} | 8 1 file changed, 4 insertions(+), 4

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

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 8:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 1.2.3: - Fixed regression in to_excel() raising KeyError when giving duplicate columns with columns attribute - Fixed regression in nullable integer unary ops

Re: [oe] [meta-python][PATCH] python3-google-api-python-client: update to 2.0.2

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:39 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...t_1.12.8.bb => python3-google-api-python-client_2.0.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [oe] [meta-python][PATCH] python3-jsonpatch: update to 1.31

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:43 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...thon3-jsonpatch_1.28.bb => python3-jsonpatch_1.31.bb} | 9 +++-- 1 file changed, 7 insertions(+), 2

Re: [oe] [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1

2021-03-08 Thread Trevor Gamblin
On 2021-03-04 8:05 a.m., Leon Anavi wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Upgrade to release 2.5.1: - The ``context.path`` is reverted to a set because otherwise it leads to false positives for non `numpy` functions. - Don't transform dataclass ClassVars -

Re: [oe] [meta-python][PATCH] python3-grpcio: Upgrade to 1.36.1

2021-03-08 Thread Trevor Gamblin
On 2021-03-03 3:30 p.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Release notes are here [1] See the differences after 1.35.0 upwards [1] https://github.com/grpc/grpc/releases Signed-off-by: Khem Raj Acked-by: Trevor Gamblin ---

Re: [oe] [meta-python][PATCH] python3-yamlloader: update to 1.0.0

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 11:24 a.m., Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Signed-off-by: Oleksandr Kravchuk Acked-by: Trevor Gamblin --- ...python3-yamlloader_0.5.5.bb => python3-yamlloader_1.0.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [oe] [meta-python][PATCH] python3-gpsd-py3: Added recipe

2021-03-08 Thread Trevor Gamblin
On 2021-03-07 12:43 a.m., Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Colin McAllister Create Python3 recipe for gpsd-py3. Signed-off-by: Colin McAllister Signed-off-by: Khem Raj Acked-by: Trevor Gamblin ---

[oe] [meta-python][PATCH 2/5] python3-prettytable: Upgrade 2.0.0 -> 2.1.0

2021-03-08 Thread Leon Anavi
Upgrade to release 2.1.0: - Support formatting options in get_json_string() - Replace setuptools/pkg_resources with importlib.metadata for getting version - Docs: Add documentation for align, max_width, etc. - Docs: Remove reference to Python 2.x print statement in README - Docs: Update

[oe] [meta-python][PATCH 4/5] python3-pychromecast: Upgrade 8.1.0 -> 9.1.1

2021-03-08 Thread Leon Anavi
Upgrade to release 9.1.1: - BREAKING CHANGE: Update discovery to support a list of known hosts - Add HostBrowser.update_hosts - Handle audio groups removed from known host - Bump pylint from 2.7.1 to 2.7.2 - Remove useless pylint and flake8 directives Signed-off-by: Leon Anavi ---

[oe] [meta-python][PATCH 5/5] python3-incremental: Upgrade 17.5.0 -> 21.3.0

2021-03-08 Thread Leon Anavi
Upgrade to release 21.3.0: - The output of incremental is now compatible with Black - Incremental now properly supports PEP 440-compliant dev, rc, post suffixes - Incremental now properly supports PEP 440-compliant post releases Signed-off-by: Leon Anavi --- ...on3-incremental_17.5.0.bb =>

[oe] [meta-python][PATCH 1/5] python3-ruamel-yaml: Upgrade 0.16.12 -> 0.16.13

2021-03-08 Thread Leon Anavi
Upgrade to release 0.16.13: - fix: could not update() CommentedMap with keyword arguments - fix: unable to dump mutated TimeStamp objects - fix: unable to addd comment without starting space - fix: recursive call to walk_tree not preserving all params - a None value in a flow-style sequence is

[oe] [meta-python][PATCH 3/5] python3-huey: Upgrade 2.3.0 -> 2.3.1

2021-03-08 Thread Leon Anavi
Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon

Re: [oe] [meta-gnome][PATCH] gnome-keyring: set file capabilities in pkg_postinst

2021-03-08 Thread Andreas Müller
On Mon, Mar 8, 2021 at 2:55 PM Daniel Wagenknecht wrote: > > file capabilities need to be set on gnome-keyring-daemon. This is now > possible using pkg_postinst function on the build host. Previous > workarounds are not needed anymore. > > Signed-off-by: Daniel Wagenknecht > --- >

[oe] [meta-oe][PATCH] rsyslog: Fix rsyslog systemd service not starting

2021-03-08 Thread Yi Fan Yu
$(sbindir) -> ${sbindir} Signed-off-by: Yi Fan Yu --- meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb index

Re: [oe][meta-oe][PATCH] classes: Add Android sparse image class

2021-03-08 Thread Khem Raj
On Fri, Mar 5, 2021 at 11:09 AM Joshua Watt wrote: > > Adds a class to create sparse image files using the Android tools > --- > meta-oe/classes/image_types_simg.bbclass | 16 > 1 file changed, 16 insertions(+) > create mode 100644 meta-oe/classes/image_types_simg.bbclass > >

Re: [oe][meta-oe][PATCH] classes: Add Android sparse image class

2021-03-08 Thread Joshua Watt
On 3/8/21 2:54 PM, Khem Raj wrote: On Fri, Mar 5, 2021 at 11:09 AM Joshua Watt wrote: Adds a class to create sparse image files using the Android tools --- meta-oe/classes/image_types_simg.bbclass | 16 1 file changed, 16 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 1/2] mpv: Link libatomic on riscv64

2021-03-08 Thread Khem Raj
gcc uses __atomic_compare_exchange_1 which is not implemented for rv64 Fixes video/out/vo_libmpv.c:186: undefined reference to `__atomic_compare_exchange_1' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb | 2 ++ 1 file

[oe] [meta-oe][PATCH 2/2] glog: Link with libexecinfo on musl

2021-03-08 Thread Khem Raj
some platforms e.g. riscv do not yet have libunwind ported so use libexecinfo instead Signed-off-by: Khem Raj --- .../glog/glog/libexecinfo.patch | 29 +++ meta-oe/recipes-support/glog/glog_0.4.0.bb| 4 +++ 2 files changed, 33 insertions(+) create mode 100644

Re: [oe] [meta-gnome][PATCH] gnome-keyring: set file capabilities in pkg_postinst

2021-03-08 Thread Khem Raj
On Mon, Mar 8, 2021 at 11:23 AM Andreas Müller wrote: > > On Mon, Mar 8, 2021 at 2:55 PM Daniel Wagenknecht > wrote: > > > > file capabilities need to be set on gnome-keyring-daemon. This is now > > possible using pkg_postinst function on the build host. Previous > > workarounds are not needed

[oe][meta-oe][PATCH v2] classes: Add Android sparse image class

2021-03-08 Thread Joshua Watt
Adds a class to create sparse image files using the Android tools Signed-off-by: Joshua Watt --- meta-oe/classes/image_types_sparse.bbclass | 16 1 file changed, 16 insertions(+) create mode 100644 meta-oe/classes/image_types_sparse.bbclass diff --git

[PATCH] [oe] [meta-oe] [PATCH] uthash: upgrade 2.2.0 -> 2.3.0

2021-03-08 Thread zhengruoqin
-License-Update: Copyright year updated to 2021. Signed-off-by: Zheng Ruoqin --- .../uthash/{uthash_2.2.0.bb => uthash_2.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/uthash/{uthash_2.2.0.bb => uthash_2.3.0.bb} (90%) diff --git

[oe] [meta-python][PATCH] python3-pillow: 8.1.0 -> 8.1.2

2021-03-08 Thread kai
From: Kai Kang 8.1.2 fixes: * CVE-2021-27921 * CVE-2021-27922 * CVE-2021-27923 8.1.1 fixes: * CVE-2021-25289 * CVE-2021-25290 * CVE-2021-25291 * CVE-2021-25292 * CVE-2021-25293 Signed-off-by: Kai Kang --- .../python/{python3-pillow_8.1.0.bb => python3-pillow_8.1.2.bb} | 2 +- 1 file changed,

[oe] [meta-webserver] [PATCH] phpmyadmin: upgrade 5.0.4 -> 5.1.0

2021-03-08 Thread zhengruoqin
The following changes have taken place in copyright: -Copyright 2013 jQuery Foundation and other contributors -http://jquery.com/ +Copyright JS Foundation and other contributors, https://js.foundation/ Signed-off-by: Zheng Ruoqin --- .../phpmyadmin/{phpmyadmin_5.0.4.bb => phpmyadmin_5.1.0.bb} |

[oe] [meta-networking][meta-oe][master][dunfell][PATCH] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-08 Thread Sana Kazi
CVE-2007-0613 is not applicable as it only affects Apple products i.e. ichat,mdnsresponder, instant message framework and MacOS. Also, https://www.exploit-db.com/exploits/3230 shows the part of code affected by CVE-2007-0613 which is not preset in upstream source code. Hence, CVE-2007-0613 does

[oe] [meta-networking][meta-oe][master][dunfell][PATCHv2] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-08 Thread Sana Kazi
CVE-2007-0613 is not applicable as it only affects Apple products i.e. ichat,mdnsresponder, instant message framework and MacOS. Also, https://www.exploit-db.com/exploits/3230 shows the part of code affected by CVE-2007-0613 which is not preset in upstream source code. Hence, CVE-2007-0613 does

[oe] [meta-oe][PATCH] musl-nscd: Make lex syntax posix'y

2021-03-08 Thread Khem Raj
Signed-off-by: Khem Raj --- ...itch.y-Replace-empty-bison-extension.patch | 50 +++ .../recipes-devtools/musl/musl-nscd_git.bb| 1 + 2 files changed, 51 insertions(+) create mode 100644