[oe] [meta-python][PATCH] python3-twitter: Upgrade 4.8.0 -> 4.10.1

2022-08-25 Thread Atanas Bunchev
Upgrading python3-twitter to 4.10.1 and adding missing dependency ${PYTHON_PN}-requests-oauthlib Changelog: (https://github.com/tweepy/tweepy/releases) New Features / Improvements: - Add support for Direct Message typing indicator and read receipts - Add API.indicate_direct_message_typing

[oe] [meta-oe][PATCH 1/3] protobuf: 3.19.4 -> 3.21.5 upgrade

2022-08-25 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Drop the patch that was accepted upstream Signed-off-by: Vyacheslav Yurkov --- .../0001-Fix-linking-error-with-ld-gold.patch | 6 +- ...r-init-prio-for-extension-attributes.patch | 79 --- ...ude-descriptor.cc-when-building-libp.patch | 8 +- ...e-resp

[oe] [meta-oe][PATCH 2/3] protobuf: change build system to cmake

2022-08-25 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Autotools support has been removed and replaced completely by CMake. See related issues for details: https://github.com/protocolbuffers/protobuf/issues/7911 https://github.com/protocolbuffers/protobuf/pull/10132 Drop autotools patches too. Signed-off-by: Vyacheslav Yurk

[oe] [meta-oe][PATCH 3/3] protobuf: correct ptest dependency

2022-08-25 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Signed-off-by: Vyacheslav Yurkov --- meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb inde

[oe] [meta-oe][PATCH v2] gensio: upgrade 2.3.1 -> 2.5.2

2022-08-25 Thread Jan Luebbe
Version 2.5.2 contains an include sys/unistd.h, which is not available with musl, so fix the include path. Signed-off-by: Jan Luebbe --- ...01-tools-gensiot-Fix-build-with-musl.patch | 29 +++ .../{gensio_2.3.1.bb => gensio_2.5.2.bb} | 6 ++-- 2 files changed, 33 insertions

Re: [oe] [meta-python][PATCH] python3-twitter: Upgrade 4.8.0 -> 4.10.1

2022-08-25 Thread Khem Raj
On Thu, Aug 25, 2022 at 3:41 AM Atanas Bunchev wrote: > > Upgrading python3-twitter to 4.10.1 and adding > missing dependency ${PYTHON_PN}-requests-oauthlib > > Changelog: (https://github.com/tweepy/tweepy/releases) > > New Features / Improvements: > - Add support for Direct Message typing indic

[oe] [meta-python][PATCH v2] python3-twitter: Upgrade 4.8.0 -> 4.10.1

2022-08-25 Thread Atanas Bunchev
Upgrading python3-twitter to 4.10.1 and adding missing RDEPEND requests-oauthlib The license line in PKG-INFO was moved from row 8 to row 9. Changelog: (https://github.com/tweepy/tweepy/releases) New Features / Improvements: - Add support for Direct Message typing indicator and read receipt

[oe] [meta-oe][PATCH] lmdb: only set SONAME on the shared library

2022-08-25 Thread Justin Bronder
Setting soname in LDFLAGS means that the extra mdb tools also incorrectly get soname set. This then triggers package.bbclass to add a duplicate shlib_provider in /usr/bin for liblmdb.so.0.9.29. Then any other recipe depending on liblmdb is going to get a 'Multiple shlib provider' error. shlibs2/

[oe] [meta-networking][PATCH 1/3] libldb: upgrade 2.3.3 -> 2.3.4

2022-08-25 Thread Yi Zhao
Required by samba 4.14.14. Signed-off-by: Yi Zhao --- .../libldb/{libldb_2.3.3.bb => libldb_2.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/libldb/{libldb_2.3.3.bb => libldb_2.3.4.bb} (95%) diff --git a/meta-networking/r

[oe] [meta-networking][PATCH 2/3] samba: upgrade 4.14.13 -> 4.14.14

2022-08-25 Thread Yi Zhao
This is a security release in order to address the following defects: CVE-2022-2031: Samba AD users can bypass certain restrictions associated with changing passwords. https://www.samba.org/samba/security/CVE-2022-2031.html CVE-2022-32744: Samba AD users can forge pa

[oe] [meta-networking][PATCH 3/3] samba: fix buildpaths issue

2022-08-25 Thread Yi Zhao
The test case tfork_cmd_send in smbtorture fails on target as it requries a script located in the source directory: $ smbtorture ncalrpc:localhost local.tfork.tfork_cmd_send test: tfork_cmd_send /buildarea/build/tmp/work/core2-64-poky-linux/samba/4.14.14-r0/samba-4.14.14/testprogs/blackbox/tfork.s

[oe] [meta-python][PATCH] python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8

2022-08-25 Thread Yi Zhao
Drop local patch which has been merged upstream. Signed-off-by: Yi Zhao --- 0.7.bb => python3-jsonrpcserver_5.0.8.bb} | 2 +- ...b.resources-instead-of-pkg_resources.patch | 44 --- .../python/python3-jsonrpcserver_%.bbappend | 5 --- 3 files changed, 1 insertion(+), 50 d

[oe] [meta-oe][PATCH 0/7] Update idevicerestore and dependent libraries

2022-08-25 Thread Potin Lai
This patch series update idevicerestore and dependent libraries to point to latest commit on github to support newer iOS device restore. Potin Lai (7): libplist: add libplist_git.bb libimobiledevice-glue: SRCREV bump bc6c44b..d2ff796 libimobiledevice: add libimobiledevice_git.bb libirecove

[oe] [meta-oe][PATCH 1/7] libplist: add libplist_git.bb

2022-08-25 Thread Potin Lai
Add libplist_git.bb to point to latest commit on github Signed-off-by: Potin Lai --- .../libimobiledevice/libplist_git.bb | 37 +++ 1 file changed, 37 insertions(+) create mode 100644 meta-oe/recipes-extended/libimobiledevice/libplist_git.bb diff --git a/meta-oe/recipe

[oe] [meta-oe][PATCH 2/7] libimobiledevice-glue: SRCREV bump bc6c44b..d2ff796

2022-08-25 Thread Potin Lai
Changelogs: == d2ff796 termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses c2e237a [clang-tidy] Do not use else after return/break/continue 1c7619d [clang-tidy] utils: Fix too small loop variable c6ae88f [clang-tidy] use uppercase numeric literals 00131b5 termcolors: Add

[oe] [meta-oe][PATCH 3/7] libimobiledevice: add libimobiledevice_git.bb

2022-08-25 Thread Potin Lai
Add libimobiledevice_git.bb to point to latest commit on github Signed-off-by: Potin Lai --- .../libimobiledevice/libimobiledevice_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb diff -

[oe] [meta-oe][PATCH 4/7] libirecovery: SRCREV bump e190945..ab5b4d8

2022-08-25 Thread Potin Lai
Changelogs: == ab5b4d8 Introduce non-persistent setenvnp command 17c02be Updated .gitignore 6e68ca7 Add device ID for macOS 12 Apple Silicon VMs 82d2357 Updated README with pkg-config requirement c42442a Add Studio Display (device lookup) ae49507 Use MACH_PORT_NULL to deal with kIOMasterPor

[oe] [meta-oe][PATCH 5/7] libusbmuxd: add libusbmuxd_git.bb

2022-08-25 Thread Potin Lai
Add libusbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai --- .../libimobiledevice/libusbmuxd_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb diff --git a/meta-oe/re

[oe] [meta-oe][PATCH 6/7] usbmuxd: add usbmuxd_git.bb

2022-08-25 Thread Potin Lai
Add usbmuxd_git.bb to point to latest commit on github Signed-off-by: Potin Lai --- .../usbmuxd/usbmuxd_git.bb| 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb diff --git a/meta-oe/recipes-conne

[oe] [meta-oe][PATCH 7/7] idevicerestore: SRCREV bump 280575b..7d622d9

2022-08-25 Thread Potin Lai
Changelogs: == 7d622d9 restore: Don't print 'Attempting to continue after critical error' warning when no error was detected 6bc672c Make sure to exactly match the passed variant when using --variant e667b49 Add --variant command line switch to specify build identity to use fbbd4b6 Ignore

[oe] [meta-networking][RESEND PATCH v4 1/1] mdio-tools: add recipes

2022-08-25 Thread Potin Lai
From: Enguerrand de Ribaucourt Self-description from the README: mdio-tools is a low-level debug tool for communicating with devices attached to an MDIO bus. Signed-off-by: Enguerrand de Ribaucourt Signed-off-by: Potin Lai --- LINK: [v3] https://lore.kernel.org/all/20220608163628.5745-1-poti

[oe] [meta-python] [PATCH] python3-asttokens: upgrade 2.0.7 -> 2.0.8

2022-08-25 Thread zhengruoqin
Changelog: Fix mypy explicit re-export issues Signed-off-by: Zheng Ruoqin --- .../{python3-asttokens_2.0.7.bb => python3-asttokens_2.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.7.bb => python3-asttokens_2.0.

[oe] [meta-python] [PATCH] python3-charset-normalizer: upgrade 2.1.0 -> 2.1.1

2022-08-25 Thread zhengruoqin
Changelog: Deprecated Function normalize scheduled for removal in 3.0 Changed -- Removed useless call to decode in fn is_unprintable (#206) Fixed - Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore

[oe] [meta-python] [PATCH] python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0

2022-08-25 Thread zhengruoqin
Changelog: = ⚠️ Deprecate positional arguments Change devcontainer Do not allow find_first_match without ensure_strategy Warn instead of raise for missing ensure_strategy Correct spelling mistakes Handle KeyError _compare_versions takes AwesomeVersion not str Si

[oe] [meta-python] [PATCH] python3-eth-account: 0.6.1 -> 0.7.0

2022-08-25 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...ython3-eth-account_0.6.1.bb => python3-eth-account_0.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-eth-account_0.6.1.bb => python3-eth-account_0.7.0.bb} (83%) diff --git a/meta-python/recipes

[oe] [meta-python] [PATCH] python3-cantools: upgrade 37.1.0 -> 37.1.2

2022-08-25 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{python3-cantools_37.1.0.bb => python3-cantools_37.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cantools_37.1.0.bb => python3-cantools_37.1.2.bb} (84%) diff --git a/meta-python/recipes-dev

[oe] [meta-python] [PATCH] python3-fastjsonschema: upgrade 2.16.1 -> 2.16.2

2022-08-25 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Changelog: === Fix compile to code tests to run them on any platform Signed-off-by: Xu Huan --- ...astjsonschema_2.16.1.bb => python3-fastjsonschema_2.16.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fastj

[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.56.0 -> 2.57.0

2022-08-25 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Signed-off-by: Xu Huan --- ...ent_2.56.0.bb => python3-google-api-python-client_2.57.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.56.0.bb => python3-google-api-python-client_2.57.0.bb}

[oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.10.0 -> 2.11.0

2022-08-25 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Changelog: = Features - add integration tests for configurable token lifespan (#1103) (124bae6) Bug Fixes Async certificate retrieving (#1101) (05f125d) Signed-off-by: Xu Huan --- ...hon3-google-auth_2.10.0.bb => python3-google-auth_2.11.0.bb} |

[oe] [meta-python] [PATCH] python3-grpcio-tools: upgrade 1.47.0 -> 1.48.0

2022-08-25 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Signed-off-by: Xu Huan --- ...n3-grpcio-tools_1.47.0.bb => python3-grpcio-tools_1.48.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.47.0.bb => python3-grpcio-tools_1.48.0.bb} (82%) diff --git a/meta

[oe] [meta-python] [PATCH] python3-grpcio: upgrade 1.47.0 -> 1.48.0

2022-08-25 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 0001-absl-always-use-asm-sgidefs.h.patch removed since it's included in 1.48.0 abseil-ppc-fixes.patch refreshed for new version License-Update: Add the contents of Mozilla Public License to license file. Signed-off-by: Xu Huan --- .../0001-absl-always-use-asm-sgidefs.h.patch

[oe] [meta-python] [PATCH] python3-hexbytes: upgrade 0.2.3 -> 0.3.0

2022-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{python3-hexbytes_0.2.3.bb => python3-hexbytes_0.3.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-hexbytes_0.2.3.bb => python3-hexbytes_0.3.0.bb} (75%) diff --git a/meta-python/recipes-devtoo

[PATCH] [oe] [meta-python] [PATCH] python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8

2022-08-25 Thread wangmy
Add dependence python3-typing-extensions Changelog: == Use importlib.resources instead of pkg_resources. Signed-off-by: Wang Mingyu --- ...3-jsonrpcserver_5.0.7.bb => python3-jsonrpcserver_5.0.8.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-python/recipes-devt

[oe] [meta-python] [PATCH] python3-pythonping: upgrade 1.1.2 -> 1.1.3

2022-08-25 Thread wangmy
Signed-off-by: Wang Mingyu --- ...{python3-pythonping_1.1.2.bb => python3-pythonping_1.1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pythonping_1.1.2.bb => python3-pythonping_1.1.3.bb} (77%) diff --git a/meta-python/recipes-de

Re: [oe] [meta-oe][PATCH 1/3] protobuf: 3.19.4 -> 3.21.5 upgrade

2022-08-25 Thread Khem Raj
its fails to build https://errors.yoctoproject.org/Errors/Build/152159/ On Thu, Aug 25, 2022 at 4:47 AM Vyacheslav Yurkov wrote: > > From: Vyacheslav Yurkov > > Drop the patch that was accepted upstream > > Signed-off-by: Vyacheslav Yurkov > --- > .../0001-Fix-linking-error-with-ld-gold.patch

[oe] [meta-oe][PATCH 1/9] fio: Fix additional warnings seen with musl

2022-08-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ring-Replace-pthread_self-with-s-tid.patch | 45 +++ meta-oe/recipes-benchmark/fio/fio_3.31.bb | 3 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-benchmark/fio/fio/0001-io_uring-Replace-pthread_self-wit

[oe] [meta-oe][PATCH 3/9] gst-editing-services: Add recipe

2022-08-25 Thread Khem Raj
Signed-off-by: Khem Raj --- .../gst-editing-services_1.20.3.bb| 26 +++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.20.3.bb diff --git a/meta-oe/recipes-devtools/gst-editing-services/gst-e

[oe] [meta-networking][PATCH 2/9] ssmtp: Fix null pointer assignments

2022-08-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...e-null-pointer-assignment-to-char-po.patch | 51 +++ .../recipes-support/ssmtp/ssmtp_2.64.bb | 3 +- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 meta-networking/recipes-support/ssmtp/ssmtp/0001-ssmtp-Correct-the-null-

[oe] [meta-networking][PATCH 5/9] libesmtp: Define _GNU_SOURCE

2022-08-25 Thread Khem Raj
Needed for strlcpy Signed-off-by: Khem Raj --- meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb b/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb index bf1a12d48

[oe] [meta-oe][PATCH 7/9] libteam: Include missing headers for strrchr and memcmp

2022-08-25 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ssing-headers-for-strrchr-and-memcmp.patch | 46 +++ .../recipes-support/libteam/libteam_1.31.bb | 1 + 2 files changed, 47 insertions(+) create mode 100644 meta-oe/recipes-support/libteam/libteam/0001-teamd-Include-missing-headers-for-strrchr-a

[oe] [meta-python][PATCH 6/9] python3-grpcio: Enable largefile support explicitly

2022-08-25 Thread Khem Raj
This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb b/meta-python/recip

[oe] [meta-multimedia][PATCH 4/9] rygel: Upgrade to 0.40.4

2022-08-25 Thread Khem Raj
Switch to meson build system Fix build with clang Signed-off-by: Khem Raj --- .../{rygel_0.38.3.bb => rygel_0.40.4.bb} | 49 +-- 1 file changed, 35 insertions(+), 14 deletions(-) rename meta-multimedia/recipes-connectivity/rygel/{rygel_0.38.3.bb => rygel_0.40.4.bb} (60%)

[oe] [meta-oe][PATCH 8/9] neon: Upgrade to 0.32.2

2022-08-25 Thread Khem Raj
Drop libxml2-config patch, its not needed anymore Do not install documentation, it does not cross build Signed-off-by: Khem Raj --- ...001-Disable-installing-documentation.patch | 28 +++ .../neon/fix-package-check-for-libxml2.patch | 50 --- .../neon/{neon_0.30.2.bb =>

[oe] [meta-oe][PATCH 9/9] satyr: Fix build on musl/clang

2022-08-25 Thread Khem Raj
Fixes | py_base_stacktrace.c:301:5: error: call to undeclared function 'g_free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | g_free(text); | ^ Signed-off-by: Khem Raj --- ...-py_base_stacktrace.c-include-glib.h.patch | 29

Re: [PATCH] [oe] [meta-python] [PATCH] python3-jsonrpcserver: upgrade 5.0.7 -> 5.0.8

2022-08-25 Thread Khem Raj
On Thu, Aug 25, 2022 at 8:02 PM wangmy wrote: > > Add dependence python3-typing-extensions > > Changelog: > == > Use importlib.resources instead of pkg_resources. > > Signed-off-by: Wang Mingyu > --- > ...3-jsonrpcserver_5.0.7.bb => python3-jsonrpcserver_5.0.8.bb} | 3 ++- > 1 file chang

Re: [oe] [meta-python] [PATCH] python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0

2022-08-25 Thread Khem Raj
there is an upgrade already send here https://patchwork.yoctoproject.org/project/oe/patch/20220823110204.2685251-1-leon.an...@konsulko.com/ so I will drop this patch, please see whats in master-next and check if all is ok. On Thu, Aug 25, 2022 at 7:51 PM zhengruoqin wrote: > > Changelog: > =

Re: [oe] [meta-networking][RESEND PATCH v4 1/1] mdio-tools: add recipes

2022-08-25 Thread Khem Raj
this recipe is now in master already, please check w.r.t. this version and if any changes are pending send an incremental patch. On Thu, Aug 25, 2022 at 7:22 PM Potin Lai wrote: > > From: Enguerrand de Ribaucourt > > Self-description from the README: mdio-tools is a low-level debug tool > for co

Re: [oe] [meta-networking][RESEND PATCH v4 1/1] mdio-tools: add recipes

2022-08-25 Thread Potin Lai
On 8/26/22 14:20, Khem Raj wrote: > this recipe is now in master already, please check w.r.t. this version > and if any changes are pending send an incremental patch. I apologize that I didn't  realize the patch already merged. Sorry for causing any confusion. Potin > On Thu, Aug 25, 2022 at 7:22

[oe] [meta-oe][PATCH v2 1/2] protobuf: 3.19.4 -> 3.21.5 upgrade

2022-08-25 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Drop the patch that was accepted upstream Signed-off-by: Vyacheslav Yurkov --- .../0001-Fix-linking-error-with-ld-gold.patch | 6 +- ...r-init-prio-for-extension-attributes.patch | 79 --- ...ude-descriptor.cc-when-building-libp.patch | 8 +- ...e-resp

[oe] [meta-oe][PATCH v2 2/2] protobuf: change build system to cmake

2022-08-25 Thread Vyacheslav Yurkov
From: Vyacheslav Yurkov Autotools support has been removed and replaced completely by CMake. See related issues for details: https://github.com/protocolbuffers/protobuf/issues/7911 https://github.com/protocolbuffers/protobuf/pull/10132 Drop autotools patches too. Signed-off-by: Vyacheslav Yurk