[oe] [meta-networking][PATCH] samba: upgrade 4.14.11 -> 4.14.12
This is a security release in order to address the following defects: CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module. https://www.samba.org/samba/security/CVE-2021-44142.html CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks. https://www.samba.org/samba/security/CVE-2022-0336.html Signed-off-by: Yi Zhao --- .../samba/{samba_4.14.11.bb => samba_4.14.12.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/samba/{samba_4.14.11.bb => samba_4.14.12.bb} (99%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.11.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb similarity index 99% rename from meta-networking/recipes-connectivity/samba/samba_4.14.11.bb rename to meta-networking/recipes-connectivity/samba/samba_4.14.12.bb index 0e125891e..5be4d2d51 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.14.11.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb @@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \ file://samba-fix-musl-lib-without-innetgr.patch \ " -SRC_URI[sha256sum] = "3d9ebbf3280c7cf5eac1b15aeff8857b31151abaec4d2987be015a66c2945d98" +SRC_URI[sha256sum] = "155d9c2dfb06a18104422987590858bfe5e9783ebebe63882e7e7f07eaaa512d" UPSTREAM_CHECK_REGEX = "samba\-(?P4\.14(\.\d+)+).tar.gz" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95295): https://lists.openembedded.org/g/openembedded-devel/message/95295 Mute This Topic: https://lists.openembedded.org/mt/89065963/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-oe][PATCH] yaml-cpp: bump 0.7.0
Signed-off-by: Justin Bronder --- .../yaml-cpp/{yaml-cpp_0.6.3.bb => yaml-cpp_0.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/yaml-cpp/{yaml-cpp_0.6.3.bb => yaml-cpp_0.7.0.bb} (92%) diff --git a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb similarity index 92% rename from meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb rename to meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb index e38303781d..d3984abe8b 100644 --- a/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.6.3.bb +++ b/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=6a8aaf0595c2efc1a9c2e0913e9c1a2c" # yaml-cpp releases are stored as archive files in github. # download the exact revision of release SRC_URI = "git://github.com/jbeder/yaml-cpp.git;branch=master;protocol=https" -SRCREV = "9a3624205e8774953ef18f57067b3426c1c5ada6" +SRCREV = "0579ae3d976091d7d664aa9d2527e0d0cff25763" S = "${WORKDIR}/git" -- 2.35.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95294): https://lists.openembedded.org/g/openembedded-devel/message/95294 Mute This Topic: https://lists.openembedded.org/mt/89057062/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-networkig][PATCH] mbedtls: Upgrade to 2.28.0
Mbed TLS 2.28 is a long-time support branch. It will be supported with bug-fixes and security fixes until end of 2024. https://github.com/ARMmbed/mbedtls/releases/tag/v2.28.0 Signed-off-by: Mark Jonas --- ...sl_tls-Increase-size-of-padbuf-to-64.patch | 34 --- .../{mbedtls_2.26.0.bb => mbedtls_2.28.0.bb} | 5 ++- 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-ssl_tls-Increase-size-of-padbuf-to-64.patch rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.26.0.bb => mbedtls_2.28.0.bb} (92%) diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-ssl_tls-Increase-size-of-padbuf-to-64.patch b/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-ssl_tls-Increase-size-of-padbuf-to-64.patch deleted file mode 100644 index f3ba04f51..0 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls/0001-ssl_tls-Increase-size-of-padbuf-to-64.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c3d7321d59e959b357a7d3d69782d9105f3d04aa Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 1 Mar 2021 21:04:57 -0800 -Subject: [PATCH] ssl_tls: Increase size of padbuf to 64 - -This fixes warnings with gcc11 - -git/library/ssl_tls.c: In function 'ssl_calc_finished_tls_sha384': -git/library/ssl_tls.c:3267:5: error: 'mbedtls_sha512_finish_ret' accessing 64 bytes in a region of size 48 [-Werror=stringop-overflow=] - 3267 | finish( &sha512, padbuf ); - | ^ -git/library/ssl_tls.c:3267:5: note: referencing argument 2 of type 'unsigned char *' - -Signed-off-by: Khem Raj - library/ssl_tls.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/library/ssl_tls.c b/library/ssl_tls.c -index a1a5859f0..4c98a4104 100644 a/library/ssl_tls.c -+++ b/library/ssl_tls.c -@@ -3205,7 +3205,7 @@ static void ssl_calc_finished_tls_sha384( - { - int len = 12; - const char *sender; --unsigned char padbuf[48]; -+unsigned char padbuf[64]; - #if defined(MBEDTLS_USE_PSA_CRYPTO) - size_t hash_size; - psa_hash_operation_t sha384_psa = PSA_HASH_OPERATION_INIT; --- -2.30.1 - diff --git a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb similarity index 92% rename from meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb rename to meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb index b62ed04ce..d4a9c7bf8 100644 --- a/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.26.0.bb +++ b/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.0.bb @@ -23,9 +23,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SECTION = "libs" S = "${WORKDIR}/git" -SRCREV = "e483a77c85e1f9c1dd2eb1c5a8f552d2617fe400" -SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=development" -SRC_URI += "file://0001-ssl_tls-Increase-size-of-padbuf-to-64.patch" +SRCREV = "8b3f26a5ac38d4fdccbc5c5366229f3e01dafcc0" +SRC_URI = "git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=mbedtls-2.28" inherit cmake -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95293): https://lists.openembedded.org/g/openembedded-devel/message/95293 Mute This Topic: https://lists.openembedded.org/mt/89052565/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
Re: [oe] [PATCH v4 meta-oe] rtc-tools: Add a recipe
On Mon, Feb 7, 2022 at 8:31 PM Fabio Estevam wrote: > > Hi Khem, > > On Mon, Feb 7, 2022 at 8:21 PM Khem Raj wrote: > > > Yes it should be in master > > Sorry, I don't see it in master yet: > https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-support I can see it in master now, thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95292): https://lists.openembedded.org/g/openembedded-devel/message/95292 Mute This Topic: https://lists.openembedded.org/mt/88753075/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe][honister][PATCH] cdrkit: remove ${PN} from ${PN}-dev RDEPENDS
From: "Jeremy A. Puhlman" If you add -dev packages to an image, as in an sdk, ${PN}-dev is pulled in, which depends on ${PN} which no longer exists in the new package layout. Error: Problem: conflicting requests - nothing provides cdrkit = 1.1.11-r0.1 needed by cdrkit-dev-1.1.11-r0.1.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Jeremy A. Puhlman Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb index c89204062eac..e9841e483e8f 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb @@ -23,6 +23,8 @@ inherit cmake DEPENDS = "libcap file bzip2" RDEPENDS:dirsplit = "perl" +RDEPENDS:${PN}-dev = "" + PACKAGES =+ "dirsplit genisoimage icedax wodim" FILES:dirsplit = " \ -- 2.34.1 ___ Christian Eggers Software Engineer ARRI Arnold & Richter Cine Technik GmbH & Co. Betriebs KG Arriweg 17, 83071 Stephanskirchen www.arri.com +49 8036 3009-3118 cegg...@arri.de Get all the latest information from www.arri.com, Facebook, Twitter, Instagram and YouTube. Arnold & Richter Cine Technik GmbH & Co. Betriebs KG Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: HRA 57918 Persönlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH Sitz: München - Registergericht: Amtsgericht München - Handelsregisternummer: HRB 54477 Geschäftsführer: Dr. Michael Neuhäuser; Stephan Schenk; Walter Trauninger; Markus Zeiler -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95291): https://lists.openembedded.org/g/openembedded-devel/message/95291 Mute This Topic: https://lists.openembedded.org/mt/89050238/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-oe][PATCH] capnproto: update to 0.9.1
Removed upstreamed patch. Signed-off-by: Oleksandr Kravchuk --- ...on-32-bit-architectures-using-64-bit.patch | 38 --- ...{capnproto_0.8.0.bb => capnproto_0.9.1.bb} | 3 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch rename meta-oe/recipes-devtools/capnproto/{capnproto_0.8.0.bb => capnproto_0.9.1.bb} (81%) diff --git a/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch b/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch deleted file mode 100644 index 43da4a9ef7..00 --- a/meta-oe/recipes-devtools/capnproto/capnproto/0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch +++ /dev/null @@ -1,38 +0,0 @@ -From e2a05a19e9dc51287e19cc9f11fd91449219e361 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sun, 15 Nov 2020 12:10:28 -0800 -Subject: [PATCH] mutex: Fix build on 32-bit architectures using 64-bit time_t - -mutex code uses SYS_futex, which it expects from system C library. -in glibc (/usr/include/bits/syscall.h defines it in terms of of NR_futex) -rv32 is using 64bit time_t from get go unlike other 32bit architectures -in glibc, therefore it wont have NR_futex defined but just NR_futex_time64 -this aliases it to NR_futex so that SYS_futex is then defined for rv32 - -Upstream-Status: Submitted [https://github.com/capnproto/capnproto/pull/1103] -Signed-off-by: Khem Raj - c++/src/kj/mutex.c++ | 6 ++ - 1 file changed, 6 insertions(+) - -diff --git a/c++/src/kj/mutex.c++ b/c++/src/kj/mutex.c++ -index c81cead7..e1594b11 100644 a/c++/src/kj/mutex.c++ -+++ b/c++/src/kj/mutex.c++ -@@ -39,7 +39,13 @@ - - #ifndef SYS_futex - // Missing on Android/Bionic. -+#ifdef __NR_futex - #define SYS_futex __NR_futex -+#elif defined(SYS_futex_time64) -+#define SYS_futex SYS_futex_time64 -+#else -+#error "Need working SYS_futex" -+#endif - #endif - - #ifndef FUTEX_WAIT_PRIVATE --- -2.29.2 - diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb similarity index 81% rename from meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb rename to meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb index 774423192e..164bb2cf8a 100644 --- a/meta-oe/recipes-devtools/capnproto/capnproto_0.8.0.bb +++ b/meta-oe/recipes-devtools/capnproto/capnproto_0.9.1.bb @@ -6,9 +6,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://../LICENSE;md5=a05663ae6cca874123bf667a60dca8c9" SRC_URI = "git://github.com/sandstorm-io/capnproto.git;branch=release-${PV};protocol=https \ - file://0001-mutex-Fix-build-on-32-bit-architectures-using-64-bit.patch;patchdir=../ \ " -SRCREV = "57a4ca5af5a7f55b768a9d9d6655250bffb1257f" +SRCREV = "b49431c48d40490ef979247d308af63345376cee" S = "${WORKDIR}/git/c++" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95290): https://lists.openembedded.org/g/openembedded-devel/message/95290 Mute This Topic: https://lists.openembedded.org/mt/89049304/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-networking][PATCH] fping: update to 5.1
Signed-off-by: Oleksandr Kravchuk --- .../recipes-support/fping/{fping_5.0.bb => fping_5.1.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-networking/recipes-support/fping/{fping_5.0.bb => fping_5.1.bb} (87%) diff --git a/meta-networking/recipes-support/fping/fping_5.0.bb b/meta-networking/recipes-support/fping/fping_5.1.bb similarity index 87% rename from meta-networking/recipes-support/fping/fping_5.0.bb rename to meta-networking/recipes-support/fping/fping_5.1.bb index 541e705c85..f2dd897561 100644 --- a/meta-networking/recipes-support/fping/fping_5.0.bb +++ b/meta-networking/recipes-support/fping/fping_5.1.bb @@ -7,6 +7,7 @@ targets to ping. Instead of sending to one target until it times out or \ replies, fping will send out a ping packet and move on to the next target \ in a round-robin fashion." HOMEPAGE = "http://www.fping.org/"; +BUGTRACKER = "https://github.com/schweikert/fping/issues"; SECTION = "net" LICENSE = "fping" @@ -14,7 +15,7 @@ NO_GENERIC_LICENSE[fping] = "COPYING" LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz"; -SRC_URI[sha256sum] = "ed38c0b9b64686a05d1b3bc1d66066114a492e04e44eef1821d43b1263cd57b8" +SRC_URI[sha256sum] = "1ee5268c063d76646af2b4426052e7d81a42b657e6a77d8e7d3d2e60fd7409fe" S = "${WORKDIR}/fping-${PV}" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95289): https://lists.openembedded.org/g/openembedded-devel/message/95289 Mute This Topic: https://lists.openembedded.org/mt/89049019/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-oe][PATCH] iwd: update to 1.24
ver 1.24: Fix issue with handshake and missing rekeying support. Fix issue with BSS ranking and zero signal strength. Fix issue with setting OWE IE length correctly. ver 1.23: Fix issue with handling handshake offloading. Fix issue with at_console and D-Bus policy. ver 1.22: Fix issue with handling periodic scanning. Fix issue with handling scanning completion. Fix issue with handling scanning for OWE auto-connect. Add support for additional DPP features. Signed-off-by: Oleksandr Kravchuk --- meta-oe/recipes-connectivity/iwd/{iwd_1.21.bb => iwd_1.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.21.bb => iwd_1.24.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb similarity index 94% rename from meta-oe/recipes-connectivity/iwd/iwd_1.21.bb rename to meta-oe/recipes-connectivity/iwd/iwd_1.24.bb index 834c1d897f..6ee2651afe 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.24.bb @@ -8,7 +8,7 @@ DEPENDS = "ell" SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ " -SRC_URI[sha256sum] = "bac891df91c605271e91b73cf0015e1ba86ff784347e53fc67601366859b3851" +SRC_URI[sha256sum] = "61b5e48380cd3a6d0529f725eb6974157f1410af165f5d266b87add0bf395224" inherit autotools manpages pkgconfig python3native systemd -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95288): https://lists.openembedded.org/g/openembedded-devel/message/95288 Mute This Topic: https://lists.openembedded.org/mt/89047154/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-oe][PATCH] libiio: use setuptools functions instead of distutils
From: Sam Van Den Berge Since ca73393a36c4144662ea8570f904154188e9815a in oe-core, setuptools does not inherit from distutils3 anymore. Therefore replace the distutils functions and variables by their setuptools counterparts which are now available. Signed-off-by: Sam Van Den Berge --- meta-oe/recipes-support/libiio/libiio_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 6632f7e64..f33fc0c1c 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb @@ -14,7 +14,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" -DISTUTILS_SETUP_PATH ?= "${B}/bindings/python/" +SETUPTOOLS_SETUP_PATH ?= "${B}/bindings/python/" DEPENDS = " \ flex-native bison-native libaio \ @@ -65,14 +65,14 @@ do_configure() { do_compile() { if ${@bb.utils.contains('PACKAGECONFIG', 'libiio-python3', 'true', 'false', d)}; then -distutils3_do_compile +setuptools3_do_compile fi cmake_do_compile } do_install() { if ${@bb.utils.contains('PACKAGECONFIG', 'libiio-python3', 'true', 'false', d)}; then -distutils3_do_install +setuptools3_do_install fi cmake_do_install } -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95287): https://lists.openembedded.org/g/openembedded-devel/message/95287 Mute This Topic: https://lists.openembedded.org/mt/89046066/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-python][PATCH 3/3] python3-bitarray: Upgrade 2.3.5 -> 2.3.6
Upgrade to release 2.3.6: - add optional value parameter to `util.count_n()` - determine machine endianness at build time when possible, by using the `PY_LITTLE_ENDIAN` macro, in order to optimize `shift_r8()` - add official Python 3.11 support Signed-off-by: Leon Anavi --- .../{python3-bitarray_2.3.5.bb => python3-bitarray_2.3.6.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_2.3.5.bb => python3-bitarray_2.3.6.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.6.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb rename to meta-python/recipes-devtools/python/python3-bitarray_2.3.6.bb index 37fcfa1fe..d4fb6ed76 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.5.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.3.6.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"; LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "60285184cb02fdba5e1cc8605ac84e150a50f940e9383ab43564e5258d1f47bb" +SRC_URI[sha256sum] = "3bfdb59ded15c961e6e3d5b7f167155cda053be2475ea8017461df0b4d820b7d" inherit setuptools3 pypi -- 2.30.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95286): https://lists.openembedded.org/g/openembedded-devel/message/95286 Mute This Topic: https://lists.openembedded.org/mt/89043712/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-python][PATCH 1/3] python3-imageio: Upgrade 2.14.1 -> 2.15.0
Upgrade to release 2.15.0: - Fix webcam FPS settings on MacOS - Add format_hint to v3 API - Make tifffile read resolution metadata - Make RTD fail on warnings during CI - Remove link to download tracker - Type annotations for pillow - Contribution guidelines - Deprecate python 3.6 support Signed-off-by: Leon Anavi --- .../{python3-imageio_2.14.1.bb => python3-imageio_2.15.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-imageio_2.14.1.bb => python3-imageio_2.15.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb b/meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb rename to meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb index 736a18262..e3462ee44 100644 --- a/meta-python/recipes-devtools/python/python3-imageio_2.14.1.bb +++ b/meta-python/recipes-devtools/python/python3-imageio_2.15.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9543b6af3e6b53f9b7fb68f71d" -SRC_URI[sha256sum] = "709c18f800981e4286abe4bd86b6c9b5bb6e285b6b933b5ba0962ef8e7994058" +SRC_URI[sha256sum] = "d0d7abb4e5c4044c06fc573233489c4a25582698f93ca94f7bd70b6f4ab172ec" inherit pypi setuptools3 -- 2.30.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95284): https://lists.openembedded.org/g/openembedded-devel/message/95284 Mute This Topic: https://lists.openembedded.org/mt/89043710/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[oe] [meta-python][PATCH 2/3] python3-humanize: Upgrade 3.13.1 -> 3.14.0
Upgrade to release 3.14.0: - Don't deprecate time.Unit enumeration - Use humanize.intcomma to format years in time module Signed-off-by: Leon Anavi --- .../{python3-humanize_3.13.1.bb => python3-humanize_3.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_3.13.1.bb => python3-humanize_3.14.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.13.1.bb b/meta-python/recipes-devtools/python/python3-humanize_3.14.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-humanize_3.13.1.bb rename to meta-python/recipes-devtools/python/python3-humanize_3.14.0.bb index 2c601b5de..6b2fd3ad6 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_3.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_3.14.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" -SRC_URI[sha256sum] = "12f113f2e369dac7f35d3823f49262934f4a22a53a6d3d4c86b736f50db88c7b" +SRC_URI[sha256sum] = "60dd8c952b1df1ad83f0903844dec50a34ba7a04eea22a6b14204ffb62dbb0a4" inherit pypi setuptools3 -- 2.30.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95285): https://lists.openembedded.org/g/openembedded-devel/message/95285 Mute This Topic: https://lists.openembedded.org/mt/89043711/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[PATCH 4/5] [oe] [meta-python] [PATCH] python3-pyudev: upgrade 0.22.0 -> 0.23.2
From: Xu Huan Signed-off-by: Xu Huan --- .../{python3-pyudev_0.22.0.bb => python3-pyudev_0.23.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyudev_0.22.0.bb => python3-pyudev_0.23.2.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb rename to meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb index dc70b482b1..183bf7273c 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.23.2.bb @@ -3,7 +3,7 @@ SUMMARY = "A libudev binding" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" -SRC_URI[sha256sum] = "69bb1beb7ac52855b6d1b9fe909eefb0017f38d917cba9939602c6880035b276" +SRC_URI[sha256sum] = "32ae3585b320a51bc283e0a04000fd8a25599edb44541e2f5034f6afee5d15cc" inherit pypi setuptools3 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95281): https://lists.openembedded.org/g/openembedded-devel/message/95281 Mute This Topic: https://lists.openembedded.org/mt/89042944/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[PATCH 5/5] [oe] [meta-python] [PATCH] python3-pyopenssl: upgrade 21.0.0 -> 22.0.0
From: Xu Huan changelog: Drop support for Python 2.7. #1047 The minimum cryptography version is now 35.0. Signed-off-by: Xu Huan --- ...{python3-pyopenssl_21.0.0.bb => python3-pyopenssl_22.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyopenssl_21.0.0.bb => python3-pyopenssl_22.0.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_21.0.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pyopenssl_21.0.0.bb rename to meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb index a7e0ae4b14..db0e809ef5 100644 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_21.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_22.0.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "openssl ${PYTHON_PN}-cryptography" -SRC_URI[sha256sum] = "5e2d8c5e46d0d865ae933bef5230090bdaf5506281e9eec60fa250ee80600cb3" +SRC_URI[sha256sum] = "660b1b1425aac4a1bea1d94168a85d99f0b3144c869dd4390d27629d0087f1bf" PYPI_PACKAGE = "pyOpenSSL" inherit pypi setuptools3 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95283): https://lists.openembedded.org/g/openembedded-devel/message/95283 Mute This Topic: https://lists.openembedded.org/mt/89042946/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[PATCH 3/5] [oe] [meta-python] [PATCH] python3-oauthlib: upgrade 3.1.1 -> 3.2.0
From: Xu Huan changelog: === OAuth2.0 Client: Add Device Authorization Flow for Web Application Add PKCE support for Client Fallback to none in case of wrong expires_at format. OAuth2.0 Provider: Add support for CORS to metadata endpoint. Add support for CORS to token endpoint. Remove comma after Bearer in WWW-Authenticate OAuth2.0 Provider - OIDC: Call save_token in Hybrid code flow OIDC add support of refreshing ID Tokens with refresh_id_token The RefreshTokenGrant modifiers now take the same arguments as the AuthorizationCodeGrant modifiers (token, token_handler, request). General: Added Python 3.9, 3.10, 3.11 Improve Travis & Coverage Signed-off-by: Xu Huan --- .../{python3-oauthlib_3.1.1.bb => python3-oauthlib_3.2.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-oauthlib_3.1.1.bb => python3-oauthlib_3.2.0.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb rename to meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb index c2ec856fdb..3e5d957c4e 100644 --- a/meta-python/recipes-devtools/python/python3-oauthlib_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/idan/oauthlib"; LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=abd2675e944a2011aed7e505290ba482" -SRC_URI[sha256sum] = "8f0215fcc533dd8dd1bee6f4c412d4f0cd7297307d43ac61666389e3bc3198a3" +SRC_URI[sha256sum] = "23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2" inherit pypi setuptools3 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95282): https://lists.openembedded.org/g/openembedded-devel/message/95282 Mute This Topic: https://lists.openembedded.org/mt/89042945/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[PATCH 1/5] [oe] [meta-python] [PATCH] python3-requests-oauthlib: upgrade 1.3.0 -> 1.3.1
From: Xu Huan changelog: === Add initial support for OAuth Mutual TLS (draft-ietf-oauth-mtls) Add eBay compliance fix Add Spotify OAuth 2 Tutorial Add support for python 3.8, 3.9 Fixed LinkedIn Compliance Fixes Fixed ReadTheDocs Documentation and sphinx errors Moved pipeline to GitHub Actions Signed-off-by: Xu Huan --- .../python/python3-requests-oauthlib_1.3.0.bb| 9 - .../python/python3-requests-oauthlib_1.3.1.bb| 8 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb deleted file mode 100644 index 12531d75fe..00 --- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" - -SRC_URI[md5sum] = "1ebcd55f1b1b9281940b4bc33010e2ba" -SRC_URI[sha256sum] = "b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "${PYTHON_PN}-requests" diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb new file mode 100644 index 00..e02ff7911e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb @@ -0,0 +1,8 @@ +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" + +SRC_URI[sha256sum] = "75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "${PYTHON_PN}-requests ${PYTHON_PN}-oauthlib" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95279): https://lists.openembedded.org/g/openembedded-devel/message/95279 Mute This Topic: https://lists.openembedded.org/mt/89042941/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-
[PATCH 2/5] [oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.29 -> 1.4.31
From: Xu Huan License-Update: year updated to 2022 changelog: === -orm Fixed issue in Session.bulk_save_objects() where the sorting that takes place when the preserve_order parameter is set to False would sort partially on Mapper objects, which is rejected in Python 3.11. -postgresql Fixed regression where the change in #7148 to repair ENUM handling in PostgreSQL broke the use case of an empty ARRAY of ENUM, preventing rows that contained an empty array from being handled correctly when fetching results. -mysql Fixed regression in asyncmy dialect caused by #7567 where removal of the PyMySQL dependency broke binary columns, due to the asyncmy dialect not being properly included within CI tests. -mssql Added support for FILESTREAM when using VARBINARY(max) in MSSQL. Signed-off-by: Xu Huan --- ...hon3-sqlalchemy_1.4.29.bb => python3-sqlalchemy_1.4.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.29.bb => python3-sqlalchemy_1.4.31.bb} (76%) diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.31.bb similarity index 76% rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.31.bb index b535951c00..510bb7d9e4 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.29.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.31.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ application developers the full power and flexibility of SQL" HOMEPAGE = "http://www.sqlalchemy.org/"; LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79" -SRC_URI[sha256sum] = "fa2bad14e1474ba649cfc969c1d2ec915dd3e79677f346bbfe08e93ef9020b39" +SRC_URI[sha256sum] = "582b59d1e5780a447aada22b461e50b404a9dc05768da1d87368ad8190468418" PYPI_PACKAGE = "SQLAlchemy" inherit pypi setuptools3 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95280): https://lists.openembedded.org/g/openembedded-devel/message/95280 Mute This Topic: https://lists.openembedded.org/mt/89042942/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-