From patchwork Tue Jun 10 03:32:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64602 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 D4398C61CE8 for ; Tue, 10 Jun 2025 03:33:40 +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.web10.78427.1749526419816519734 for ; Mon, 09 Jun 2025 20:33:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kedI3Ctq; 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=1749526420; x=1781062420; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=N2JSWQVjvntFmU7NYcTFIzDBWNowWxZYIi2FSah4tnk=; b=kedI3CtqCQXSYHywtv+1Rba51l1xCxYDAmYI+O6kc1x8EEyjDUxAqsnQ BpzK1QrE74ySBjCnEgYjTgg3Xf8YvRX3B5wqSqfZwyo0/pjmCyZxZPm7u G7L9nQvWl7GXQRLDqWhLDgW78qTDpd6S/reSqkXOjZ+eZ31/pWyhLBpaB 2WW9y2NT9tWU3Ftq522QONfBdtNYYsHV4kb5XLTAKcmLENB/qV6V427SD 7wNiAwmq8XtbaNmxYzmykAyGRJvE3dHUsAbROYUUv5WWtaR/nMHpno/bi r8y+NeUEtahyxQHA3LzEnDaTUrmRqiPfHGx0FeoHl68ER+7VKFg/rj3St w==; X-CSE-ConnectionGUID: WnVRQuy2TtGN2r44+99Lkg== X-CSE-MsgGUID: iragZ5r4SaOfBUtxlYTruA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189594968" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189594968" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:37 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id DBBDED5051 for ; Tue, 10 Jun 2025 12:33:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 73D19CFBB1 for ; Tue, 10 Jun 2025 12:33:34 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5B45D1A0071; Tue, 10 Jun 2025 11:33:33 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 01/64] audit: upgrade 4.0.4 -> 4.0.5 Date: Tue, 10 Jun 2025 11:32:27 +0800 Message-ID: <20250610033330.924-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117794 From: Wang Mingyu 0001-Fixed-swig-host-contamination-issue.patch refreshed for 4.0.5 Changelog: ============ - Rework audisp queue to be lockless - Fix missing delete command in auditctl - Allow plus addresses (rfc5233) to auditd email. - Reduce memory churn in auditd event dispatching - Add configurable recurring state report in auditd - Switch audisp-statsd to stop sending signals - Add glibc memory stats to audisp-statsd Signed-off-by: Wang Mingyu --- .../0001-Fixed-swig-host-contamination-issue.patch | 13 +++++-------- .../audit/{audit_4.0.4.bb => audit_4.0.5.bb} | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) rename meta-oe/recipes-security/audit/{audit_4.0.4.bb => audit_4.0.5.bb} (98%) diff --git a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch index f2755d5c08..f37fbf63a7 100644 --- a/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch +++ b/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch @@ -1,4 +1,4 @@ -From 5cdc667aeb7a014cdc1f8c7df8f8080408773dbe Mon Sep 17 00:00:00 2001 +From 4f78fcb8728cd4bf31175b3fa610a5c003e915d1 Mon Sep 17 00:00:00 2001 From: Li xin Date: Sun, 19 Jul 2015 02:42:58 +0900 Subject: [PATCH] Fixed swig host contamination issue @@ -19,7 +19,7 @@ Signed-off-by: Yi Zhao 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bindings/swig/python3/Makefile.am b/bindings/swig/python3/Makefile.am -index c2c6def4..bcc2836c 100644 +index 428e40fa..f4dd45bc 100644 --- a/bindings/swig/python3/Makefile.am +++ b/bindings/swig/python3/Makefile.am @@ -23,6 +23,7 @@ @@ -30,7 +30,7 @@ index c2c6def4..bcc2836c 100644 LIBS = $(top_builddir)/lib/libaudit.la SWIG_FLAGS = -python SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES) -@@ -37,7 +38,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li +@@ -35,7 +36,7 @@ _audit_la_DEPENDENCIES =${top_srcdir}/lib/audit_logging.h ${top_builddir}/lib/li _audit_la_LIBADD = ${top_builddir}/lib/libaudit.la nodist__audit_la_SOURCES = audit_wrap.c audit.py audit_wrap.c: ${srcdir}/../src/auditswig.i @@ -40,10 +40,10 @@ index c2c6def4..bcc2836c 100644 CLEANFILES = audit.py* audit_wrap.c *~ diff --git a/bindings/swig/src/auditswig.i b/bindings/swig/src/auditswig.i -index 6b267844..5a4e442f 100644 +index 2760e516..5d0ea8b6 100644 --- a/bindings/swig/src/auditswig.i +++ b/bindings/swig/src/auditswig.i -@@ -50,7 +50,7 @@ typedef unsigned uid_t; +@@ -52,7 +52,7 @@ typedef unsigned uid_t; */ %ignore audit_rule_data::buf; @@ -52,6 +52,3 @@ index 6b267844..5a4e442f 100644 #define __extension__ /*nothing*/ %include %include "../lib/audit-records.h" --- -2.25.1 - diff --git a/meta-oe/recipes-security/audit/audit_4.0.4.bb b/meta-oe/recipes-security/audit/audit_4.0.5.bb similarity index 98% rename from meta-oe/recipes-security/audit/audit_4.0.4.bb rename to meta-oe/recipes-security/audit/audit_4.0.5.bb index 952a362698..6fa025abd4 100644 --- a/meta-oe/recipes-security/audit/audit_4.0.4.bb +++ b/meta-oe/recipes-security/audit/audit_4.0.5.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto " S = "${WORKDIR}/git" -SRCREV = "81dcded2ed9e407dd1357eda0bdc0855f06085e6" +SRCREV = "97c4ec3d68b5b199f2796d1e126c2144506bd228" inherit autotools python3targetconfig update-rc.d systemd From patchwork Tue Jun 10 03:32:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64625 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 89812C71151 for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77947.1749526420542438253 for ; Mon, 09 Jun 2025 20:33:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QHwUlgfy; 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=1749526421; x=1781062421; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TtRjJaKDYI4YKpfXsMz5bGx1VIsIVnxc8s6J0P0R1w4=; b=QHwUlgfykOwr0SW6PCLc0z3socp2pnoqH6EFKnV839DYIUfaeQO+Ha6F 9fzB6U0fhO7wZ1FndujhfBS3rk4BYp9c9GZeUZEXoON2b4NzBs1Kq6OpT fugpl/8vyKNWvNur081/TTRVqyghRtvgxyfVDEXuWEcAC+5krZtp3FT2L SwaaHGqwUEJRX6Sm7DH6gPppBuvhj8e59ZT1ymxRH2fnxtla48xbJsK+J sbaMkcDlQu4kZhb6aZUaT6erO4u42PK7yXmC/GZ2we3ZZB8PWK1+DaQdb b00ZF7lLW3oOsoA4ofuoSNUGGXlYPNTcJcS+0f7wQDE6o05Ahs/SbAz7u Q==; X-CSE-ConnectionGUID: o6okLNlBQqOd0cSpZ4lvgA== X-CSE-MsgGUID: 7mHu+fVgS6Gs7ANDGAZIuA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202196156" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202196156" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:39 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 97FD6D64EA for ; Tue, 10 Jun 2025 12:33:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 3E8C713F3B for ; Tue, 10 Jun 2025 12:33:35 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 63C691A009A; Tue, 10 Jun 2025 11:33:34 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 02/64] bats: upgrade 1.11.1 -> 1.12.0 Date: Tue, 10 Jun 2025 11:32:28 +0800 Message-ID: <20250610033330.924-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117796 From: Wang Mingyu Changelog: =========== - bats::on_failure hook that gets called when a test or setup* function fails - increase compatibility with Solaris - fix noclobber breaking bats-gather-tests - fix exiting with 0 despite bats:focus when all tests have been filtered out - remove deprecated ubuntu 20.04 from CI config - Fix hyperlink to external Bash resource - Remove mentions to no longer existing find_library_load_path in - lib/bats-core docstrings - Add missing "status" word in --returned-status documentation Signed-off-by: Wang Mingyu --- meta-oe/recipes-test/bats/{bats_1.11.1.bb => bats_1.12.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-test/bats/{bats_1.11.1.bb => bats_1.12.0.bb} (93%) diff --git a/meta-oe/recipes-test/bats/bats_1.11.1.bb b/meta-oe/recipes-test/bats/bats_1.12.0.bb similarity index 93% rename from meta-oe/recipes-test/bats/bats_1.11.1.bb rename to meta-oe/recipes-test/bats/bats_1.12.0.bb index 82f57e51b1..ae59a27dc9 100644 --- a/meta-oe/recipes-test/bats/bats_1.11.1.bb +++ b/meta-oe/recipes-test/bats/bats_1.12.0.bb @@ -9,8 +9,8 @@ SRC_URI = "\ git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ " -# v1.10.0 -SRCREV = "b640ec3cf2c7c9cfc9e6351479261186f76eeec8" +# v1.12.0 +SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64604 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 B87FFC5B552 for ; Tue, 10 Jun 2025 03:33:50 +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.web11.77946.1749526420435893183 for ; Mon, 09 Jun 2025 20:33:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OTup0oAz; 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=1749526420; x=1781062420; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1sNXq/EtIsSuAxnb7FUT6QnLheurUXdq8R0VpelsrAo=; b=OTup0oAzow2wJmnqSVKRKPtjvxHb6oKYoEH02moHH8VGBgOixoC67KrR hQMPy9mrs4aPJdvuXLmhpN+FfyNV1AAsBIlAw4dVghPXDXlRd3MmTddOo LGTkceJkawVc8E4PdLXg9aMY7d/o3ddZikN0UXUDSb5h6iwv/mkrflyXn giIsc2pUyxP0Jw0g1jFtKWiEBze1vsUJcfpQf0s5zwLs8MhkCI0C//dRQ 9jdgYsJJhfQrT4h6LGGhXlgjhiKR9qTYF+TX2s2JDH8F90a6hbsijmLB/ 26IaU5NsoxUiJMgmb6hX8O340bvXBSYvmC1n6x13tl38rkU1m2L+G6xHP w==; X-CSE-ConnectionGUID: u+mNEmlSQ2muzX58TUV8fw== X-CSE-MsgGUID: Ia4B5RokTQSZRZSY8fMoSg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680444" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680444" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:38 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id F066ED5051 for ; Tue, 10 Jun 2025 12:33:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 96ACFD5068 for ; Tue, 10 Jun 2025 12:33:35 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C194B1A0071; Tue, 10 Jun 2025 11:33:34 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 03/64] ctags: upgrade 6.1.20250518.0 -> 6.2.20250608.0 Date: Tue, 10 Jun 2025 11:32:29 +0800 Message-ID: <20250610033330.924-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117795 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.1.20250518.0.bb => ctags_6.2.20250608.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250518.0.bb => ctags_6.2.20250608.0.bb} (96%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250518.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb similarity index 96% rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250518.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb index 59392f57c6..6f0fbff0b2 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250518.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.2.20250608.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "123588eed48448dee07b919c943f0fb4f69b809b" +SRCREV = "c06d333b3162660694b26604a364cdab89e2010e" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64629 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 5147BC71149 for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77949.1749526421447129700 for ; Mon, 09 Jun 2025 20:33:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fbHw7fLJ; 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=1749526421; x=1781062421; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GT8tvY2xJ5bLfnrIvNaYpggZ1Thx5Pg0YkjEu0YdK84=; b=fbHw7fLJPROot+6zS4vBt7ywex+0TWPmsBGz8dPTHCuLI6i5aoKA4vo6 rsZ0NP0SkT/k6hLPCSYTgFjScpI9sSsldAnpKNcANhwMqU3lEK2kzra0C +OPodq4PjLhQUz3uwsSVF1BVlZ3u+Mb6pffQl7lA0bIsVGvh09dAhYunv aVBckb0K39XDFXnq2sm0j4Qj/Z8UuASg4eIl/89Jvp6C27z3bLMdw0qmi O3UxctoBU5iJy2ih4mKXYP79Q4Ou1P3a3rnjx6YV94IfU+TMibLJ4TBou FXcpfv2d9rvXf0BqojOZ1G9ANzClI6n4UhKHEE8UKwqdXJnqVhb+8+d5y w==; X-CSE-ConnectionGUID: vv+EEXwIQ02d1c2TIw79pQ== X-CSE-MsgGUID: XQjaIdG8Ttmw9hr/Rj/xqw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181135303" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181135303" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:39 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 01F4E16408 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 9ABC1D4C19 for ; Tue, 10 Jun 2025 12:33:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2A78E1A009B; Tue, 10 Jun 2025 11:33:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 04/64] cxxopts: upgrade 3.2.1 -> 3.3.1 Date: Tue, 10 Jun 2025 11:32:30 +0800 Message-ID: <20250610033330.924-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117800 From: Wang Mingyu Changelog: ============== - Added missing version bump - Added missing header for GCC 15 - Fix some CMake packaging problems Signed-off-by: Wang Mingyu --- .../cxxopts/{cxxopts_3.2.1.bb => cxxopts_3.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/cxxopts/{cxxopts_3.2.1.bb => cxxopts_3.3.1.bb} (90%) diff --git a/meta-oe/recipes-support/cxxopts/cxxopts_3.2.1.bb b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb similarity index 90% rename from meta-oe/recipes-support/cxxopts/cxxopts_3.2.1.bb rename to meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb index 6077220151..8df707b86f 100644 --- a/meta-oe/recipes-support/cxxopts/cxxopts_3.2.1.bb +++ b/meta-oe/recipes-support/cxxopts/cxxopts_3.3.1.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689" SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" -SRCREV = "4bf61f08697b110d9e3991864650a405b3dd515d" +SRCREV = "44380e5a44706ab7347f400698c703eb2a196202" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64631 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 A57E9C71156 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78428.1749526421105776628 for ; Mon, 09 Jun 2025 20:33:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OGJV5SS/; 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=1749526421; x=1781062421; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xM/D9mlun5wJrLECXQJ9BJYjqVPV87dfJZoY89vNihU=; b=OGJV5SS/usJFv3LSoHWBeAs+qquJKqw9ljVT/gu/LyFJXuwnsNflz9pB 4UZM7fbHB8a4nnBH6T33lXwAxx0MhK+9Hy0fP5pKDFdDmGZpprENJC6Ey hmOpO68r/twn8HUaB/JTJxtHliRa8HDqcfTWA6q6HejednGKokbQnKUN8 jYGzsx+BTdlzJuMpIY0u2zjyBm0tTQnQIoeny7RC8FI5G9kx/uJKRubsU +2PJPgrPRz7rd82a5zXN9hcxw4neJRTUL8RpIjgNx8EzFvZKMyspCU3Cz lSHDOgb/L458DmeMsJ8SauakGRIK5tkTVYYLxoZVuSsiCzvpjN/tBgIbN g==; X-CSE-ConnectionGUID: IHTSr6QyQ46/ll6M18Ym2A== X-CSE-MsgGUID: 5G7UPpiITzmnVv60e+AX8Q== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189594977" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189594977" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:39 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id F0C80C13C5 for ; Tue, 10 Jun 2025 12:33:36 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 9BCD7BF3C1 for ; Tue, 10 Jun 2025 12:33:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8353A1A009A; Tue, 10 Jun 2025 11:33:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 05/64] doxygen: upgrade 1.13.2 -> 1.14.0 Date: Tue, 10 Jun 2025 11:32:31 +0800 Message-ID: <20250610033330.924-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117798 From: Wang Mingyu Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_14_0 Signed-off-by: Wang Mingyu --- .../doxygen/{doxygen_1.13.2.bb => doxygen_1.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/doxygen/{doxygen_1.13.2.bb => doxygen_1.14.0.bb} (92%) diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb similarity index 92% rename from meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb rename to meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb index aa2dc7da46..1c8b442eef 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.14.0.bb @@ -10,7 +10,7 @@ SRC_URI = "\ git://github.com/doxygen/doxygen.git;branch=master;protocol=https \ " -SRCREV = "26342b775ea25e6fefb53220926b20702c56fcb3" +SRCREV = "cbe58f6237b2238c9af7f51c6b7afb8bbf52c866" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64635 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 B584DC71153 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78427.1749526419816519734 for ; Mon, 09 Jun 2025 20:33:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=g3yv5DKN; 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=1749526420; x=1781062420; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3JzSlIOpOkJ+Y5LSVxPt7EaLQhjIogQVyo3CawiNuLY=; b=g3yv5DKNZVs8+Nr0RFpjxWlk1YyAL+mtB/RiCN5ixHFXU9Ci/tDk+yy6 vX3Ta/6gh0LodxSBsR1v91aINoWSS8Rzx284FK5kVqeBFLiijs/WaYyqu YAp08/t/Ioj3VuwjHUozuWlGCsmiwlKDyFykc+arstP8Cf9ByZxmvTw4t iECxYafCdqptwmruJrdX0PRcMBHDLD+l7SZF+bUQ8F4YXnLu4RTYjM9io X4XeRC9XBiP+aoGt36oOAg81LoBEQO0VKDc2VUk6OjUPUjMgYrtlxWikY Mtxj9wVl0AQ0aXj4wr5r+NqZ7OBFa+0aifMnhTXWMFRmQ5fNHvOei/q7z g==; X-CSE-ConnectionGUID: sbpE+72LS6Sq5DWvxsRo+w== X-CSE-MsgGUID: V8FqA6w0SVie3lPAboy3Fg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189594975" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189594975" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:39 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id C4D68C68FB for ; Tue, 10 Jun 2025 12:33:36 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 6EFDED5068 for ; Tue, 10 Jun 2025 12:33:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E443E1A00A1; Tue, 10 Jun 2025 11:33:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 06/64] evolution-data-server: upgrade 3.56.1 -> 3.56.2 Date: Tue, 10 Jun 2025 11:32:32 +0800 Message-ID: <20250610033330.924-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117797 From: Wang Mingyu Changelog: ============ - Handle changed server pool in WebDAV collection sources - CamelDataWrapper: Correct return value of size calculate functions - GOA EWS: Fallback to likely EWS host URL when autodicovery fails Signed-off-by: Wang Mingyu --- .../evolution-data-server/evolution-data-server.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index d737de054a..54eb593e5f 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc @@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ GNOMEBASEBUILDCLASS = "cmake" inherit gnomebase upstream-version-is-even -SRC_URI[archive.sha256sum] = "646cc0037da3f9f295794c637d95394ad76f8c9bee2268be2c4183e27720c137" -PV = "3.56.1" +SRC_URI[archive.sha256sum] = "df4ec29950f29a76eac6fbe0f814c48d2cef7d3fdb905002a4a883dd761ce93c" +PV = "3.56.2" From patchwork Tue Jun 10 03:32:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64627 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 89D71C71155 for ; Tue, 10 Jun 2025 03:33: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.web10.78429.1749526421768345370 for ; Mon, 09 Jun 2025 20:33:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MfLpBAqI; 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=1749526422; x=1781062422; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Uk2rG8nFxKc2zUqTmilr9k3Gdq6xHbrKRQZajUOygkk=; b=MfLpBAqIUTBgSTkVsTIJYtafTc2Zp4f1wI7n7paYlUGXU1sBXzgTo4Rk 6av2Fef+94Udzs2tY+3bA/aEGcXbxmoZHLa8OWXR6C0HCbH65R9s9zgT8 /W2flBqmhtHqiErP7ASuM8VkSLWkdhmab6PIBUIdrsyMm5ACkB3XbJFkl SrBZpSS2RXA/c1ret9QQjEpXNWSPky7xIym9/k34sbVejXgaBRP8QyyN3 aWVjty2uhwpZCbHo5FKmxf9MGP07DUcEXEt4F6t2wBe7F5+FbmedLFTWr uYdxvkZPtKwIHoTKJp0LhGCe6sjQKwZsFev98oZFQ8+2xfZCOPoD8EpAg g==; X-CSE-ConnectionGUID: v3Jkx+g/QrGWlRP9JqNjYA== X-CSE-MsgGUID: dZAHc40OTAqGkr84/QF9Tw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453580" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453580" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:40 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 875CED4C24 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 24829D7624 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 538CD1A0071; Tue, 10 Jun 2025 11:33:36 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 07/64] gexiv2: upgrade 0.14.3 -> 0.14.5 Date: Tue, 10 Jun 2025 11:32:33 +0800 Message-ID: <20250610033330.924-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117801 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-gnome/gexiv2/{gexiv2_0.14.3.bb => gexiv2_0.14.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gexiv2/{gexiv2_0.14.3.bb => gexiv2_0.14.5.bb} (91%) diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb similarity index 91% rename from meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb rename to meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb index 83bc9c6ad8..c9307967de 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.5.bb @@ -8,7 +8,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" inherit gnomebase gobject-introspection gtk-doc python3native vala -SRC_URI[archive.sha256sum] = "21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8" +SRC_URI[archive.sha256sum] = "0913c53daabab1f1ab586afd55bb55370796f2b8abcc6e37640ab7704ad99ce1" EXTRA_OEMESON = " \ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-Dvapi=true', '-Dvapi=false', d)} \ From patchwork Tue Jun 10 03:32:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64610 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 F127CC71137 for ; Tue, 10 Jun 2025 03:33:50 +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.web11.77946.1749526420435893183 for ; Mon, 09 Jun 2025 20:33:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qKuLG0jZ; 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=1749526421; x=1781062421; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tsMQK8J6UM595OKT1+Xzw/1zRLCFPdbd3HS6h4jDpvM=; b=qKuLG0jZa8M/nD26bE7iC5zo7rnz/TxdEG/hhahnalSJimRJVYR7rnGE P2k36ATtu4QpSa2/pA36qCS9MbxD5PQKbUts6sk2aIU10VdfkcWLKBmYn j6S1Qu9vGrKTkfz8BgbdR7OgfsnNyCA9DQCD5wB0EvlT62fnL5JUA3JW1 3XUsX3R/O6XqhO/S7/4hL/qGF/+qq0LD+fT4trAjKT/3VGRHicYRVCFs0 P4zLfJyTUBNBUMlSZia24uYlN2y7P9MX45v9hw+pH+Kob4S9YNkFHRbAH +n3MCiulqUdmqOO368lltGLoigtrN5J29G1JbbHaWi2qoqs5qTu5ZcDYf A==; X-CSE-ConnectionGUID: sZCoFVDdQsOpV6t1gT7zvQ== X-CSE-MsgGUID: MNy4t30iRzWf72qPG6fwvg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680447" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680447" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:39 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 7E145D6FBC for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2A04CD5068 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AC5911A00A1; Tue, 10 Jun 2025 11:33:36 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 08/64] gnome-online-accounts: upgrade 3.54.2 -> 3.54.3 Date: Tue, 10 Jun 2025 11:32:34 +0800 Message-ID: <20250610033330.924-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117799 From: Wang Mingyu Changelog: ============ - Authentication failure in goa IMAP accounts - Handle unexpected casing in domain names Signed-off-by: Wang Mingyu --- ...nline-accounts_3.54.2.bb => gnome-online-accounts_3.54.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-online-accounts/{gnome-online-accounts_3.54.2.bb => gnome-online-accounts_3.54.3.bb} (93%) diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb similarity index 93% rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb index d3608f0e74..98e67ad957 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.3.bb @@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" -SRC_URI[archive.sha256sum] = "0f7f3d29c0666ffbcc503f3e0f3396362effdb9317d41664ce65df147ef35372" +SRC_URI[archive.sha256sum] = "bcf655dd1ddc22bc25793b6840da19f5cad7ba0b7227ff969ed9c252f036aac5" PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" From patchwork Tue Jun 10 03:32:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64624 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 76AB0C7114B for ; Tue, 10 Jun 2025 03:33: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.web10.78429.1749526421768345370 for ; Mon, 09 Jun 2025 20:33:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gHurcaFx; 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=1749526423; x=1781062423; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5oXqnbvEZhqlHfxKZBBx4Zbm1a5N3jkBxrTA5TFgLkE=; b=gHurcaFxJw6wa5lFMaEdtM5UYbWz1pOBe5w1VvE9OlJkslgJ853xEtty pZBZbc5QRj00UdPioCnzRqYm0RqJmrwA/mIZZX0gu6dcP6+VL0UCzi6RN PLIofPoYwynnwJS4OoKMYbgCSkUw4klwoRbg2S6J26RmMzS53ek3j5Lqe gB6Yc6SZu5GzPc0bI94XJeZYxVPRvi7tfqvdPRFjVVRPdbDaElsOtWwPp MACzsG+eDuO+tuP9/IV+vy8an/QYTOebkwPduymU4/hb50o1G1ta8LfjC hC66ra59BJ8xtHVzBOVc6y0edlpFS1tkPwrJww+rasHSoxcQDD8//DARK w==; X-CSE-ConnectionGUID: JMJrw4/zTCmso/qyqmIGAg== X-CSE-MsgGUID: /jkbDVkvRmWxaSCRpTxeIA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453582" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453582" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:40 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id E655BD8033 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 83423BF3C1 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0D2091A009A; Tue, 10 Jun 2025 11:33:36 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 09/64] googlebenchmark: upgrade 1.9.3 -> 1.9.4 Date: Tue, 10 Jun 2025 11:32:35 +0800 Message-ID: <20250610033330.924-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117803 From: Wang Mingyu Changelog: ============= - Update build instructions for Visual Studio - MaybeReenterWithoutASLR(): be more cautious about argument types - Fix MaybeReenterWithoutASLR() in docker - Enable Google Benchmark to run in WebAssembly with filesystem disabled - wheels: Build Linux ARM wheels natively on ARM runners Signed-off-by: Wang Mingyu --- .../{googlebenchmark_1.9.3.bb => googlebenchmark_1.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.9.3.bb => googlebenchmark_1.9.4.bb} (90%) diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb similarity index 90% rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb index 3eba27c3c1..8fda2990d8 100644 --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.4.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "299e5928955cc62af9968370293b916f5130916f" +SRCREV = "eddb0241389718a23a42db6af5f0164b6e0139af" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64655 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 CB013C7114A for ; Tue, 10 Jun 2025 03:34:02 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.77955.1749526431400049978 for ; Mon, 09 Jun 2025 20:33:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HV5a70xJ; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, 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=1749526434; x=1781062434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5yM32t7kUklXTxoTHyWllU20WZrjKl/EGJsdZjCfxM0=; b=HV5a70xJkAy/gmKjcZB36iv6A7XSaqJ+2QuXaIVz0cCElOJ5EN0ylxqb iBK6ohxSgEcbDj9gQEDor3W0C88HLTsceMu1qas+p3gOUMysCeXDSztJJ 6hT48gddqa6T/TGqoFhitEqgy2Ldijjl226vcgZBzrP/cUmpbz3JGq/c9 9c2KbCOLrwfzaYRZt6wq59SbH/U1EkxIVkgSWbCR16UuBY7ygyCR0ov0g +E7LkK1sjh23ACF93qXVQ+rxtXgPmr3yoEUOopJEAlt0Vxzv4DGreIju0 MQhLgGaUkPXO1ZZqg0YL/RKGbDvQpiTTKx0i83w3LTLS4wBGRFfnFHfQb g==; X-CSE-ConnectionGUID: 2pxCCObTTbKcBi2X/bRE+Q== X-CSE-MsgGUID: Abr0HQllT7WiIe1U7mAmtQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181121892" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181121892" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:48 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4436CD5051 for ; Tue, 10 Jun 2025 12:33:38 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id E2D1DD5068 for ; Tue, 10 Jun 2025 12:33:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 66FAD1A0071; Tue, 10 Jun 2025 11:33:37 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 10/64] hidapi: upgrade 0.14.0 -> 0.15.0 Date: Tue, 10 Jun 2025 11:32:36 +0800 Message-ID: <20250610033330.924-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117837 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../hidapi/{hidapi_0.14.0.bb => hidapi_0.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hidapi/{hidapi_0.14.0.bb => hidapi_0.15.0.bb} (90%) diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb similarity index 90% rename from meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb rename to meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb index c7a487ba5c..12823575f9 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.15.0.bb @@ -11,5 +11,5 @@ RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" inherit autotools pkgconfig SRC_URI = "git://github.com/libusb/hidapi.git;protocol=https;branch=master" -SRCREV = "d3013f0af3f4029d82872c1a9487ea461a56dee4" +SRCREV = "d6b2a974608dec3b76fb1e36c189f22b9cf3650c" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64626 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 7E116C71150 for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77947.1749526420542438253 for ; Mon, 09 Jun 2025 20:33:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Heg9YnpI; 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=1749526423; x=1781062423; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=C4uw2GhVZgJ2ewA3SNDasTCqypQNSQLjSyroT3Qw8M0=; b=Heg9YnpIXgx5uHyKuo9yrFdaUxZl/lJ82UfkEVsbGq5BBTH4ec2tEJom kV4TdssseBYJgrvHOvNV0AxbTyGXh1rwTsuXt25uo8X8SF4PBdROnEQDc l/woXo7irsjMA6eDa092uV5oqeiPhRgm61u7DviX9djC6mqQxuG2hKcHH +SohhyDTocWMw6LX3WU6KJ1XDG8u26QdE1Ko1fJ+EeXyqrPQAaAEUnYqJ 6eqpiTteu8N2h3o8fj+xIWByzI+Aj8Qbw7RTP/E1bSkRREAjOma+biDar GgBEbPriy4W8OMBE7CuaPPSCd+G7ID0Ip5n2QJoNZw1PcXpgBo+WPlEzG A==; X-CSE-ConnectionGUID: loVoWFoFRPGwhuFhfJYHJQ== X-CSE-MsgGUID: 8UB2bo2vRnGuoD/Exn3syA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202196162" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202196162" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:42 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id A9C90E0ABE for ; Tue, 10 Jun 2025 12:33:38 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4B3DDD7624 for ; Tue, 10 Jun 2025 12:33:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C626C1A009A; Tue, 10 Jun 2025 11:33:37 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 11/64] icewm: upgrade 3.7.4 -> 3.7.5 Date: Tue, 10 Jun 2025 11:32:37 +0800 Message-ID: <20250610033330.924-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117802 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-extended/icewm/{icewm_3.7.4.bb => icewm_3.7.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/icewm/{icewm_3.7.4.bb => icewm_3.7.5.bb} (94%) diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.4.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb similarity index 94% rename from meta-oe/recipes-extended/icewm/icewm_3.7.4.bb rename to meta-oe/recipes-extended/icewm/icewm_3.7.5.bb index fa76f2e34e..cb792dad4b 100644 --- a/meta-oe/recipes-extended/icewm/icewm_3.7.4.bb +++ b/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ " -SRC_URI[sha256sum] = "e248e299616f417f5051423ea65a15668b71c1fdc9b5e477b47b1e80db3a7724" +SRC_URI[sha256sum] = "7457ec08fa74a101b077f391d60f901a77919dcc83a2940992f1f88cd7ec840a" UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Jun 10 03:32:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64623 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 6D1E7C7114C for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78430.1749526423382039445 for ; Mon, 09 Jun 2025 20:33:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cSpn2aGx; 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=1749526423; x=1781062423; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MN/u2C9U1LdHOXzVbY9qRImr8ZbZF1O9WCPIemTrMVk=; b=cSpn2aGxwy0MzNjhpuW4OpbOAmcSyAeMqqqW7/n5RyLJriz8U+Mv/ZLO C2+06fkPc6NbYJB0PBkNmaDW4qfuteddrWCVKWDCKFIGCyLNQKw9J/cSN gs/0r5CBiWxOXbIVDQj9ZwfhDzCn5aQlwsOYl/wX77ybirtZPP6rK5r5d jB/tcFoCeL62PJb8nIbfsdwPPc6oa/S4ZrE0muArOr9AmUzX/+LCudzpe fqEKQjulM5T8ACQPEGbN57ZLK3/vpqKa9K54HEgOI731kjl7TBv/gm9IY 5JvMGxf0mVy6fY/ZvKejULORDi83kz9jVRramOioHCqM/srnTgEesi/vb A==; X-CSE-ConnectionGUID: eVVvnYGaSYKnhc9GZ+u/MA== X-CSE-MsgGUID: LL6z2hDERHCDCrnGSci7yg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="205286167" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="205286167" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:41 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 0DF1EC68FB for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id AC46AD5068 for ; Tue, 10 Jun 2025 12:33:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 33B871A0071; Tue, 10 Jun 2025 11:33:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 12/64] iotop: upgrade 1.29 -> 1.30 Date: Tue, 10 Jun 2025 11:32:38 +0800 Message-ID: <20250610033330.924-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117804 From: Wang Mingyu Changelog: ============ - kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels - show zero current values for exited processes - flush stdout after each batch run Signed-off-by: Wang Mingyu --- meta-oe/recipes-extended/iotop/{iotop_1.29.bb => iotop_1.30.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/iotop/{iotop_1.29.bb => iotop_1.30.bb} (93%) diff --git a/meta-oe/recipes-extended/iotop/iotop_1.29.bb b/meta-oe/recipes-extended/iotop/iotop_1.30.bb similarity index 93% rename from meta-oe/recipes-extended/iotop/iotop_1.29.bb rename to meta-oe/recipes-extended/iotop/iotop_1.30.bb index fc1251a899..7d04a3b17b 100644 --- a/meta-oe/recipes-extended/iotop/iotop_1.29.bb +++ b/meta-oe/recipes-extended/iotop/iotop_1.30.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9" DEPENDS = "ncurses" SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "dd0f4ad5ec03b9fd642f54144f6465cf6d2c1d12" +SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64620 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 5F318C7114A for ; Tue, 10 Jun 2025 03:33: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.web11.77950.1749526423368694869 for ; Mon, 09 Jun 2025 20:33:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cpYQEkrY; 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=1749526424; x=1781062424; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kOXYa8O1bB93tB9dxsC3/hIomH0kPDCpA0bTgrfQgAk=; b=cpYQEkrYSBU/DQzYm8dlUlb0dAzPvYimGG4iko3qowD4k988+pDPSoE1 yHmF+zl+W+21ddHTALYjTcFc7DIYqIt54WUoi5BVzaP8OpPXLVifyQ42O p/s4XG7EsVgp7EXOklPQAcC3Oaj9B4WDn0VFcV87gAF+KBp9304EFPhFa bwr3iHrtW7PVaW1keyxNIsXSR17S84C1O+gnK1ZZGQiIcaMYTRBLom1ZK meN0bV+ge/ANX4kE9eYS2dvormzIHSDH1aaWktC1QqKDaiwYA3wgCZ7cr uotoQn1Q6hSazLGIZuhZ7HvwQrabkU40+85oWWIgW14/62a2n9Bjhg845 Q==; X-CSE-ConnectionGUID: UtCTz08YRk2UwIvf1/ssfw== X-CSE-MsgGUID: WnhHsx7rQiy0gQYb4I5IMw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453584" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453584" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:41 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 5E380D8E1B for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 0B770BF3C1 for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 925471A009A; Tue, 10 Jun 2025 11:33:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 13/64] libass: upgrade 0.17.3 -> 0.17.4 Date: Tue, 10 Jun 2025 11:32:39 +0800 Message-ID: <20250610033330.924-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117805 From: Wang Mingyu Changelog: ========== - add new API to prune old events from memory - ass_prune_events for manual pruning - ass_configure_prune to set up automatic pruning - add ASS_OVERRIDE_BIT_BLUR flag - fontconfig: fix minor memory leaks in pathological font setups - coretext: fix build on older compilers or Mac OS X 10.5 - checkasm: fix build for older compilers - aarch64: fix assembly build on strict compilers due to oversized align - meson: improve ASM configuration on x86 Android - meson: align MSVC warnings and optimisations closer to gcc-like compilers - meson can now build all dev utility executables Signed-off-by: Wang Mingyu --- .../libass/{libass_0.17.3.bb => libass_0.17.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/libass/{libass_0.17.3.bb => libass_0.17.4.bb} (94%) diff --git a/meta-oe/recipes-multimedia/libass/libass_0.17.3.bb b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb similarity index 94% rename from meta-oe/recipes-multimedia/libass/libass_0.17.3.bb rename to meta-oe/recipes-multimedia/libass/libass_0.17.4.bb index 3dd678f055..297b7c01e8 100644 --- a/meta-oe/recipes-multimedia/libass/libass_0.17.3.bb +++ b/meta-oe/recipes-multimedia/libass/libass_0.17.4.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a42532a0684420bdb15556c3cdd49a75" DEPENDS = "fontconfig freetype fribidi harfbuzz" SRC_URI = "git://github.com/libass/libass.git;protocol=https;branch=master" -SRCREV = "e46aedea0a0d17da4c4ef49d84b94a7994664ab5" +SRCREV = "bbb3c7f1570a4a021e52683f3fbdf74fe492ae84" S = "${WORKDIR}/git" inherit autotools pkgconfig From patchwork Tue Jun 10 03:32:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64612 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 0A7BEC71134 for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77951.1749526426054611411 for ; Mon, 09 Jun 2025 20:33:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Yfho+Qqh; 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=1749526427; x=1781062427; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oeIdYov3Z9yYf29aGkrAqbTixFSGKwAbozJ37inZlMY=; b=Yfho+QqhZrZEzDu2rTYS3MzeAOg5eqo06X/zyHyUdgxQuGxauKNZ7o6o qiaZXJGlA+TyVhrnQKuO47xKVpsfxohLSiW2pHcjrXJIgmjOFu8BRoIZL 5Wd8+XrSr+RkD1upgnUuHTUuZZVcwvZAYpHlFZUvPsA5t2Bow4OxWh9g0 I28Pj1/rJlYVTduMTWFinStanEHo80UUE0k5lPRrWNLZ33eYC7g6QrCgL JexKmrc9tFng+O8Xkd/fYTnfpCpR7KDZp+v+r1EKukM0uNtw5ZyB7+2uG GOPSyppNoe7d0qOqPQJH3JwMh9Snu4X6IcNYRJ7bejOXuUifzA39iaYU3 A==; X-CSE-ConnectionGUID: QJuquajGRPSL70PkQ8R4xg== X-CSE-MsgGUID: +kMtba0kQ1ish3GupnJ6HQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202261474" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202261474" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:42 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id C91ABD6FBC for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 6A692D5068 for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E720C1A0071; Tue, 10 Jun 2025 11:33:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 14/64] libimobiledevice-glue: upgrade 1.3.1 -> 1.3.2 Date: Tue, 10 Jun 2025 11:32:40 +0800 Message-ID: <20250610033330.924-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117815 From: Wang Mingyu Changelog: ============= - socket: [macOS] Fix build on older macOS - socket: [Windows] Prevent crash by properly initializing memory buffers - Switch to better initializer strategy - Fix compilation on MSVC - Add extern "C" guards to public headers - socket: Improve error message output/verbose logging - socket: [Windows] Make sure errno is set in error conditions - socket: Allow setting debug level via environment variable - socket: [Windows] Use WSAAddressToStringA (ANSI version) - socket: [Windows] Use inet_ntop instead of WSAAddressToStringA for >= Vista Signed-off-by: Wang Mingyu --- ...obiledevice-glue_1.3.1.bb => libimobiledevice-glue_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libimobiledevice-glue/{libimobiledevice-glue_1.3.1.bb => libimobiledevice-glue_1.3.2.bb} (89%) diff --git a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.1.bb b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb similarity index 89% rename from meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.1.bb rename to meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb index 2f58738c30..977f34b574 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.1.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.2.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" DEPENDS = "libplist" -SRCREV = "a4ec1cf9cc7084cbe5571e31640ef773701e5f51" +SRCREV = "aef2bf0f5bfe961ad83d224166462d87b1df2b00" SRC_URI = "git://github.com/libimobiledevice/libimobiledevice-glue;protocol=https;branch=master" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64605 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 C42E6C71132 for ; Tue, 10 Jun 2025 03:33:50 +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.web11.77951.1749526426054611411 for ; Mon, 09 Jun 2025 20:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Dhww75l2; 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=1749526429; x=1781062429; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=gnOLkRQjhacJCZXhmbUDqHjSeYV//UWQfs2PMmDen6E=; b=Dhww75l2oYqtjDeV589GfPdu3C7qAx47VUlVh8BLhiQjyUVTzTNlH+q0 g8UPizEjvAB0KNeN2+nOm2RdhmxN7xdv+7s1QSIcqfU/jU9c0fg50uz1Y i+lgRvL6l3akPUy6qpAKYUi+XJf9uSj4cAz81QvTy8+DuCpIQN2ese2oJ klxV1m4ZJ0E8/ApoVBPLDBax2u8oF7KTEbNv/LgTNiXGbPAkEuF0nZshM uDcey34GVksyUg9UyRdz2IsGZquSF7yfhofMgkIKLAWgIEt3nXgGGrDNm iTdF4/aKNwQCn6zGTDcWfEGZIs3f/3M8ZWj4cBwQqdC9ApFaHSA06no3E g==; X-CSE-ConnectionGUID: 51VHyxh8RhaY7hphe/mZqw== X-CSE-MsgGUID: asiqQYYMRVOW0urzrI1sEg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202261476" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202261476" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:43 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 302A93B71D for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id C5ECBD7624 for ; Tue, 10 Jun 2025 12:33:39 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4B88F1A009A; Tue, 10 Jun 2025 11:33:39 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 15/64] libio-socket-ssl-perl: upgrade 2.089 -> 2.090 Date: Tue, 10 Jun 2025 11:32:41 +0800 Message-ID: <20250610033330.924-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117820 From: Wang Mingyu Changelog: =========== - fix OCSP live test after Let's Encrypt has disabled OCSP support - public_suffix now preserves trailing dot Signed-off-by: Wang Mingyu --- ...-socket-ssl-perl_2.089.bb => libio-socket-ssl-perl_2.090.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.089.bb => libio-socket-ssl-perl_2.090.bb} (94%) diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb similarity index 94% rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb index 689c46b900..ce3097cb63 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb @@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\ " SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" -SRC_URI[sha256sum] = "f683112c1642967e9149f51ad553eccd017833b2f22eb23a9055609d2e3a14d1" +SRC_URI[sha256sum] = "fdda17888df9f88251b62856f17fcac8f144858c72d7e01d1c4b437d23383d97" S = "${WORKDIR}/IO-Socket-SSL-${PV}" From patchwork Tue Jun 10 03:32:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64621 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 5AAD7C71148 for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77947.1749526420542438253 for ; Mon, 09 Jun 2025 20:33:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EValVYSF; 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=1749526425; x=1781062425; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ITM/u1j/hqRwVTAB2UKhL9zr6XUIvkcFOBsUJHIEd4E=; b=EValVYSF/WpkAO3II45B7y3LM3UiT428kgive3RszkShRdm4DNd9e9/Q frLHaM7XuNQd0iPo275l8uxvxfIXGDiP/MrZkioNYfyv75MTpCT5Ug2Lc eEkOrn/1oaalPl/D/3FExTIVcoS8YrFyeDIo/0ZiTJ/1+a7CG/GetsM+w 9J7Kg+Rxv/kbE8z/vJDbpb6WZZ7y75t47Dfr3zx28c5pNSiIb37k9iP6h 16fPsBt4ejpy+DkdphaDQlrPJyBBEuyWXU12YopeC8za8pt2kyMUqOfIX Llgi360tHNibuhYDwKxUuHfbPN4uwmKFLz+WX45JZOuF1Fu38QwkCQ07G A==; X-CSE-ConnectionGUID: PDlAZyOJRWqTK5M831z93w== X-CSE-MsgGUID: 5ae/cJzWSsCUxEhIVjspDA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202196170" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202196170" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:44 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 86463D5051 for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2D664D5068 for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AA6B41A009B; Tue, 10 Jun 2025 11:33:39 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 16/64] libmbim: upgrade 1.32.0 -> 1.33.1 Date: Tue, 10 Jun 2025 11:32:42 +0800 Message-ID: <20250610033330.924-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117806 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libmbim/{libmbim_1.32.0.bb => libmbim_1.33.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.32.0.bb => libmbim_1.33.1.bb} (90%) diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb similarity index 90% rename from meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb rename to meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb index 5cc4f804ba..a4174e06e3 100644 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.33.1.bb @@ -11,8 +11,8 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev" inherit meson pkgconfig bash-completion gobject-introspection upstream-version-is-even -SRCREV = "2bc1080292aae30000e808ec77d7a99b87eb3553" -SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=mbim-1-32" +SRCREV = "e10df4b6b3edfe6a46d93f7f5f5cab31c29a7091" +SRC_URI = "git://gitlab.freedesktop.org/mobile-broadband/libmbim.git;protocol=https;branch=main" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64614 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 31FDAC71143 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78431.1749526425058059186 for ; Mon, 09 Jun 2025 20:33:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kTueX9R8; 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=1749526425; x=1781062425; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=r3x9pWQCOJp+9eVGa21FNde2eyxcdB6Fc5+C8R3NpA4=; b=kTueX9R8p11PvrJRPNO2QEi+CPpy2PsxWw9Zi72FF2OmeUP58Phktt7u cISq6QSmuKkRycFC0lKfurBWtwPcENahBWiApm5kc1Ju+tI5SUvs2GhKP 7hdw/gJRz/8y0Q8oJ3KMb92ukjrAIXeZkm5YNmWgwN2gtLkBAupXD8Qiw OEegFwOU2u1lkoNyD2ArxLLTVDqaQl1CFzFqP7qihPSPX99D93rtmwuGx ONZ0r9jX8/0V1Ofmod8OLqrnIUCwYeSyjQFy4Za3+W6HzO39xG/CJV/Bo yxFQCdOi7Em0mk0uNumTvuO28qCwgvs+8d0mzuuz0va8TfyPm/rc4ANMW A==; X-CSE-ConnectionGUID: xHR4I8eyR6ynG+jpjZiPOg== X-CSE-MsgGUID: rx9+2G3sRVytDe3qTypfxQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189594993" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189594993" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:43 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id DA98CE0ABD for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 82AB5BF3C1 for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 105CC1A0071; Tue, 10 Jun 2025 11:33:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-perl] [PATCH 17/64] libmozilla-ca-perl: upgrade 20250202 -> 20250602 Date: Tue, 10 Jun 2025 11:32:43 +0800 Message-ID: <20250610033330.924-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117807 From: Wang Mingyu Changelog: ============ - Update from Mozilla repository to 2025-06-02 - Added certificates: - D-TRUST BR Root CA 2 2023 - D-TRUST EV Root CA 2 2023 - Removed certificates: - Baltimore CyberTrust Root - Comodo AAA Services root - Entrust.net Premium 2048 Secure Server CA - GlobalSign Root CA - Go Daddy Class 2 CA - Starfield Class 2 CA - SwissSign Silver CA - G2 - XRamp Global CA Root Signed-off-by: Wang Mingyu --- ...zilla-ca-perl_20250202.bb => libmozilla-ca-perl_20250602.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libmozilla/{libmozilla-ca-perl_20250202.bb => libmozilla-ca-perl_20250602.bb} (88%) diff --git a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb similarity index 88% rename from meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb rename to meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb index 0c12b46519..b5f980e646 100644 --- a/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb +++ b/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250602.bb @@ -10,7 +10,7 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://README;beginline=32;endline=39;md5=51e666dce556490a1132e937ad3f8729" SRC_URI = "${CPAN_MIRROR}/authors/id/L/LW/LWP/Mozilla-CA-${PV}.tar.gz" -SRC_URI[sha256sum] = "32d43ce8cb3b201813898f0c4c593a08df350c1e47484e043fc8adebbda60dbf" +SRC_URI[sha256sum] = "adeac0752440b2da094e8036bab6c857e22172457658868f5ac364f0c7b35481" S = "${WORKDIR}/Mozilla-CA-${PV}" From patchwork Tue Jun 10 03:32:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64618 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 32014C71144 for ; Tue, 10 Jun 2025 03:33:51 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.78433.1749526426091719447 for ; Mon, 09 Jun 2025 20:33:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZaEIjfr8; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, 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=1749526426; x=1781062426; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LA9WiBqBIsSugrSzKXk/h4eX+TiA6W3zITYt2Kbp1iU=; b=ZaEIjfr8wpFZKMZ00fz9wJYMg/kOgEzj1afz6tJmyGoCF9NZ7NnfH4x8 wtPCsVwJ+cpQrvE7eCUQ9dAAGs3l421BnkBQtzz+hfqJsynk8gGLzxvx5 qL19y5a1LbF4Q3snlM6Khew3ya50io6h2p/28FxnOhYTpCpjSVk4T0KAI dL2LpNL8Dc+1Ie1qRDcxFn9SsM9krAcP3I2KKAnbMBv/4sn29DVBF94wF BeCqF+1s1Fc8EN+nVHVFnKtB3OaZ8XPr1kz/BA3auetXLwo1GgFQwhqzw ElRmRwAjo3T5NHUP6nBoFmFMAHzSb/1RsgQNZk38qHM6NGAsKDNgq1Egu g==; X-CSE-ConnectionGUID: uKSbd6BmT5qZuwWEftW+1Q== X-CSE-MsgGUID: stOVjGFxSruGNaleMbb3GQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181714972" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181714972" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:43 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4406F14753 for ; Tue, 10 Jun 2025 12:33:41 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id E197BD5068 for ; Tue, 10 Jun 2025 12:33:40 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6784A1A009A; Tue, 10 Jun 2025 11:33:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 18/64] libsdl3: upgrade 3.2.14 -> 3.2.16 Date: Tue, 10 Jun 2025 11:32:44 +0800 Message-ID: <20250610033330.924-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117810 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl3/{libsdl3_3.2.14.bb => libsdl3_3.2.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/libsdl3/{libsdl3_3.2.14.bb => libsdl3_3.2.16.bb} (97%) diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.14.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb similarity index 97% rename from meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.14.bb rename to meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb index 9073a3c276..7a2a37f69a 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.14.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.16.bb @@ -19,7 +19,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz" S = "${WORKDIR}/SDL3-${PV}" -SRC_URI[sha256sum] = "b7e7dc05011b88c69170fe18935487b2559276955e49113f8c1b6b72c9b79c1f" +SRC_URI[sha256sum] = "6340e58879b2d15830c8460d2f589a385c444d1faa2a4828a9626c7322562be8" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even From patchwork Tue Jun 10 03:32:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64619 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 3E4E0C71140 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78432.1749526425679932358 for ; Mon, 09 Jun 2025 20:33:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dWEjJIm7; 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=1749526425; x=1781062425; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AcsPIuPQb4IMRIkZLsNIUptZOryuudPANhbrr5eSSww=; b=dWEjJIm7dMC35Nj1HHFMS0Acwyqj/ceivPe2iclXN0OX2vm0ptXThAiB biCwmNibjsR8kTxmsDnsUGQ79ae5p8CuKvH9lNRCZIbdWXheqAUj0Rh9f O7jy3xum6AoZMd9+PtDJwxzDLUCs1uFf5PGFJZlaTcwWD9tPvuDlNge+K b5uYXx1UT25dZn7TYr/UiaZ0lAdIfwiX53ISd3of0M0S//xWI3ByruITv 2xYrkP86QHWRQnl+5xHPzhDlPv5nvsUHPtx7o5Zy1jjO7uuEs523TwMhw VAu+mH9AhaKHoj3RGHmRCS+UvKBjigzEIp0Ru/cxZbWdZq5CeHeZ/Gsw/ w==; X-CSE-ConnectionGUID: JkjU5VTzS0OFz6y/hqKk9g== X-CSE-MsgGUID: ZTDlzwmpQFu1AydKZzQUcQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662459" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662459" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:43 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 9519FD4C24 for ; Tue, 10 Jun 2025 12:33:41 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 3FBACD7624 for ; Tue, 10 Jun 2025 12:33:41 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C5AB51A0071; Tue, 10 Jun 2025 11:33:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 19/64] libusbmuxd: upgrade 2.1.0 -> 2.1.1 Date: Tue, 10 Jun 2025 11:32:45 +0800 Message-ID: <20250610033330.924-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117809 From: Wang Mingyu Changelog: ========== - tools: Fix potential issue with select() in case the network fd is higher than the usbmux fd - Switch to better initializer strategy - Fix compilation on MSVC - iproxy: Make sure to print correct socket error messages - inetcat: Make sure to report correct error messages Signed-off-by: Wang Mingyu --- .../{libusbmuxd_2.1.0.bb => libusbmuxd_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libimobiledevice/{libusbmuxd_2.1.0.bb => libusbmuxd_2.1.1.bb} (90%) diff --git a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb similarity index 90% rename from meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb rename to meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb index 747274de1b..5a7548a7e6 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.1.bb @@ -8,7 +8,7 @@ inherit autotools pkgconfig gitpkgv PKGV = "${GITPKGVTAG}" -SRCREV = "36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a" +SRCREV = "adf9c22b9010490e4b55eaeb14731991db1c172c" SRC_URI = "git://github.com/libimobiledevice/libusbmuxd;protocol=https;branch=master" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64622 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 44C35C71147 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78430.1749526423382039445 for ; Mon, 09 Jun 2025 20:33:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ITCU1+bo; 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=1749526425; x=1781062425; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UUhA2Ep/TwJB7UQMCPkg9qPWj5dEB40DuoajQJNeENQ=; b=ITCU1+bo92CBpi0xitneatCz1EfF7v4G/hkuU7oFvQwtIQHJUDyeZulf C/hzXTGiC2cFLxpHME1X9Wnor+cHttByuDnUsLjkRzJvk9fSeQ6pLloKe BSLRhGwZE8xXahCj1+YxdSaKBD8DXs9ZkI1Gxp7PETZ/uowHKLF4mYBxE y5VG1wT995EuboaBUJEWMXXWZCooqJuRStj/OgQxPZKgtt1peMVobRW7C 5rTMTSLy/gYLe0YuGZRCZHilByVjGek5Uh0sYsdV0fsi+jJWiVPrpwTZq VvY0sFc3siK+8PYALtDLfWVf6GQ1X0N/aZyFpWEvrkTgYhwd2lCnV0h/t w==; X-CSE-ConnectionGUID: JjV1gNdjRZm1HX+9tF5PEQ== X-CSE-MsgGUID: yABfl1BwRVO05xOcbGYLKw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="205286176" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="205286176" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:44 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 04051DE53F for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A4517D5068 for ; Tue, 10 Jun 2025 12:33:41 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2666E1A009B; Tue, 10 Jun 2025 11:33:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 20/64] libvpx: upgrade 1.15.1 -> 1.15.2 Date: Tue, 10 Jun 2025 11:32:46 +0800 Message-ID: <20250610033330.924-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117808 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../webm/{libvpx_1.15.1.bb => libvpx_1.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-multimedia/webm/{libvpx_1.15.1.bb => libvpx_1.15.2.bb} (96%) diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.15.1.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb similarity index 96% rename from meta-oe/recipes-multimedia/webm/libvpx_1.15.1.bb rename to meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb index 54433a2b98..f709541c20 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.15.1.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.15.2.bb @@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" -SRCREV = "39e8b9dcd4696d9ac3ebd4722e012488382f1adb" +SRCREV = "d168454ecd099805c675d4a98c66f4891373302a" SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main;tag=v${PV} \ file://libvpx-configure-support-blank-prefix.patch \ " From patchwork Tue Jun 10 03:32:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64616 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 135DEC7113C for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78435.1749526427263811306 for ; Mon, 09 Jun 2025 20:33:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YqDoUurU; 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=1749526428; x=1781062428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=LvxqsYV1g0aJdkWNM8tXCI80d++Sv2yjB3uXmlxBDrI=; b=YqDoUurULBKD3dN70AGSUar1HmvxTUMZI8IqEO9iVVJLh0HrZvHyjK7Z l02wkDSvIspOod5keF30PS+9jjoQW0+YLv+jsFiep88U/97fv3m5P6nEr IAPjyv6Y3ZqSLpO2yIgUlp96tbLiA9IjWe4pVheQIi6Q3QhD+SDlSnswl bcqkvoCrkXcaNlj34vsq8etjJveaE30m7c6kXa2sbRURi5zYSeHdhKqkO YvYDrkcYFqhrTVAIB7kEYfRFlJGpOS7EEdgqDmo3pbJwhqk2r+yxv+491 NzlwIRaXPFg94LR9hKfJdWPh+Si5si5UfTpkYhSX1yOHMg73HyTa/8m+5 w==; X-CSE-ConnectionGUID: 69OsQJsRSxGcFY9Gptzojw== X-CSE-MsgGUID: 8UCMINprRwmZlBR2KC+lag== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202190294" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202190294" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:45 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 5B852E0ABD for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 08492BF3C1 for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8746D1A0071; Tue, 10 Jun 2025 11:33:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 21/64] libzip: upgrade 1.11.3 -> 1.11.4 Date: Tue, 10 Jun 2025 11:32:47 +0800 Message-ID: <20250610033330.924-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117814 From: Wang Mingyu Changelog: =========== * Use separate cmake package files for library and programs. * Improve documentation. Signed-off-by: Wang Mingyu --- .../libzip/{libzip_1.11.3.bb => libzip_1.11.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libzip/{libzip_1.11.3.bb => libzip_1.11.4.bb} (91%) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb b/meta-oe/recipes-extended/libzip/libzip_1.11.4.bb similarity index 91% rename from meta-oe/recipes-extended/libzip/libzip_1.11.3.bb rename to meta-oe/recipes-extended/libzip/libzip_1.11.4.bb index 2d26ea59b5..039973fdbf 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.11.4.bb @@ -21,6 +21,6 @@ inherit cmake SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" -SRC_URI[sha256sum] = "9509d878ba788271c8b5abca9cfde1720f075335686237b7e9a9e7210fe67c1b" +SRC_URI[sha256sum] = "8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b" BBCLASSEXTEND += "native" From patchwork Tue Jun 10 03:32:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64615 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 25AD4C71141 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78432.1749526425679932358 for ; Mon, 09 Jun 2025 20:33:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NCrokclj; 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=1749526426; x=1781062426; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YbqGR5WRaicmN+N7WmCTW9yqKafAdGYs6YkmWSICXes=; b=NCrokcljYGP5PDr9Eq94lGx1g3prh3HFkRaAfUOnySgQB9zV0/dTQEOH XyljYYnN2Cs7GwjUTiL8BqrWd32PlE0zuzLOqYJ38NR7zCI5JqhylDRXf 06VYS5koZkwcTsdfZRsh/wutor2GgeuBXnCrXJd+PFpGPGhLSLUemH0TG XOVYj0nlOpTMrbK2VljXwlpE6ZpjA7WJsxCcZ3IBDe9i/ttHrxBo8J2DJ MrkruE6AUqkfvysMSb5Zygt2UQWHZhhfXCpWbGCSE6p530EyLh9+i2ugf TD+NeXs/PBWwue4VginM72V2VkXldxm1QZ3I/ZF73+LJqN74mfw3aMC18 g==; X-CSE-ConnectionGUID: lpKQ7VkrQTega2kiWCvllA== X-CSE-MsgGUID: dB7RyJpnS4exepPiXplxSQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662464" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662464" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:44 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id B3D2ED6FBC for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 60ED7D5068 for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E2CC11A009A; Tue, 10 Jun 2025 11:33:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 22/64] nautilus: upgrade 48.1 -> 48.2 Date: Tue, 10 Jun 2025 11:32:48 +0800 Message-ID: <20250610033330.924-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117811 From: Wang Mingyu Changelog: =========== - Load directory before thumbnail attributes are ready - Fix trash banner visibiltiy - Fix sporadic crash when loading new view - Improve container-related media property handling Signed-off-by: Wang Mingyu --- .../nautilus/{nautilus_48.1.bb => nautilus_48.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/nautilus/{nautilus_48.1.bb => nautilus_48.2.bb} (93%) diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb similarity index 93% rename from meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb rename to meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb index 46a64c9c76..f867cd14d1 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb @@ -24,7 +24,7 @@ DEPENDS = " \ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache -SRC_URI[archive.sha256sum] = "7995a2a17c29d4b09abf9dd9aca14b8dee7dec3bd74776dd379512f2e6d7347f" +SRC_URI[archive.sha256sum] = "a030f6163f8a68064fae5a9e89e37f19cbb293de2e12a19dd5e210956d0df4b5" REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" From patchwork Tue Jun 10 03:32:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64617 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 1A21EC7113E for ; Tue, 10 Jun 2025 03:33: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.web11.77952.1749526427157953106 for ; Mon, 09 Jun 2025 20:33:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hFjybq2e; 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=1749526427; x=1781062427; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=d822Pv9EB8VVnhpnS6djLsnO/wchUw9eJcGZNEb2HUQ=; b=hFjybq2ertDrn/VRQlPdi88tyyJ7PD/1c7Ueu7EBbS7Ekl2Mt03EXPXX Yyh9cSq/+mMZaTo8RNcxZp1S312bCG5b2a7XMonV/8saBOchJmggoYrh7 r7fjn+nv6khDe/EZEwADDxTK+mrF2JslhVlqeu/+QEbXHZ6PLq7u5gl2z 9/iwLkY7efg+74nHyeAGEOylRrrsEqdT3+l6tO+aTS6kCKm/OpPXJKc06 JGzNcFJw6zg2WKEQIEPcfd3FuqF9oLBmm61O166UUJyYOIBkpSJNCthAp g/SEcZfATDdLo2vWVUbtIIzKsJnSQov/dWGESyz4sO8SkRPqIVUQre69q g==; X-CSE-ConnectionGUID: +TzOysl/TUyfEaFKf8qu3g== X-CSE-MsgGUID: ecADJkjRQrmikiFnNU7nLg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453594" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453594" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:45 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 1B1A5D4C24 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id BC23CD765C for ; Tue, 10 Jun 2025 12:33:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 46CA31A0071; Tue, 10 Jun 2025 11:33:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 23/64] nbdkit: upgrade 1.43.9 -> 1.43.11 Date: Tue, 10 Jun 2025 11:32:49 +0800 Message-ID: <20250610033330.924-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117813 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nbdkit/{nbdkit_1.43.9.bb => nbdkit_1.43.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/nbdkit/{nbdkit_1.43.9.bb => nbdkit_1.43.11.bb} (95%) diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb similarity index 95% rename from meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb rename to meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb index e71bfdac35..2a122ec282 100644 --- a/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb +++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.43.11.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=26250adec854bc317493f6fb98efe049" SRC_URI = "git://gitlab.com/nbdkit/nbdkit.git;protocol=https;branch=master;tag=v${PV} \ file://0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch \ " -SRCREV = "f443cbd3cff1d66db038e2afb9301d51224c7f09" +SRCREV = "2d0f232b590f4001881dd0819f55af72b88c4b2f" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64613 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 25A95C7113D for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78434.1749526426994854912 for ; Mon, 09 Jun 2025 20:33:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tGvTlXOQ; 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=1749526427; x=1781062427; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CYGqEh1TXf2e66mS9xn7uQWdOncwFB+5asisntxRWLs=; b=tGvTlXOQeFL6r9U4HF8DBcsm/JcdhqlTJSqIyPzidrKoO5f0FuhOHJkp MlHfs/ipwscWv/SNea0Zo2mYhJVW9KLOM6ag3oZyCsKJmUBktYuNtt0SC P3USPT/7B8nTuRhaqwZ0uIeDH7T8NwC4AY/OwewSt5OIaFBSM7z14B3+4 KJkpAiFeDC2gNMBNlgtR/V3YoaxZ4u8jdVo9SzIBGlle62riDZYq+oG+i E/jmlMypij2VlGq+fvPvpkKGwspNbLhmwP9kuZkBPW0ANuOo/EDxGD3yH LEpcbDvM+UpNALTAewXvNp3eW9JcFmUYpVDhTNM6umXwXml5tp1VdBKe9 A==; X-CSE-ConnectionGUID: V+y2SGpiSH25WR+QCQRH3Q== X-CSE-MsgGUID: m8Ci6D2NR/Wxaomd51mkjg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662467" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662467" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:45 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 7BEDDD5051 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2764DD5068 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A04E61A009A; Tue, 10 Jun 2025 11:33:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 24/64] nss: upgrade 3.111 -> 3.112 Date: Tue, 10 Jun 2025 11:32:50 +0800 Message-ID: <20250610033330.924-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117812 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-support/nss/{nss_3.111.bb => nss_3.112.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/nss/{nss_3.111.bb => nss_3.112.bb} (99%) diff --git a/meta-oe/recipes-support/nss/nss_3.111.bb b/meta-oe/recipes-support/nss/nss_3.112.bb similarity index 99% rename from meta-oe/recipes-support/nss/nss_3.111.bb rename to meta-oe/recipes-support/nss/nss_3.112.bb index b101ae989b..cf0b20d48b 100644 --- a/meta-oe/recipes-support/nss/nss_3.111.bb +++ b/meta-oe/recipes-support/nss/nss_3.112.bb @@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/$ file://0006-Fix-nss-multilib-build-on-openSUSE-11.x-32bit.patch \ file://0007-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \ " -SRC_URI[sha256sum] = "5a4d5a44e91ef03cdc0c4897cf616e3c92f4e590ea835d3e0ccad8b005bd73c6" +SRC_URI[sha256sum] = "33ae72d43b275957252adc8639e84229d3ae692a57b6191b059d9456b8568a68" UPSTREAM_CHECK_URI = "https://ftp.mozilla.org/pub/security/nss/releases/" UPSTREAM_CHECK_REGEX = "NSS_(?P\d+(\_\d+)+)" From patchwork Tue Jun 10 03:32:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64611 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 F0D74C71136 for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:33:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XEciRE3+; 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=1749526428; x=1781062428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=K1TDU06TL/5AtNXT3VNxmp2Dtfh+5PnAluynSU7f/Sc=; b=XEciRE3+BGU/488N2l9DKEWa3pxB+JkZCSy3YD8KYj9BsjBPP4DI7YYJ UjC/m7S/EBLktgMZjD6hi5QZLxzci8IxnGK7AeMYhPkupYh2r1ZX3kvVm kU61a9pf7+x1VzjXTJM5Ahyywx56MXZKXmv4m+N/gLD1JvQ23ZLGLukQ7 yb2UY1UvDZ1y3betULnFngGnmVoDUckWVrFsqt5RJSzqSIvB6bxQuJ9xl fV3wAsek7vX/3KLGLQgU5BtVtMvETeCGtg9+fcPBz4hQIld1ZB7VvseOi scHpMgcf/Euptl5L+eUtviUXmxVjyQy6VFdAtZTCLhjlKoa0wVGs5ndyH g==; X-CSE-ConnectionGUID: 6whk+WvnTi2gBENV26QT7Q== X-CSE-MsgGUID: UR9p6H5ZSR+vhzZGLVHykQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680459" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680459" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:45 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id CE9EAD8E65 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 7BBC4BF3C1 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0B1681A0071; Tue, 10 Jun 2025 11:33:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 25/64] openldap: upgrade 2.6.9 -> 2.6.10 Date: Tue, 10 Jun 2025 11:32:51 +0800 Message-ID: <20250610033330.924-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117816 From: Wang Mingyu Changelog: ============= - Added slapd microsecond timestamp format for local logging - Fixed libldap ldap_result behavior with LDAP_MSG_RECEIVED - Fixed lloadd handling of starttls critical - Fixed slapd syncrepl when used with slapo-rwm - Fixed slapd regression with certain searches - Fixed slapo-autoca olcAutoCAserverClass object - Fixed slapo-pcache caching behaviors Signed-off-by: Wang Mingyu --- .../openldap/{openldap_2.6.9.bb => openldap_2.6.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/openldap/{openldap_2.6.9.bb => openldap_2.6.10.bb} (99%) diff --git a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb b/meta-oe/recipes-support/openldap/openldap_2.6.10.bb similarity index 99% rename from meta-oe/recipes-support/openldap/openldap_2.6.9.bb rename to meta-oe/recipes-support/openldap/openldap_2.6.10.bb index 704e879891..9ef4a83584 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.6.9.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.6.10.bb @@ -21,7 +21,7 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$ file://0001-build-top.mk-unset-STRIP_OPTS.patch \ " -SRC_URI[sha256sum] = "2cb7dc73e9c8340dff0d99357fbaa578abf30cc6619f0521972c555681e6b2ff" +SRC_URI[sha256sum] = "c065f04aad42737aebd60b2fe4939704ac844266bc0aeaa1609f0cad987be516" DEPENDS = "util-linux groff-native" From patchwork Tue Jun 10 03:32:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64606 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 D11A9C71130 for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XMg7m0Nz; 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=1749526428; x=1781062428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iCFCf4TFvhOroYD1O0CDqPU8D3YVrtvyXofnQxZLn5Q=; b=XMg7m0Nz9J2tWE8gHcIuPYGN+aQOGkB9Zvr1OYPKd0ePdrSJu3Z8wqp5 dtzrpj8IS2vKcMrp7dszbIGFGoF4gNzD0BTQDlIOC/n99AjDuG0EGcSDX O9QrLGYj+1XVg4gu1pPUvJq6RHOHJlTSBQ5PVt0skKqMK/eO+ylBN5oJ4 +toE3VvEVVk76idLWMfjK/7vvx8LlUue7fHIr36pY82UHPpj3yHFPJz3/ LzOe7fe/+WTTFITcN7OINXoLohgIcRH2obmaKBVzOnCcFBtgAEw+MFRbn SIooxE5Kwiji69FTmBBiKbliwVDcl+aVpMZftbJUfNj5OyrS7B8cRMqhY Q==; X-CSE-ConnectionGUID: 2A6KubtjReKZWn3KptuTxg== X-CSE-MsgGUID: YBbPhjQyQ+ef+sFp8VQyFw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680462" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680462" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:46 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4389AC68FD for ; Tue, 10 Jun 2025 12:33:44 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id DFCE2D5068 for ; Tue, 10 Jun 2025 12:33:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 65CEC1A009A; Tue, 10 Jun 2025 11:33:43 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 26/64] osinfo-db: upgrade 20250124 -> 20250606 Date: Tue, 10 Jun 2025 11:32:52 +0800 Message-ID: <20250610033330.924-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117819 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libosinfo/{osinfo-db_20250124.bb => osinfo-db_20250606.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libosinfo/{osinfo-db_20250124.bb => osinfo-db_20250606.bb} (90%) diff --git a/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb similarity index 90% rename from meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb rename to meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb index 59d80816d2..5c5894da01 100644 --- a/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb +++ b/meta-oe/recipes-support/libosinfo/osinfo-db_20250606.bb @@ -8,7 +8,7 @@ DEPENDS = "osinfo-db-tools-native" SRC_URI = "git://gitlab.com/libosinfo/osinfo-db.git;branch=main;protocol=https" -SRCREV = "5be10e2c781b62bbaa55bd8f9ae990697fc325b4" +SRCREV = "62f8adceb8ee88e643a134f2cfaf04fc11b9fc51" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:32:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64609 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 E1A20C71135 for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78437.1749526428786846206 for ; Mon, 09 Jun 2025 20:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=uA7TqURc; 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=1749526428; x=1781062428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=gVRs4D/rUx0eyqcydDT4JSnPmwX5GGOURHjKMLhaAyE=; b=uA7TqURc4rgLuH5EOvXDVQuAe5ezhIyzYcS94mmMRrtvxyb9comzJXlw QXfmj8X2wXuMpF5gXr1A/NiuHD/6W851GPt5EFo0WAFxNn27uVmLQ0aoU jNOJIQrlSkn49FRKMy3bCveDRWLYVJfLTFNLSNjK1DOXXB977uHtnVibP bjNKaWyxtwAPPOdM+4QhtAjIfCBZlctt0K4nRi2sndq28oQxcKJtKrvXm 4dSG7gCRNQVEOKNX81RSxWJiWtPLzjT1OkdX91H/HXXyrhwrnYxEp0dn8 B3VSdfPtPs2yub3oWwv3GUe0aPLVGaqhoJCsCh3/0tbT62ZRRLnWiZ7/i w==; X-CSE-ConnectionGUID: XzDEePg9Tje5sk8LbAt82A== X-CSE-MsgGUID: wJGj3+BHS7mseRgR/EjMQg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662468" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662468" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:46 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 9E460E0ABD for ; Tue, 10 Jun 2025 12:33:44 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4364FBF3C5 for ; Tue, 10 Jun 2025 12:33:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C09D21A0071; Tue, 10 Jun 2025 11:33:43 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 27/64] parallel: upgrade 20250422 -> 20250522 Date: Tue, 10 Jun 2025 11:32:53 +0800 Message-ID: <20250610033330.924-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117818 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../parallel/{parallel_20250422.bb => parallel_20250522.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/parallel/{parallel_20250422.bb => parallel_20250522.bb} (93%) diff --git a/meta-oe/recipes-extended/parallel/parallel_20250422.bb b/meta-oe/recipes-extended/parallel/parallel_20250522.bb similarity index 93% rename from meta-oe/recipes-extended/parallel/parallel_20250422.bb rename to meta-oe/recipes-extended/parallel/parallel_20250522.bb index 88d1cf040b..79ea168675 100644 --- a/meta-oe/recipes-extended/parallel/parallel_20250422.bb +++ b/meta-oe/recipes-extended/parallel/parallel_20250522.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "10f0a7b7fbed87edcbd63a403fdc0ee1a1f86c241a3605f33162b4b9aff248dd" +SRC_URI[sha256sum] = "b4b28f475f8cff8bb6ed4b03cc5a67041f18fc73fa256923b23181b56afdb2cb" inherit autotools bash-completion From patchwork Tue Jun 10 03:32:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64608 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 E102AC71133 for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78431.1749526425058059186 for ; Mon, 09 Jun 2025 20:33:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=avsFSWxa; 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=1749526428; x=1781062428; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=AKNPE22tw25c7Fz0DNVv6LhvOhTOBVZczOEQLeYYEik=; b=avsFSWxaAHdZ1B8VqWvPX4mBN6Zqn9MDUox2USIOX6MNRYTCzZBdA3hF /5g3KwMifmlit7kJpB22UzbrD4DKjdyMMeweopRTSLWobWRLQflh0fr+A mq5g/Izwescu2lIA/dMvEOw5khsEn5RSE5wjQY13CF4/HGVsTYqYLMrz1 ZC96PZkjwFJJROblmFIXHi8HLHT7AWekXQSLrAqJOMKQ53JK0JO8cnX7n x6Ku/wBTBmtO51Oy/lwr6oHRyaWAOhb7zNwRK6zZGeiD2kiG0JIK/okTE YDp4q4U4ddQB1OgdPuPg7fljJ28ZSwMafgPrkq8nBccO0CyZSS7iq4eLk Q==; X-CSE-ConnectionGUID: fRPV2wTOTr6M2tsshBVFNQ== X-CSE-MsgGUID: /1SI2ImuQ526q4x2Vd7QKA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189595006" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189595006" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:47 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0DCA8D5004 for ; Tue, 10 Jun 2025 12:33:45 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A2A05D5068 for ; Tue, 10 Jun 2025 12:33:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 285E41A009B; Tue, 10 Jun 2025 11:33:44 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/64] python3-alembic: upgrade 1.15.2 -> 1.16.1 Date: Tue, 10 Jun 2025 11:32:54 +0800 Message-ID: <20250610033330.924-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117817 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-alembic_1.15.2.bb => python3-alembic_1.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-alembic_1.15.2.bb => python3-alembic_1.16.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb rename to meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb index 49bf054ecd..415b147175 100644 --- a/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb +++ b/meta-python/recipes-devtools/python/python3-alembic_1.16.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "1c72391bbdeffccfe317eefba686cb9a3c078005478885413b95c3b26c57a8a7" +SRC_URI[sha256sum] = "43d37ba24b3d17bc1eb1024fe0f51cd1dc95aeb5464594a02c6bb9ca9864bfa4" RDEPENDS:${PN} += "\ python3-dateutil \ From patchwork Tue Jun 10 03:32:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64634 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 CE447C7115A for ; Tue, 10 Jun 2025 03:33:51 +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.web11.77954.1749526430938462080 for ; Mon, 09 Jun 2025 20:33:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=j8EEg5jO; 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=1749526431; x=1781062431; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RcRGWU3/kAU6v8hW/OJzsa0n8SEy0q0StWcYnDJRyt4=; b=j8EEg5jOiw17unl6x0U74/gWVuMS21MFCa43YYXNBWAoOHKoxqUeAX5B MuJgCeVTnyLbbQtgYipbG3/MDX+qYbYGG453kyoa6RC/srl5E0F4Iwhp3 d1CTdao7m6oQbjMCql6yF4xagYyK8NTQ0nqMIoHq4NbO+poE4xbLv4vE0 V97yq0fuFOMP3YjUu0kHJfF4DwjEQD0Ph82zIsqNiVAtUCdFgWATv79QH ubfyOn6ZIFMjgv8wWzlSrnl5A3+ytV48SK4RJaZRzvt4vEZG3k9WLLnkl C//kAdBoPZkP2oK+29EdpRXz5AqVEStukgv+c62uOaP1gY3LT0AotDNFm w==; X-CSE-ConnectionGUID: 0/mPbOZvRQ6FvHUaaOvdJw== X-CSE-MsgGUID: Ui1ip+47SOGalT1VqJVClg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190206640" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190206640" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:48 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4EB4DD4C24 for ; Tue, 10 Jun 2025 12:33:45 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id F2659BF3C1 for ; Tue, 10 Jun 2025 12:33:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 880171A0071; Tue, 10 Jun 2025 11:33:44 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/64] python3-bitarray: upgrade 3.4.1 -> 3.4.2 Date: Tue, 10 Jun 2025 11:32:55 +0800 Message-ID: <20250610033330.924-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117826 From: Wang Mingyu Changelog: ============ * extend documentation of [compression of sparse bitarrays](sparse_compression.rst) * 'util.sc_decode()' and 'util.vl_decode()' now raise 'StopIteration' instead of 'ValueError' when unexpected end of stream is encountered * add debug mode tests for 'read_n()', 'write_n()' and 'count_from_word()' Signed-off-by: Wang Mingyu --- .../{python3-bitarray_3.4.1.bb => python3-bitarray_3.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_3.4.1.bb => python3-bitarray_3.4.2.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_3.4.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_3.4.2.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-bitarray_3.4.1.bb rename to meta-python/recipes-devtools/python/python3-bitarray_3.4.2.bb index 36babb5d0b..f78901f140 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_3.4.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=6abe80c028e4ee53045a33ae807c64fd" -SRC_URI[sha256sum] = "e5fa88732bbcfb5437ee554e18f842a8f6c86be73656b0580ee146fd373176c9" +SRC_URI[sha256sum] = "78ed2b911aabede3a31e3329b1de8abdc8104bd5e0545184ddbd9c7f668f4059" inherit python_setuptools_build_meta pypi From patchwork Tue Jun 10 03:32:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64630 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 C0FE2C71157 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78438.1749526430255830819 for ; Mon, 09 Jun 2025 20:33:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=V1L7s0Kh; 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=1749526430; x=1781062430; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RToG07/2b25QnmtCTb27+F2eF2Z4uqpwhrvBFujIhoE=; b=V1L7s0KhPfvdVVmF8FuZGA8Z4YZst1dpVWDeq7sdkjBirc3KUSzdAHpt 83CVJDcWylVfqkt9LjJnjSZ1OGqIPDOvKe2wEZOjcCjgyis+IRse2z92x fWJ9pjV3u8v02IN31ufdjELnrb4DtDi8HRaBloy1RMxR9wTCsXR2DSCdY VP+ZnM0WJYapvp0Uer6iTESccLcs7wDflfMNpEeLBWW810/Ypq881Frtw AjawtPMpExX/jIhLw3ky7ZHM6RqNGHLiBCuXmnPplpVzphTR591ITlgIA K5+wdw5LdX4WTcV0MBM+NivOoqt6Mu5wCXt1dHaf31wbtLelybosun2uH A==; X-CSE-ConnectionGUID: Qt2+CISCTw+7kVa5GFCDyA== X-CSE-MsgGUID: aWCQzrrPQVmOV1b7RnsVXQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189595007" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189595007" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:48 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B11B1D5051 for ; Tue, 10 Jun 2025 12:33:45 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 58665D5068 for ; Tue, 10 Jun 2025 12:33:45 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D94CD1A009A; Tue, 10 Jun 2025 11:33:44 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/64] python3-cachetools: upgrade 5.5.2 -> 6.0.0 Date: Tue, 10 Jun 2025 11:32:56 +0800 Message-ID: <20250610033330.924-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117823 From: Wang Mingyu Changgelog: ============= - Require Python 3.9 or later - Remove MRUCache and the @func.mru_cache decorator - Add an optional condition parameter to the @cached and @cachedmethod decorators, which, when used with a threading.Condition instance, should improve cache stampede issues in massively parallel environments. - Convert the cachetools.func decorators to use a threading.Condition instance to deal with cache stampede issues. Note that this may result in a noticable performance degradation, depending on your actual use case. - Deprecate support for cache(self) returning None to suppress caching with the @cachedmethod decorator. - Improve documentation. - Update CI environment. Signed-off-by: Wang Mingyu --- ...{python3-cachetools_5.5.2.bb => python3-cachetools_6.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_5.5.2.bb => python3-cachetools_6.0.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.5.2.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-cachetools_5.5.2.bb rename to meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb index d2b65b3d29..1032fc0b06 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb @@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \ python3-math \ " -SRC_URI[sha256sum] = "1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4" +SRC_URI[sha256sum] = "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Jun 10 03:32:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64607 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 C36A5C678DA for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78431.1749526425058059186 for ; Mon, 09 Jun 2025 20:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dzBPp//C; 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=1749526429; x=1781062429; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NU5+c0JVhVA+9JiDudJbYYi0CoTVePrpAxjLcZ/uMUo=; b=dzBPp//C8WXTqFJB0cZ7Fgr0lvPVujXF/JEaFH9R56Wr/ydmsXa7Z+PG WgaVov8JCrGtMtJz/GG1Tol40E48EsaxACODGyOjBpyIN2iqbr1NNTCYT GuHCrDRRffU+wog7x73C0FX4OhKGlczlIGSUHjzTq8m0u1gV9BF8bRdUr aQxdLaLTo8ePk5in8Vs71M9UU1BxnXq79srRUJ4lm6aPtRwupcfnVjqEH tcovFiDRoyiB0dN1GbW1dd5UdaBhGxAG0VoKW4tROqVf3VZVzdpYZejGB GRWLxLwz+cVk5SSOBq/ElfIlNEXB2YT9pWGH9IfU2d8gvOSIg69t1I/e2 A==; X-CSE-ConnectionGUID: IRDZ0gAcR0mQiFcLxKqIEg== X-CSE-MsgGUID: +Uqa9X32SgmoPPc7NgY/Cw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189595009" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189595009" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:48 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 01D20E8FE2 for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A41D4BF3C1 for ; Tue, 10 Jun 2025 12:33:45 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 37F341A0071; Tue, 10 Jun 2025 11:33:45 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/64] python3-frozenlist: upgrade 1.6.0 -> 1.6.2 Date: Tue, 10 Jun 2025 11:32:57 +0800 Message-ID: <20250610033330.924-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117821 From: Wang Mingyu Changelog: =========== - Correctly use cimport for including PyBool_FromLong - Exclude _frozenlist.cpp from bdists/wheels - Updated to use Cython 3.1 universally across the build path Signed-off-by: Wang Mingyu --- ...{python3-frozenlist_1.6.0.bb => python3-frozenlist_1.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-frozenlist_1.6.0.bb => python3-frozenlist_1.6.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb rename to meta-python/recipes-devtools/python/python3-frozenlist_1.6.2.bb index 8c4acf39d1..0a8c58e1da 100644 --- a/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-frozenlist_1.6.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/aio-libs/frozenlist" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf056e8e7a0a5477451af18b7b5aa98c" -SRC_URI[sha256sum] = "b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68" +SRC_URI[sha256sum] = "effc641518696471cf4962e8e32050133bc1f7b2851ae8fd0cb8797dd70dc202" inherit pypi python_setuptools_build_meta cython From patchwork Tue Jun 10 03:32:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64603 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 B7754C61CE8 for ; Tue, 10 Jun 2025 03:33:50 +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.web10.78430.1749526423382039445 for ; Mon, 09 Jun 2025 20:33:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PLBjQrvI; 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=1749526430; x=1781062430; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wtkMIp/6J9RAz/PVJoPCvCw5wKiOnsGuyADYE/qI7qU=; b=PLBjQrvIii1R06FS1vyzFgYcYLCi0iG8rA0Zv8Ccw6RiL/OTljEmlSJS shOMy36TW61PyBa0ecovxr1DoG2LVkelLeKgg23REJgKk6/id+TKA6Czw I+SsyuPvJpfw8/0r68ylFyX7+LfwdMPXju2L9KRwgPIYEtpdKzJxSlWys mR2IJQB8fTEOV3PMyKdgtohi93ZfEm+62I7bWr2RcPmaip3wiFsssPxB3 dqUUXbQdv/jQ7Tkq2cCjYJo4LovgAMgoJi6TzEPSk5n4OvYWTwSvXQ7c7 K2JxwXH3Bg9Gb2PILfX+cV8Ob47JLLpETduIDUV8t3LWlf3t6Z68Dogh3 w==; X-CSE-ConnectionGUID: MEWR7dkiR0KzfPGJtigEbg== X-CSE-MsgGUID: Wf8GmJOwRIKSrgRQNOcD7w== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="205286186" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="205286186" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:48 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 618DEC68FB for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 0ACF1D5068 for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8F0451A009B; Tue, 10 Jun 2025 11:33:45 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/64] python3-fsspec: upgrade 2025.3.2 -> 2025.5.1 Date: Tue, 10 Jun 2025 11:32:58 +0800 Message-ID: <20250610033330.924-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117822 From: Wang Mingyu Changelog: =========== Enhancements - file system for GitHub gists - add rm in github - cachingFS performance, don't ls every time - pyscript: protocol and optional entrypoint Other - doc fixes - add "gs" at mention of gcsfs in docs - lint style - glob docstring to reflect reality Fixes - improve cp in generic - fix ls in dbfs - fix parquet tests for pyarrow 20 - fix crosslink for local tempfile - keep permissions in local transaction - signature compatibility in local cp() Signed-off-by: Wang Mingyu --- .../{python3-fsspec_2025.3.2.bb => python3-fsspec_2025.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-fsspec_2025.3.2.bb => python3-fsspec_2025.5.1.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2025.3.2.bb b/meta-python/recipes-devtools/python/python3-fsspec_2025.5.1.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-fsspec_2025.3.2.bb rename to meta-python/recipes-devtools/python/python3-fsspec_2025.5.1.bb index 623f0a7ed0..c65111e5cc 100644 --- a/meta-python/recipes-devtools/python/python3-fsspec_2025.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-fsspec_2025.5.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/fsspec/filesystem_spec" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=b38a11bf4dcdfc66307f8515ce1fbaa6" -SRC_URI[sha256sum] = "e52c77ef398680bbd6a98c0e628fbc469491282981209907bbc8aea76a04fdc6" +SRC_URI[sha256sum] = "2e55e47a540b91843b755e83ded97c6e897fa0942b11490113f09e9c443c2475" inherit pypi python_hatchling ptest From patchwork Tue Jun 10 03:32:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64645 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 F183EC61CE8 for ; Tue, 10 Jun 2025 03:34:01 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.77955.1749526431400049978 for ; Mon, 09 Jun 2025 20:33:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SffrM0zX; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, 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=1749526431; x=1781062431; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/Vfcq5Y0IEtAGsGN/d638EN7th5oCULFVK+YOluQOzs=; b=SffrM0zXKz70J7iFsJ8JHmprJ+/s/AfCKQ60Sd0W+/qB9KeRVkQ5lmKr OViIpTKtrY3S4bCAXfSQ0DF879orTnl7Ds8n/P+MCAgYlqSP6PQSk2Q8s EqDRuZqeewZb3+QbgGjDXE9PN96J4d83BtVKmjEF91K6ZTV9e6w2rOK2I 46lhUlYcftjRflwnDnEqwpB3mdVQEVQ0JUBjcGnmwC9+ncEdwasqVpDUg N2hDiEYmLQJcwcnH1mCO5OOu3abaoo8mu3uvviaZcbAbWV3lqmeutSK+G vrkovKV2wrGxU0xDBuVDu+lCs09ZcJNcYzE89Wh/8ZNY8jm4juo2yGmIo Q==; X-CSE-ConnectionGUID: 21Xy944MT1ezmbswfW40+w== X-CSE-MsgGUID: V4mENOnTQzuThExXwNWzLg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181121893" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181121893" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:49 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id B19D2D8E64 for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 599FABF3C1 for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DE9BE1A0071; Tue, 10 Jun 2025 11:33:45 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/64] python3-google-auth: upgrade 2.40.1 -> 2.40.3 Date: Tue, 10 Jun 2025 11:32:59 +0800 Message-ID: <20250610033330.924-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117828 From: Wang Mingyu Changelog: ========== - Auth fetch token from default endpoint - Remove unnecessary call to mds service - Retry 504 errors - Remove sync response logs in AuthorizedSession - Update test to consider new error message from cryptography Signed-off-by: Wang Mingyu --- ...hon3-google-auth_2.40.1.bb => python3-google-auth_2.40.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-auth_2.40.1.bb => python3-google-auth_2.40.3.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb rename to meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb index 04207c607b..b7498dcc99 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.40.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" inherit pypi setuptools3 ptest -SRC_URI[sha256sum] = "58f0e8416a9814c1d86c9b7f6acf6816b51aba167b2c76821965271bac275540" +SRC_URI[sha256sum] = "500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77" SRC_URI += " \ file://run-ptest \ " From patchwork Tue Jun 10 03:33:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64632 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 D534BC71159 for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78430.1749526423382039445 for ; Mon, 09 Jun 2025 20:33:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MfRrsEjs; 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=1749526431; x=1781062431; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JVt6xfe08Uh7HAWaoWogY5Q8sKDpqZ76kFDH5uhMWIw=; b=MfRrsEjsfd5/Om6AbtYtq+WsrjDqNEGRZh7GbMHqPJjlFrcgEvd7HEI+ I6EV+57ucO619pclEJ/sSUIhgCDVy1Rf+GtVB7IN6uv9olEujnUMI/gep +3Te7LHC5s+6ZoAN2trEgeAHmpUo62l/DcK65xzhw3VKP6THT4UnkMq2b i25G8KrlHi9WB2oM7Y3IvcJgchcmQkUQmra5cR1f1Rl4zhKueoci40ktF LtxCqsYccmJ6yKuO9oGTWc4J3xdtGdfAYJOmvLH95Qe+uXuLG3/60or5i 25u7ofH+B4XVO+e1wV7wvpfU1lo56Bobxt7QWuT6rVoDY1RreHtGamL6e A==; X-CSE-ConnectionGUID: Sv41SW3hSDamGo7RlCMgag== X-CSE-MsgGUID: lX73LKOuRxKJeGxJb25wIg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="205286190" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="205286190" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:49 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 20503D5004 for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id B6A41D5068 for ; Tue, 10 Jun 2025 12:33:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3CFB01A009A; Tue, 10 Jun 2025 11:33:46 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 34/64] python3-greenlet: upgrade 3.2.2 -> 3.2.3 Date: Tue, 10 Jun 2025 11:33:00 +0800 Message-ID: <20250610033330.924-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117824 From: Wang Mingyu Changelog: =========== - Make greenlet build and run on Python 3.14 beta 2 on Windows amd64. - Potentially fix build on NetBSD/sparc64. Signed-off-by: Wang Mingyu --- .../{python3-greenlet_3.2.2.bb => python3-greenlet_3.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-greenlet_3.2.2.bb => python3-greenlet_3.2.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.2.2.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-greenlet_3.2.2.bb rename to meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb index 995f91e1df..47ebd641df 100644 --- a/meta-python/recipes-devtools/python/python3-greenlet_3.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-greenlet_3.2.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT & PSF-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \ file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a" -SRC_URI[sha256sum] = "ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485" +SRC_URI[sha256sum] = "8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365" inherit pypi python_setuptools_build_meta From patchwork Tue Jun 10 03:33:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64633 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 E1D0FC7115B for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78431.1749526425058059186 for ; Mon, 09 Jun 2025 20:33:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hwxO9LEC; 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=1749526430; x=1781062430; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0/sa/k98pRJKxYwzczxKeOqQIx2dDoBvL83riIZgavw=; b=hwxO9LEC6NHvXPQT/14b0aszRy/oZRyb+csNzUGV7NWN3OAKg9RU5kFI RKI+8znNMiwJ2tXdBsNa17bmi+d1nK2X8NqbsordUnQj4kCN2QeOoGynC kUDDT2F8nCRPsjW4iO97xUkfB25LnSEC50PmX6hzRi8WESjvk9rQiP/I2 vNwVyfIxxIVrvGjT2lpLqhvS3dZjZfzOq7TCf09uswGYCSHDOpnZo3XFo ARcVCLQDzxeP+NYccO5JhB+HS/HOFHDJ7bbLCwCxbVxSiBp6WQ2bLGLHf gHZ/AxA1jw8pxpWz9Ztc1nNt+Dr8fgKb1Zc0uDbkv/dwhG+iBYslFuEjU A==; X-CSE-ConnectionGUID: /Pk3YzgsRzeZ4Eh12J3x7Q== X-CSE-MsgGUID: IyPQ8L+OSxiTgElPEb8i5g== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189595013" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189595013" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:49 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 715FDE8FE2 for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 19436BF3C1 for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 99F761A0071; Tue, 10 Jun 2025 11:33:46 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 35/64] python3-grpcio-channelz: upgrade 1.72.0 -> 1.72.1 Date: Tue, 10 Jun 2025 11:33:01 +0800 Message-ID: <20250610033330.924-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117825 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...cio-channelz_1.72.0.bb => python3-grpcio-channelz_1.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-channelz_1.72.0.bb => python3-grpcio-channelz_1.72.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb index ec6279a87c..0792506e03 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.1.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_channelz" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "3dcb2df1cb9c905f7daaf08bcec214fd082809a59adf1405b66d44f56ef0fad1" +SRC_URI[sha256sum] = "7dec124f2cefe6d2f2b9176d578496a938a8407ea196eb7a27494f4a40793a0a" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jun 10 03:33:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64653 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 07389C7115E for ; Tue, 10 Jun 2025 03:34:03 +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.web11.77956.1749526432094742799 for ; Mon, 09 Jun 2025 20:33:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Ja50xR8B; 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=1749526432; x=1781062432; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qKCEd+etKIgLUyHOC37jtzcRWWMAwqDTzKtKhxq+qo0=; b=Ja50xR8B/7pMMikpDQ8vz3RqE+N6OmFSz47EuW93sC4DCIILA1aXfJio KxqK5rY1FqtjZIL4OykN8fOH+5bFuaNJxllcax1nEI0H6YlEkV7qRb/JM 1lOKM2v0cfIsBycYcfcwEfNdB39QLXRPrJT8ZWl0AcAjbozmx2l+F2IcR hU1NT2AdnOHQ/+pPW9+F6YkJHG4Vy40wO3gc8XDEKez/3+z5UE+6cnBAd HiCVlYL+If+P4fEyZ4222QpDHWwJj78ltl1Pfm2b61KkQndy0JEZ55axv a1Qm3pJj2igWgeKvnWLnO7nYudgjXhoAmxSyI0uSwihmju9vYtWU09PtM A==; X-CSE-ConnectionGUID: xtm4DwxxTH6LFLR/1nPNPg== X-CSE-MsgGUID: ZMQ9VHW1Tem61oyvXHkwSg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662475" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662475" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:49 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id CCC5FC68FB for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 78E58D5068 for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F329C1A009B; Tue, 10 Jun 2025 11:33:46 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 36/64] python3-grpcio-reflection: upgrade 1.72.0 -> 1.72.1 Date: Tue, 10 Jun 2025 11:33:02 +0800 Message-ID: <20250610033330.924-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117829 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...reflection_1.72.0.bb => python3-grpcio-reflection_1.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-reflection_1.72.0.bb => python3-grpcio-reflection_1.72.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb index 77c0ec4bbe..a922dcd873 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.1.bb @@ -11,7 +11,7 @@ DEPENDS += "python3-grpcio" PYPI_PACKAGE = "grpcio_reflection" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "75c4bc9accf8458c635ebfd408317bfb61368424e1219642a20332adf5570dff" +SRC_URI[sha256sum] = "f04f0c8c21937162c3a7d2b9532a42e568fd4096327bec8eb1cff8e7d8146150" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jun 10 03:33:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64628 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 E9731C7115D for ; Tue, 10 Jun 2025 03:33:51 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:33:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=h/r3M4JC; 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=1749526431; x=1781062431; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=O6eVOd4L0OhEB57nhtLY5xrdvWcFNNsfac2V3+lWO4s=; b=h/r3M4JCoXlFC6L9mnNhVqNm/ZoOwCniUuyi7Q27Yc6K4mydh8LBguL6 lgSs0Wc0jGBc/Xjwt83AnHRsGm3DKsQ6Yj9riTdUeI89IHhAJmTydv9gh zVROqEgdxN5LWzPTqSdg9DTPl3wqGnEr3Xvou7TQxzy0btJ9BpbzppvqY NQVTmG60iDo3KpAJZv+cMsbAqARrv3Q8Z+ePY7Buof30zPMzGUWlX/zAo ydxXQHJgaxgyV9Z1aA2orVZQnwUoW1UT3VC+DToCgqbnUyO2cUqxdJzSX jTT9SF67sW3jPfb/UdlZ9HI7fTfHxn9dcPKew5Sy7a1RzHUxqGexJUBBK Q==; X-CSE-ConnectionGUID: oa/EIrRHTW2uM9mCtH5e2Q== X-CSE-MsgGUID: TUZqbYB8SkCv8VR334llhg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680473" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680473" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:50 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 353E2D4C24 for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id D202BBF3C1 for ; Tue, 10 Jun 2025 12:33:47 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5B9E11A0071; Tue, 10 Jun 2025 11:33:47 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 37/64] python3-grpcio-tool: upgrade 1.72.0 -> 1.72.1 Date: Tue, 10 Jun 2025 11:33:03 +0800 Message-ID: <20250610033330.924-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:33:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117827 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...n3-grpcio-tools_1.72.0.bb => python3-grpcio-tools_1.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.72.0.bb => python3-grpcio-tools_1.72.1.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb index 071833766f..52d68c71a9 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.1.bb @@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio" SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ " -SRC_URI[sha256sum] = "23144adf063fad5665160bcdc397220f2dc29e11b7dde88ae69bd9672ff8d9db" +SRC_URI[sha256sum] = "a11afb21d0e960eb41f3c3053206e9271ec42579582c13193b99a0dca6be86d1" RDEPENDS:${PN} = "python3-grpcio" From patchwork Tue Jun 10 03:33:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64663 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 3BE12C7115F for ; Tue, 10 Jun 2025 03:34:03 +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.web11.77956.1749526432094742799 for ; Mon, 09 Jun 2025 20:33:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=V4+SQcR6; 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=1749526432; x=1781062432; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UDgOBkUAqTiiR6Hu8nG8HjVi4IZoIwwhT9OQjQIc244=; b=V4+SQcR6HoEFC6EeeGCNGoBZLxQKsF4u4bTX7m/X57I3lLL4T5aT+gVY jKYz7SHlyopyPGrUkjYOKg1LL8u5l4wcBDrar/Z/kJ1SABSr9mVeLo1xY g7nwmYxJZsl0HBBBmdrVEP1JCSe98fhHDLcUtO9/J8whrnBdFKSEKNjCM 6UcY7lO5Cz2fjABE4a18qOdX9a0RUnWAaZsb69l/qe3s7VHOMSLKfV1XP peDzQgIBAZhAFLjNwunAzsBxdoJF9Rd6m347EWY4zUHIfHTYiE+INAa00 0vnbCL3pZYPRx+z13eDfz9XjZLvrN5IWJiCXd5U0bhvCHyq1SL7TCDqHb Q==; X-CSE-ConnectionGUID: LtTvd40bQrWXJoejhv7OtQ== X-CSE-MsgGUID: C3nfVNFyQIOTlAihZd8XDA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662477" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662477" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:50 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 975A6D6FBC for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 3FBE9D5068 for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B70E11A009A; Tue, 10 Jun 2025 11:33:47 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 38/64] python3-grpcio: upgrade 1.72.0 -> 1.72.1 Date: Tue, 10 Jun 2025 11:33:04 +0800 Message-ID: <20250610033330.924-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117830 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-grpcio_1.72.0.bb => python3-grpcio_1.72.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.72.0.bb => python3-grpcio_1.72.1.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb index 19983c9e33..79059a33cf 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.72.1.bb @@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib" SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ file://abseil-ppc-fixes.patch \ " -SRC_URI[sha256sum] = "05aee9be958a580e169e1aa8987387bcd8be6ed7fc5c2a3a048b6a2b911473cd" +SRC_URI[sha256sum] = "87f62c94a40947cec1a0f91f95f5ba0aa8f799f23a1d42ae5be667b6b27b959c" RDEPENDS:${PN} = "python3-protobuf" From patchwork Tue Jun 10 03:33:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64654 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 288C0C71150 for ; Tue, 10 Jun 2025 03:34:03 +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.web11.77957.1749526433086061047 for ; Mon, 09 Jun 2025 20:33:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=C1sdFClW; 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=1749526433; x=1781062433; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CKSwC7TQFednZIFIRHVqV5je4sNUMq50mNzlunzkeJw=; b=C1sdFClWDuT0ZpRJFJWqoi8rXAVK7bzn1cEFRBRa57JbEqtJ96EN4wha sm4Lrpw57yMtaeKb1SMv+mt479Z05q0aMzPhcYm89OoKCDdJ0jVv+yjpL vysm4HNTxXQ1z/UWG41JF91V0EVeqWV+OgDMuhzP75HqEWNVFGhLRTlEB kB4cOayLj7z50r2lI4e/yiIrJVMbagWB+Y50qwPeEVPE6tUv1v/5IYZtI MDkZE0mKkZAEnirXYHwOEU0jFV8Kla2jyW5X34EH1Z3wD7APidoQvA5ph nK98NlQ4r4XOMOURmA9UcfPBYJJlfnFRy3sIJqG2jBixO/HJB1fS+GAXH g==; X-CSE-ConnectionGUID: nsjCA6p/Qva3JKWz4lpQEw== X-CSE-MsgGUID: 4v/MdRhDTf2X31pr67cpXA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181135323" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181135323" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:51 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id EAC8BD8E64 for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 91979BF3C1 for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 237F11A0071; Tue, 10 Jun 2025 11:33:48 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 39/64] python3-h5py: upgrade 3.13.0 -> 3.14.0 Date: Tue, 10 Jun 2025 11:33:05 +0800 Message-ID: <20250610033330.924-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117831 From: Wang Mingyu 0001-setup_build.py-avoid-absolute-path.patch refreshed for 3.14.0 Signed-off-by: Wang Mingyu --- .../0001-setup_build.py-avoid-absolute-path.patch | 8 ++++---- .../{python3-h5py_3.13.0.bb => python3-h5py_3.14.0.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta-python/recipes-devtools/python/{python3-h5py_3.13.0.bb => python3-h5py_3.14.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch index de2f09ec8e..e24d4f9225 100644 --- a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch +++ b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch @@ -1,4 +1,4 @@ -From 59d1cc34739a18a32d3250973af2357c41d8d156 Mon Sep 17 00:00:00 2001 +From 76f7c7e6efd8166342cc3c84e53d4e18dbdeda13 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 28 Jan 2021 18:44:10 -0800 Subject: [PATCH] setup_build.py: avoid absolute path @@ -14,10 +14,10 @@ Signed-off-by: Leon Anavi 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_build.py b/setup_build.py -index a041fa6..4d44215 100644 +index 9b4766e..a411462 100644 --- a/setup_build.py +++ b/setup_build.py -@@ -20,7 +20,7 @@ from setup_configure import BuildConfig +@@ -21,7 +21,7 @@ from setup_configure import BuildConfig def localpath(*args): @@ -25,4 +25,4 @@ index a041fa6..4d44215 100644 + return op.join(*args) - MODULES = ['defs', '_errors', '_objects', '_proxy', 'h5fd', 'h5z', + MODULES_NUMPY2 = ['_npystrings'] diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.14.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb rename to meta-python/recipes-devtools/python/python3-h5py_3.14.0.bb index aa8a21c783..da280d1253 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.14.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c" -SRC_URI[sha256sum] = "1870e46518720023da85d0895a1960ff2ce398c5671eac3b1a41ec696b7105c3" +SRC_URI[sha256sum] = "2372116b2e0d5d3e5e705b7f663f7c8d96fa79a4052d250484ef91d24d6a08f4" SRC_URI += "file://0001-setup_build.py-avoid-absolute-path.patch" From patchwork Tue Jun 10 03:33:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64656 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 EE9CCC7115C for ; Tue, 10 Jun 2025 03:34: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.web10.78439.1749526433911033951 for ; Mon, 09 Jun 2025 20:33:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Ky/h9D6U; 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=1749526435; x=1781062435; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bWaPJrIxYZ5S0SoI+HgtnjyxFIUYhPD7j82oZFJrAJo=; b=Ky/h9D6UDdR2rF3fB26/TWe2c39OnD4bprYOG280T2HZkCmGg8NluUcz mizXbFcwXyZlf30RW6sDhYzrFypwHYWrfPGk1DrLkgiyE2NiGpTFtAI7F wrEbppRpsw8mdk3aTLRyyeXe4fyEMqu0hizVi97SvzYkZSXo1NuuKTR+U +zl7l71T+HUef0/fxt2lA4TM2LXnxOizRlrvDE5x9AeV9EIvGEpVb4OS/ ndlmi4wnmzQsvNsMLiUPX/KaoSQquhIqhdYMmL/L2ayRLuBCJ3cJ7DSUg YPgj+dm6qwqVykgIMhiQRf0J3h2ahsKNjIIXBrHUAirS343JfL8VX8l7v A==; X-CSE-ConnectionGUID: UJ5ZgBgnQjmIFD82i3RxRQ== X-CSE-MsgGUID: mIylAshfTtaMFSo08v9mgA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202196194" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202196194" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:52 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 4B860D5004 for ; Tue, 10 Jun 2025 12:33:49 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id EDA71D5068 for ; Tue, 10 Jun 2025 12:33:48 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7B9401A009B; Tue, 10 Jun 2025 11:33:48 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 40/64] python3-inflate64: upgrade 1.0.1 -> 1.0.3 Date: Tue, 10 Jun 2025 11:33:06 +0800 Message-ID: <20250610033330.924-40-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117834 From: Wang Mingyu Changelog: ============= - Add readthedocs manual page. - Publish Python 3.13 wheels. - Fix GitHub Actions CI/CD script for aarch64. - Published to PyPI using GItHub Actions as a trusted publisher - Add GitHub Actions CI/CD script - Drop Azure Pipelines CI/CD Signed-off-by: Wang Mingyu --- .../{python3-inflate64_1.0.1.bb => python3-inflate64_1.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inflate64_1.0.1.bb => python3-inflate64_1.0.3.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-inflate64_1.0.1.bb b/meta-python/recipes-devtools/python/python3-inflate64_1.0.3.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-inflate64_1.0.1.bb rename to meta-python/recipes-devtools/python/python3-inflate64_1.0.3.bb index 841c9239a5..a6f0c67ab8 100644 --- a/meta-python/recipes-devtools/python/python3-inflate64_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-inflate64_1.0.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" inherit python_setuptools_build_meta pypi -SRC_URI[sha256sum] = "3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d" +SRC_URI[sha256sum] = "a89edd416c36eda0c3a5d32f31ff1555db2c5a3884aa8df95e8679f8203e12ee" DEPENDS += "python3-setuptools-scm-native" From patchwork Tue Jun 10 03:33:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64643 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 4CA23C71136 for ; Tue, 10 Jun 2025 03:34:02 +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.web10.78435.1749526427263811306 for ; Mon, 09 Jun 2025 20:33:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OPUE5qZq; 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=1749526434; x=1781062434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QHkN+CTskLzJkdjiimTqPEqD6xZV/E3uOLQPHnKOuQc=; b=OPUE5qZqRrvxaT3j59FZbaNC4vHnpQAzvdjxx+/qOhxxWf1YSXpvTPsJ C2vU2pE6+NdovdwqXzj1zATt8zLgJz79v9AUetZgVzeYNQ0wH28SouyHp 4DfyRKpoNawZmb6PRtyYejh1sAoPCE/9dSmXyP/shiemVYBp4chEc7/04 bD2XEc0smV1t04QPTeCCQfaV+oBHxrqiVoT/AdndJis96ThG8Mp87FWCe 6bXrhexXwPuQucDpZE8m8XF60+z9Wba7+AiZ1mwPtkCWbIXociCQ4SxCK APhIHAyaWTwuzfzSytFjKgHJFLMA9JGSQs3swZWOnKX9xnO1k30PJmrL8 g==; X-CSE-ConnectionGUID: QsM3HTBVRRqITtgw/Gts+g== X-CSE-MsgGUID: Vndio3yDT62rPfdrb/HO7A== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202190311" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202190311" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:52 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id A08B4E8FE0 for ; Tue, 10 Jun 2025 12:33:49 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4CDACBF3C1 for ; Tue, 10 Jun 2025 12:33:49 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D28081A0071; Tue, 10 Jun 2025 11:33:48 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 41/64] python3-inline-snapshot: upgrade 0.23.0 -> 0.23.2 Date: Tue, 10 Jun 2025 11:33:07 +0800 Message-ID: <20250610033330.924-41-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117832 From: Wang Mingyu Changelog: =========== Fixed - The readline module doesn't have to be installed on non-windows systems. - command line flags work again in CI Changed - changed how the Snapshot[T] type is implemented. Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.23.0.bb => python3-inline-snapshot_0.23.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.23.0.bb => python3-inline-snapshot_0.23.2.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.0.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb index 0442f74f92..247ceed88d 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.0.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.2.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "872d027b1eae4e3e3b4028e0d46128bafbf62889a2424a2667dbe4b69cb1ffdf" +SRC_URI[sha256sum] = "440060e090db0da98bd1dea5d9c346291a0c7388213ff9437411ed59885a956d" inherit pypi python_hatchling From patchwork Tue Jun 10 03:33:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64650 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 B0EE6C71147 for ; Tue, 10 Jun 2025 03:34: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.web11.77957.1749526433086061047 for ; Mon, 09 Jun 2025 20:33:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=slfSna3r; 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=1749526434; x=1781062434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B86IytjrggHqtshprjNR/aTOwLxtbQHQAoiN02YJzSk=; b=slfSna3rQ/JPMvUh3zBIFjwHzJbDiWwvcV32bY06JPkEyTz3/aIyuxjD AczgyC6csVxzDWqibmKz2YQHHoVFbrOzQ92VHY5c0zyXfFc1JKdbyDP+l iNCXfqOenaeSCrptbSxztPXXSGBkH+puFTjH6yWuKc9IAig+gykg//ZGi EECo8xvOVFhFEr1J9iWTcZ+E6/3js+g67ptswYIkWwl64CQPH6XVFnsbL sYOfc6ipN9Xr4QiuxEsVYiMGgAhzV0dGvMmtBp5ya/CkimGeQpqVACFS9 mzq+Q9bZucHm8zMf/x6Fbp3286ltGA84vHcJqMYKVkHU4gaQMla0wR9A6 g==; X-CSE-ConnectionGUID: UHR3OyFQSW2l3YeEgvIgiw== X-CSE-MsgGUID: 2be3uhvbSy236nFlogE+cA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181135328" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181135328" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:52 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 0E719D5051 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id B0019D5068 for ; Tue, 10 Jun 2025 12:33:49 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 350971A009A; Tue, 10 Jun 2025 11:33:49 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 42/64] python3-ipython: upgrade 9.2.0 -> 9.3.0 Date: Tue, 10 Jun 2025 11:33:08 +0800 Message-ID: <20250610033330.924-42-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117833 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-ipython_9.2.0.bb => python3-ipython_9.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_9.2.0.bb => python3-ipython_9.3.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_9.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython_9.3.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-ipython_9.2.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_9.3.0.bb index 08a6ba307d..3fabbb1606 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_9.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_9.3.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://ipython.org" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" -SRC_URI[sha256sum] = "62a9373dbc12f28f9feaf4700d052195bf89806279fc8ca11f3f54017d04751b" +SRC_URI[sha256sum] = "79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8" RDEPENDS:${PN} = "\ python3-setuptools \ From patchwork Tue Jun 10 03:33:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64649 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 67CFFC7113C for ; Tue, 10 Jun 2025 03:34:02 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.78444.1749526438107357170 for ; Mon, 09 Jun 2025 20:33:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=REjI4qGh; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, 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=1749526438; x=1781062438; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hDJj52AykJCu+nwgBoTnaM+0sQRUsiE54PDjcjmqtFs=; b=REjI4qGhgHT1IyplxD1DAdD+/cuFhJe1yncLaaORHwV1nilck3UTW0Qs wwmelC9CxM3ProEn7x3cp6v7aRCVcba6DjSRXovh4dtfzwZ7jPM2W61In lnGGsuB1YOYEjL3tLq4RaFd4GxqlDhsS5MpJfj4mUnXBU8J/DEuTP0dI5 YT9/clYi5ZDoZj62UD+tamkg1Avc3wEMKDso+Km8n70uu3Ta7I1RU48Uu 6wlT8KdhPmbC935L9/IHgtG9l+BKDNAU0NiBVZoSZANnyu637jovioqzV +OKg+lFpexKoA+987NabIHhOD/ift6XqI+UTuSUM0h/v1/3K7Ev+VZ9M6 w==; X-CSE-ConnectionGUID: sgJonxLMRVyIlB9w9qQYXw== X-CSE-MsgGUID: NXo8Z335RdKdeY+DAlBiIg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181714994" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181714994" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:52 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6D582D8E64 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 1345CBF3C1 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9A69D1A0071; Tue, 10 Jun 2025 11:33:49 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 43/64] python3-joblib: upgrade 1.5.0 -> 1.5.1 Date: Tue, 10 Jun 2025 11:33:09 +0800 Message-ID: <20250610033330.924-43-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117845 From: Wang Mingyu Changelog: ============ - Fix backend hints causing errors when no multiprocessing is present - Vendor loky3.5.5 fixing the resource_tracker clean up with earlier Python versions. Signed-off-by: Wang Mingyu --- .../python/{python3-joblib_1.5.0.bb => python3-joblib_1.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-joblib_1.5.0.bb => python3-joblib_1.5.1.bb} (80%) diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb b/meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb similarity index 80% rename from meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb rename to meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb index 5dc5d02f3f..a678f881b8 100644 --- a/meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-joblib_1.5.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066" inherit python_setuptools_build_meta pypi -SRC_URI[sha256sum] = "d8757f955389a3dd7a23152e43bc297c2e0c2d3060056dad0feefc88a06939b5" +SRC_URI[sha256sum] = "f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444" RDEPENDS:${PN} += " \ python3-asyncio \ From patchwork Tue Jun 10 03:33:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64660 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 E53D7C71151 for ; Tue, 10 Jun 2025 03:34: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.web11.77956.1749526432094742799 for ; Mon, 09 Jun 2025 20:33:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=o1LBCCWi; 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=1749526434; x=1781062434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sb61VpGj7n7ztfXkIbZVFVijhFkrT7ETHRntWs5XbQo=; b=o1LBCCWiawdN+bgivnAdfCw11X06JnKZKvuaWRCaETPsaTP4IwpnLIWB Wyqxcuje5/JIxap6DWvjRZiDe2dRP9vihq6zTRgfaXzDk9noNUwKwCa7u 1OZkCt7aN6AY3/8c8q+2HK55otdNuYJ/UdWZMfyd8xEmwTQP2LEKBVPrM Oa3d3JHih/isNv+7VJnYhdLCc05s6Hl1GqoDkydbciqLnkBtDVUyetxDn rV060ZONh0W417/cz+vpVQyjhbYDr/2EVWxIDyZXctK2CloDyKDIUBAaN hiQUPtal+15rk+wM8ntqjBQ+bJjDOZO8YKne9n+DflkA9ryrJDeXCDMLn A==; X-CSE-ConnectionGUID: maAM7g2iQ++YL/04iqpriA== X-CSE-MsgGUID: Jbn3c8gjS/+Kf0X/SpTTUA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662480" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662480" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:52 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B7998D5051 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 67D0DD5068 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EBCB11A009A; Tue, 10 Jun 2025 11:33:49 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 44/64] python3-mlcommons-loadgen: upgrade 5.0.15 -> 5.0.17 Date: Tue, 10 Jun 2025 11:33:10 +0800 Message-ID: <20250610033330.924-44-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117835 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ns-loadgen_5.0.15.bb => python3-mlcommons-loadgen_5.0.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-mlcommons-loadgen/{python3-mlcommons-loadgen_5.0.15.bb => python3-mlcommons-loadgen_5.0.17.bb} (91%) diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.17.bb similarity index 91% rename from meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb rename to meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.17.bb index 26aacde3c9..641ca6d3c2 100644 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.17.bb @@ -17,7 +17,7 @@ inherit setuptools3 pypi PYPI_PACKAGE = "mlcommons_loadgen" UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" -SRC_URI[sha256sum] = "803121ffcfb35f86ffe837e4fb09860cf485c581589be70a4950c72a2e54b8fa" +SRC_URI[sha256sum] = "06410ee545d6959221c7b66e3f3c536c305b3a833dd5f691642f1764d556b990" # Because the pyproject.toml contains invalid requirements. INSANE_SKIP += "pep517-backend" From patchwork Tue Jun 10 03:33:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64661 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 D8FF3C7114C for ; Tue, 10 Jun 2025 03:34: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.web11.77958.1749526434397322213 for ; Mon, 09 Jun 2025 20:33:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bkJmlY+x; 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=1749526434; x=1781062434; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=p2M4yafupy61hqUFIxye9FGmWPKJKCxLUJ6Y1KmG7EY=; b=bkJmlY+xG2+/OjyHpsW7y1FwISkgD2kTV5fXFtAGWc1xv+tJRVzfRk0t LEp+ns5QSmmu9bArn1UMXSWBS9ETRbTloMikZUOuH6OnXFdMl5w79VpXv ofQMWuQOgOkyqpufV814ckj6c9UFmd8Z3teoxMM+SqDp9ehiXmb2mZB0c CXjEDc4q8zjOC4Yco9Gj9EaKuebgnHBTI1zjbN1AB6CzxTrn8Yzucmye3 tNOjSnReZMIfJK1oZZOcUouaVc8Nl33kF/npxIJQo6cb5oWLcHfnu3HAM vV8nLDICM5QChVAux+A2hqhTU0Z5jo3ST5QiNT3aStGbuHFLQOP1oeLIv w==; X-CSE-ConnectionGUID: 9vrq7rq9RzC7hnawTll6Vw== X-CSE-MsgGUID: Mk7BBsWNS/aUqAK/Ka33xw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181135332" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181135332" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:53 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 26E6BE8FE0 for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id BDC3ABF3C1 for ; Tue, 10 Jun 2025 12:33:50 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 49B2C1A009B; Tue, 10 Jun 2025 11:33:50 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 45/64] python3-multidict: upgrade 6.4.3 -> 6.4.4 Date: Tue, 10 Jun 2025 11:33:11 +0800 Message-ID: <20250610033330.924-45-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117836 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-multidict_6.4.3.bb => python3-multidict_6.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-multidict_6.4.3.bb => python3-multidict_6.4.4.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.4.3.bb b/meta-python/recipes-devtools/python/python3-multidict_6.4.4.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-multidict_6.4.3.bb rename to meta-python/recipes-devtools/python/python3-multidict_6.4.4.bb index 5b6c31568d..da8403af40 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.4.4.bb @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest PV .= "+git" -SRCREV = "5f64e68142df6b4b3075b9df6d7b80b50e4a26eb" +SRCREV = "e77793a006e8c27ee96ae8b638a38c6413f87b9c" PYPI_SRC_URI = "git://github.com/aio-libs/multidict;branch=master;protocol=https" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:33:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64651 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 79467C71141 for ; Tue, 10 Jun 2025 03:34: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.web10.78441.1749526436040581345 for ; Mon, 09 Jun 2025 20:33:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TN7ULR6m; 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=1749526436; x=1781062436; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jrDzpiLJeExssxUzNAwg1HYZ8OvAli6yxErk1JAipvI=; b=TN7ULR6mLE3dcW7cgexbdsR1H+y/A8zXUgwmG5SOd0dp2/pKdzivvyYl gXGT+0oXsWpF3hpR9DNSNt50p8C2fkwpGskVOhC2Ya5vKhnMfDpijo9v7 jb4GQ83mLGEakPjcf8WS1Jr9TDLqc7qiIf8EnAXE2RJL41+dSl6pCcoZi da6Ivyu/6apGQ1aBnEnnjz2IjvksqTsfgnNA74pv7TxykISaotpVoqDvB 85Ji3s9fp7mwYQfHHadd9fljUA4CUWi32VF9jku3EKML2IPucu1sUiMzN JLFOlBWvMnixY4VoHnU80G4hTNJU7F37Z8/trG+b5CK3lm+IJrPusf3rD w==; X-CSE-ConnectionGUID: wSl/jKjlRa2uT8W65txJ6g== X-CSE-MsgGUID: 3GehQxTWTdeOZCC/qGsncQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202261513" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202261513" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:54 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 70A47C68FB for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 21821D5068 for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A0B621A0071; Tue, 10 Jun 2025 11:33:50 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 46/64] python3-networkx: upgrade 3.4.2 -> 3.5 Date: Tue, 10 Jun 2025 11:33:12 +0800 Message-ID: <20250610033330.924-46-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117840 From: Wang Mingyu License-Update: Copyright updated to 2025 Changelog: ========== https://github.com/networkx/networkx/releases/tag/networkx-3.5 --- .../{python3-networkx_3.4.2.bb => python3-networkx_3.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-networkx_3.4.2.bb => python3-networkx_3.5.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-networkx_3.4.2.bb b/meta-python/recipes-devtools/python/python3-networkx_3.5.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-networkx_3.4.2.bb rename to meta-python/recipes-devtools/python/python3-networkx_3.5.bb index 33caf7529d..a386313ddd 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_3.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_3.5.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Python package for creating and manipulating graphs and networks" HOMEPAGE = "http://networkx.github.io/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=810f34d8853910e36388f63c0e87f0ed" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7592b173aee2da0e062f9cfa0378e9d" -SRC_URI[sha256sum] = "307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1" +SRC_URI[sha256sum] = "d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037" inherit pypi python_setuptools_build_meta From patchwork Tue Jun 10 03:33:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64662 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 C27A6C7114B for ; Tue, 10 Jun 2025 03:34: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.web11.77956.1749526432094742799 for ; Mon, 09 Jun 2025 20:33:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=D2l50tf7; 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=1749526435; x=1781062435; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Xe+/N9ZbpgrtFLlr9MMEdPu7/moFqti69Z3XYzAXY/E=; b=D2l50tf7YhQ7/6J6xPBPcAs95K76Qr4GB//8cjaKBwiRNCyb+lTG5O9f BapZUCiUm9sIK4WYDd+qoWhQKuYaXa/4d1khDpXWtsngKWVE8ZFsGJnlI 7sEGfmC5pHZOWhxNhqJLo6p+SaNLuRE6LlGypSRaSqYitRQq4gjeSVhS8 3jUJbHviAbwmZDgEAxKTbJh1jUgEu7KYL2LqMEOOjeBHK7sg5IVlGjFjW 6F0GbcFrXuPyO1GhIpUuUUNgtsJcBd3n1qCXtIg2RG37T1b94FqGXkyIl ikT7G+yT3uihZ5PophJXvj2SskP4xIFAFyJRsjKvbQwsProGaqSuNocWl w==; X-CSE-ConnectionGUID: DQ+I9zq6S0+VW1sIIGar/w== X-CSE-MsgGUID: s/e0w+QiTWWPtoGcGFqNvQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662489" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662489" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:53 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id DA8EAD4C24 for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 7BEC0BF3C1 for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 03B5E1A009A; Tue, 10 Jun 2025 11:33:50 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 47/64] python3-py7zr: upgrade 0.22.0 -> 1.0.0 Date: Tue, 10 Jun 2025 11:33:13 +0800 Message-ID: <20250610033330.924-47-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117838 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-py7zr_0.22.0.bb => python3-py7zr_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-py7zr_0.22.0.bb => python3-py7zr_1.0.0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb rename to meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb index c5cf1e8362..61a9a5569b 100644 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1-or-later" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" -SRC_URI[sha256sum] = "c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e" +SRC_URI[sha256sum] = "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" inherit pypi python_setuptools_build_meta From patchwork Tue Jun 10 03:33:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64657 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 B834FC71148 for ; Tue, 10 Jun 2025 03:34:02 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:33:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=h7CWvxqi; 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=1749526435; x=1781062435; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xwvquLbNCxTKO3rsRkjskIJtf/W3LIO3+g5ok1UxgU4=; b=h7CWvxqiUDVmXOPTF+WCojJ91q5167ElW7fWdKoAo1WoxX/r2fKl9HM0 IDd8+2DmKI+1B3YWkG5BItPpxAOSE21FVPJLjnmvVN7EfpgxyZkEIZIbt iVRjbLvRToxUYIGZbz/yTefaw+qeCjdh/JM2Xjh66+gOyCU2ASS/BaC77 gCe/725E0gCmMeZ1i3IXV2MYs1GeqSwl6MwDMn6zOJ9ahDkMr9HZn/HQE YbzesAO10mfx1KjTcAhtHfNhf9HVIh7Zt0aJF6auD5dBmvUNGCTIIEKDc PYKAzYyNt6fzoCXAFhnbyRxFrfM8Eu8d1C+DRGTMoW57xT+/JqZN0PKgc A==; X-CSE-ConnectionGUID: DFgSSkctTG26/BpOnEkuKA== X-CSE-MsgGUID: LLNomcw7S5KIpnfsWtzFLg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680487" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680487" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:54 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 3F983D6883 for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id DB688D5068 for ; Tue, 10 Jun 2025 12:33:51 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6195B1A0071; Tue, 10 Jun 2025 11:33:51 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 48/64] python3-pyais: upgrade 2.9.2 -> 2.9.4 Date: Tue, 10 Jun 2025 11:33:14 +0800 Message-ID: <20250610033330.924-48-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117839 From: Wang Mingyu Changelog: ============ * better error handling of invalid fragment counts * add support for variant of message type 8 Signed-off-by: Wang Mingyu --- .../python/{python3-pyais_2.9.2.bb => python3-pyais_2.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyais_2.9.2.bb => python3-pyais_2.9.4.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-pyais_2.9.2.bb b/meta-python/recipes-devtools/python/python3-pyais_2.9.4.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-pyais_2.9.2.bb rename to meta-python/recipes-devtools/python/python3-pyais_2.9.4.bb index a1ae92985a..a661606b80 100644 --- a/meta-python/recipes-devtools/python/python3-pyais_2.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyais_2.9.4.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=79d9e278b76e3e5b3358cd70b328173c" SRC_URI = "git://github.com/M0r13n/pyais;protocol=https;branch=master" PV .= "+git" -SRCREV = "9ce53ae21f19e8dc6e7b841dd0ccc246898730ea" +SRCREV = "e7780f743b03c5e6ecc651fdeb209fa94e0e0250" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:33:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64658 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 8EC7BC71143 for ; Tue, 10 Jun 2025 03:34: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.web10.78441.1749526436040581345 for ; Mon, 09 Jun 2025 20:33:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kSJHtusf; 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=1749526437; x=1781062437; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=C7evsKAoRGBlOn2bSPNbR5jjAMn4mhS+KRlIKL2n+n8=; b=kSJHtusfGXAvOp81uDUXDE6YaSEAFiqSgdANm0yIj4FlyrsjSzFkhdpG abcUbPFG5wlNsE0L8Fo8LsVUYxXlJYh609ig5IP19MF0Mi1Lnvq+a+vtx MFAgMT+UCIJ88POnakDLjJgZY0A5FM1pb90RiVS0kzu7K/BTEXzmf3Fjw OvTsVI3c3huIhIPX8O2xadp/g9b8lQmHU5LMcIzz7KAp7gn/uaGbvGaKb G3oBLRrQjbVKExEgFb6a71dSi87MJQIZ3KfmPeMQJUCvO6SO7t2x6u7uA 8O7yZUXEqot4psN3A0WFUto5ODSrKVKt3aFREHTtiDOExqOGByvICUwEO w==; X-CSE-ConnectionGUID: itj7lB5mT3atvxMQ7IPijg== X-CSE-MsgGUID: 96qGXIDsTI2QTU66Eq5rRg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202261515" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202261515" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:55 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 8FC79D8033 for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 361B2BF3C5 for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BC9131A009A; Tue, 10 Jun 2025 11:33:51 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 49/64] python3-pytest-lazy-fixtures: upgrade 1.1.2 -> 1.1.4 Date: Tue, 10 Jun 2025 11:33:15 +0800 Message-ID: <20250610033330.924-49-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117842 From: Wang Mingyu Changelog: =========== - Fix non-deterministic test function names due to usage of sets - Fix duplicate parametrization error Signed-off-by: Wang Mingyu --- ...-fixtures_1.1.2.bb => python3-pytest-lazy-fixtures_1.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-lazy-fixtures_1.1.2.bb => python3-pytest-lazy-fixtures_1.1.4.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb rename to meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb index 711f2ed0a5..83b8321df2 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.4.bb @@ -12,7 +12,7 @@ HOMEPAGE = "https://github.com/dev-petrov/pytest-lazy-fixtures" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=4475e66fcfabe27395e6764c8f69c876" -SRC_URI[sha256sum] = "14ba4154dab52066c1c4d6547cc40bbf60726445cb16f1d2dcc9485cdf38964d" +SRC_URI[sha256sum] = "c494b52d798890033d64b28687a4d52807c8b0f606d56316e139df0cbe116c57" inherit pypi python_poetry_core From patchwork Tue Jun 10 03:33:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64646 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 81FC1C71140 for ; Tue, 10 Jun 2025 03:34:02 +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.web10.78442.1749526437278235488 for ; Mon, 09 Jun 2025 20:33:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nAsdcbwC; 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=1749526437; x=1781062437; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=im7PVzrkiCdeAE4CL21EXTEmMkeerTd/Egxy8rHmWyk=; b=nAsdcbwCDxnEIds+cUrJPvxl2fuveCWQRjRafqTBUdl9jekxzavOCaDz clvkXaWRfBUCcbGabZDRXrnTRy+f+P024VppQNxG0ZWwdkGiIVmc4tSqq mXX6s35cXgm8di6Vk0y/oJngmNJikFk2ufwCOHvnpcFfqCQacQ3PA5pJk UxLedMcCSJJT7tTPf2U78XJZiPTeK91vXMOtcLIhpesdVjvwFb9sMUxA6 RLAZ86Ydxi9YRcasWMC1uO/5annuxwEPVOfgf+Nr3IWCrNL7Cs478lK3z 3rT5WSD+Eg5o6L6ulfktDbOM+OLYsx2Hnk5SV/TkOT+5WVGLOzbTpWvPs A==; X-CSE-ConnectionGUID: sfzfEwSIR5m6lIG/qlfYGA== X-CSE-MsgGUID: jGzCpGskTma8RrBFBZbKPA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="189595030" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="189595030" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:55 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id EDB2ED6FBC for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 97747D5068 for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1F8601A009B; Tue, 10 Jun 2025 11:33:52 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 50/64] python3-robotframework: upgrade 7.2.2 -> 7.3 Date: Tue, 10 Jun 2025 11:33:16 +0800 Message-ID: <20250610033330.924-50-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117843 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...n3-robotframework_7.2.2.bb => python3-robotframework_7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-robotframework_7.2.2.bb => python3-robotframework_7.3.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.3.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb rename to meta-python/recipes-devtools/python/python3-robotframework_7.3.bb index cf456ac2e6..38417926cf 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_7.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" inherit pypi setuptools3 -SRC_URI[sha256sum] = "9c420f6d35e9c8cd4b75b77cc78e36407604534ec4ab0cbddf699d7c0b2fc435" +SRC_URI[sha256sum] = "676f75a58e34db04cde91922c0bc68d4d73f091b6be753809ce16e9579412323" RDEPENDS:${PN} += " \ python3-shell \ From patchwork Tue Jun 10 03:33:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64652 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 9E338C71144 for ; Tue, 10 Jun 2025 03:34:02 +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.web11.77954.1749526430938462080 for ; Mon, 09 Jun 2025 20:33:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nxgZeZfz; 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=1749526436; x=1781062436; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rHyPm0cc+hn1PFVtW7CcC3XsH1wJX2DBXeCD3T4qIyM=; b=nxgZeZfzfjFp/aawu+83epz9MKo9CtYgj9RDVXzYxdndFfkoTmTaN7bq 0YZYMUK5+FDuurxNe50DeaVSBEXjKqMZDjg2gUSvnZ5kVWoFuVQkIjZcu 19nZiE4CMVuLzaF5Wy09YVi7l/U1x5XDNLtBijXPJAtblR4SbAPho0r4D UL51gZXqVhLr/egxnM8CsykzJp5tnOtNuq1DWNnUPkjh40Mi8eTCAc3Ne XpanwEgERM23ZihXUt0Sypwy/HltAFlJG4EXRqmiAv3e/hjPUvdOhReCz +a+k9CZ316caqpGaStLw9TRr6p1xdHQCMVoGxD/jH17jrCGJqKmJA3Sdh g==; X-CSE-ConnectionGUID: qpMjLt+fSiCJIZ3IRMq5PQ== X-CSE-MsgGUID: gtLuJuNkRxqVu3Bge0lLcw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190206654" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190206654" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:55 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4B704E495E for ; Tue, 10 Jun 2025 12:33:53 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id E7555BF3C1 for ; Tue, 10 Jun 2025 12:33:52 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 79A841A0071; Tue, 10 Jun 2025 11:33:52 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 51/64] python3-scikit-build-core: upgrade 0.11.3 -> 0.11.4 Date: Tue, 10 Jun 2025 11:33:17 +0800 Message-ID: <20250610033330.924-51-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117841 From: Wang Mingyu Changelog: ============= Fixes: - Typo in license-files - Fix dynamic-metadata iteration (only affected GraalPy) - Better abiflags implementation, uses ABIFLAGS on 3.14+, supports GraalPy - File API commandFragments is optional - Add python -m scikit_build_core printout and a few CLI issues - Add some platform info to logging Internal: - Explicit mypy ignores - Adjust typing to be ready for next mypy release Documentation: - Refactor the documentation to use single-line summaries Signed-off-by: Wang Mingyu --- ...build-core_0.11.3.bb => python3-scikit-build-core_0.11.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-scikit-build-core_0.11.3.bb => python3-scikit-build-core_0.11.4.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb rename to meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb index 134bb3aeac..d1b2fde166 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb @@ -10,6 +10,6 @@ DEPENDS = "python3-hatch-vcs-native" inherit pypi python_hatchling SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" -SRC_URI[sha256sum] = "74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506" +SRC_URI[sha256sum] = "5b194bbb04092ae327d294b23e4bbffb6181adce4259440a86c9cf6abb8eaa6c" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Jun 10 03:33:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64641 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 78CF1C7113E for ; Tue, 10 Jun 2025 03:34: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.web10.78443.1749526438015429840 for ; Mon, 09 Jun 2025 20:33:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=L0iyBsMV; 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=1749526438; x=1781062438; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RUYtbB4c07uKef/SyxUVvpOhZjdVv+qGWbLU16ishHY=; b=L0iyBsMVaTqkfiUubobUN636StgobuyaQOtBwgFzaGMy7I5cKpf40NvQ 2JueqLxvtKF/xbBwQ/1ZecaP/OmB15kUt9TfNUdAFEJndIEu6kCAXC7yp Xun2XiPW1b/ORKJYkAwb2s0WGcBORKoT19/TwK1eLASJohRH3ubIoxkh2 KYPlfYHrY7PguHhvGc0CuvrYCeTXbKR3VGHLsO42zuzxCy5HGOaOVMzAC 3eZxE42/p4yloN1C3ESo7Khxb3VnduyjmJvz2tj5ThQCJlC4ocShgtSOW NAB+e18fxbTz+1QIz73nfev+OSqqweA3SrHRmBEZJG7aBoXONCUR9A+D1 Q==; X-CSE-ConnectionGUID: Bh8a2VmzRBuJWDkRraGh/A== X-CSE-MsgGUID: 3bsMaxlTQ1mNhELZco1Hvg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181135337" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181135337" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:56 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id AA04DD5004 for ; Tue, 10 Jun 2025 12:33:53 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 535CBD5068 for ; Tue, 10 Jun 2025 12:33:53 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CC3631A009A; Tue, 10 Jun 2025 11:33:52 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 52/64] python3-thrift: upgrade 0.21.0 -> 0.22.0 Date: Tue, 10 Jun 2025 11:33:18 +0800 Message-ID: <20250610033330.924-52-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117844 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-thrift_0.21.0.bb => python3-thrift_0.22.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-connectivity/python-thrift/{python3-thrift_0.21.0.bb => python3-thrift_0.22.0.bb} (85%) diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.21.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.22.0.bb similarity index 85% rename from meta-python/recipes-connectivity/python-thrift/python3-thrift_0.21.0.bb rename to meta-python/recipes-connectivity/python-thrift/python3-thrift_0.22.0.bb index 6a22f2170d..2dba3d48a6 100644 --- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.21.0.bb +++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.22.0.bb @@ -2,7 +2,7 @@ SUMMARY = "Python bindings for the Apache Thrift RPC system" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" -SRC_URI[sha256sum] = "5e6f7c50f936ebfa23e924229afc95eb219f8c8e5a83202dd4a391244803e402" +SRC_URI[sha256sum] = "42e8276afbd5f54fe1d364858b6877bc5e5a4a5ed69f6a005b94ca4918fe1466" inherit pypi setuptools3 From patchwork Tue Jun 10 03:33:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64665 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 4AB5EC5B552 for ; Tue, 10 Jun 2025 03:34:13 +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.web11.77966.1749526445651764459 for ; Mon, 09 Jun 2025 20:34:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iNJnnPsx; 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=1749526446; x=1781062446; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=F/sUMkiHwBvVBLHX/Y0huqlgguUF76wXjFod8iAau3Y=; b=iNJnnPsxtuhUVZ25DOnjMx1O4lmECOQvNtxHn28yojdJfLBqasqMuDK4 N8ojbDCkMeBOZ97uPLvoiRLu2wNXDCDz1Qf/9lfD4ty9A/9q1iEiOLBsw t0mZB9ZYZ+sRQnbl0C2Fahi2cGRxN2bLXN24qhobi/T7J7zFGcyw281ZJ qVLK2LApcrOFBq5Oq4hj5iK1tans0EBmBywBofLJs+yMzxIqp6UhHg0tv 7w7oMe737tXlOC6jChYJIVsZhyyIH/bgTEv22nhOfN0jEVgU90K3yyC7U wRziBiNJleIqHMfP98sCnMYGfuPeT8+Y1belacq8q9lv8hr4ffhS4mCM9 Q==; X-CSE-ConnectionGUID: 82yLhckQSGqtA3OY7uYKYA== X-CSE-MsgGUID: 9jfXSmkgSC6HL4K/f9StNg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202190337" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202190337" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:34:03 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 1474ED8033 for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A7127BF3C1 for ; Tue, 10 Jun 2025 12:33:53 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 351911A0071; Tue, 10 Jun 2025 11:33:53 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 53/64] python3-tomlkit: upgrade 0.13.2 -> 0.13.3 Date: Tue, 10 Jun 2025 11:33:19 +0800 Message-ID: <20250610033330.924-53-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117857 From: Wang Mingyu Changelog: ============ - fix: register encoder's doc incorrectly mentions TypeError - [pre-commit.ci] pre-commit autoupdate - chore(deps-dev): bump virtualenv from 20.26.1 to 20.26.6 - chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs - [pre-commit.ci] pre-commit autoupdate - chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 - [pre-commit.ci] pre-commit autoupdate - feat: add .item() method to retrieve the item object - Fix: Inconsistent newlines on Windows - Replace pytest's legacy tmpdir fixture with tmp_path - Update README.md - Prevent repeated whitespace items in arrays - Aot setitem not implemented fix - [pre-commit.ci] pre-commit autoupdate - Fix removal of items from Arrays - Fix: reject single keys that aren't strings - [pre-commit.ci] pre-commit autoupdate - fix: Invalid serialization when overwriting out-of-order table key - fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nesting - chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 - fix: ensure unique table indices when adding items to out-of-order tables - fix: add newline indentation after existing items in Container class - fix: Missing newline at end of file with multiple array of tables can corrupt during dumping - chore: update version to 0.13.3 Signed-off-by: Wang Mingyu --- .../{python3-tomlkit_0.13.2.bb => python3-tomlkit_0.13.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tomlkit_0.13.2.bb => python3-tomlkit_0.13.3.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.13.3.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb rename to meta-python/recipes-devtools/python/python3-tomlkit_0.13.3.bb index 8eeb9d7603..934c624670 100644 --- a/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.13.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/tomlkit/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82" -SRC_URI[sha256sum] = "fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79" +SRC_URI[sha256sum] = "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" inherit pypi python_poetry_core ptest-python-pytest From patchwork Tue Jun 10 03:33:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64647 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 6168FC7113D for ; Tue, 10 Jun 2025 03:34:02 +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.web11.77954.1749526430938462080 for ; Mon, 09 Jun 2025 20:33:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PpXcLK08; 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=1749526438; x=1781062438; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=fHRvAJQff6Bxes6qp/Qv8JWcceziZxa1tOA9pQlEesw=; b=PpXcLK08/hVAu/UvR5bHlBdGQ2KCyTq7eAYcZidIJoVfBZ5Ywj9Sushh ChFwn9bWt3SPSpgw7NMJd2eh/1Lz7IZW9DvLg5F2Of+nvzz5uSd7jK89F WWuerzKFtA4CZPXPqKWfJwwxBNwKnK0EfakII8zJ00ByztmdJ7MK/cA4I AukvK8NIlWKTvnXxTki+ZrgcYA6BaUH+/j2DqOpiYN74HX2FvU5pbDQ6z 7mMpFW4oyOBR1k4snxkodZAyNynw7mvymPVUC16n5kvGZ37RuJOOxEa52 UykVbW9M8kMvzbu2+WzlEaA+YwFi8cpDKPOGFtqhNLtgSih5Guh2uLJ65 w==; X-CSE-ConnectionGUID: mE/+4MycTSGgbq7EHWxm0A== X-CSE-MsgGUID: PxMsZFSxQvmJ2r7fuPfeBg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190206660" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190206660" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:57 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 6BEC6D5051 for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 173C2D5068 for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 901EA1A009A; Tue, 10 Jun 2025 11:33:53 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 54/64] python3-tornado: upgrade 6.5 -> 6.5.1 Date: Tue, 10 Jun 2025 11:33:20 +0800 Message-ID: <20250610033330.924-54-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117846 From: Wang Mingyu Changelog: - Fixed a bug in ''multipart/form-data'' parsing that could incorrectly reject filenames containing characters above U+00FF Signed-off-by: Wang Mingyu --- .../python/{python3-tornado_6.5.bb => python3-tornado_6.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tornado_6.5.bb => python3-tornado_6.5.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.5.bb b/meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-tornado_6.5.bb rename to meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb index 65a1778457..c10589b2b9 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.5.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.5.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://www.tornadoweb.org/en/stable/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "c70c0a26d5b2d85440e4debd14a8d0b463a0cf35d92d3af05f5f1ffa8675c826" +SRC_URI[sha256sum] = "84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c" inherit pypi python_setuptools_build_meta From patchwork Tue Jun 10 03:33:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64636 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 EA3DEC5B552 for ; Tue, 10 Jun 2025 03:34:01 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.78445.1749526440278069450 for ; Mon, 09 Jun 2025 20:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CLqGHVMH; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, 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=1749526440; x=1781062440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3XmM6fGm5LQEVzj4d+wYn3EVdikNFzZGJM4NQsimQVA=; b=CLqGHVMHXm3WwKYnstgyq4JT5dLGqEI0E+fLbFfMSJJOGRJRClcKzfft lfpBQnI56x+5QaSjAfmaIt3HwtHXTn7dkz0Raa4uE14Jyyo302GEEi86Y s7g2GuWudRC0qlWhivIzTyQMfSzDpQb6JFH9PhQ108kZ8EVqcMoYmLS6f Kmmc8WKHAOibTXrNMuX0FN7P5wuKbFBlYTAx3WIYe/LaHsL/4z46DnMxj 3+Co/Mp+ToW8KAyYzx1sSesoeVYrZNGqFfx24s9IZXBL4STHGvV4N+ws7 M1lHKY02UASthHLJ0wvA3lQBjJLNBS56e6C5tjGxtzO6bOCJWoBvL3OR2 A==; X-CSE-ConnectionGUID: kqM8zWcARDCRkAN7l228oA== X-CSE-MsgGUID: cc3NH1ilTRyCmU27T3mZfQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181715004" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181715004" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:56 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id C90E2152EC for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 6A390BF3C1 for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ECEC81A0071; Tue, 10 Jun 2025 11:33:53 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 55/64] python3-typeguard: upgrade 4.4.2 -> 4.4.3 Date: Tue, 10 Jun 2025 11:33:21 +0800 Message-ID: <20250610033330.924-55-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117854 From: Wang Mingyu Changelog: =========== - Fixed @typechecked unable to find the target function or method if it or the containing class had PEP 695 type parameters on them - Fixed handling of union types on Python 3.14 - Fixed __type_params__ getting lost when a function is instrumented Signed-off-by: Wang Mingyu --- .../{python3-typeguard_4.4.2.bb => python3-typeguard_4.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_4.4.2.bb => python3-typeguard_4.4.3.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb rename to meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb index 4d208cb8c5..42aa7f228b 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" -SRC_URI[sha256sum] = "a6f1065813e32ef365bc3b3f503af8a96f9dd4e0033a02c28c4a4983de8c6c49" +SRC_URI[sha256sum] = "be72b9c85f322c20459b29060c5c099cd733d5886c4ee14297795e62b0c0d59b" inherit pypi python_setuptools_build_meta ptest-python-pytest From patchwork Tue Jun 10 03:33:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64637 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 5741EC71137 for ; Tue, 10 Jun 2025 03:34: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.web11.77959.1749526439495541180 for ; Mon, 09 Jun 2025 20:33:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lytH9Aye; 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=1749526440; x=1781062440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=J0ieF19sRuoxD9WUVRSuNdqtOqKb5+rOYYeBHDtwRLY=; b=lytH9Aye5qGy5FLjIInE9/ChsmNcOF6tBk3dnfJVdW8DN5yQzmhMk2+b XVnhOdTCwRxdxfBeg4MdNalCTrvsUH8mwncr75FmZDdDCuHoxZ1is51m2 FvxrviCVi4C3gTVf34CcNtL3GLIqriGJ4BMRc546x7nqfWv3I6z+lTP5n 97XAy/cQ3Oe3hDcSBLbQw2CPLdbMM2GS+w8wSs7+4igs6isKCDsPokVH5 mS0IrKR0djjDCiUhp71sdOrw6K+oCraK/dyXPeaZ2JKKzhcbUhhU4X6Qx RCHBEIsxSx9XTe0wVm7tmD75lg+wkFPFl+NIYa0qR3ubRgH1qIvisI/+k w==; X-CSE-ConnectionGUID: BHwkGAv8Q6Oy3Kv2H7gfsA== X-CSE-MsgGUID: ISVSv45yTPyloiR8RIf0rg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453630" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453630" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:57 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 29E26C68FB for ; Tue, 10 Jun 2025 12:33:55 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id CD43ED5068 for ; Tue, 10 Jun 2025 12:33:54 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5049C1A009B; Tue, 10 Jun 2025 11:33:54 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 56/64] python3-web3: upgrade 7.11.1 -> 7.12.0 Date: Tue, 10 Jun 2025 11:33:22 +0800 Message-ID: <20250610033330.924-56-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117847 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-web3_7.11.1.bb => python3-web3_7.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-web3_7.11.1.bb => python3-web3_7.12.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-web3_7.11.1.bb b/meta-python/recipes-devtools/python/python3-web3_7.12.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-web3_7.11.1.bb rename to meta-python/recipes-devtools/python/python3-web3_7.12.0.bb index ed57f6d79d..06e09b9cf1 100644 --- a/meta-python/recipes-devtools/python/python3-web3_7.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-web3_7.12.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d34d9701a1461e4bd71a904ac4cf7be" -SRC_URI[sha256sum] = "1b23f323cb939c3c9c16a92228d1a62f109fed026089b0d8ce5829eca26031a3" +SRC_URI[sha256sum] = "08fbe79a2e2503c9820132ebad24ba0372831588cabac5f467999c97ace7dda3" inherit pypi setuptools3 From patchwork Tue Jun 10 03:33:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64640 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 447FCC71134 for ; Tue, 10 Jun 2025 03:34: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.web10.78439.1749526433911033951 for ; Mon, 09 Jun 2025 20:34:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nsJ6pl0/; 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=1749526440; x=1781062440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GT6zuiFuK0ubpxbSMWnFeO6WPqokp3/aBoOMgNn7PVM=; b=nsJ6pl0/+30LVTTLfoqkH+QqF+1MqaR5QXLxHH2K9DEvX0LXer6k7Ult kf0mwlumt4gynEOgZs3fm6QozpL4nvj3ypXH2GQ59us8JF0EXh93n47nG BJcmMzk6+6V6HggCTFsmYYFueUOkV6E+ShkNcb3PM5FZL2nV0G5+2qUz1 VKNx3JAqBq6Qim8HJ6vPEXlWetFmUWpFq2ubuNuS9Ji1YkF0n8UXRfX7u kI+Tq0GiboDsNldEnPGw4HJcZsG4w5kWbhWyaUYsvn2p06Aw/CWv7TaVS iOrMvxmcju6sf0EeEpJGuD3j8jT9/wOV6gVhTzuTNsEUV21ijT+/OFit0 w==; X-CSE-ConnectionGUID: 7CDw1Qu+S+iuSIi4lsylfQ== X-CSE-MsgGUID: 98OncKm9Qpq+OeJebFHP6g== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202196209" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202196209" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:59 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 2728ED5051 for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id C3693D506E for ; Tue, 10 Jun 2025 12:33:55 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 045C21A0071; Tue, 10 Jun 2025 11:33:54 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 57/64] python3-xmlschema: upgrade 4.0.1 -> 4.1.0 Date: Tue, 10 Jun 2025 11:33:23 +0800 Message-ID: <20250610033330.924-57-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117848 From: Wang Mingyu Changelog: ============= - Add XPath selectors: ElementSelector and ElementPathSelectors - Add selector argument to XMLResource and iterparse filters - Fix element substitution - Restore v3.4.5 builder methods as helpers - Add overall_min_occurs and overall_max_occurs helpers to XsdElement - Extend error message for XML syntax errors - Fix query/fragment like for filenames Signed-off-by: Wang Mingyu --- .../{python3-xmlschema_4.0.1.bb => python3-xmlschema_4.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-xmlschema_4.0.1.bb => python3-xmlschema_4.1.0.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_4.1.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb rename to meta-python/recipes-devtools/python/python3-xmlschema_4.1.0.bb index ed759ab532..abdbf828c2 100644 --- a/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-xmlschema_4.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=26aa26eda991a3a2b61c11b62d3fda65" -SRC_URI[sha256sum] = "9a8598daa2e2859c499f6f08242f7547804ae0c2d037971c44bcb9aae154ff22" +SRC_URI[sha256sum] = "88ac771cf94d5fc6bbd1a763db8c157f3d683ad23120b0d0b8c46fe4537f2adf" inherit pypi python_setuptools_build_meta From patchwork Tue Jun 10 03:33:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64639 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 358EBC71135 for ; Tue, 10 Jun 2025 03:34: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.web11.77959.1749526439495541180 for ; Mon, 09 Jun 2025 20:34:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XxBMVylF; 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=1749526441; x=1781062441; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=//UWh5cU/ZApQB10qnGfqCuhAhGzgNPdlx9XqfJDs/s=; b=XxBMVylFlL7QschsPknABADnQzo698aaVKdgxdkdtFhefXOzYoEcdV0F Mq2YatZXf5OkpQSqSIVpMh3J1NooUqCAuaiAR1AzPZ3ChzDgbrYt27jfY RC2sTc6Q+ZXYRTQ51EpTmt3ASQ4xX5PTpDWvGfa/0pNkQVjcgszmEklA6 ZIGB4FmKlJCZeWWnUeRgapu6uBZ7EEnqqIMC7DFfqa8/SgKR5TmLtq74d sKvYrk1ynKqYYRDqou60q3AHdnuBYQ8qhOsV5L4LSdVrdbiTd9h4aqSEG fhQNWtYM0wgl6zPHW333/ilx4y8F9OD2QJKN/eU1MlyhdQY+7GhPknktK g==; X-CSE-ConnectionGUID: FIGS+8yCTFae80Aix47zrg== X-CSE-MsgGUID: x6PX+puaR4WCEMlbPEmxgw== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453633" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453633" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:59 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 86DA1E495E for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 2F46ED50B0 for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5A7301A009A; Tue, 10 Jun 2025 11:33:55 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 58/64] sip: upgrade 6.11.0 -> 6.12.0 Date: Tue, 10 Jun 2025 11:33:24 +0800 Message-ID: <20250610033330.924-58-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117849 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/sip/{sip_6.11.0.bb => sip_6.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/sip/{sip_6.11.0.bb => sip_6.12.0.bb} (87%) diff --git a/meta-oe/recipes-devtools/sip/sip_6.11.0.bb b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb similarity index 87% rename from meta-oe/recipes-devtools/sip/sip_6.11.0.bb rename to meta-oe/recipes-devtools/sip/sip_6.12.0.bb index 0db80c3cc0..20e705f1a6 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.11.0.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" inherit pypi python_setuptools_build_meta python3native PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799" +SRC_URI[sha256sum] = "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6" DEPENDS += "python3-setuptools-scm-native" From patchwork Tue Jun 10 03:33:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64638 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 205A2C678DA for ; Tue, 10 Jun 2025 03:34:02 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.77955.1749526431400049978 for ; Mon, 09 Jun 2025 20:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UQsd7yVE; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, 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=1749526440; x=1781062440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=IPAAab3dfvlo7O1c0kREi3OPw48MjTyd6YMIeGScU58=; b=UQsd7yVEySRRItCi2Q0ABp6tgO3Hbgw2I/BdbO68HEGSmoRhYWcnRiX0 lXVM3feLSdituPdq/Z5ut4WbYxH+YQlLaw2R21TIHkv65uMYUwUbuhUxm c/suODUd6Ryaa2KwdtgiREjTAg5lRcIM/nX5/rDFx2CF5siFu6xNaXr4/ SeUPay3sa6JRxgjrlHR94VkL/WBvWF/mpSMqihCe2dwiiX6H9zXk/x7u2 SQZ4pmweEzmuUcf+8z7Lv9ves7l92nNzr/sRozrM1JP6ovnZViaWX1rtY 46biNHduB9/aFJRlGVzlIo78npXgozNLru+JqvP7QpNXcqp2LYtSXPmsq w==; X-CSE-ConnectionGUID: UxwdztkrRVypi9WIBfWS/g== X-CSE-MsgGUID: F/NqPi8jRHyiYX4LRjkVyA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181121919" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181121919" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:59 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id E0F4BD4C24 for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 87714D4C19 for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BB0BF1A009B; Tue, 10 Jun 2025 11:33:55 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 59/64] stunnel: upgrade 5.74 -> 5.75 Date: Tue, 10 Jun 2025 11:33:25 +0800 Message-ID: <20250610033330.924-59-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117851 From: Wang Mingyu License-Update: Copyright year updated to 2025 fix-openssl-no-des.patch refreshed for 5.75 Signed-off-by: Wang Mingyu --- .../stunnel/stunnel/fix-openssl-no-des.patch | 8 ++++---- .../stunnel/{stunnel_5.74.bb => stunnel_5.75.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.74.bb => stunnel_5.75.bb} (87%) diff --git a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch index 08edc254ae..3520bf429e 100644 --- a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch +++ b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch @@ -1,4 +1,4 @@ -From 71751d30ca6bdae6c62e41b8bdd20eb69cecd556 Mon Sep 17 00:00:00 2001 +From e08b9760d319d0334f2aad02d32d791c8ebd8564 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 1 Nov 2017 09:23:41 -0400 Subject: [PATCH] stunnel: fix compile error when openssl disable des support @@ -17,10 +17,10 @@ Signed-off-by: Kai Kang 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common.h b/src/common.h -index f112cf9..8d4be01 100644 +index c2229d0..5eaee8c 100644 --- a/src/common.h +++ b/src/common.h -@@ -496,7 +496,9 @@ extern char *sys_errlist[]; +@@ -497,7 +497,9 @@ extern char *sys_errlist[]; #ifndef OPENSSL_NO_MD4 #include #endif /* !defined(OPENSSL_NO_MD4) */ @@ -31,7 +31,7 @@ index f112cf9..8d4be01 100644 #include #if OPENSSL_VERSION_NUMBER<0x10100000L diff --git a/src/protocol.c b/src/protocol.c -index 616a65f..5ccbcb0 100644 +index c390a6f..7aca745 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -82,7 +82,7 @@ NOEXPORT void ldap_client_middle(CLI *); diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.74.bb b/meta-networking/recipes-support/stunnel/stunnel_5.75.bb similarity index 87% rename from meta-networking/recipes-support/stunnel/stunnel_5.74.bb rename to meta-networking/recipes-support/stunnel/stunnel_5.75.bb index 558eacd709..e13872abcd 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.74.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.75.bb @@ -3,7 +3,7 @@ DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-sta HOMEPAGE = "https://www.stunnel.org/" SECTION = "net" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING.md;md5=906ac034adaee9d093318e51b53453ca" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=1e4388407e163ad0cde171362f9a7b94" DEPENDS = "autoconf-archive libnsl2 openssl" @@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \ file://fix-openssl-no-des.patch \ " -SRC_URI[sha256sum] = "9bef235ab5d24a2a8dff6485dfd782ed235f4407e9bc8716deb383fc80cd6230" +SRC_URI[sha256sum] = "0c1ef0ed85240974dccb94fe74fb92d6383474c7c0d10e8796d1f781a3ba5683" inherit autotools bash-completion pkgconfig From patchwork Tue Jun 10 03:33:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64642 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 3236BC71133 for ; Tue, 10 Jun 2025 03:34:02 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:34:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=i8Doolm9; 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=1749526440; x=1781062440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=rmEnWratWKbAY88iyRRtlp2FT+eDcBxkmqcWTYXVTdk=; b=i8Doolm9PcNmYL3rBOiBBznlZMolXsfrjSgRxhUuyxMknG45OZqkhw9X vkjRvmNGxehlSU42GJG4Y6lFESO2OjMbcWadKVUxCwjqqaHL8GN6/74J1 9Zo05VpXottASQDrXqtrvl6FbBfeF9zXfcI/YGJFYLtQdGwxBXMQWcxR+ 81+JtvUwpRHLYa0isp6sVYPYI+EHjGU379xegIdJ5q3wLGO8oAgMzfwxM uLSfcENLlerzLgihvT9brC/Hzxa7+OwWtzA1qOuoTME2c2tPid1Ne8lsU I3m/FfxxewkaIe+9dJ4c6P1srDhRJ+1YTz3viKhBdsb7YXFHJnRjds/zu g==; X-CSE-ConnectionGUID: ov3vGf98TZC34Y3as4FV1A== X-CSE-MsgGUID: vSXSIctbQtCDibpBZGhjTQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680498" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680498" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:59 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id E9284C68FB for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 94663D5068 for ; Tue, 10 Jun 2025 12:33:56 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1CA291A0071; Tue, 10 Jun 2025 11:33:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 60/64] tesseract: upgrade 5.5.0 -> 5.5.1 Date: Tue, 10 Jun 2025 11:33:26 +0800 Message-ID: <20250610033330.924-60-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117850 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../tesseract/{tesseract_5.5.0.bb => tesseract_5.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/tesseract/{tesseract_5.5.0.bb => tesseract_5.5.1.bb} (91%) diff --git a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb similarity index 91% rename from meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb rename to meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb index 33d928fa2c..213dfada23 100644 --- a/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb +++ b/meta-oe/recipes-graphics/tesseract/tesseract_5.5.1.bb @@ -5,7 +5,7 @@ BUGTRACKER = "https://github.com/tesseract-ocr/tesseract/issues" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "64eab6c457b2337dd690746a5fde5c222b40d5f8" +SRCREV = "3b7c70e34dea179549ed3e995872e2e019eb8477" SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=main;protocol=https" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:33:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64644 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 0AFCFC71130 for ; Tue, 10 Jun 2025 03:34:02 +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.web10.78436.1749526427996707314 for ; Mon, 09 Jun 2025 20:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=m5Xg1UW6; 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=1749526441; x=1781062441; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Q6tW67u/JW4zwR0nY55J4fqhrEinVrdu2T+5E3ydEXw=; b=m5Xg1UW6ZblpTAM45hUWvT8QdI/7RdHWH5lKqhPX93OyBBnbf2at1iXv UjVMFSjPuhKy6nyq1e6iQ+9TewB+jKQ9XzKotomkmLifVUobBn0sxvdcu zzzI+5c+K5ne7gpHFKezw4xQI8iBPEbFzv39MFMGdoztpRvVSqHh+w41X V95evYC0SvyeoMbRzNENU4B1AJR91YycrpXiQaxeD0/XZzA/8KnStEyZv IsgJnY3MBaHrbR6QMxO+NkxqzpRFXQnb7ZPMZhVXx0OpTGz8xFgykclno zarcEfnhvOLUwL+BW2m3wU1H4cemtEkuhJKB4g+BUqQhcEpNY8BYd1Nad g==; X-CSE-ConnectionGUID: u44CTbFoRBCizZWtW28ePg== X-CSE-MsgGUID: HrY66QM5T1OnvUbl5IDRkQ== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="202680500" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="202680500" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:33:59 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 9DEAAD8033 for ; Tue, 10 Jun 2025 12:33:57 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 47599BF3C1 for ; Tue, 10 Jun 2025 12:33:57 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7682A1A009A; Tue, 10 Jun 2025 11:33:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 61/64] thrift: upgrade 0.21.0 -> 0.22.0 Date: Tue, 10 Jun 2025 11:33:27 +0800 Message-ID: <20250610033330.924-61-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117853 From: Wang Mingyu 0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch removed since it's included in 0.22.0 Signed-off-by: Wang Mingyu --- ...-missing-cstdint-include-for-int64_t.patch | 52 ------------------- .../{thrift_0.21.0.bb => thrift_0.22.0.bb} | 3 +- 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/thrift/thrift/0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch rename meta-oe/recipes-connectivity/thrift/{thrift_0.21.0.bb => thrift_0.22.0.bb} (93%) diff --git a/meta-oe/recipes-connectivity/thrift/thrift/0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch b/meta-oe/recipes-connectivity/thrift/thrift/0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch deleted file mode 100644 index e0bce16537..0000000000 --- a/meta-oe/recipes-connectivity/thrift/thrift/0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 947ad66940cfbadd9b24ba31d892dfc1142dd330 Mon Sep 17 00:00:00 2001 -From: Sutou Kouhei -Date: Mon, 23 Dec 2024 12:33:22 +0900 -Subject: [PATCH] THRIFT-5842: Add missing cstdint include for int64_t in - Mutex.h - -Client: cpp - -GCC 15 (not released yet) requires `#include ` for `int64_t` -but `lib/cpp/src/thrift/concurrency/Mutex.h` doesn't have it. So we -can't build Thrift with GCC 15: - - [80/359] Building CXX object lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSSLServerSocket.cpp.o - FAILED: lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSSLServerSocket.cpp.o - /bin/g++-15 -DBOOST_ALL_DYN_LINK -DBOOST_TEST_DYN_LINK -DTHRIFT_STATIC_DEFINE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/kou/work/cpp/thrift.kou.build/lib/cpp -I/home/kou/work/cpp/thrift.kou/lib/cpp -I/home/kou/work/cpp/thrift.kou.build -I/home/kou/work/cpp/thrift.kou/lib/cpp/src -g -std=c++11 -MD -MT lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSSLServerSocket.cpp.o -MF lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSSLServerSocket.cpp.o.d -o lib/cpp/CMakeFiles/thrift.dir/src/thrift/transport/TSSLServerSocket.cpp.o -c /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp - In file included from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TServerSocket.h:25, - from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TSSLServerSocket.h:23, - from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp:21: - /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:47:26: error: 'int64_t' has not been declared - 47 | virtual bool timedlock(int64_t milliseconds) const; - | ^~~~~~~ - /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:25:1: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' - 24 | #include - +++ |+#include - 25 | - /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:60:29: error: 'int64_t' has not been declared - 60 | Guard(const Mutex& value, int64_t timeout = 0) : mutex_(&value) { - | ^~~~~~~ - /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:60:29: note: 'int64_t' is defined in header ''; this is probably fixable by adding '#include ' - -See also: https://github.com/apache/arrow/issues/45096 - -Upstream-Status: Backport [https://github.com/apache/thrift/commit/947ad66940cfbadd9b24ba31d892dfc1142dd330] ---- - lib/cpp/src/thrift/concurrency/Mutex.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/cpp/src/thrift/concurrency/Mutex.h b/lib/cpp/src/thrift/concurrency/Mutex.h -index 1e5c3fba3..12f1729d6 100644 ---- a/lib/cpp/src/thrift/concurrency/Mutex.h -+++ b/lib/cpp/src/thrift/concurrency/Mutex.h -@@ -20,6 +20,7 @@ - #ifndef _THRIFT_CONCURRENCY_MUTEX_H_ - #define _THRIFT_CONCURRENCY_MUTEX_H_ 1 - -+#include - #include - #include - --- -2.34.1 - diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.22.0.bb similarity index 93% rename from meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb rename to meta-oe/recipes-connectivity/thrift/thrift_0.22.0.bb index 85e2e68694..9c50317eff 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.22.0.bb @@ -10,9 +10,8 @@ DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ - file://0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch \ " -SRC_URI[sha256sum] = "9a24f3eba9a4ca493602226c16d8c228037db3b9291c6fc4019bfe3bd39fc67c" +SRC_URI[sha256sum] = "794a0e455787960d9f27ab92c38e34da27e8deeda7a5db0e59dc64a00df8a1e5" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Jun 10 03:33:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64648 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 138F0C71132 for ; Tue, 10 Jun 2025 03:34: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.web10.78446.1749526440980418683 for ; Mon, 09 Jun 2025 20:34:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=T2aDNxo9; 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=1749526441; x=1781062441; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qW8Yf4WU5zuwG/FT3ChihRqf68Gh4XbIVYvsj0Pq64o=; b=T2aDNxo9RMILEbv7YJlQcVkrXGfFZTMVItSJiVCbW7Yx1gLWjnZj6Xpl NjD/RxOzEmloCObUxb4w1GboBgdRJYZALPrB8XFtGe7wDJ9BMftVAyGfe cveWS2sNau7/SxuEq7wcdR96hQ009tBkgrWkKDn0WN0OHpNkB0+wj5qak yuEHif+PLSURC8aoXWjlUHF9aRKMyADze0NXq8WvYSUfhSLLWajXVccWv I6K5b8cWQERgqr23Kapv3Z85IVGQ405JPi3qyP8D+tue4GKCs7ym/IFsj xcagz4LV5d/fitCCGrlA5qxe7PX5scwsvsXOkE+kfaEOF9R63SIlyTEnq g==; X-CSE-ConnectionGUID: WQvWwMIGS8CDteBErYWAKw== X-CSE-MsgGUID: BqcMektlQ5OxDCTGkN7X8w== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="201453638" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="201453638" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:34:00 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id A622ED6FBC for ; Tue, 10 Jun 2025 12:33:57 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 55F26D5068 for ; Tue, 10 Jun 2025 12:33:57 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D359D1A0071; Tue, 10 Jun 2025 11:33:56 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 62/64] valijson: upgrade 1.0.5 -> 1.0.6 Date: Tue, 10 Jun 2025 11:33:28 +0800 Message-ID: <20250610033330.924-62-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117852 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../valijson/{valijson_1.0.5.bb => valijson_1.0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/valijson/{valijson_1.0.5.bb => valijson_1.0.6.bb} (93%) diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.5.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb similarity index 93% rename from meta-oe/recipes-devtools/valijson/valijson_1.0.5.bb rename to meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb index 9661d57e2f..7f5d0b1416 100644 --- a/meta-oe/recipes-devtools/valijson/valijson_1.0.5.bb +++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.6.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf" SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "8b320f25676030ba13fb90c1bf06133df2628086" +SRCREV = "4edda758546436462da479bb8c8514f8a95c35ad" S = "${WORKDIR}/git" From patchwork Tue Jun 10 03:33:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64664 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 4AC70C61CE8 for ; Tue, 10 Jun 2025 03:34:13 +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.web10.78447.1749526442820210475 for ; Mon, 09 Jun 2025 20:34:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=S1VH+Boc; 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=1749526442; x=1781062442; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iKTEtk0F0LOhJDXrKre8ZBvsGsR1edQ92jQrqyNfSKs=; b=S1VH+Boc9p5paZ/o0NUTCHFa6ZZE2xQ1ghl1+kyUtC5RLrtHKxWs823s HHmJbTWfFLpfVqFOqhKzTdTSg/jjyfOhMZ6DAHYJD2TmSbll49ys1+eZ2 e54knB4LaO8f4ywHcQmAQtLtvrU43LbYpdZf3PzLTIukBfR4sBwvFQZTQ emsxV+uu7QRFITwJs01PMR3za45ugTMwyIGoqMQnb8KVq5htgf1eoim84 V/3KbNSZwX+cdebPSBfLEfFWZKjcpI+zCd1cnX53yVOanKA70dyJOLYYD MSbd/3aaHosOSACHy1rDJu6TTYonEbiKRd2xUo+wV8ba0h7ca4oyqHguO w==; X-CSE-ConnectionGUID: 4nljME0iSRGhh0V947LNZQ== X-CSE-MsgGUID: ruC7Y7rtR/6sP755lzm6Jg== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="190662515" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="190662515" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:34:00 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6BA2DD5004 for ; Tue, 10 Jun 2025 12:33:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 1150511C7F for ; Tue, 10 Jun 2025 12:33:58 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3A3321A009B; Tue, 10 Jun 2025 11:33:57 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-networking] [PATCH 63/64] wireguard-tools: upgrade 1.0.20210914 -> 1.0.20250521 Date: Tue, 10 Jun 2025 11:33:29 +0800 Message-ID: <20250610033330.924-63-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117856 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...rd-tools_1.0.20210914.bb => wireguard-tools_1.0.20250521.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_1.0.20210914.bb => wireguard-tools_1.0.20250521.bb} (94%) diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20250521.bb similarity index 94% rename from meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb rename to meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20250521.bb index c12b8abd5d..8fb86bc31e 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20250521.bb @@ -1,6 +1,6 @@ require wireguard.inc -SRCREV = "3ba6527130c502144e7388b900138bca6260f4e8" +SRCREV = "e2ecaaa739144997ccff89d6ad6ec81698ea6ced" SRC_URI = "git://github.com/WireGuard/wireguard-tools.git;branch=master;protocol=https" inherit bash-completion systemd pkgconfig From patchwork Tue Jun 10 03:33:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64659 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 46DAFC73C66 for ; Tue, 10 Jun 2025 03:34:03 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.77955.1749526431400049978 for ; Mon, 09 Jun 2025 20:34:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RbNCSrtp; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, 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=1749526442; x=1781062442; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=waN4rvWRKCeSGv0uburHbQMTzYd52vlrDZ4nFW3G34I=; b=RbNCSrtpw6LNI9M6W2JRtz07QNxEcmGsNHPe7gxKhHiOJ5XkhulM6NwK B43Y0EO3H/pQg1VpbODqSZApuXfH4VROQYBotZhHUbXuG/3l6GYzH4S+D A6VRUUuP+YTzAe5v2lCCnlqRJObjPZOEssbM39tks0BHmXMdJV0M/eSg8 2o7R/SGbUQ2EhiKz4QeAMIUwxFcuewSdMgnIJOoqkAtJmIZF95Zp/+8Ly YpLEZR/ROUjOpNIopZ5ddGoctK60RN2HBxHH3R4HYFeHvM+a63ZJJAUK6 qjcuOQd7YNwFlRf8JgAxvEgH1ZWGh95LS8YCNqWruF+L2LZOtC201AEJZ Q==; X-CSE-ConnectionGUID: cMiz1PZJTlqH9FaJutSVyg== X-CSE-MsgGUID: EMMHZGDaSv+RW6YVwO2aqA== X-IronPort-AV: E=McAfee;i="6800,10657,11459"; a="181121922" X-IronPort-AV: E=Sophos;i="6.16,224,1744038000"; d="scan'208";a="181121922" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jun 2025 12:34:00 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 7AE86D5051 for ; Tue, 10 Jun 2025 12:33:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 1F3DDD5068 for ; Tue, 10 Jun 2025 12:33:58 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 99DB01A0071; Tue, 10 Jun 2025 11:33:57 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 64/64] xcursorgen: upgrade 1.0.8 -> 1.0.9 Date: Tue, 10 Jun 2025 11:33:30 +0800 Message-ID: <20250610033330.924-64-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250610033330.924-1-wangmy@fujitsu.com> References: <20250610033330.924-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 10 Jun 2025 03:34:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117855 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xcursorgen/{xcursorgen_1.0.8.bb => xcursorgen_1.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/xcursorgen/{xcursorgen_1.0.8.bb => xcursorgen_1.0.9.bb} (78%) diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb similarity index 78% rename from meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb rename to meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb index 3770babe80..f8e5de7554 100644 --- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb +++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2" DEPENDS = "libpng libxcursor" SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b" +SRC_URI[sha256sum] = "0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc" inherit features_check autotools pkgconfig