From patchwork Wed Jul 8 09:44:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91972 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF58BC43602 for ; Wed, 8 Jul 2026 09:45:20 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4897.1783503917836852504 for ; Wed, 08 Jul 2026 02:45:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=P8XPTO1t; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503918; x=1815039918; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Fe4nU6+bunSr26uSTzP/9QEjornLuTuUW608dcVH/MA=; b=P8XPTO1tQxQVCfpsoF4IB6dJrfQB5/jDf//n3/k2+UMWy6uMFz7sMMbu iBUKkwqkgvIVRYuVxIqQiwAlV1wRfNZGxqPnYaPkHhv4bwFsr73IzlnM+ jYBLEhuXFYe2H8oSJ3tEhn/TnEHyJXAL/WltJDKy3fHlfu0iLryENmmYy 90TE7EmoyMBzfErBTDqKacWkSe2ghEbuSMV0fKRD2DhOrZDv5tLUJoE9v uM0w3cD/S2xd7wkyA/EQPEO66O5/zHCC5LB99eHLeNLrPj34f3owiiawV jsb12zm/I+RKxWcutnrtHEU2awqAFE+RXdp37vUxiT4mpT2c0Bop1mQm4 w==; X-CSE-ConnectionGUID: YeSnu7UBTOu2Af1dCFdXGQ== X-CSE-MsgGUID: Dip/eIItTYWb+vs0m4rljA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234654535" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234654535" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:15 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CACAB33C5 for ; Wed, 8 Jul 2026 09:45:15 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 78E731C2DF7D for ; Wed, 8 Jul 2026 09:45:15 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 62A381800C26; Wed, 8 Jul 2026 09:45:12 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/37] bcc: upgrade 0.36.1 -> 0.37.0 Date: Wed, 8 Jul 2026 17:44:11 +0800 Message-ID: <20260708094508.2060-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128072 From: Wang Mingyu 0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch 0002-Add-riscv-syscall-prefix-detection-in-C-API.patch 0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch 0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch 0001-Fix-build-with-LLVM-22.patch removed since they're included in 0.37.0 Signed-off-by: Wang Mingyu --- ...64-syscall-prefix-detection-in-C-API.patch | 35 ---------- .../bcc/bcc/0001-Fix-build-with-LLVM-22.patch | 61 ----------------- ...cv-syscall-prefix-detection-in-C-API.patch | 32 --------- ...move-x86-specific-naming-from-tracin.patch | 25 ------- ...d-ARM-and-AArch64-support-to-static-.patch | 67 ------------------- .../bcc/{bcc_0.36.1.bb => bcc_0.37.0.bb} | 7 +- 6 files changed, 1 insertion(+), 226 deletions(-) delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Fix-build-with-LLVM-22.patch delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0002-Add-riscv-syscall-prefix-detection-in-C-API.patch delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch delete mode 100644 meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch rename meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/{bcc_0.36.1.bb => bcc_0.37.0.bb} (90%) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch deleted file mode 100644 index d6b52438c4..0000000000 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch +++ /dev/null @@ -1,35 +0,0 @@ -From b901fb0088a7605eec00af7b644e25987995d693 Mon Sep 17 00:00:00 2001 -From: Harish Sadineni -Date: Sat, 7 Mar 2026 07:18:43 -0800 -Subject: [PATCH] Add ARM64 syscall prefix detection in C++ API - -Fixes issue where bpf.get_syscall_fnname() on ARM64 returns bare -syscall name instead of the prefixed __arm64_sys_ variant, causing -kprobe attachment failures. Now detects ARM64 prefix alongside x64 -(__x64_sys_) and generic (sys_) prefixes. - -Fixes: #5350 - -Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5489] - -Signed-off-by: Harish Sadineni ---- - src/cc/api/BPF.cc | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/cc/api/BPF.cc b/src/cc/api/BPF.cc -index 2a77c2c9..11c6c542 100644 ---- a/src/cc/api/BPF.cc -+++ b/src/cc/api/BPF.cc -@@ -780,6 +780,8 @@ std::string BPF::get_syscall_fnname(const std::string& name) { - syscall_prefix_.reset(new std::string("sys_")); - else if (ksym.resolve_name(nullptr, "__x64_sys_bpf", &addr)) - syscall_prefix_.reset(new std::string("__x64_sys_")); -+ else if (ksym.resolve_name(nullptr, "__arm64_sys_bpf", &addr)) -+ syscall_prefix_.reset(new std::string("__arm64_sys_")); - else - syscall_prefix_.reset(new std::string()); - } --- -2.49.0 - diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Fix-build-with-LLVM-22.patch b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Fix-build-with-LLVM-22.patch deleted file mode 100644 index 19f0a6ccb4..0000000000 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0001-Fix-build-with-LLVM-22.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 4c7be1ec6ab74e973f8d18a9011fa349c3d9dd58 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= -Date: Mon, 2 Mar 2026 10:03:15 +0100 -Subject: [PATCH] Fix build with LLVM-22 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -LLVM-22 changed the signatures of various createDiagnostics() calls [1]. -Introduce a new version macro guard and adapt the code to the changed API. - -Fixes #5483 - -[1] https://github.com/llvm/llvm-project/commit/30633f30894129919050f24fdd1f8f6bc46beae0 - -Upstream-Status: Backport [https://github.com/iovisor/bcc/commit/4c7be1ec6ab74e973f8d18a9011fa349c3d9dd58] -Signed-off-by: Holger Hoffstätte ---- - src/cc/frontends/clang/loader.cc | 15 ++++++++++++--- - 1 file changed, 12 insertions(+), 3 deletions(-) - -diff --git a/src/cc/frontends/clang/loader.cc b/src/cc/frontends/clang/loader.cc -index 6f8387aa..1f706344 100644 ---- a/src/cc/frontends/clang/loader.cc -+++ b/src/cc/frontends/clang/loader.cc -@@ -464,7 +464,10 @@ int ClangLoader::do_compile( - } - invocation0.getFrontendOpts().DisableFree = false; - --#if LLVM_VERSION_MAJOR >= 20 -+#if LLVM_VERSION_MAJOR >= 22 -+ compiler0.setVirtualFileSystem(llvm::vfs::getRealFileSystem()); -+ compiler0.createDiagnostics(new IgnoringDiagConsumer()); -+#elif LLVM_VERSION_MAJOR >= 20 - compiler0.createDiagnostics(*llvm::vfs::getRealFileSystem(), new IgnoringDiagConsumer()); - #else - compiler0.createDiagnostics(new IgnoringDiagConsumer()); -@@ -487,7 +490,10 @@ int ClangLoader::do_compile( - add_main_input(invocation1, main_path, &*out_buf); - invocation1.getFrontendOpts().DisableFree = false; - --#if LLVM_VERSION_MAJOR >= 20 -+#if LLVM_VERSION_MAJOR >= 22 -+ compiler1.setVirtualFileSystem(llvm::vfs::getRealFileSystem()); -+ compiler1.createDiagnostics(); -+#elif LLVM_VERSION_MAJOR >= 20 - compiler1.createDiagnostics(*llvm::vfs::getRealFileSystem()); - #else - compiler1.createDiagnostics(); -@@ -517,7 +523,10 @@ int ClangLoader::do_compile( - invocation2.getCodeGenOpts().setInlining(CodeGenOptions::NormalInlining); - // suppress warnings in the 2nd pass, but bail out on errors (our fault) - invocation2.getDiagnosticOpts().IgnoreWarnings = true; --#if LLVM_VERSION_MAJOR >= 20 -+#if LLVM_VERSION_MAJOR >= 22 -+ compiler2.setVirtualFileSystem(llvm::vfs::getRealFileSystem()); -+ compiler2.createDiagnostics(); -+#elif LLVM_VERSION_MAJOR >= 20 - compiler2.createDiagnostics(*llvm::vfs::getRealFileSystem()); - #else - compiler2.createDiagnostics(); diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0002-Add-riscv-syscall-prefix-detection-in-C-API.patch b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0002-Add-riscv-syscall-prefix-detection-in-C-API.patch deleted file mode 100644 index 78bf1df7c3..0000000000 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0002-Add-riscv-syscall-prefix-detection-in-C-API.patch +++ /dev/null @@ -1,32 +0,0 @@ -From da01655f0f335584867b3427005b95384499a020 Mon Sep 17 00:00:00 2001 -From: Harish Sadineni -Date: Sat, 7 Mar 2026 20:20:04 -0800 -Subject: [PATCH 2/2] Add riscv syscall prefix detection in C++ API - -Fixes issue where bpf.get_syscall_fnname() on riscv64 returns bare syscall -name instead of the prefixed _riscv_sys variant, causing kprobe -attachment failures. - -Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5490] - -Signed-off-by: Harish Sadineni ---- - src/cc/api/BPF.cc | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/cc/api/BPF.cc b/src/cc/api/BPF.cc -index 11c6c542..e1df8208 100644 ---- a/src/cc/api/BPF.cc -+++ b/src/cc/api/BPF.cc -@@ -782,6 +782,8 @@ std::string BPF::get_syscall_fnname(const std::string& name) { - syscall_prefix_.reset(new std::string("__x64_sys_")); - else if (ksym.resolve_name(nullptr, "__arm64_sys_bpf", &addr)) - syscall_prefix_.reset(new std::string("__arm64_sys_")); -+ else if (ksym.resolve_name(nullptr, "__riscv_sys_bpf", &addr)) -+ syscall_prefix_.reset(new std::string("__riscv_sys_")); - else - syscall_prefix_.reset(new std::string()); - } --- -2.49.0 - diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch deleted file mode 100644 index 2c1ff2dd73..0000000000 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch +++ /dev/null @@ -1,25 +0,0 @@ -From c2bd977c6c885d5cdca94ef5ac31bfcd9c4347ea Mon Sep 17 00:00:00 2001 -From: Harish Sadineni -Date: Sat, 7 Mar 2026 21:44:41 +0000 -Subject: [PATCH 1/2] folly/tracing: Remove x86-specific naming from tracing - header - -Rename StaticTracepoint-ELFx86.h to StaticTracepoint-ELF.h so the header -name is no longer tied to a specific architecture, enabling future -support for additional architectures. - -Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5491] - -Signed-off-by: Harish Sadineni ---- - .../tracing/{StaticTracepoint-ELFx86.h => StaticTracepoint-ELF.h} | 0 - 1 file changed, 0 insertions(+), 0 deletions(-) - rename tests/python/include/folly/tracing/{StaticTracepoint-ELFx86.h => StaticTracepoint-ELF.h} (100%) - -diff --git a/tests/python/include/folly/tracing/StaticTracepoint-ELFx86.h b/tests/python/include/folly/tracing/StaticTracepoint-ELF.h -similarity index 100% -rename from tests/python/include/folly/tracing/StaticTracepoint-ELFx86.h -rename to tests/python/include/folly/tracing/StaticTracepoint-ELF.h --- -2.49.1 - diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch deleted file mode 100644 index 2b97242753..0000000000 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc/0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch +++ /dev/null @@ -1,67 +0,0 @@ -From f290f9df0556735041bfee8e67fcad55edb4c70b Mon Sep 17 00:00:00 2001 -From: Harish Sadineni -Date: Sat, 7 Mar 2026 22:02:07 +0000 -Subject: [PATCH 2/2] folly/tracing: Add ARM and AArch64 support to static - tracepoints - -Extend the static tracepoint (SDT) macros to work on ARM and AArch64 -by: - -- Defining FOLLY_SDT_NOP as "nop" (the same mnemonic works for both - ARM and AArch64) -- Adding `defined(__aarch64__) || defined(__arm__)` to the preprocessor - guard in StaticTracepoint.h - -This resolves USDT probe test failures on ARM64 platforms. -Without these changes, the .note.stapsdt section containing probe -information was missing entirely on ARM64, causing test failures when -attempting to find and attach to USDT probes in the BCC test suite. - -Fixes: #5354 - -Upstream-Status: Submitted [https://github.com/iovisor/bcc/pull/5491] - -Signed-off-by: Harish Sadineni ---- - tests/python/include/folly/tracing/StaticTracepoint-ELF.h | 6 ++++++ - tests/python/include/folly/tracing/StaticTracepoint.h | 4 ++-- - 2 files changed, 8 insertions(+), 2 deletions(-) - -diff --git a/tests/python/include/folly/tracing/StaticTracepoint-ELF.h b/tests/python/include/folly/tracing/StaticTracepoint-ELF.h -index 033809cb..47828309 100644 ---- a/tests/python/include/folly/tracing/StaticTracepoint-ELF.h -+++ b/tests/python/include/folly/tracing/StaticTracepoint-ELF.h -@@ -25,7 +25,13 @@ - #endif - - // Instruction to emit for the probe. -+#if defined(__x86_64__) || defined(__i386__) - #define FOLLY_SDT_NOP nop -+#elif defined(__aarch64__) || defined(__arm__) -+#define FOLLY_SDT_NOP nop -+#else -+#error "Unsupported architecture" -+#endif - - // Note section properties. - #define FOLLY_SDT_NOTE_NAME "stapsdt" -diff --git a/tests/python/include/folly/tracing/StaticTracepoint.h b/tests/python/include/folly/tracing/StaticTracepoint.h -index 858b7dbc..86f8e40c 100644 ---- a/tests/python/include/folly/tracing/StaticTracepoint.h -+++ b/tests/python/include/folly/tracing/StaticTracepoint.h -@@ -16,10 +16,10 @@ - - #pragma once - --#if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__)) && \ -+#if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__) || defined(__aarch64__) || defined(__arm__)) && \ - !FOLLY_DISABLE_SDT - --#include -+#include - - #define FOLLY_SDT(provider, name, ...) \ - FOLLY_SDT_PROBE_N( \ --- -2.49.0 - diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.36.1.bb b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.37.0.bb similarity index 90% rename from meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.36.1.bb rename to meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.37.0.bb index 0d8bee5da4..9ecc30b58b 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.36.1.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.37.0.bb @@ -22,16 +22,11 @@ RDEPENDS:${PN}-ptest = "kernel-devsrc packagegroup-core-buildessential cmake bas SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https;lfs=0;tag=v${PV} \ file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \ - file://0001-Add-ARM64-syscall-prefix-detection-in-C-API.patch \ - file://0002-Add-riscv-syscall-prefix-detection-in-C-API.patch \ - file://0003-folly-tracing-Remove-x86-specific-naming-from-tracin.patch \ - file://0004-folly-tracing-Add-ARM-and-AArch64-support-to-static-.patch \ - file://0001-Fix-build-with-LLVM-22.patch \ file://run-ptest \ file://ptest_wrapper.sh \ " -SRCREV = "b9f1b2ab025e3ac95b6aaa1cb20bf222a7b8804e" +SRCREV = "306a2819f73d9525430693e6399d58caf6e12b3b" PACKAGECONFIG ??= "examples" PACKAGECONFIG:remove:libc-musl = "examples" From patchwork Wed Jul 8 09:44:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91971 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED517C43458 for ; Wed, 8 Jul 2026 09:45:20 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4898.1783503919932547158 for ; Wed, 08 Jul 2026 02:45:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=acoW0tSI; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503922; x=1815039922; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=l+W3AoTM5TjvXAd8fWWfo7FgGKKVVwPgR7XzxtbINu0=; b=acoW0tSId+1O8oSMweSSTztK7ZuCHoNv3CpwnnRAhIUk/Cicy4M2GKHx cSvs0ZOh5cQQE9nCjwTHH1ly7sFu8EHaFoa2pQUZBCU613hUod+Epiake wmnBJnX45ZWn3OpDmT7bMWFhpQs/l28MwI9JRucBLcRDabPfkwxTFARkf GueUDPeYwQlbqVCWtEgWq/5kgHZfC0dlUrw7QFEy7CmKVAfCL5i+GxUfk HF+kMwuOqut9t2EWJ/TWJvH/8KZyKtqm4XIINuCgyfh/eQ7UM7+ByP+6E fWs7chgavN8kmq9W25ozruZwKJfxnSL885JvIbkhqgEJQSWrnf8fXvv8D w==; X-CSE-ConnectionGUID: 5NMcSWAoQR2IheehupUEEQ== X-CSE-MsgGUID: 0aSB1Q6DROmB0dW3XLTrIQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395638" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395638" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:20 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 0BE0C33C5 for ; Wed, 8 Jul 2026 09:45:18 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id B2C4D1C2DF71 for ; Wed, 8 Jul 2026 09:45:17 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C88341800C26; Wed, 8 Jul 2026 09:45:15 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/37] ctags: upgrade 6.2.20260628.0 -> 6.2.20260705.0 Date: Wed, 8 Jul 2026 17:44:12 +0800 Message-ID: <20260708094508.2060-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128073 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.2.20260628.0.bb => ctags_6.2.20260705.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.2.20260628.0.bb => ctags_6.2.20260705.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260628.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260705.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.2.20260628.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20260705.0.bb index 16ba447c69..fde3748a33 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.2.20260628.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20260705.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "a6d973bf0994da42763b02f8b9b99be794e2149d" +SRCREV = "5437fa6249e95ec55a5f4944dac28f4f6e46c195" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" From patchwork Wed Jul 8 09:44:13 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91973 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2C70C43602 for ; Wed, 8 Jul 2026 09:45:30 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4899.1783503921656860898 for ; Wed, 08 Jul 2026 02:45:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HVYdvq9g; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503921; x=1815039921; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=a8zz0Mil+TfeHKbEmZXQnX1lSkWHSHv0pJ6xDSoQg1E=; b=HVYdvq9guCqhnglDhxVUnX5EIM1yU3ZUQNiF1t/pyOxsuw7CwIiivE1I CEbjXJHyEGdIuXtmQvFVhuOcRFOvhSuM9VXtJ+NUa4iJOYlGvBvc7X/Xr onv1hiXvV2HsjLEWWD2C902MqjCAsG3YdIbHWG5YG/sz5a9Hdc31v2Wpo tk/sBvsFk7pjT3Q07l601VruK2lqf16EOZ2bzGMkfhKil+NFTy8L4bBFF BB6pIqpEEVnXBgYwCny/zYYo3ET8E1t0piubNqFZoqoZULFqE1Rdmvd8m rruSA5KDPdRpoovM70fNUN1I6cVG3giQiT3xmt4e9G8MNMJZe2EY94FYg A==; X-CSE-ConnectionGUID: tudTOBqHSCGN8wjNNhtDCQ== X-CSE-MsgGUID: PeeaVO5HRfqfvPOlBuBfIA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="250142706" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="250142706" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:20 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id A884742A313 for ; Wed, 8 Jul 2026 09:45:19 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 536B51C2DF7D for ; Wed, 8 Jul 2026 09:45:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 67CB51801114; Wed, 8 Jul 2026 09:45:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/37] geoclue: upgrade 2.8.1 -> 2.8.2 Date: Wed, 8 Jul 2026 17:44:13 +0800 Message-ID: <20260708094508.2060-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128074 From: Wang Mingyu Fixes: - Accept NMEA GGA sentences with 11 or more parts (needed 14 or more previously) - Use async D-bus 'Set' methods to set client properties in libgeoclue to improve robustness - Do not change Client Location property on updates which are below threshold to avoid leaking location to D-bus - Ignore wired WPA interfaces when finding an interface for WiFi scanning Signed-off-by: Wang Mingyu --- .../geoclue/{geoclue_2.8.1.bb => geoclue_2.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-navigation/geoclue/{geoclue_2.8.1.bb => geoclue_2.8.2.bb} (97%) diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.8.2.bb similarity index 97% rename from meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb rename to meta-oe/recipes-navigation/geoclue/geoclue_2.8.2.bb index 4769ed033a..fa05a06609 100644 --- a/meta-oe/recipes-navigation/geoclue/geoclue_2.8.1.bb +++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.8.2.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 dbus json-glib libsoup-3.0 intltool-native" inherit meson pkgconfig gtk-doc gobject-introspection vala -SRCREV = "81ddcb11208a59328a04bf022542504ac80602f5" +SRCREV = "97df14726a95a06e0e3f1b3c9c4388ed1aff7e8c" SRC_URI = "git://gitlab.freedesktop.org/geoclue/geoclue.git;protocol=https;branch=master;tag=${PV} \ file://0001-libgeoclue-don-t-try-to-use-g-ir-scanner-when-intros.patch \ " From patchwork Wed Jul 8 09:44:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91976 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5CABC44503 for ; Wed, 8 Jul 2026 09:45:30 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4900.1783503922813246760 for ; Wed, 08 Jul 2026 02:45:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qIJDR3GN; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503923; x=1815039923; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IJccS9MgULPW17DuoeEHQPpSqfRQImknA94m8IM8v6o=; b=qIJDR3GNCi1cvsC6o9owjz2ASSlqFpJ/gcCbRz3r6UBZoqEUjMfQuFb9 S5gdZ2BFUmBKuuare2jaSSf4zgMVYSGP0Ou34nikeR6DpZpTM4tkOEMK6 Wt8Zlc5QrS2MnR+NFxtLZ2KzVKzOItNMJ6U3BZbKLRycfmwkOYJeP1ykW SSwPRxGiIOX08AQFrcoyxswfWx+W5kXgAYYTqxMuF1MqC32K+6ceGeoFR wSpu9veqABllj5EZxoEgwr5xHkQLsXhwI2cg8rVcSXk7SKmOsQjdJ8SP7 /JhNAOCmpKlaR9A+MhSEmTqRuf8scua7Wik5eV/wKyzBP19WM6J11lVXq Q==; X-CSE-ConnectionGUID: DBGThQC1R2iZ6/bY8xCs7Q== X-CSE-MsgGUID: fxvNug2aRceb1aqHKfV1pw== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234112665" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234112665" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:21 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 2E9531C000F1 for ; Wed, 8 Jul 2026 09:45:21 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id D4BC01C2DF56 for ; Wed, 8 Jul 2026 09:45:20 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id F0707180112F; Wed, 8 Jul 2026 09:45:18 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/37] graphviz: upgrade 15.0.0 -> 15.1.0 Date: Wed, 8 Jul 2026 17:44:14 +0800 Message-ID: <20260708094508.2060-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128075 From: Wang Mingyu Changelog: ============= - When using the fdp layout algorithm ('dot -Kfdp …' or 'fdp …'), a new command line option '-Lm…' is supported for controlling the "m-limit". - The vt plugin has a new option for using Unicode octant characters to render 8-pixels-per-cell output, '-Tvt-8up2'. - When building from source from a Git checkout, builds with '--disable-python'/'--disable-python3' once again work. - Gvedit no longer leaves temporary files on disk when previewing. Signed-off-by: Wang Mingyu --- .../graphviz/{graphviz_15.0.0.bb => graphviz_15.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_15.0.0.bb => graphviz_15.1.0.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb index f8fdb47cf5..4cc38f15cb 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb @@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re SRC_URI:append:class-nativesdk = "\ file://graphviz-setup.sh \ " -SRC_URI[sha256sum] = "937fe4757687260e46a1c9a171cc677e3d4c89abd1efc8885ccb66467c3616ff" +SRC_URI[sha256sum] = "4c44f9f6654d39638db7cdb6a088735117469015299298d82087b24dd4042b16" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 8 09:44:15 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91975 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03DCAC44501 for ; Wed, 8 Jul 2026 09:45:31 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4897.1783503917836852504 for ; Wed, 08 Jul 2026 02:45:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=uGZCNFIM; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503923; x=1815039923; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5UntgLzlUm9OFljvWuu7lTGiFhFyf567/ek9NcQQwT8=; b=uGZCNFIMndmByZRow+R8GaL/u5uDvdc1uKfsMY7SpgjnoxGT2HT/tYyQ KQxeNKf9ZtyX/IKoFexVzX1nuvl/ZgYdqdKCnei6gSnedDLFe/2X8Huc4 GqznxmRenUCOmUxI2tsjfQKLs+lRuRZ5HEIW//SwQ4VTdm7g4STwnnVIW 76R70b3OieYXAEcBuvoopGTF7FgGd8cIn9PClz0yGfX8X1HVpJfnUKdd8 ImP34PFp5daJoQ2SQLd+0oEbsEK58RXbGDj/2fSXUMaa3Vm+Q50ITf9T6 QQYLVxT5iHI3ojQ3h4+6vmCbAc53N2J/kwYd098aXEO4Gq3W83wWK2mIv A==; X-CSE-ConnectionGUID: 3zVl5sfvTl23T6ZNVhCmgg== X-CSE-MsgGUID: 56TulBzxQZOc1Pnp6SwgRQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234654550" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234654550" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:22 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id AB3FBC006F5 for ; Wed, 8 Jul 2026 09:45:22 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 606E8C01816 for ; Wed, 8 Jul 2026 09:45:22 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8B34C1801131; Wed, 8 Jul 2026 09:45:20 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/37] imagemagick: upgrade 7.1.2-26 -> 7.1.2-27 Date: Wed, 8 Jul 2026 17:44:15 +0800 Message-ID: <20260708094508.2060-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128076 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{imagemagick_7.1.2-26.bb => imagemagick_7.1.2-27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.1.2-26.bb => imagemagick_7.1.2-27.bb} (99%) diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-27.bb similarity index 99% rename from meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb rename to meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-27.bb index fa4a6dfef8..cfdff227db 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-26.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-27.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=htt file://imagemagick-ptest.sh \ " -SRCREV = "38ba210c5e5a660013d632a3d33c431e658befcc" +SRCREV = "b661ac969aa3a0d326690f95830aab246569f090" inherit autotools pkgconfig update-alternatives ptest export ac_cv_sys_file_offset_bits = "64" From patchwork Wed Jul 8 09:44:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91977 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45D6AC44506 for ; Wed, 8 Jul 2026 09:45:31 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4713.1783503926080871184 for ; Wed, 08 Jul 2026 02:45:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ih5WSJmx; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503928; x=1815039928; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=4BE5CzeczKHzfnhQ4tBEA5Ipqc0R3xQJ2Vfw8DY6CPA=; b=ih5WSJmxPvhgxuJigZAdmepyx0fmIWeuArGP1zvnzpOB5AG2llBCyMrb 54ygVRxmiodMCXEsEJNmvg4kdegF8FQNeohRgrmlclWkMMmnNQRdodUlZ EkRcLkNemccPXkmw6mOVqQV5FCwOG89DWwl0VYEOF8scsLSj5xp9817cS CfHh9z1gSfvBsLjVBrNPRfvUt8Mf7MDGY3WLoGyPNahwScoU5qBK9OLO8 rY/Qsmpv3AFPqlry9KTFXwDdRrWutLNeqAhFnjoiOE8VoqbSgxxPa9SiU L25L/Zl84HJC0nufaWdGMfAkTzeZG/+xnfT5C9uSzAthUWO7DTx0MHjue A==; X-CSE-ConnectionGUID: 2FtZVKCsRkapkqRRvVh1Pg== X-CSE-MsgGUID: vXh+85H0S2+9AhEV64qrlw== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="244842940" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="244842940" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:26 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 5B5B61C000F7 for ; Wed, 8 Jul 2026 09:45:24 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 07F9C1C2DF56 for ; Wed, 8 Jul 2026 09:45:24 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 25D7B1800C26; Wed, 8 Jul 2026 09:45:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 06/37] libio-compress-perl: upgrade 2.221 -> 2.223 Date: Wed, 8 Jul 2026 17:44:16 +0800 Message-ID: <20260708094508.2060-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128077 From: Wang Mingyu Changelog: =========== * Fix typo in Makefile.PL * Compress::Raw::Zlib version 2.222 required--this is only version 2.221 Update to version 2.223 * Tag `:constants` no longer exports all constants Fixes #78, #64 * Bump actions/checkout from 6 to 7 Signed-off-by: Wang Mingyu --- ...ibio-compress-perl_2.221.bb => libio-compress-perl_2.223.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libio/{libio-compress-perl_2.221.bb => libio-compress-perl_2.223.bb} (93%) diff --git a/meta-perl/recipes-perl/libio/libio-compress-perl_2.221.bb b/meta-perl/recipes-perl/libio/libio-compress-perl_2.223.bb similarity index 93% rename from meta-perl/recipes-perl/libio/libio-compress-perl_2.221.bb rename to meta-perl/recipes-perl/libio/libio-compress-perl_2.223.bb index 3a35cf53c7..523cacd5af 100644 --- a/meta-perl/recipes-perl/libio/libio-compress-perl_2.221.bb +++ b/meta-perl/recipes-perl/libio/libio-compress-perl_2.223.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=a05fdd79b87a410b617 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz" -SRC_URI[sha256sum] = "af42c9c9104adf7d772d255c0d9a404a3462ea45e7bc42d06da0a0b51de3d0ae" +SRC_URI[sha256sum] = "c75095afb0e056db01daced032c7cfbbce350a14c613b9c8dba0c6fd4a47d7c3" S = "${UNPACKDIR}/IO-Compress-${PV}" From patchwork Wed Jul 8 09:44:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91974 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDA39C43458 for ; Wed, 8 Jul 2026 09:45:30 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4716.1783503927890855105 for ; Wed, 08 Jul 2026 02:45:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oVhaFb7Z; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503929; x=1815039929; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=307SMaEQzAjVhwxB6C+f8U/XaPMfWjv2p0hjKQzNG7w=; b=oVhaFb7ZOOWDX3dZ4GhGF5wWNbbmIpDqkKWdOt45DRo7vEuIMdaioXNA SJnxN2TjZgqD33pNEh6F/m1/QeaQRWkpcPyw05GH34LuhKj/WKeMhTkNG N0UG32MFIGgpDUXLahZpS3Ehj+oE3Z/vQoy75YgaQh4geXKz5iP1wTVmZ I0fHLEzinv56vjiauhD6pQyWIWgaKQA62tSuRt5Zy09tHXq7kFRmsomWv 5iGe2uMcK1RtO6ssiPcSdT9pfNFNvz9f0IQ1IB+S0USBEPpBQmCVFVz5k sY2qymcUzkN64wAkd1e6b0d25G1ELQaJp/il+44wBy8WtoLtSUYI6UE2h g==; X-CSE-ConnectionGUID: DMFC6Ph+SHqVg+99wHWw4Q== X-CSE-MsgGUID: QgrW9v68SkqF4RAi7Jgy4w== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246703332" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246703332" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:26 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id C9421C01B20 for ; Wed, 8 Jul 2026 09:45:25 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 842C2C008BA for ; Wed, 8 Jul 2026 09:45:25 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id AC8751801133; Wed, 8 Jul 2026 09:45:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 07/37] libsdl3: upgrade 3.4.10 -> 3.4.12 Date: Wed, 8 Jul 2026 17:44:17 +0800 Message-ID: <20260708094508.2060-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128079 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl3/{libsdl3_3.4.10.bb => libsdl3_3.4.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl3_3.4.10.bb => libsdl3_3.4.12.bb} (97%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.10.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.12.bb similarity index 97% rename from meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.10.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.12.bb index aba096976e..07c542d3af 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.10.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.4.12.bb @@ -18,7 +18,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" S = "${UNPACKDIR}/SDL3-${PV}" -SRC_URI[sha256sum] = "12b34280415ec8418c864408b93d008a20a6530687ee613d60bfbd20411f2785" +SRC_URI[sha256sum] = "f07b958a9ac5020fb7a44cadb957f658b2149c3c8abb4f63145fac9303249db7" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even From patchwork Wed Jul 8 09:44:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91978 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87111C44507 for ; Wed, 8 Jul 2026 09:45:31 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4897.1783503917836852504 for ; Wed, 08 Jul 2026 02:45:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cm7Fix36; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503928; x=1815039928; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=7Nq+TSyODlYLplSRxwSvwixZJ1hYfcrCXiQDeOjHS4s=; b=cm7Fix36v0ByIJRi70v5NlsMycO1qMXDhtghdddDlRc+Qi4WCuGl99xT ESzpKbnuJYJEal0UU/kW4mIZ5NEc+fZXaP/LRHXqEhnKKJskpX79w+gBg 450JXo17fbb0byLCJMiqB+aw5CMb4g03kyyMyOHLuaTLuyutIczOkTHCP 5M0/1gTUoyNjosoUwxTOvhhSBOco7d6BCQfZYtncl+C9ThjziflG4nzkc 1Hd9E+QOq4Essz+SjoBXGgxRKLooDzCweSQY5aDxkbYNpUd2ROjglFeoZ mMCQIyOqRzOZnkgayNz7alLO+vWGWR3HcAVM7UwiqTj4savfH/foviZjv g==; X-CSE-ConnectionGUID: mbKS4/ThQfOhPb+WkGEEYA== X-CSE-MsgGUID: +U+zTp3ARWGJY5q4IyFPYQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234654556" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234654556" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:27 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 5D4FF1C01686 for ; Wed, 8 Jul 2026 09:45:27 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 132FA82775A for ; Wed, 8 Jul 2026 09:45:27 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 46785180112F; Wed, 8 Jul 2026 09:45:25 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 08/37] libxmp: upgrade 4.7.0 -> 4.7.1 Date: Wed, 8 Jul 2026 17:44:18 +0800 Message-ID: <20260708094508.2060-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128078 From: Wang Mingyu Changelog: ========== - Add xmp_set_player(ctx, XMP_PLAYER_DEFPAN, 50) to relevant examples in libxmp.rst and in the examples directory, clarify it must be used BEFORE calling xmp_load_module, and recommend its usage. - Fix crashes and other bugs in the smix API. - Rewrite the smix API WAV loader to support stereo samples. - Fix XM channel default instrument memory (should be no instrument). - Fix IT high offset being applied when no Oxx effect is present. - Fix IT offsets >length setting the offset to sample end instead of 0 in new effects mode. - Fix conversion of MED synth/hybrid finetune. - Fix Magnetic Fields Packer track loading and optimize tracks. - Fix path_join when loading a module from the current directory. - Fix loading truncated Startrekker AM instruments. - Startrekker AM instruments now take precedence over sampled instruments in the same slot (fixes GTS/fa.worse face.mod and WOTW/intro 12.mod). - Fix StarTrekker AM instrument envelope, P.FALL, and FQ toneporta bugs by reimplementing these features using extras (fixes Epsilon (ES)/frankie.mod, WOTW/intro 12.mod, maybe others). - Allow Archimedes MUSX modules to load if the SDAT instrument subchunk is broken (fixes 5-OverPar). - Fix various -fsanitize=shift-base warnings: - Prevent overflow read in lha depacker pm2 decoder. - Add OS/2 EMX makefiles for KLIBC environment. Build tested under linux using cross-os2emx toolchain at https://github.com/komh/cross-os2emx - Build the PDF without date information to improve reproducibility. Signed-off-by: Wang Mingyu --- .../libxmp/{libxmp_4.7.0.bb => libxmp_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/libxmp/{libxmp_4.7.0.bb => libxmp_4.7.1.bb} (85%) diff --git a/meta-oe/recipes-multimedia/libxmp/libxmp_4.7.0.bb b/meta-oe/recipes-multimedia/libxmp/libxmp_4.7.1.bb similarity index 85% rename from meta-oe/recipes-multimedia/libxmp/libxmp_4.7.0.bb rename to meta-oe/recipes-multimedia/libxmp/libxmp_4.7.1.bb index 22e41aa7cb..4e87ee275f 100644 --- a/meta-oe/recipes-multimedia/libxmp/libxmp_4.7.0.bb +++ b/meta-oe/recipes-multimedia/libxmp/libxmp_4.7.1.bb @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://README;beginline=59;md5=b25470e2863502c9ac9886f09c21a inherit cmake pkgconfig SRC_URI = "git://github.com/libxmp/libxmp.git;protocol=https;branch=master;tag=libxmp-${PV}" -SRCREV = "8a4fdf7d09aedc921de537853b59e1d15b534f24" +SRCREV = "12f76e4bf1dd6765e3bf46cbc1ff35c4a4551671" From patchwork Wed Jul 8 09:44:19 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91980 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8806FC43458 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4904.1783503931899056496 for ; Wed, 08 Jul 2026 02:45:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lBRaSgqZ; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503932; x=1815039932; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MVu5AG1pHOGeRWQFI+P69c56kvpns8IlD9bSFZq4pTU=; b=lBRaSgqZ+ucamZhuCVTl/2NPrKbTkY0nsQbF0ussSkHMtwTMtvIVHLaB W+GFemzlpwyCnNEQmxMxajOjNk4rhRA7v1914vhgeDZcEr814+mcGXJsy r+PrrV18l6kPwb/I5AwY1XdS5CcWeoVO72JadRwAKdFBdJhO8AKdXoq/E bD3rRKC92+XFmGVSGm1lu/7GFrOKYX8spwf7wI6SOmfTMk7ChB/udyC8O wyC1SlUZjJpyHeKOlI4+uUSYz0k0Q4y5RPvtTgdFu3xpCE0xhJizkep0u OPGgr6YGvZJ9HTpNJlsjHdAuuCg9kunKFA2WQmE9zcr16JutLJXtdP2PV A==; X-CSE-ConnectionGUID: vk9BoWMVQvuYZe6bTldjxg== X-CSE-MsgGUID: og61Z4lQThC7UdC8DOXweg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246626021" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246626021" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:29 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id ED4F2C00541 for ; Wed, 8 Jul 2026 09:45:28 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id A5CD583CCAF for ; Wed, 8 Jul 2026 09:45:28 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id CF0651801139; Wed, 8 Jul 2026 09:45:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 09/37] memcached: upgrade 1.6.42 -> 1.6.43 Date: Wed, 8 Jul 2026 17:44:19 +0800 Message-ID: <20260708094508.2060-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128080 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../memcached/{memcached_1.6.42.bb => memcached_1.6.43.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/memcached/{memcached_1.6.42.bb => memcached_1.6.43.bb} (95%) diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.42.bb b/meta-networking/recipes-support/memcached/memcached_1.6.43.bb similarity index 95% rename from meta-networking/recipes-support/memcached/memcached_1.6.42.bb rename to meta-networking/recipes-support/memcached/memcached_1.6.43.bb index 28d8ba3cf9..9a98932f95 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.42.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.43.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "perl perl-module-posix perl-module-autoloader \ " SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz" -SRC_URI[sha256sum] = "50f08b879d4f9d36dea9d905e9eaade15c708e38db7e9a73fc21dc8b45395de7" +SRC_URI[sha256sum] = "8042ee26e004efa0db41ca4a7c713f759c3280c2f8bee438579f13de1e509435" CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly" From patchwork Wed Jul 8 09:44:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91982 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F637C43602 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4718.1783503932348154125 for ; Wed, 08 Jul 2026 02:45:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Qbkz/PUm; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503932; x=1815039932; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=92Z4se0PWTObQLbWuoN6ZRa6NigemLaxhgOSOGabKUw=; b=Qbkz/PUmSd174dsLpNnj4NChMnVlFgygwVsO0BpVehIxzrl08AQ92Q6k vrQGCHsP96dff6n5kEHIRvi+6/giHbuqlTYxQ0DMDiTfSWKBt2LLA5Zv4 qlb788sU7uK2X8PvlUZI1PENln/hT5qY/Zo2Td8019NgaCc/MDtweYthX 1IJ8Upl0w6s2nLuG662eVtaxJPmCVtdBz8by63eZKmoNHY7FakypZFfo4 t7UwYylLzKFwYdU+Edz6tbU0lOrjY2XTHfWearWvJHAWxIYRLUHD12ZxM JsIV3qngvmPMJEDwDL4TFd4iRNHpKbdK4V+xTMGcu4xNa+1eHSCxuHOXU w==; X-CSE-ConnectionGUID: PGiXTcVnQrKO0lKWXRXOzQ== X-CSE-MsgGUID: 1uLjzBJ0R5GgZSlbsT4Jzg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="250142730" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="250142730" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:30 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id A18501000347 for ; Wed, 8 Jul 2026 09:45:30 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 4F4841C2DF56 for ; Wed, 8 Jul 2026 09:45:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 6E5E2180113C; Wed, 8 Jul 2026 09:45:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 10/37] mm-common: upgrade 1.0.7 -> 1.0.8 Date: Wed, 8 Jul 2026 17:44:20 +0800 Message-ID: <20260708094508.2060-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128081 From: Wang Mingyu Changelog: ============ * doc-reference.am: Distribute .svg files from the HTML directory * Add skeletonmm/tools/generate_from_gir.sh * Allow -Duse-network=if-no-local-tag-file (new default value) * Replace gtkmm.org by gtkmm.gnome.org. * Require meson >= 0.62.0 Signed-off-by: Wang Mingyu --- .../mm-common/{mm-common_1.0.7.bb => mm-common_1.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/mm-common/{mm-common_1.0.7.bb => mm-common_1.0.8.bb} (87%) diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb b/meta-oe/recipes-core/mm-common/mm-common_1.0.8.bb similarity index 87% rename from meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb rename to meta-oe/recipes-core/mm-common/mm-common_1.0.8.bb index cb1b710954..1a2e69a2c5 100644 --- a/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb +++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.8.bb @@ -8,7 +8,7 @@ inherit gnomebase # All the recipe does is stage python and shell script, some autotools files; nothing is compiled. inherit allarch -SRC_URI[archive.sha256sum] = "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39" +SRC_URI[archive.sha256sum] = "b189ee636e839d12c00dabefae099fd488ab2358dec24d264761c011950b02a9" BBCLASSEXTEND = "native nativesdk" From patchwork Wed Jul 8 09:44:21 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91981 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3B8FC44503 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4906.1783503934081651491 for ; Wed, 08 Jul 2026 02:45:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sPtkxyhy; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503934; x=1815039934; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E3m4w2VkwV256mU+hEhGD3keO+yGFGJidiQB5h8WHkY=; b=sPtkxyhyeLZCCMova+CKEzizSrVzfe76M8ED333cs5borBGVpqc4bR80 w5Xc1u8o6uKkiSd4xBi0IicYzgRCM2kXuI7Zn2HXtbn+45yfRh9WgusCS 2PoGE8AdvxSGCF/nOP7PUF3okOBDW7Vn9H2aXFMbTG2hIuAYuKBNSi2B0 eEUMnwREmA4d+uK7Nr1gfJBcKxC3oQBb9uSH+ZuvfaMTgyUf9SWyvd6C2 1u2fxOojfZ02XX3uvUj9FQxg9+XDUnu9rpg3+8jR1kAwaPgU43nVr7ycr riZQ5S6STmQDeFqbOtjcrcMzoiHXkgw9oxriV4NLK0xgdS0eeIDbaX4e4 g==; X-CSE-ConnectionGUID: lSMnMYosR4+bAEfcI5pEyQ== X-CSE-MsgGUID: v46dDV/DRhuYVTJw4hLDWg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699866" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699866" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:32 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 402A433CE for ; Wed, 8 Jul 2026 09:45:32 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id EBBAD1807168 for ; Wed, 8 Jul 2026 09:45:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 085A71801131; Wed, 8 Jul 2026 09:45:29 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/37] ndctl: upgrade v84 -> v85 Date: Wed, 8 Jul 2026 17:44:21 +0800 Message-ID: <20260708094508.2060-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128082 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-core/ndctl/{ndctl_v84.bb => ndctl_v85.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/ndctl/{ndctl_v84.bb => ndctl_v85.bb} (96%) diff --git a/meta-oe/recipes-core/ndctl/ndctl_v84.bb b/meta-oe/recipes-core/ndctl/ndctl_v85.bb similarity index 96% rename from meta-oe/recipes-core/ndctl/ndctl_v84.bb rename to meta-oe/recipes-core/ndctl/ndctl_v85.bb index 582e90b96d..eb4fca0ef5 100644 --- a/meta-oe/recipes-core/ndctl/ndctl_v84.bb +++ b/meta-oe/recipes-core/ndctl/ndctl_v85.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883" inherit meson pkgconfig bash-completion systemd -SRCREV = "8ad90e54f0ff4f7291e7f21d44d769d10f24e2b6" +SRCREV = "15e932c4e1318a9608ad9b799ad83a32a8b5970d" SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https;tag=${PV} \ file://0001-include-libgen.h-for-basename.patch" From patchwork Wed Jul 8 09:44:22 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91983 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8F1BC44506 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4906.1783503934081651491 for ; Wed, 08 Jul 2026 02:45:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=j8LIEcYf; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503935; x=1815039935; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aXABY0GFak2c05Z4OucwErW2kRONzlqo4uCJSEnnVFg=; b=j8LIEcYfG7q/biU1qYVSDCj1wJAQWO/9w6sa+3RwMrvDL1R8DbTkgHYz fLOnzJN0GtAyZo1f8aEcXMF5w6Rf1EAyBQVIc1SZG7i/MvJl9xAVLfgi3 ItxapkfBA8KgWRERB4duKrpW6UASYIMEVbuxBESkbu55tExZnt2n6P/xm AhlWFBCNo4oh23OXRHV/Q110Z+usCogwz+P5utvk1r9uin6c9lIz0E/I3 ly9Kki7kIOCmNbk2+QXB1w8q6SuCPxK/tNyAKJZG0fD8q7EWVKpWW5F/f ASLJ14z1DxRsc7GsSSPcQXHP6AyaN8puUP/zvTFagwq3cfAEZpuQlJIJi w==; X-CSE-ConnectionGUID: zAsnr3vKQrGFT5ntBbraJA== X-CSE-MsgGUID: 2wM5o3WBQFy5LW0TwL1Aag== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699871" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699871" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:33 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id BDB501002812 for ; Wed, 8 Jul 2026 09:45:33 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 741A318594B0 for ; Wed, 8 Jul 2026 09:45:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9B673180113C; Wed, 8 Jul 2026 09:45:31 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 12/37] openvpn: upgrade 2.7.4 -> 2.7.5 Date: Wed, 8 Jul 2026 17:44:22 +0800 Message-ID: <20260708094508.2060-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128083 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../openvpn/{openvpn_2.7.4.bb => openvpn_2.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/openvpn/{openvpn_2.7.4.bb => openvpn_2.7.5.bb} (98%) diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.7.4.bb b/meta-networking/recipes-support/openvpn/openvpn_2.7.5.bb similarity index 98% rename from meta-networking/recipes-support/openvpn/openvpn_2.7.4.bb rename to meta-networking/recipes-support/openvpn/openvpn_2.7.5.bb index 6349b62638..0aea6b7e74 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.7.4.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.7.5.bb @@ -15,7 +15,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \ UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" -SRC_URI[sha256sum] = "18db05f3d5eee3663db1914590044e5f96ff5cd47b6e7846c6a350806c23dbce" +SRC_URI[sha256sum] = "c6864b3c7d4e059c7d6ce22d1b5fa646c8b379a06af872eeb9792b6083a44ac4" CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" From patchwork Wed Jul 8 09:44:23 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91985 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE15CC44508 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4720.1783503936961349279 for ; Wed, 08 Jul 2026 02:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ONf1KwkW; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503938; x=1815039938; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8mZXZNASp1ETC5f4GFFwFY4Y+mXuU62Xrh7jQjHpjh8=; b=ONf1KwkWpQnJMbhEa7sn+BlUy32treoa3OmzVTVIViUAA+A8JHWtifop GhncOGKVkFBlD6gpLUnHiThRhe+39qac2+37/+icR4gkkQ0XjSZ80Ik1Q PBkFPp7j3OXf1CwM4kKbefpWEnOymin+0GNxp7W08emaFxwXSN+wx6HRq LOK+DDPB6XYMxDJOeGtbEQpV9vZ0U/w2eiNs5fcAHwFrXWqwi7wossMmx zfMS2TSpNM9H1Va2e7hQnIOIx3EKDSYJGzO6NeJdvc9RxsFN2uGes+9E6 6Y/Oz57DpQwGadMaiPpW0SgSN9Hc31SJWkIycji2sHLZtYRd6VTY+cCcl A==; X-CSE-ConnectionGUID: cnM23bnKSnSBRrmB/92Xjw== X-CSE-MsgGUID: Zjksa9qLSpWg86vajQ/JXA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246703350" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246703350" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:36 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 4B85A1002812 for ; Wed, 8 Jul 2026 09:45:35 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 0756B18594A0 for ; Wed, 8 Jul 2026 09:45:35 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3731D18030CF; Wed, 8 Jul 2026 09:45:32 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/37] ostree: upgrade 2026.1 -> 2026.2 Date: Wed, 8 Jul 2026 17:44:23 +0800 Message-ID: <20260708094508.2060-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128084 From: Wang Mingyu 0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch removed since it's included in 2026.2 Signed-off-by: Wang Mingyu --- ...x-const-correctness-of-slash-pointer.patch | 29 ------------------- .../{ostree_2026.1.bb => ostree_2026.2.bb} | 3 +- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-extended/ostree/ostree/0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch rename meta-oe/recipes-extended/ostree/{ostree_2026.1.bb => ostree_2026.2.bb} (97%) diff --git a/meta-oe/recipes-extended/ostree/ostree/0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch b/meta-oe/recipes-extended/ostree/ostree/0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch deleted file mode 100644 index cc0c3d1318..0000000000 --- a/meta-oe/recipes-extended/ostree/ostree/0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 3b8255e24d0785d6049d473471da53b0c5fd52c1 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Thu, 9 Apr 2026 16:28:07 -0700 -Subject: [PATCH] trivial-httpd: Fix const-correctness of slash pointer - -strrchr() returns a 'const char *' when passed a 'const char *' -argument. Declare the local 'slash' variable as 'const char *' -to match, fixing a build failure with clang when --Werror,-Wincompatible-pointer-types-discards-qualifiers is active. - -Upstream-Status: Submitted [https://github.com/ostreedev/ostree/pull/3579] -Signed-off-by: Khem Raj ---- - src/ostree/ostree-trivial-httpd.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/ostree/ostree-trivial-httpd.c b/src/ostree/ostree-trivial-httpd.c -index 4a0c6b00..b5a52e61 100644 ---- a/src/ostree/ostree-trivial-httpd.c -+++ b/src/ostree/ostree-trivial-httpd.c -@@ -281,7 +281,7 @@ do_get (OtTrivialHttpd *self, SoupServer *server, SoupServerMessage *msg, const - do_get (OtTrivialHttpd *self, SoupServer *server, SoupServerMessage *msg, const char *path) - #endif - { -- char *slash; -+ const char *slash; - int ret; - struct stat stbuf; - diff --git a/meta-oe/recipes-extended/ostree/ostree_2026.1.bb b/meta-oe/recipes-extended/ostree/ostree_2026.2.bb similarity index 97% rename from meta-oe/recipes-extended/ostree/ostree_2026.1.bb rename to meta-oe/recipes-extended/ostree/ostree_2026.2.bb index af726fff12..69df97f7ef 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2026.1.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2026.2.bb @@ -21,9 +21,8 @@ DEPENDS = " \ GITHUB_BASE_URI = "https://github.com/ostreedev/ostree/releases" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ file://run-ptest \ - file://0001-trivial-httpd-Fix-const-correctness-of-slash-pointer.patch \ " -SRC_URI[sha256sum] = "8e77c285dd6fa5ec5fb063130390977be727fe11107335ed8778a40385069e95" +SRC_URI[sha256sum] = "a281f2db631f3721ecd4b9e2779a1eaf56e2d03f2cc47629a9f0117f12016a83" S = "${UNPACKDIR}/libostree-${PV}" From patchwork Wed Jul 8 09:44:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91979 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98265C44501 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4721.1783503938447349956 for ; Wed, 08 Jul 2026 02:45:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=D1PL+KDp; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503938; x=1815039938; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E8CoarAvqyjxYjck15cZJ7Kt5CsBN7x4YViBFSEPIp8=; b=D1PL+KDp9f/oqEWINwldgsJ59QRcLTe1nCVZWrgYu5HYJ924yo6J7kts pRm9E4gwoYOKr5ijIOJ+PLIBPGkkQdErbHgDvKUqavcFXQSKnXMR6C6dh HKobhKL2Wc9XppLGLG/V4ouTvKJvp9/qMdIBNAqBrqdq2c4KS55fmKUuc 8swWk95hHbepJ3/MEassoTII9IE5l7uE9sQxpGOpwt+iUeIglvJNT2w+R rkcRpbSe4cufRdoo2girJrx80Kvw+ulcEZM8RzXGjMS0zQCBlXfBeSL6w YNJ/9W1c1Y0KHO1OyklYJMZwsSk8a4bFXDSEHPipMC+tpX5Y59K7Ysvct A==; X-CSE-ConnectionGUID: oOa3RE+KRIuudhj8p1B9Og== X-CSE-MsgGUID: md37qOq5Ry+TRCdSzS4M8Q== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234112702" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234112702" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:36 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id D2ACC1002812 for ; Wed, 8 Jul 2026 09:45:36 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 8C45618594A0 for ; Wed, 8 Jul 2026 09:45:36 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id BE9D51801131; Wed, 8 Jul 2026 09:45:34 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 14/37] python3-aiohappyeyeballs: upgrade 2.6.2 -> 2.7.1 Date: Wed, 8 Jul 2026 17:44:24 +0800 Message-ID: <20260708094508.2060-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128085 From: Wang Mingyu Changelog: =========== - Use defaultdict to help with performance - Simplify _interleave_addrinfos family grouping - Collapse collect-then-remove pattern in utils helpers - Merge identical except blocks in _connect_sock cleanup - Add python 3.14 support Signed-off-by: Wang Mingyu --- ...happyeyeballs_2.6.2.bb => python3-aiohappyeyeballs_2.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohappyeyeballs_2.6.2.bb => python3-aiohappyeyeballs_2.7.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb rename to meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb index 05edac0c5b..918c11f96b 100644 --- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.7.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohappyeyeballs" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" -SRC_URI[sha256sum] = "e202810ee718bd01fc6ef49e8ea53d023d5cb6b581076d7925aa499fa55dbe64" +SRC_URI[sha256sum] = "065665c041c42a5938ed220bdcd7230f22527fbec085e1853d2402c8a3615d9d" inherit pypi python_poetry_core From patchwork Wed Jul 8 09:44:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91984 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 006FAC44507 for ; Wed, 8 Jul 2026 09:45:42 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4722.1783503940191941333 for ; Wed, 08 Jul 2026 02:45:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FzPl3W7n; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503942; x=1815039942; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ytOj/OaLKeIwzclcF6GimWAhs5PX9KC6W2HOTs8DwXc=; b=FzPl3W7nEsDDJUgwJq2UiRdeIbdvxqihYaer7wes3lpPuwy3RYvHD0CS nBcYkXyM0bHI/uK+S4vOgUIgFRuzKPqCcD8atsoOqu3sr+Cmw1ZZe0j5W NsWlgbfT4/dARvNyromtwozucrpcjpl7kTUTxHyiy59/dEbLDYYXW+2/F sTf32gCi3Ckni+sCes/MgD3W5CNxVuW25sNzvDcyRn5jhDn6Noo6DUZqV e98QK8jx0Fgey4+DbHU/Lqntr8sLGYB8Hv7sBhtrfl7bdKpzIvNHra/I8 y4aEUVbP5tz5it6lDD814t/fr44DimnvxWo81bI4+gXfhzZx1WlInZdvY Q==; X-CSE-ConnectionGUID: DpeI7RsgT7CeRzHMBXlnQA== X-CSE-MsgGUID: qovNjQxgT4ioIHv/44dZZQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395685" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395685" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:40 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 83D5B1000347 for ; Wed, 8 Jul 2026 09:45:38 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 358D61807168 for ; Wed, 8 Jul 2026 09:45:38 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 51C34180113C; Wed, 8 Jul 2026 09:45:36 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 15/37] python3-argcomplete: upgrade 3.6.3 -> 3.7.0 Date: Wed, 8 Jul 2026 17:44:25 +0800 Message-ID: <20260708094508.2060-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:41 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128086 From: Wang Mingyu Changelog: ============ - Escape glob and brace metacharacters in quote_completions - Quote prefix passed to compgen in FilesCompleter - Remove deprecated easy_install script detection - Type hinting improvements Signed-off-by: Wang Mingyu --- ...ython3-argcomplete_3.6.3.bb => python3-argcomplete_3.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-argcomplete_3.6.3.bb => python3-argcomplete_3.7.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.7.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb rename to meta-python/recipes-devtools/python/python3-argcomplete_3.7.0.bb index 4a60dbaec2..21b12ded49 100644 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.7.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kislyuk/argcomplete" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" -SRC_URI[sha256sum] = "62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c" +SRC_URI[sha256sum] = "afde224f753f874807b1dc1414e883ab8fe0cda9c04807b6047dcb8e1ac23913" PYPI_PACKAGE = "argcomplete" From patchwork Wed Jul 8 09:44:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91987 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE6F8C43458 for ; Wed, 8 Jul 2026 09:45:51 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4723.1783503941569259008 for ; Wed, 08 Jul 2026 02:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PcFjxPED; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503943; x=1815039943; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Myqn1PANGdmBXrB4MwKKLZXsVK+0vllRhIjZASyxxis=; b=PcFjxPEDTnWXfbuuXWDpQzkByzIFLYnutbNSAlP5qslgTljOqa8bEfc6 q9QN2y2S+a+37mBl+tQZb2MmI/uu0+4adUi248l1AiDFbJuuAwpuzQ9Z/ uDRz5CYr1EC6SjEUA0/1ZK3LiOYyJAyH1puBqu350wPNxyc3xa2wcrkGP e4J4CLbP0W1aLmAqcGOCvjOKLsWVAyLT+dXFNUK8VXBAepY7d7XL63aev MlKbdghSuN9vOIhvtrCRyaewGnX6MJt60DHQMdaRCZMLaik2zzL8UDeCW PGzXQsZJzhxgxqEp/R5/LJ7VCfshZzE/IDgL/T6V/1SkqI4uOq7hvdwBh Q==; X-CSE-ConnectionGUID: vuLK7E7ATmWfeJ6kWgcp6g== X-CSE-MsgGUID: nVYU5+lpS6ycHJBYASwg7A== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="244842974" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="244842974" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:42 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 09BD6C00414 for ; Wed, 8 Jul 2026 09:45:40 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id B3C9014042D1 for ; Wed, 8 Jul 2026 09:45:39 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id D537A1800C26; Wed, 8 Jul 2026 09:45:37 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 16/37] python3-bumble: upgrade 0.0.230 -> 0.0.231 Date: Wed, 8 Jul 2026 17:44:26 +0800 Message-ID: <20260708094508.2060-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128087 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-bumble_0.0.230.bb => python3-bumble_0.0.231.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bumble_0.0.230.bb => python3-bumble_0.0.231.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-bumble_0.0.230.bb b/meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-bumble_0.0.230.bb rename to meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb index a42478f9a0..768b204de9 100644 --- a/meta-python/recipes-devtools/python/python3-bumble_0.0.230.bb +++ b/meta-python/recipes-devtools/python/python3-bumble_0.0.231.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/google/bumble" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a775f1b11285b6abedd76748d176125" -SRC_URI[sha256sum] = "1064d45e8370fc2b1bb684c0efd59534407ea16c3a2811985ed50a886fa3b674" +SRC_URI[sha256sum] = "43bd0ba5830d74ded82a369b535d2d98a8b2a41945540b1fe874bb14259dc5a2" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Wed Jul 8 09:44:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91992 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13FF5C43602 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4724.1783503943302703297 for ; Wed, 08 Jul 2026 02:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LOZ7WJK3; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503943; x=1815039943; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yFByO+YYI4fkpPIAQ5DqB7iVWtKhPP2eOwvrVgLQlc4=; b=LOZ7WJK3IyNPIAFXQ/tUI/cuXLowEk0LnJ28/iAu5JfxEld3UxTqYOw3 V7gVG/41AERPx53HM7UQhStNEIjwmhjJcK4HALj7EP5NPO1rBcmIN/Ltn iPpqBl3/NqAK9kof5pFGdxBxYIBx3R6fJQVBhnKSJUJlNTMv9s08Zk6nk Ju3/GSwEe4lXWlTNvGifGymFvBJc75+j+8wcF6Gdsdw4cJ2kRhnvjECYk MDecbZRYvzHuryqYxCYzsKDYQmYUNMeVRwpySG6cWirg4lD5zk7ODUlGA zqy530gRhYVPmAHUOFPr1VrUY1g23MfDOysQj8Mpo4eMc6HyRJ9QJazn7 Q==; X-CSE-ConnectionGUID: 12enowkvQoqSSZ2WqIKpBg== X-CSE-MsgGUID: y+0jD88VTbij/btu1FnJJg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699891" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699891" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:41 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 8B3AFC00541 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 45BAD14042E4 for ; Wed, 8 Jul 2026 09:45:41 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 73896180112F; Wed, 8 Jul 2026 09:45:39 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 17/37] python3-cbor2: upgrade 6.1.2 -> 6.1.3 Date: Wed, 8 Jul 2026 17:44:27 +0800 Message-ID: <20260708094508.2060-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128088 From: Wang Mingyu Changelog: ============ - Fixed the decoder registering 6-byte strings in the string reference namespace at indices 65536–4294967295 where the encoder does not, desynchronising the namespace and resolving later string references to the wrong value - Fixed the IPv4/IPv6 network decoders (tags 52 and 54) silently truncating an address byte string that is longer than the address size instead of rejecting it as malformed - Fixed quadratic decoding time for indefinite-length and large definite-length byte and text strings, caused by concatenating each chunk onto the accumulated result with + instead of building the result once - Fixed datetime_as_timestamp encoding whole-second datetimes before 1970 or after 2106 as floats instead of integers, because the timestamp was narrowed through an unsigned 32-bit integer - Fixed the encoder measuring text strings by code point count instead of UTF-8 byte length when deciding whether to add them to the string reference namespace, desynchronising it from the decoder (which counts bytes) and corrupting later string references for non-ASCII strings - Fixed the decoder rejecting scoped IPv6 addresses (tag 54) with a CBORDecodeError reading invalid types in input array; the encoder emits them as [address, null, zone id] but the decoder only handled the network and interface array forms, so a scoped ~ipaddress.IPv6Address could not be decoded back Signed-off-by: Wang Mingyu --- .../python/python3-cbor2-crates.inc | 18 ++++++++++-------- ...3-cbor2_6.1.2.bb => python3-cbor2_6.1.3.bb} | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) rename meta-python/recipes-devtools/python/{python3-cbor2_6.1.2.bb => python3-cbor2_6.1.3.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cbor2-crates.inc b/meta-python/recipes-devtools/python/python3-cbor2-crates.inc index b7b94b8da1..759cf1a928 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2-crates.inc +++ b/meta-python/recipes-devtools/python/python3-cbor2-crates.inc @@ -16,11 +16,12 @@ SRC_URI += " \ crate://crates.io/once_cell/1.21.3 \ crate://crates.io/portable-atomic/1.13.1 \ crate://crates.io/proc-macro2/1.0.106 \ - crate://crates.io/pyo3/0.28.2 \ + crate://crates.io/pyo3/0.29.0 \ crate://crates.io/pyo3-build-config/0.28.2 \ - crate://crates.io/pyo3-ffi/0.28.2 \ - crate://crates.io/pyo3-macros/0.28.2 \ - crate://crates.io/pyo3-macros-backend/0.28.2 \ + crate://crates.io/pyo3-build-config/0.29.0 \ + crate://crates.io/pyo3-ffi/0.29.0 \ + crate://crates.io/pyo3-macros/0.29.0 \ + crate://crates.io/pyo3-macros-backend/0.29.0 \ crate://crates.io/quote/1.0.44 \ crate://crates.io/syn/2.0.117 \ crate://crates.io/target-lexicon/0.13.5 \ @@ -43,11 +44,12 @@ SRC_URI[num-traits-0.2.19.sha256sum] = "071dfc062690e90b734c0b2273ce72ad0ffa95f0 SRC_URI[once_cell-1.21.3.sha256sum] = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" SRC_URI[portable-atomic-1.13.1.sha256sum] = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" SRC_URI[proc-macro2-1.0.106.sha256sum] = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" -SRC_URI[pyo3-0.28.2.sha256sum] = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1" +SRC_URI[pyo3-0.29.0.sha256sum] = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" SRC_URI[pyo3-build-config-0.28.2.sha256sum] = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7" -SRC_URI[pyo3-ffi-0.28.2.sha256sum] = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc" -SRC_URI[pyo3-macros-0.28.2.sha256sum] = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e" -SRC_URI[pyo3-macros-backend-0.28.2.sha256sum] = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a" +SRC_URI[pyo3-build-config-0.29.0.sha256sum] = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078" +SRC_URI[pyo3-ffi-0.29.0.sha256sum] = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b" +SRC_URI[pyo3-macros-0.29.0.sha256sum] = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771" +SRC_URI[pyo3-macros-backend-0.29.0.sha256sum] = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362" SRC_URI[quote-1.0.44.sha256sum] = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" SRC_URI[syn-2.0.117.sha256sum] = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" SRC_URI[target-lexicon-0.13.5.sha256sum] = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.3.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb rename to meta-python/recipes-devtools/python/python3-cbor2_6.1.3.bb index b8e92ca361..9e6d7630f8 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.3.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" DEPENDS += "python3-setuptools-scm-native" -SRC_URI[sha256sum] = "6b43037a66947dee5af0abb1a4c3a13b3abac5a4a3f32f9771efbbcd030fd909" +SRC_URI[sha256sum] = "8d70680acb55c04ea5b5ad86da094f9612b53d5a8a65d0f5b3aafc3ce917ecbb" inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest From patchwork Wed Jul 8 09:44:28 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91988 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AB17C44503 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4724.1783503943302703297 for ; Wed, 08 Jul 2026 02:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lvspO8Do; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503944; x=1815039944; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vq84P6BPgvjOst+88bNUJXv8IRCd54Y2FfOk/9SRvRE=; b=lvspO8DowUsHGBghBTcPi8tkG9TDz33uPoniJ+VlL40rQsJi9g0JKp54 mQXOR36GaiNjb0U2IrLd26XuO7nRhCNolgWybxxBtMuo1tvh3mzn6prde l9dbO7nlUvUwAJfc9oIPbubPLKf+mn0Iiuv1GQOnEdElSocbndXhPZ8Hd 64hNVcLDDqMpk61x1mhasNtua0nv93Il4G0dKN2L2nLm2Ll1N75j6iaWq bCD5kBoEPhuG59sIZwZZSPP66KK+mWXFi2fHOU/9OLxRLEyNwENKyVHuQ yyuw4/d1I9dNFudpdVeiCDA1Q6fDgycoz72K1WnhUYmk9lDLaJAMksSNw g==; X-CSE-ConnectionGUID: TtLpa7Z+SSSo4AoWFzRKiA== X-CSE-MsgGUID: O5BETgxUQLqbq2CeFj+hRA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699896" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699896" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:43 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 3D1B63F6 for ; Wed, 8 Jul 2026 09:45:43 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id E579C100D22F for ; Wed, 8 Jul 2026 09:45:42 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 03B451801133; Wed, 8 Jul 2026 09:45:40 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 18/37] python3-discovery: upgrade 1.4.2 -> 1.4.3 Date: Wed, 8 Jul 2026 17:44:28 +0800 Message-ID: <20260708094508.2060-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128089 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-discovery_1.4.2.bb => python3-discovery_1.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-discovery_1.4.2.bb => python3-discovery_1.4.3.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb b/meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb rename to meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb index 1878829d24..05920f16a5 100644 --- a/meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-discovery_1.4.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7" PYPI_PACKAGE = "python_discovery" -SRC_URI[sha256sum] = "8f3746c4b4968d22afbb97d36e1a0e5b66e6c0f297290f2e95f05b9b8bf18690" +SRC_URI[sha256sum] = "ad57d7045a862460d4a235986c33f13ed707d3aeb9153fa47eb7dfd0d4673289" inherit pypi python_hatchling ptest-python-pytest From patchwork Wed Jul 8 09:44:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91989 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3A5E1C44507 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4722.1783503940191941333 for ; Wed, 08 Jul 2026 02:45:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CbTKhjgT; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503947; x=1815039947; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ub8oCgX1YgfMyJJO2HQYpfhKmtd58XxVH8Y17Ccy/8E=; b=CbTKhjgThpiETWeNSX0Gc8KXbtfbKBhKolGMaldo2fVN9Q1F9tWh2jxX Q1gZsZFwoRZl0eEEzmq6rfDJHjuJYOoI7bJpe58CCYl6UrflLtZK0zVfR 7QyIDecSk28I06ojUoXYh0PWlV8jHcxpmYKGzPzQAhtlxt7TakHjFV6dN 5CChbzLH61ZnjmX2cY6EdmKT1ZnKcmGr9gMHCWNv88JhvhHg7VaUy9+c4 wJyv0cZHAsSOInPVwXptb7iziVhvzBScbkjKVa/ECSOy5JVHQARXR6Efs lNR4LTxc3iawa/Hv1lQyOBBgRV4oeinYKk7w56IDTcRPorxln/QOD4CwH w==; X-CSE-ConnectionGUID: rI7h66g4T+SG9457a5+piA== X-CSE-MsgGUID: Yk3//hqKSECfmnwD4ckpeA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395701" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395701" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:46 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id CCA58252 for ; Wed, 8 Jul 2026 09:45:44 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 818AD100596E for ; Wed, 8 Jul 2026 09:45:44 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9B27E1800C26; Wed, 8 Jul 2026 09:45:42 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 19/37] python3-faker: upgrade 40.23.0 -> 40.28.1 Date: Wed, 8 Jul 2026 17:44:29 +0800 Message-ID: <20260708094508.2060-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128090 From: Wang Mingyu Changelog: =========== - Fix: compute valid ISO 7064 Mod 11,10 check digit for de_DE vat_id - Add es_MX automotive license plate provider - Add sr_BA SSN provider - Update providers job, phone_number, bank and ssn - Update phone number test regex - Update outdated Korean locale names - Fix: prevent infinite recursion in _safe_random_int when both bounds collapse to the same integer - Add mk_MK (Macedonian) locale - CI: run PR checks against PR code instead of base branch. - Fix: raise NotImplementedError in bank() for locales without banks data - Fix outdated links in README credits section - Bump actions/cache from 5 to 6 - Bump actions/checkout from 6 to 7 Signed-off-by: Wang Mingyu --- .../{python3-faker_40.23.0.bb => python3-faker_40.28.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.23.0.bb => python3-faker_40.28.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.23.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.28.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.23.0.bb rename to meta-python/recipes-devtools/python/python3-faker_40.28.1.bb index dc9d52e706..e32ae395a8 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.23.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.28.1.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" -SRC_URI[sha256sum] = "f135e563f1f95f19346bb680bc2e43570bc43b7893e566023746f51f32c69dfc" +SRC_URI[sha256sum] = "2a63fb51abab8790636d4030a094cf942404cbccc9c288d1cad70e2e3e9ecd58" inherit pypi setuptools3 ptest-python-pytest From patchwork Wed Jul 8 09:44:30 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91991 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 472DEC44506 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4725.1783503947952875227 for ; Wed, 08 Jul 2026 02:45:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rhIP/RlN; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503948; x=1815039948; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ck0YBMENeNmks6evj0IqP9xmpqZ4Am9GPZTBx9g+UHI=; b=rhIP/RlNsI7IVW9FhnZCLB0yXbLkqARt8mkumMgiFdl8u1hu9z7G/DQq ZggnwnMORbUHUz0KmT173p3RsIyz6FF+JwwRIwXhfNTHDW2gHIRhM5ZJx B3PEAIXDtpOn9oEk0L4EiXxvmQ50s7N7goCruDsckhs2XEXOeuJn+SaYO xuvGEzRT0B1Ncbp+0z7sf/FOOn9IFiU4tUsAglV9vQ9etfmurkZOZa9eq kCiVCyUmte6Sy0xxBNpFmdFB6vf3+jUecAcjOVvmFLe5qkbXOS1eQkfbi J56tZyeKQLCB5MQ3hZKWfA5PegOMluj9KuxmjYhXFBxt7L4fb/G9xLsuv A==; X-CSE-ConnectionGUID: UiBMH6eqTLW2rfS+VJeegA== X-CSE-MsgGUID: TJ+5sXO4SG67rKMBoC6UWA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="250142770" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="250142770" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:46 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 6B4731C000F1 for ; Wed, 8 Jul 2026 09:45:46 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 190651C2DF56 for ; Wed, 8 Jul 2026 09:45:46 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3246C18030D2; Wed, 8 Jul 2026 09:45:43 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 20/37] python3-huey: upgrade 3.0.3 -> 3.1.1 Date: Wed, 8 Jul 2026 17:44:30 +0800 Message-ID: <20260708094508.2060-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128091 From: Wang Mingyu Changelog: ============ - Ensure we use a safe name for long postgres queue names. PG has a 63 byte limit on the channel name. - Ensure recycled worker threads no longer leak their LISTEN connections w/Postgres. - Add first-class Postgres support: PostgresHuey. Workers use LISTEN/NOTIFY when a task is enqueued, giving Redis-like dequeue latency without polling, and dequeues use select ... for update skip locked so any number of consumers can share one database (requires psycopg 3.2+). - The django.tasks backend is now also compatible with the django-tasks backport package, extending support to pre-6.0 Django. - Use an explicit fork multiprocessing context for process workers, rather than setting the global start-method from the consumer entry-points. Fixes -k process on MacOS 3.8+ / Linux 3.14+ when the consumer is started via the huey_consumer console-script or a programmatic create_consumer().run(). Signed-off-by: Wang Mingyu --- .../python/{python3-huey_3.0.3.bb => python3-huey_3.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-huey_3.0.3.bb => python3-huey_3.1.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb b/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-huey_3.0.3.bb rename to meta-python/recipes-devtools/python/python3-huey_3.1.1.bb index 7c780b48da..185549fe91 100644 --- a/meta-python/recipes-devtools/python/python3-huey_3.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-huey_3.1.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "1a17fef95fc8432f75413f1b77439cef5f3493c1ddbfba9151756b31a1b2dad3" +SRC_URI[sha256sum] = "156f30e90f0fae81ae2e004f2062e1b18ec9dcbc684564df63159ef546b13502" RDEPENDS:${PN} += " \ python3-datetime \ From patchwork Wed Jul 8 09:44:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91986 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09B9FC44501 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4908.1783503949514502927 for ; Wed, 08 Jul 2026 02:45:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ao1w/PXh; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503950; x=1815039950; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=b28Uhbm4ZtIEmuC2iq4nWoVzZoXENQbyeKx8gqGhuKY=; b=ao1w/PXhl11V2zxIctFTGwKOtWtc/0fMEAAS6z4hfmgXsnnxSjFBBFn2 DNxlrVgRwv6DNWgVy9KDfAb2nq5x+y1c1CLMf0Z05SHqXU5pcqlGHd8ZQ Ms0OQKExKmw9THhcO2JOHxwqfUdWg2a38P6s6TdP2ENZQJYDTfNcaUG5l +9b06dLMvpkzBVKPDqNFs7epl74uvZ4k+wokV3n3dpFkbXiCKUuaFf1cj k6SwA5587+FVh2EWGBEVwDTnfCzy0VgapTJbo6AMgc0vOGLcwumsKeBxh DIMuAkaT5Hk1CfNHY4lFxmp9sLgQs9RvmP9IM6O74XQLoRRpShrWqQAw8 A==; X-CSE-ConnectionGUID: l+xosun3QgqqsH8TA+Xr7g== X-CSE-MsgGUID: RCUGk0JFQNaDYvng6knYSA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246703370" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246703370" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:48 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id CFD311002812 for ; Wed, 8 Jul 2026 09:45:47 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 8996F18578ED for ; Wed, 8 Jul 2026 09:45:47 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id B9782180112F; Wed, 8 Jul 2026 09:45:45 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 21/37] python3-humanize: upgrade 4.15.0 -> 4.16.0 Date: Wed, 8 Jul 2026 17:44:31 +0800 Message-ID: <20260708094508.2060-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128092 From: Wang Mingyu Changelog: ============ - Add Latvian language localization - Add i18n support for naturalsize() and French translation - Performance improvements: 1.07x - 8.4x - Lazy imports for Python 3.15+ - Drop experimental Python 3.13 free-threaded - Refactor: simplify scientific() and extract _SUPERSCRIPT_MAP constant - Fix naturalsize() rounding rollover at unit boundaries - Carry metric() to the next SI prefix when rounding reaches 1000 - Stop printing two minus signs in fractional for a negative mixed number - Return an empty string from natural_list() for an empty list - Handle tz-aware datetimes in naturalday() and naturaldate() - Fix Arabic translation - Fix Spanish large number translations to use long scale Signed-off-by: Wang Mingyu --- .../{python3-humanize_4.15.0.bb => python3-humanize_4.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-humanize_4.15.0.bb => python3-humanize_4.16.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb b/meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb rename to meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb index 27a7cd022e..faed62db8d 100644 --- a/meta-python/recipes-devtools/python/python3-humanize_4.15.0.bb +++ b/meta-python/recipes-devtools/python/python3-humanize_4.16.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d" -SRC_URI[sha256sum] = "1dd098483eb1c7ee8e32eb2e99ad1910baefa4b75c3aff3a82f4d78688993b10" +SRC_URI[sha256sum] = "7dc2244a2f84a4bfb1d36c37bac80cd78e35cdc5c119206d87b018e1445f3a3f" inherit pypi python_hatchling From patchwork Wed Jul 8 09:44:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91990 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CD10C44508 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4909.1783503951176083112 for ; Wed, 08 Jul 2026 02:45:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qCFm9SkT; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503951; x=1815039951; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ND9YxxwoqFTbzHCRRcO1yCBuEmfIi0xNt7dyJ/ryQWs=; b=qCFm9SkT/vshKaWnDcaj+FgWHzH4aHFEqh2WPScRK2MXbcjowmmMGpur 0MLRTC2sNdeynVnQiyz5RPgnRI/AlZ0+FHYVmHW2xPh6choKXJFQhej3J v4o3L9dz6hGS1Va7x4qFYix7SXJdSgAUCS2oAbhBskcfVDEOYYLHL4WVy mk6MR5FSuAXgICcpIylryv59Ig3tyXjCzFJrVZ3CrcrAhe7vZUn+SpaVg klERw7k81jJXIKvTuOLAq0dxf/ztwr49HTQGCn/AwISTvg+ZljTvOigtN wKgwc5CLIYpedn6ZLVUVlj6MRED5l+9N909QQZZ0AGIP+N78broSOBJmF Q==; X-CSE-ConnectionGUID: mDMJCA6mTG+0YzLCIKZiKw== X-CSE-MsgGUID: MIDbe4W4TOWwFU7nV8tfLA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699903" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699903" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:49 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 729C91C1C73F for ; Wed, 8 Jul 2026 09:45:49 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 2A57E1859B99 for ; Wed, 8 Jul 2026 09:45:49 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 51C101801133; Wed, 8 Jul 2026 09:45:47 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 22/37] python3-jsbeautifier: upgrade 2.0.1 -> 2.0.3 Date: Wed, 8 Jul 2026 17:44:32 +0800 Message-ID: <20260708094508.2060-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:45:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128093 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...hon3-jsbeautifier_2.0.1.bb => python3-jsbeautifier_2.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-jsbeautifier_2.0.1.bb => python3-jsbeautifier_2.0.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb b/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb rename to meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb index a8c3edf3ae..635dc69a13 100644 --- a/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsbeautifier_2.0.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 inherit pypi setuptools3 -SRC_URI[sha256sum] = "45603b2097410feee8d3a6ef8ad5a8e0a0e89f347331888a97e46f332ce8d953" +SRC_URI[sha256sum] = "9579d4e9dbaa00383f3efdff4c98c8140bb85ba319398e8b97cdaba27abd6ba3" PYPI_PACKAGE = "jsbeautifier" From patchwork Wed Jul 8 09:44:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91993 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6688BC43458 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4728.1783503952572956653 for ; Wed, 08 Jul 2026 02:45:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oHpo3Lnr; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503952; x=1815039952; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qWP/Tzd9uo2ErqJ/yxX78v7vVPh9D6plCDfha9QoGOM=; b=oHpo3LnroeyKxP2tUFLrYj3bV8X36duwMdVB9LFY6UC622JOgQWF1qIE N8/PvOq22HtfSfK71U4dT72ksUd2hVb/ZehfRo3QhoD/mryRL4OAa9YNF S5dDU7tmjx+2z6IrumfiG894VvB58HpEDOdbN+TjU+gKG8lqmgXAz3Z0p r35QTN8YE1FLE+rqIXYMkUN0wh+i+GJAMzkNnfv+NZpttVCNBX1iG6OsZ tEoCVyDXKwA8I9uqZrH8tP8VMWGez/iZ2JMMpYyrf9qghzinyqtGQoI6z rgNn5zKBtdJezDcQr8ZIuoWTOzwTTtAnklTSwsNThx+cMUgqrR2EiBncB A==; X-CSE-ConnectionGUID: ME6cvRJaQBetpHBph8zULg== X-CSE-MsgGUID: CasRegAQRBKVD0U3FdRaqw== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234112727" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234112727" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:51 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 046731C01686 for ; Wed, 8 Jul 2026 09:45:51 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id B1D6C18594A0 for ; Wed, 8 Jul 2026 09:45:50 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id DED94180112F; Wed, 8 Jul 2026 09:45:48 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 23/37] python3-lazy: upgrade 1.6 -> 2.0 Date: Wed, 8 Jul 2026 17:44:33 +0800 Message-ID: <20260708094508.2060-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128094 From: Wang Mingyu License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu --- .../python/{python3-lazy_1.6.bb => python3-lazy_2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-lazy_1.6.bb => python3-lazy_2.0.bb} (53%) diff --git a/meta-python/recipes-devtools/python/python3-lazy_1.6.bb b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb similarity index 53% rename from meta-python/recipes-devtools/python/python3-lazy_1.6.bb rename to meta-python/recipes-devtools/python/python3-lazy_2.0.bb index 222489302d..940686af72 100644 --- a/meta-python/recipes-devtools/python/python3-lazy_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-lazy_2.0.bb @@ -1,8 +1,8 @@ SUMMARY = "Lazy attributes are computed attributes that are evaluated only once, the first time they are used." LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7df3865e8640604acfa474235d2db76b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ba506a1df3b54afc8b01c9964bb6bdb" -SRC_URI[sha256sum] = "7127324ec709e8324f08cb4611c1abe01776bda53bb9ce68dc5dfa46ca0ed3e9" +SRC_URI[sha256sum] = "f92ec0d32dd6bd115ddec4e3323473ebc0b682ad58c6aca78ebfd9e6d1aa5777" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 8 09:44:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91996 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F21FC44503 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4911.1783503954141676684 for ; Wed, 08 Jul 2026 02:45:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LTyfIkDg; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503956; x=1815039956; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vCj7ElNKZ1F6XJ5cqHo+l736Qt4/3NPxMdt4/giMlQE=; b=LTyfIkDgQJBQeNxgvUpzTLChlAMupt7s9UHaIwvQ8tt5abQF2zYL8/Ex Ibn1aX39JnH6ebLJ8a1yqCaxwRdhOvP2rxUXUN11KmPE2ncSgjQjpq8LE Pw7X8T4GduLDJVP70wWGKHU1ToKetBHdbPtrRruixGS7flQBhdhjgT7pL 8JqA7pF95IRysWFBfO5ypa6ijNXwNVWcil/VMFXECw+qKnmkFjy0upiao TtwR1myvCZmVGcTRS2A4ZKBGhaSz5NRYvass21CFSIJZvCulgYJpN3nT3 c8Zwv955fjIZMsVnZxEJStzI4C0XhzxHtH0i8sFiJl3lLQg622eOgFrtP g==; X-CSE-ConnectionGUID: ktk7PnI/RPy+U52Gqss2ig== X-CSE-MsgGUID: WAmHSHe/RYi6+SN1NPqD1Q== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395719" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395719" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:54 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 9E48A1561 for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 53245102096F for ; Wed, 8 Jul 2026 09:45:52 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 727AE1800C26; Wed, 8 Jul 2026 09:45:50 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 24/37] python3-mlcommons-loadgen: upgrade 6.0.15 -> 6.0.16 Date: Wed, 8 Jul 2026 17:44:34 +0800 Message-ID: <20260708094508.2060-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128095 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ns-loadgen_6.0.15.bb => python3-mlcommons-loadgen_6.0.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-mlcommons-loadgen/{python3-mlcommons-loadgen_6.0.15.bb => python3-mlcommons-loadgen_6.0.16.bb} (91%) diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.15.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.16.bb similarity index 91% rename from meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.15.bb rename to meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.16.bb index 9a9e777658..926f3c4aea 100644 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.15.bb +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_6.0.16.bb @@ -21,7 +21,7 @@ SRC_URI += " \ PYPI_PACKAGE = "mlcommons_loadgen" UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" -SRC_URI[sha256sum] = "5b5c5c0545526a767c35a5f295a7680e9380b5a08bcea058422c61bc9f608fb5" +SRC_URI[sha256sum] = "f9122f0f09168aad38e3c8b130f728a5a28a269990e9ff724b350495a11054fe" # Because the pyproject.toml contains invalid requirements. INSANE_SKIP += "pep517-backend" From patchwork Wed Jul 8 09:44:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91997 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E5E8C44501 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4909.1783503951176083112 for ; Wed, 08 Jul 2026 02:45:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JAIoQKEr; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503954; x=1815039954; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dEFmN9cqTWxSw4O1Rc9szCUbSK0M3zVMes/2VHy5woM=; b=JAIoQKErByTgV0dtf6ujsfzgGuzwA1utNhEE1tBZ9r58comLLrMmEvb0 UvXEYCcaCpiRaphcP7UWe9y8nyIeRDO4esGizmBc4HTKfmtIXrmCApUCf YH2YR6JwQX6oAAwsb7T7zh49I7+hOlb8JIuc/7RHWLZqsTSRglPCRl3TH A0EjfB0VNviH8NHS1rsyySbwXmNTEy709vTzyp5OuyX9KxC7llp2UgsG+ qJ4Rd4FOyR3IqmKnCgtZDH9WOtb8FlU/YFhaDnIjA3vgheu7ntOCrt+Pv 4BkISaPcU0V/BMzS4T/XSoxES6zk/y99FIp6BrQ2LG5D9yEfTJWx+v0ze g==; X-CSE-ConnectionGUID: ANP/u9LETmy+b7EC0Jr3iQ== X-CSE-MsgGUID: otZSxQEoRr+0e5ARH3plDQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699912" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699912" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:54 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 24E1A1002816 for ; Wed, 8 Jul 2026 09:45:54 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id D4123C008AB for ; Wed, 8 Jul 2026 09:45:53 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 05824180112F; Wed, 8 Jul 2026 09:45:51 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 25/37] python3-pillow: upgrade 12.2.0 -> 12.3.0 Date: Wed, 8 Jul 2026 17:44:35 +0800 Message-ID: <20260708094508.2060-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128096 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pillow_12.2.0.bb => python3-pillow_12.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pillow_12.2.0.bb => python3-pillow_12.3.0.bb} (96%) diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.2.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.3.0.bb similarity index 96% rename from meta-python/recipes-devtools/python/python3-pillow_12.2.0.bb rename to meta-python/recipes-devtools/python/python3-pillow_12.3.0.bb index f3fcb2d3c1..1c6668e53d 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_12.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_12.3.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f0ac3777cfc96ded1b825e32ae7c99" SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ file://0001-support-cross-compiling.patch \ " -SRCREV = "3c41c095064200a02672d89cc5ff629eaf4b0d4f" +SRCREV = "bb1d8e8ab8d29048624d96e3ee53cecf7c13d13d" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Wed Jul 8 09:44:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91995 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9EA4C44506 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4911.1783503954141676684 for ; Wed, 08 Jul 2026 02:45:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VpCqbZCh; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503958; x=1815039958; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=pDY9KOF96Z4eTUFRx2N9IXipUyBmSh8WGaB6+bQBIQE=; b=VpCqbZChd9Te/Kc1uwHvOjZoceJF1ocgcDq48LTul2bfBv6oyWKxrbxC EaVfN8ukNATT/b8ekFGg1Fsi1+8Hj6t5GGlhBiNZpl3gceeUVBTJ7QPAX WVyYMZCYXze5rv1nDUBwDLMP5eiHvZUsXO76XJliXVhB04HI3Nne1KbQy GPvW62mQ2QVVoknFQ7TE/WMrKBkly+6gnWg9bHjYczQjMw1I+89E7yv38 ryQQGNF9D1GOgwpuWXh6epWMracDMqhIwVm/kDwxvAxuuRCdbrXOC6zle rXDdXnG2VN7KXL2I3naAUynFvF8eBZIub8uHeGJiKJcM6GBPD22q7UeWg A==; X-CSE-ConnectionGUID: luWZ9xnSSWqhGxTlU/hp8Q== X-CSE-MsgGUID: M6ssuNiyQRGasmItG80nvg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395723" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395723" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:57 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id C21451002812 for ; Wed, 8 Jul 2026 09:45:55 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 7EB04C060AA for ; Wed, 8 Jul 2026 09:45:55 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 9AE291800C26; Wed, 8 Jul 2026 09:45:53 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 26/37] python3-responses: upgrade 0.26.1 -> 0.26.2 Date: Wed, 8 Jul 2026 17:44:36 +0800 Message-ID: <20260708094508.2060-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128097 From: Wang Mingyu Changelog: ============ * Default headers (such as "Content-Type", "Date" and "Server") are now stripped from recorded files regardless of header name case. Previously, responses recorded from servers that send lowercase header names (for example over HTTP/2) kept these redundant headers in the generated file. * Fixed 'query_param_matcher' mutating the caller's params dict when numeric values are provided. Signed-off-by: Wang Mingyu --- ...{python3-responses_0.26.1.bb => python3-responses_0.26.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-responses_0.26.1.bb => python3-responses_0.26.2.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-responses_0.26.1.bb b/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-responses_0.26.1.bb rename to meta-python/recipes-devtools/python/python3-responses_0.26.2.bb index 45b8eadb67..2fd5c86f33 100644 --- a/meta-python/recipes-devtools/python/python3-responses_0.26.1.bb +++ b/meta-python/recipes-devtools/python/python3-responses_0.26.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0e601511a8517f4daf688a8eb95be7a2" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "2eb3218553cc8f79b57d257bac23af5e1bf381f5b9390b1767816f0843e01dc2" +SRC_URI[sha256sum] = "9c9259b46a8349197edebf43cfa68a87e1a2802ef503ff8b2fecbabc0b45afd8" RDEPENDS:${PN} += " \ python3-mock \ From patchwork Wed Jul 8 09:44:37 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91998 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B684FC44508 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4912.1783503959116672514 for ; Wed, 08 Jul 2026 02:45:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Gw4gm9au; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503960; x=1815039960; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qkNPIWPaqrufn0r5MzbBihRSN8prcJf0OA2F8Fshhl0=; b=Gw4gm9au+BMAxIYJ6rWZo/ArNf8E3Goh55FUsFVhCRn6JWPMpE+6fGBq vLex0P7uvCkC5CkKvjgTJ/9rpXKyK2s9+NM8zpVaLEyrKZcwqAZBefwpE eZfVbe0U1goKlCKmb/SrSvT1EojQK22E/qA72G3h73ue06r+FipF0GUzg Vspn1TPdWW2IvOmg+19XviNP1r4ovHZ4OLaV0UZCsH0edyaytKspPpWWk TgpM55inMJsU28BqaouEF6bjXC+WQaWT5unE2aaUnqPxZYQzCH0UyboW4 y4YpRBU3kFXcLfUVIqEWXrqw+JbBQXmHRak/8JZLE2qBOwsXSrgSRe1rW g==; X-CSE-ConnectionGUID: sKLQLk3mSR+HYzlbBnSm4w== X-CSE-MsgGUID: sS0fKD8MSsOnLcdH67nCIQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246626085" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246626085" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:45:58 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 588F21C1C73F for ; Wed, 8 Jul 2026 09:45:57 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 1375F827746 for ; Wed, 8 Jul 2026 09:45:57 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 3CF921801131; Wed, 8 Jul 2026 09:45:54 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/37] python3-sentry-sdk: upgrade 2.63.0 -> 2.64.0 Date: Wed, 8 Jul 2026 17:44:37 +0800 Message-ID: <20260708094508.2060-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128098 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-sentry-sdk_2.63.0.bb => python3-sentry-sdk_2.64.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-sentry-sdk_2.63.0.bb => python3-sentry-sdk_2.64.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.63.0.bb b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.64.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-sentry-sdk_2.63.0.bb rename to meta-python/recipes-devtools/python/python3-sentry-sdk_2.64.0.bb index 54a0e45025..5366444963 100644 --- a/meta-python/recipes-devtools/python/python3-sentry-sdk_2.63.0.bb +++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_2.64.0.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "\ python3-datetime \ " -SRC_URI[sha256sum] = "2a1502bf864769275dbc8c2c9fc7a0f7f5e18358180b615d262d13a31ffba216" +SRC_URI[sha256sum] = "68be2c29e14ae310f8a39e1a79916b6d85c6cb41dcce789d14ff05fe293e4c55" PYPI_PACKAGE = "sentry_sdk" From patchwork Wed Jul 8 09:44:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91994 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67794C43602 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4915.1783503960606734589 for ; Wed, 08 Jul 2026 02:46:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=c/tIHTrN; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503962; x=1815039962; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=9cBhPfZguO1ul8gPRWQ8UhGF1Rk0ADxSwrK4E5Ujye0=; b=c/tIHTrNyW+cdIdrluqDRKhtNkqyeYNqA2tbOD6vT50/zH7rfYHH8wpA NehuhIGcFsDyTIfAv/iPvaXJ9/BvyZTlz8b5btm/7stP5nulF5j7kOCZt yIqD9ww+gfoKOyL8TNqL2oBEPRCygbOQ/JXTH0WfFXX/N0FJsGsUKNSbK xxvi6kT+Q+3990zl3Hf/yOXUDjcT96tQcMK0lrE7HVxgW0hreyZReDB0O y0IFwbKGmTTAyl+W2CRinYKFcZMVWtybCoyriD53sukDZWN8lAQ/Sqwml wqpmk0jFuSDiV0t1VBD+lI15YKUshO9jb5ji8eqHfsY4SsvGK+nnohmj5 Q==; X-CSE-ConnectionGUID: 78fT4wVmTtqp+aLUHn3fUA== X-CSE-MsgGUID: RnVIAP8dSZmMS/ze1jymyw== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="244843007" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="244843007" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:01 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 1003B42A339 for ; Wed, 8 Jul 2026 09:45:59 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id B4B82100596E for ; Wed, 8 Jul 2026 09:45:58 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id CBEE61800C26; Wed, 8 Jul 2026 09:45:56 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/37] python3-twitter: upgrade 4.16.0 -> 4.17.0 Date: Wed, 8 Jul 2026 17:44:38 +0800 Message-ID: <20260708094508.2060-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128099 From: Wang Mingyu Changelog: ============ - Add reset_time parameter to TooManyRequests - Replace deprecated datetime.utcnow() in MongodbCache.store Signed-off-by: Wang Mingyu --- .../{python3-twitter_4.16.0.bb => python3-twitter_4.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-twitter_4.16.0.bb => python3-twitter_4.17.0.bb} (84%) diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb rename to meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb index ad05e0ac47..5386e90d42 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.17.0.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Python module to support twitter API" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=48c84b17f84a9a623754604ab73f28fe" -SRC_URI[sha256sum] = "1d95cbdc50bf6353a387f881f2584eaf60d14e00dbbdd8872a73de79c66878e3" +SRC_URI[sha256sum] = "c232e9fffa0b15b81d5ff8ec59d46af85e330285ffc3e64614d2418fb9af71b5" PYPI_PACKAGE = "tweepy" From patchwork Wed Jul 8 09:44:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 91999 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF102C43458 for ; Wed, 8 Jul 2026 09:46:12 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4916.1783503962294835510 for ; Wed, 08 Jul 2026 02:46:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=j421BFxY; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503962; x=1815039962; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=og0CBosHqbKAM/zrdJSpF50Zf8gzFxbHqjoUOxzrrlw=; b=j421BFxYFGW8FcfebyRV1LbL9XeOCluVDkcUPHvgvi8XmQZ8enCxkPN6 LL4YnI89FoqHMnkf4EsDq4+0e3WgEZth3FtQn/uRar3JX3K7Fslcsf93i 5bUqPysva13XE7j4TOv8+U3hyyO2gxbxSbgtFp/d4isfjOw7yhi5pB8ZS VYe1gjix7q5JnV202eumhb4XYhkpyksR/ELwH9IJ1ehFAuNaKd9irnSoi Zvxbik0A80UBu47e/8T4zZi3j/sTUtIkdUCrzaS8HHShbD7k02LjMEXy6 J2gGVwj3n0u/H0cUjCMQSWSRXSNXs7lh3WPH0uakN0CNTrOlyNU2QrXlm Q==; X-CSE-ConnectionGUID: H2ds3gL/Rnafugq8fzwvSw== X-CSE-MsgGUID: 5tjVLpKgS7+IP57CiKDw0w== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="234654652" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="234654652" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:00 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id A204842A313 for ; Wed, 8 Jul 2026 09:46:00 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 4F753102096F for ; Wed, 8 Jul 2026 09:46:00 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 5CF1F1801131; Wed, 8 Jul 2026 09:45:58 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/37] python3-tzlocal: upgrade 5.4.3 -> 5.4.4 Date: Wed, 8 Jul 2026 17:44:39 +0800 Message-ID: <20260708094508.2060-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128100 From: Wang Mingyu Changelog: Improved handling if you have a syntax error in /etc/clock. Signed-off-by: Wang Mingyu --- .../{python3-tzlocal_5.4.3.bb => python3-tzlocal_5.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tzlocal_5.4.3.bb => python3-tzlocal_5.4.4.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_5.4.3.bb b/meta-python/recipes-devtools/python/python3-tzlocal_5.4.4.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-tzlocal_5.4.3.bb rename to meta-python/recipes-devtools/python/python3-tzlocal_5.4.4.bb index 4520b84a77..dd9b6ec93e 100644 --- a/meta-python/recipes-devtools/python/python3-tzlocal_5.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-tzlocal_5.4.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10" -SRC_URI[sha256sum] = "3a8c9bc18cf47e1dcde252ea0e6a72a6cde320a400b6ac6db1f1f8cccd553c00" +SRC_URI[sha256sum] = "8dbb8660838688a7b6ba4fed31d18dedf842afb4d47ca050d6d891c2c15f3be4" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 8 09:44:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92000 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D63E2C43602 for ; Wed, 8 Jul 2026 09:46:12 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4917.1783503963851845686 for ; Wed, 08 Jul 2026 02:46:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GS42xyBZ; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503964; x=1815039964; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=edAPwi63Eqv1nxW/1tTif7r9Dnigc6oLxzgrv59+J38=; b=GS42xyBZURmJYH+tgMiUy8rTi/b1VhcMCyyVpyaSiUxpLdhYQGyh3lUR N+EDDoTGZWQ1CUVjk+wpdLkWlesG6m/wvtFd9PpxJmidHgzbXw7YgkWB5 WXobu/6C96s78pUhXrReMTp2PwIS/AW66kX8jqS166Y4/cWdUOqT7CYG7 cROma+M//y5svBH/IWudE6m+tKkkI+uspF5pAaAYqWvfvAR2Rno/mcsKV s1u5MIKwRLr1gEU446CIKgI5hnRQ4LOBRBJOhVs+vubetrV3AgfyNz8ar S0SH4Q5YzLlzbUNknB8c1EtRj4gBRqh+U5E1UZu8cWLN6fTCQESNPeRx1 Q==; X-CSE-ConnectionGUID: uz06hGWZQM+Wyp6JhXE5Wg== X-CSE-MsgGUID: 6l5wL2RrQXy5wK8jAZMhfQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246145057" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246145057" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:02 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 1C4AF1002812 for ; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id CB4C8C06D6A for ; Wed, 8 Jul 2026 09:46:01 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id F0956180112F; Wed, 8 Jul 2026 09:45:59 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/37] python3-xmlschema: upgrade 4.3.1 -> 4.3.2 Date: Wed, 8 Jul 2026 17:44:40 +0800 Message-ID: <20260708094508.2060-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128101 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-xmlschema_4.3.1.bb => python3-xmlschema_4.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_4.3.1.bb => python3-xmlschema_4.3.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_4.3.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-xmlschema_4.3.1.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb index a2f4070079..cbd2136d27 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_4.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_4.3.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=385fddea479acdec12ab77a938f68cd9" -SRC_URI[sha256sum] = "853effdfaf127849d4724368c17bd669e7f1486e15a0376404ad7954ec31a338" +SRC_URI[sha256sum] = "f3b33a21a2b2cdc404ddc3fb599d8bc1dee90b155d547370672e6e684746b8d6" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 8 09:44:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92003 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC681C44501 for ; Wed, 8 Jul 2026 09:46:12 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4919.1783503965461091512 for ; Wed, 08 Jul 2026 02:46:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YBq3NWWC; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503965; x=1815039965; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tCNTA3yPPQmAfakeGcJI69koMmCpVNyG01+Od9OhySI=; b=YBq3NWWCAYPXQHY3k+EIADhM5mrQHF+J6KGsg4jn/1T+lAYJMZwi5sd1 pBBGgdSQec+e2ODcXSDqEwfSXzqrwYKKp6Z33H02c1eQ5wZUH4vIoI5/o ivYBgPvjMtNMnLEBG8/E3qgf2V/TiIdFBn/AlmkvSdXI71Y4qPZmNixR6 +ii8LUZV0f3n2NQnoifiP3v7kiaUQhTcqUfj7rjyTAo1udSL+CXltIhIk oFYdlUNCKef2mXheBXpl7Y3/xwegT2JxM0f/kfmWTZoIc7cZw2jfFYypQ XQRGxevVAsMd1ACdYmvHgQg4kwsWN3oyOXgPgugW0TcVtV2QCzhrsvQhE w==; X-CSE-ConnectionGUID: XqplGNZySOCjyyD9dUpV6Q== X-CSE-MsgGUID: +d5m4vPSSe+cw10MrUSttA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="232866779" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="232866779" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:03 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id A82981C01686 for ; Wed, 8 Jul 2026 09:46:03 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id 5ED31827751 for ; Wed, 8 Jul 2026 09:46:03 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 8F0631800C26; Wed, 8 Jul 2026 09:46:01 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 31/37] rabbitmq-c: upgrade 0.16.0 -> 0.17.0 Date: Wed, 8 Jul 2026 17:44:41 +0800 Message-ID: <20260708094508.2060-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128102 From: Wang Mingyu Changelog: =========== - Fix size_t overflow in 'amqp_decode_bytes' bounds check leading to out-of-bounds read (GHSA-jgjf-7fwf-f3c7, #888) - Fix heap buffer overflow in 'amqp_frame_to_bytes' for oversized body frames (GHSA-hfjv-vcp3-39wh, #892) - 'librabbitmq-tools' fall back to the 'AMQP_URL' environment variable when no connection options are given on the command line (#887) - Fix undefined behavior in 'amqp_decode_properties' when decoding content-header property flags (#883, #885) - Fix 'ioctlsocket' type mismatch on Windows (#890) - Document buffer lifetime requirement of 'amqp_decode_table''s encoded buffer to prevent use-after-free misuse (#895) - 'librabbitmq-tools' now enable default SSL certificate verification paths unless '--no-default-cert-paths' is passed (fixes #868, #893) - Building the tools now requires POPT v1.14 or newer Signed-off-by: Wang Mingyu --- .../rabbitmq-c/{rabbitmq-c_0.16.0.bb => rabbitmq-c_0.17.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.16.0.bb => rabbitmq-c_0.17.0.bb} (91%) diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb similarity index 91% rename from meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb rename to meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb index c4428008db..05179c0230 100644 --- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.16.0.bb +++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.17.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https;tag=v${PV} \ " -SRCREV = "800d57c9ca7352181167ec3c6aba66b8518c321c" +SRCREV = "59df173fff72857896a8257bbfb72d9d29175f1e" DEPENDS = "popt openssl" From patchwork Wed Jul 8 09:44:42 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92002 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 048E6C44506 for ; Wed, 8 Jul 2026 09:46:13 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4730.1783503966898586091 for ; Wed, 08 Jul 2026 02:46:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gK9FTL5g; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503967; x=1815039967; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Mpe+AT5hqze9GknBtLmhLD8BXVg79G5w1ef0AHpK0g8=; b=gK9FTL5gBJwc3yQnKkD+tVfeg3N5gg8T8f+8bQk1gv7NRTMGLXsF9z24 SdP9IBJ/69QU6yLb330T5eZPuoZGg17eqxJkzTH6Bbsr01OHzpfXFeTuH TwN6So94zlFfWcFbj0bK/yhB3nzgBkBUT4tjlmSRgKdzFVPbaS8xaSyiu i/bNge/EuQTTRkA2lL7m2XmLIuLvdu8vS57bZurKaeqAcxxF8Iz0AcsPs PxJYXwJ5iiuLzHo300yRRIwbWwWGhs/hD1eqWYrZ42sTojfluWa+Dejkd mztVa7W6Zwx2aHx8fvrvrriocqdh9CsAwci3NdQ0oAo7biBO18cdlahaj A==; X-CSE-ConnectionGUID: C1BcQG0ATNWeqZlghgJtQg== X-CSE-MsgGUID: ykZIeP1RRG+p2VEKq5pkaQ== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="250142805" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="250142805" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:05 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 578831892 for ; Wed, 8 Jul 2026 09:46:05 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 0C267102096F for ; Wed, 8 Jul 2026 09:46:05 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 202C41801139; Wed, 8 Jul 2026 09:46:02 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 32/37] smarty: upgrade 5.8.3 -> 5.8.4 Date: Wed, 8 Jul 2026 17:44:42 +0800 Message-ID: <20260708094508.2060-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128103 From: Wang Mingyu Changelog: ============ - Fixed a 'TypeError' on PHP 8 when 'Security::$static_classes' was set to a non-array value (e.g. the string ''none'') to disable static class access; any non-array value now cleanly denies access. Use 'Security::$static_classes = null' to disable access to all static classes. - Security: the built-in 'stream:' resource type now validates the nested stream wrapper against the security policy, so a template such as 'stream:php://filter/...' can no longer bypass 'Security::$streams' (including 'Security::$streams = null') to read local files Signed-off-by: Wang Mingyu --- .../recipes-support/smarty/{smarty_5.8.3.bb => smarty_5.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/smarty/{smarty_5.8.3.bb => smarty_5.8.4.bb} (95%) diff --git a/meta-oe/recipes-support/smarty/smarty_5.8.3.bb b/meta-oe/recipes-support/smarty/smarty_5.8.4.bb similarity index 95% rename from meta-oe/recipes-support/smarty/smarty_5.8.3.bb rename to meta-oe/recipes-support/smarty/smarty_5.8.4.bb index f0779efb7e..dcb7c85a80 100644 --- a/meta-oe/recipes-support/smarty/smarty_5.8.3.bb +++ b/meta-oe/recipes-support/smarty/smarty_5.8.4.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3" SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "042dff64a912c272e7692a442590880a3388c4b9" +SRCREV = "94a27cbbc7820198d7adc17a2be8d457fb267753" INHIBIT_DEFAULT_DEPS = "1" From patchwork Wed Jul 8 09:44:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92004 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1189CC44508 for ; Wed, 8 Jul 2026 09:46:13 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4731.1783503968500992396 for ; Wed, 08 Jul 2026 02:46:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EexjZt9k; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503969; x=1815039969; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8qT+Oo/LJKios2Weh90P4ljKvuA9dkvCpN5XWboeQ1s=; b=EexjZt9kvOEglAxLTwiRXgEqC2DD5EGmE5Z7ZuaDeVmVLC9Kt5LeqSJi nefBdgrvi9KQhRbaRzBcqf5Twiqvt9WFyv2FmiBpcs+yMKgISR0l6JYOZ vLeDIZ680M87ZgEc8Ro2sTD+YkwXceXEgYLJREriMFxbFULqSFYYpYeCO 4BSYnBsg3g+b7KXjuVCiKC78Mckaou3Tbykqwt3Cc/qoHHbviBsbftTF9 9Z6V6773PsyplXdmWOXhFy5R6Po6VLSahHxdmJ4+TzzdMgNBIFu1Ic+wJ trNBoyJbSh+e994RY3av0VCbdKybgM56P0jeEPXRZCf3Cr/4P89m1PveL w==; X-CSE-ConnectionGUID: yQiCaWvUQ3S+mRbL/evxuw== X-CSE-MsgGUID: z6IcVtjYQN6pKc0Nga29wg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246626114" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246626114" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:07 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id C207D1C01687 for ; Wed, 8 Jul 2026 09:46:06 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 785B6C2BA97 for ; Wed, 8 Jul 2026 09:46:06 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A99801800C26; Wed, 8 Jul 2026 09:46:04 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 33/37] ssh-audit: upgrade 3.3.0 -> 3.9.0 Date: Wed, 8 Jul 2026 17:44:43 +0800 Message-ID: <20260708094508.2060-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128104 From: Wang Mingyu License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu --- .../ssh-audit/{ssh-audit_3.3.0.bb => ssh-audit_3.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-security/ssh-audit/{ssh-audit_3.3.0.bb => ssh-audit_3.9.0.bb} (61%) diff --git a/meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb b/meta-oe/recipes-security/ssh-audit/ssh-audit_3.9.0.bb similarity index 61% rename from meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb rename to meta-oe/recipes-security/ssh-audit/ssh-audit_3.9.0.bb index 634b7e0823..de0642a93a 100644 --- a/meta-oe/recipes-security/ssh-audit/ssh-audit_3.3.0.bb +++ b/meta-oe/recipes-security/ssh-audit/ssh-audit_3.9.0.bb @@ -2,9 +2,9 @@ SUMMARY = "An SSH server and client configuration auditing tool" HOMEPAGE = "https://github.com/jtesta/ssh-audit" BUGTRACKER = "https://github.com/jtesta/ssh-audit/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8745b0cfd015df0e3199253390de8935" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2638d424730ffece235019c6a623c6fa" -SRC_URI[sha256sum] = "b76e36ac9844f45d64986c9f293a4b46766a10412dc29fb43bd52d0f6661a5b0" +SRC_URI[sha256sum] = "f1225d0364b3cb61c7dfb1f5065a6958dbb814d98b2c1dd2a779ba2cdef41f61" PYPI_PACKAGE = "ssh_audit" From patchwork Wed Jul 8 09:44:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92001 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E28ABC44503 for ; Wed, 8 Jul 2026 09:46:12 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4730.1783503966898586091 for ; Wed, 08 Jul 2026 02:46:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DHtR2+13; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503969; x=1815039969; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MOkUYYFAj6prgLBH6zXh9CAeSedTTFgFIVqQU5l5X58=; b=DHtR2+131nuvb3oP08XReF9TzHqPBFi6mb1vEaJKu/5UmpLh1xjqcoI/ LbNb0l8Tcft8qiw47TGweAZ1HEyondv1ZQf2QquYD5tCB/mzmTiQVMJ7l Dy1C/edjvymiyN2T/VbfHCM8tA8JFsO5KM6sBVwrywDbZx7YMx7R2Jr1V O0otNAZsRCQn159HsM0sx6Wmp9NRKE1hiCpqufg3CVlB8MVTzhpjxLVGC 5xrcJN7yyb78Ix8VjSB/gwIcUhjJUhg6CPBGHFDPGLVZ2Fn5lz+BsflDd 6m88R1NXUO1g4VsGGWn7Zo5fVN9BuXgxt6F/PltwMjcdBq3e6w+5eXt/q Q==; X-CSE-ConnectionGUID: lUQOfS9yTH+F7N2KWR4GMA== X-CSE-MsgGUID: hfE9L+H4TF2Ka9IQ6L714g== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="250142809" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="250142809" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:08 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 7666C1C000F8 for ; Wed, 8 Jul 2026 09:46:08 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 24B8D1C2DF66 for ; Wed, 8 Jul 2026 09:46:08 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 38D031801133; Wed, 8 Jul 2026 09:46:05 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 34/37] stunnel: upgrade 5.78 -> 5.79 Date: Wed, 8 Jul 2026 17:44:44 +0800 Message-ID: <20260708094508.2060-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128105 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stunnel/{stunnel_5.78.bb => stunnel_5.79.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.78.bb => stunnel_5.79.bb} (92%) diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.78.bb b/meta-networking/recipes-support/stunnel/stunnel_5.79.bb similarity index 92% rename from meta-networking/recipes-support/stunnel/stunnel_5.78.bb rename to meta-networking/recipes-support/stunnel/stunnel_5.79.bb index 1740ad41f2..3435f8cd3c 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.78.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.79.bb @@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \ file://fix-openssl-no-des.patch \ " -SRC_URI[sha256sum] = "8727e53bb8b7528f850327a2a149158422c02183bc120d1d733cc65b1e2c349d" +SRC_URI[sha256sum] = "8ea0de6e5ea76f38ea987fa831c7fd47f7a1f1e7dd465fd6fa8622edf30d3a45" inherit autotools bash-completion pkgconfig From patchwork Wed Jul 8 09:44:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92005 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 306BDC44507 for ; Wed, 8 Jul 2026 09:46:13 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4732.1783503971678613665 for ; Wed, 08 Jul 2026 02:46:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=awrHUVy+; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503971; x=1815039971; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B3nPpl+Bwe5PYxd1eDcXmJ5E8H7gRuVj9QLbwia7uDE=; b=awrHUVy+X6n4xqYzcZ7pfIiWGRNehPl+FVekz6JOCY+as76WBFHUM5v7 yqtA1jFetUO8od1UwCmWa1FIVS6Tzpt+YCmyQpRiHKxyv+d/+TacByVLN WY2hg0D3ciGVfBkDOhyp8pvp8Y3561CUuYFsaU1ZcBqgcwKgLzerU1QR6 aP2SK7GlFyvvB2dq4iGr1UCBVpcfJ1X5fj3g2lCWIyB+UvybbEZUX7fUm IRuywR3sxd8iDw8DpAWtPuJyQrSavLZsuZzAtUajoBJY7eM0UCNXN6JML PJNGcA3OOPDwW86iO16CCpbn+/Mn1x9JkaA13F3ntuxTCGCE+82VC2LgG g==; X-CSE-ConnectionGUID: CvudrG8gS4+AWLQeceyvtA== X-CSE-MsgGUID: mDjw/xTzTbWKRCaFrS4wVA== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246699943" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246699943" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:10 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 14B3E42A313 for ; Wed, 8 Jul 2026 09:46:10 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id B7236100D22F for ; Wed, 8 Jul 2026 09:46:09 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id C9B521801131; Wed, 8 Jul 2026 09:46:07 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 35/37] upower: upgrade 1.91.2 -> 1.91.3 Date: Wed, 8 Jul 2026 17:44:45 +0800 Message-ID: <20260708094508.2060-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128106 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../upower/{upower_1.91.2.bb => upower_1.91.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/upower/{upower_1.91.2.bb => upower_1.91.3.bb} (95%) diff --git a/meta-oe/recipes-support/upower/upower_1.91.2.bb b/meta-oe/recipes-support/upower/upower_1.91.3.bb similarity index 95% rename from meta-oe/recipes-support/upower/upower_1.91.2.bb rename to meta-oe/recipes-support/upower/upower_1.91.3.bb index d6505974e9..8213c5e15f 100644 --- a/meta-oe/recipes-support/upower/upower_1.91.2.bb +++ b/meta-oe/recipes-support/upower/upower_1.91.3.bb @@ -13,7 +13,7 @@ DEPENDS = " \ " SRC_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/archive/v${PV}/${BPN}-v${PV}.tar.bz2" -SRC_URI[sha256sum] = "f07f19b78a43a5053973d95a2fe96a12ede270b8db232b2e2c4ac4186fb42539" +SRC_URI[sha256sum] = "12227b3dcd34c5097bbda25984b192ea0bd5e11dce479358d9ef70415a38e4b6" S = "${UNPACKDIR}/${BPN}-v${PV}" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/${BPN}/${BPN}/-/tags" From patchwork Wed Jul 8 09:44:46 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92006 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E76BC44509 for ; Wed, 8 Jul 2026 09:46:13 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4731.1783503968500992396 for ; Wed, 08 Jul 2026 02:46:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Xo9vYjrk; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503973; x=1815039973; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=HigpxDZ/P8szF0n0hgyIxBeqXp31ZLllZ2mHCsH7Ws4=; b=Xo9vYjrkKDyj/DPa2fd7NDAMSfdsM+Ypna3Pm8ARTOZTi7CQOgVSWXAU N5Mtf+RR1hXuq2pwXL6QhnLYrzC9g31t5pMf8X7WMQ5kn4c//Rr6ouelt ropEl1m9skAUHZzZUVBZH7WY2HVERoB4aHbImCmwSk+OQF5XoHwUxoyg7 U+MzEj02AtmT2/Tm0otxUyVh/fenkfq0bxdX8ddW85sSNmpl3SAi/ycip S4ihGHmL143xG0y0SiFO7Ox1tWbgj5UM+xaseUhFFy1luWBGNR44J5Oex XgJgf/w2H12NW1SfmohZFZOEUiNz6wZNQGV7EpzYA2WbGpkjPzqgvQ7yx g==; X-CSE-ConnectionGUID: QV+/DJbKQhSdTWh9wC2CNw== X-CSE-MsgGUID: cLEi7ExzSrSXcgjdV2Mlhg== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="246626119" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="246626119" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:12 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 9EE531000347 for ; Wed, 8 Jul 2026 09:46:11 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 4CACA1C2DF7E for ; Wed, 8 Jul 2026 09:46:11 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id 63B711800C26; Wed, 8 Jul 2026 09:46:09 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 36/37] weechat: upgrade 4.9.2 -> 4.9.3 Date: Wed, 8 Jul 2026 17:44:46 +0800 Message-ID: <20260708094508.2060-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128107 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-irc/weechat/{weechat_4.9.2.bb => weechat_4.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-irc/weechat/{weechat_4.9.2.bb => weechat_4.9.3.bb} (95%) diff --git a/meta-networking/recipes-irc/weechat/weechat_4.9.2.bb b/meta-networking/recipes-irc/weechat/weechat_4.9.3.bb similarity index 95% rename from meta-networking/recipes-irc/weechat/weechat_4.9.2.bb rename to meta-networking/recipes-irc/weechat/weechat_4.9.3.bb index 9f9962455e..7c797ed5ce 100644 --- a/meta-networking/recipes-irc/weechat/weechat_4.9.2.bb +++ b/meta-networking/recipes-irc/weechat/weechat_4.9.3.bb @@ -8,7 +8,7 @@ DEPENDS = "zlib libgcrypt gnutls curl aspell zstd cjson gettext-native" SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz" -SRC_URI[sha256sum] = "d1389a9e521bda0c4ebfa108e2abf885ee6c5150c385299f5dca0181a43a0914" +SRC_URI[sha256sum] = "5c7d9539fa86c99ea76a551a889a92bac21eab7bb2790dbd346452d00b10c37c" inherit cmake pkgconfig python3targetconfig From patchwork Wed Jul 8 09:44:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 92007 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F834C43602 for ; Wed, 8 Jul 2026 09:46:33 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.4922.1783503992462712417 for ; Wed, 08 Jul 2026 02:46:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kUUPv7/a; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1783503994; x=1815039994; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ps4ScO3LM1PKVFhJlAl1v29/smHOub8Kxdp0BHcZhJ0=; b=kUUPv7/aoIPTElcvxGw+c1UECO1dfN9sWUiX1GRZCKWrh5VRTVKJMI0R ZkRwFXvbip3im7gXV4KtikzyYI6tK1llvvNmR64lm/KO7L6A4Xc+sEMa2 +Tl2t9GoXJiaYpPH+Ml/1pgqwagLqOmLc+fOfB6XuNDpTIA9R1/5ajSIF fYYqUxT23x896BeDllXNiswEn6KF4QivtJTKQKQKlTSxQcK1XCB6+bqEN CpcFbl6IPamNMa2KFqUwxVCLrCZY9Yc2MvgREqH+GayZdQbYQB1bjlXXt cbWrMMshfRM9EVyoO/dHE/NcAC40p2xbsCrEbwlPejID0CA1z6AOxl9bK Q==; X-CSE-ConnectionGUID: pFwcaJmFTs+oQRkEvPeF9Q== X-CSE-MsgGUID: p+wh3FHpRBu/KJ93ou5itw== X-IronPort-AV: E=McAfee;i="6800,10657,11840"; a="224395788" X-IronPort-AV: E=Sophos;i="6.25,153,1779116400"; d="scan'208";a="224395788" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jul 2026 18:46:32 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id E11051C000F1 for ; Wed, 8 Jul 2026 09:46:30 +0000 (UTC) Received: from az2uksmom1.o.css.fujitsu.com (unknown [10.151.22.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 9504F18915F2 for ; Wed, 8 Jul 2026 09:46:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2uksmom1.o.css.fujitsu.com (Postfix) with ESMTP id A1C5B1800C26; Wed, 8 Jul 2026 09:46:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-xfce] [PATCH 37/37] xarchiver: upgrade 0.5.4.26 -> 0.5.4.27 Date: Wed, 8 Jul 2026 17:44:47 +0800 Message-ID: <20260708094508.2060-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20260708094508.2060-1-wangmy@fujitsu.com> References: <20260708094508.2060-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 08 Jul 2026 09:46:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128108 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xarchiver/{xarchiver_0.5.4.26.bb => xarchiver_0.5.4.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/xarchiver/{xarchiver_0.5.4.26.bb => xarchiver_0.5.4.27.bb} (94%) diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.26.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.27.bb similarity index 94% rename from meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.26.bb rename to meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.27.bb index 77c6b4c2ca..39fe20b75a 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.26.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.27.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https;tag=${PV}" -SRCREV = "e14d54e1c85f4dbc78b89042017ebdc0fe5e2f4c" +SRCREV = "fbc3330ff6b6e4330190ecebd490cfc27941555c" inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg