From patchwork Tue Mar 4 09:08:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58233 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 0B229C282D6 for ; Tue, 4 Mar 2025 09:09:33 +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.18100.1741079367632038070 for ; Tue, 04 Mar 2025 01:09:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SaOQmaCd; 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=1741079368; x=1772615368; h=from:to:cc:subject:date:message-id; bh=IQBBfpE6/3t2dCxogrVlH3/GE6iFOKK2QaPlaq7vCrw=; b=SaOQmaCdTWPhpdEeu0+oZ2kP7SO5bBZamdb+aHui3eykLwvFSnu0Pm7I DJvFW2UqW1BfwVHKjTGlR1gaLB4DS4X6Qwwu2cy5lKtwIOX8THYLavPyk 01qsth8uu0NNGU3pBfdXj2ZjMumK/cZizDB7YuBvvBYhmqEPOtaS94Vut itoaEXz8uRhSkCipla9trf6ztBK7EB9kD1zPUJExE9UZLzJJTQwSULyil V90MqDbbnPfaATJZ9j8gVenYG3hzl0xZRfOOvK5rblg0d3LhJjdcX90Zg PQHdYm2mQ5vwEkV4IVcWCo6UrYF/WjEeLAxPX5u+ovRSFvSuZRY/y8ku+ Q==; X-CSE-ConnectionGUID: hxezGzo4TQWMYgx8MTeeSA== X-CSE-MsgGUID: hv9waXKdSius2KWCj6dMtg== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191934005" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191934005" 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; 04 Mar 2025 18:09:25 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id B4DAA96747 for ; Tue, 4 Mar 2025 18:09:22 +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 78B16D5008 for ; Tue, 4 Mar 2025 18:09:22 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CF72F1A0071; Tue, 4 Mar 2025 17:09:21 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6 Date: Tue, 4 Mar 2025 17:08:46 +0800 Message-Id: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212228 From: Wang Mingyu Changelog: =========== New Features -------------- - Adds support for EDE code 1 and 2. - Add a rndc command to toggle jemalloc profiling. - Add support for multiple extended DNS errors. - Print the expiration time of the stale records. Feature Changes --------------- - Refactor reference counting in both QPDB and RBTDB. - Shutdown the fetch context after canceling the last fetch. Bug Fixes ---------- - Fix possible truncation in dns_keymgr_status() - Recently expired records could be returned with timestamp in future. - Yaml string not terminated in negative response in delv. - Fix a bug in dnssec-signzone related to keys being offline. - Apply the memory limit only to ADB database items. - Avoid unnecessary locking in the zone/cache database. - Fix EDE 22 time out detection. - Split and simplify the use of EDE list implementation. - Fix the cache findzonecut() implementation. - DNSSEC EDE system tests on FIPS platform. - Reduce the false sharing the dns_qpcache and dns_qpzone. Signed-off-by: Wang Mingyu --- .../bind/{bind_9.20.5.bb => bind_9.20.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/bind/{bind_9.20.5.bb => bind_9.20.6.bb} (97%) diff --git a/meta/recipes-connectivity/bind/bind_9.20.5.bb b/meta/recipes-connectivity/bind/bind_9.20.6.bb similarity index 97% rename from meta/recipes-connectivity/bind/bind_9.20.5.bb rename to meta/recipes-connectivity/bind/bind_9.20.6.bb index abd2da5249..7a03f8598d 100644 --- a/meta/recipes-connectivity/bind/bind_9.20.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.20.6.bb @@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ file://0001-avoid-start-failure-with-bind-user.patch \ " -SRC_URI[sha256sum] = "19274fd739c023772b4212a0b6c201cf4364855fa7e6a7d3db49693f55db1ab8" +SRC_URI[sha256sum] = "ed7f54b44f84a7201a2fa7a949f3021ea568529bfad90fca664fd55c05104134" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # follow the ESV versions divisible by 2 From patchwork Tue Mar 4 09:08:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58248 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 9769AC28B2E for ; Tue, 4 Mar 2025 09:09:33 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.18198.1741079368097326385 for ; Tue, 04 Mar 2025 01:09:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eOkSL61/; 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=1741079368; x=1772615368; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=kZa2kRzBH59/nvThQFovKL71PKD061sg48pObmyuxAs=; b=eOkSL61/szbxNAODoTOUcWsiUppIN95cODNHBNUJWPNskhbFuiIAq8qB EKXB9UKPqgEDKHRU/mjhJEtra4vcYbB1hACvydcEbA4Uso7NM7PuXzSnv +qOIQjULkC5cV1MtcV2sqcgRFUWyIZQ2sxokzrUhDhK87qXKCwwa8JFOb bOzaPZWpqC9fSTq7EF2WRFnhPP7GqWFV84PA1Y6JS9+jYxEKd7UPnn4tp kSOue2vQFo8C3gPOiJoD+j1frj9FnsScS8eqh/v3g2HRkvKMfomfoTmOH yDAKUat1jTrnfKZL1ejo+8XZTKRe3WYnvFD/XRA+WNxUduaB2K+aeaCRH A==; X-CSE-ConnectionGUID: dr/n8yjQQ36kxiW3yGCpdw== X-CSE-MsgGUID: 8TMOAjfSRQKnF6TEc8v0+A== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="170800538" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="170800538" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:25 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 790E5D6EA5 for ; Tue, 4 Mar 2025 18:09:23 +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 3D86CCFADC for ; Tue, 4 Mar 2025 18:09:23 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BF9A81A0071; Tue, 4 Mar 2025 17:09:22 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2 Date: Tue, 4 Mar 2025 17:08:47 +0800 Message-Id: <1741079356-13445-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212229 From: Wang Mingyu Changelog: =========== - The branch used for development releases has been renamed to 'main'. - On Linux, fix build regression with libselinux >= 3.8 and verbose mode enabled - Documentation updates Signed-off-by: Wang Mingyu --- meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} (98%) diff --git a/meta/recipes-core/dbus/dbus_1.16.0.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb similarity index 98% rename from meta/recipes-core/dbus/dbus_1.16.0.bb rename to meta/recipes-core/dbus/dbus_1.16.2.bb index 80e766f959..9475e55b57 100644 --- a/meta/recipes-core/dbus/dbus_1.16.0.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb @@ -15,7 +15,7 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ file://dbus-1.init \ " -SRC_URI[sha256sum] = "9f8ca5eb51cbe09951aec8624b86c292990ae2428b41b856e2bed17ec65c8849" +SRC_URI[sha256sum] = "0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2" EXTRA_OEMESON = "-Dxml_docs=disabled \ -Ddoxygen_docs=disabled \ From patchwork Tue Mar 4 09:08:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58235 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 068C2C282D0 for ; Tue, 4 Mar 2025 09:09:33 +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.18199.1741079368646739157 for ; Tue, 04 Mar 2025 01:09:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QXRRuojy; 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=1741079369; x=1772615369; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=4/1YYQp4XPkG8RPpnzIWHyccSuAYOQauzDAcOOHeZKc=; b=QXRRuojyr7s4HBWIByGRR9u/5CTU4Qd1fBhnRLYuMFLDyntwvxuIsQeb wWrueanF85BAO56CfFNNvMrmtLUtKkZPOZ6ot1bILyPEVmLyFEhOno38p McYZJP5fPBd/LRpSxAPIFfFdxBUbf/u1/7dhmjknAUTvn6yXQ8sAvgoUd 87SYb2JPMtxFNaourH1lzaYe9kC0jQpswI2Ib3i2BcqQ0/HYoekCJoJFp 0kvcWOsHkzVLwb4t8gOfpimnJ1xQrVbq+PFw8RAB7vbV3IMhsbD8h8jsp Hn3mw9lkRwakruPJ+R+xBH77ksjntrv2U98+8oUCMdynajDnP/S8e5n6a g==; X-CSE-ConnectionGUID: YU5RyapcTwSCeFcju6n/6w== X-CSE-MsgGUID: XIxsi+LDQHOru2PD92MbSg== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="180271619" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="180271619" 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; 04 Mar 2025 18:09:26 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 312E5D6EA9 for ; Tue, 4 Mar 2025 18:09:24 +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 E32C8CF7DB for ; Tue, 4 Mar 2025 18:09:23 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 738B21A0071; Tue, 4 Mar 2025 17:09:23 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4 Date: Tue, 4 Mar 2025 17:08:48 +0800 Message-Id: <1741079356-13445-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212230 From: Wang Mingyu Changelog: =========== - Fixed ABI compatibility with earlier 11.x versions on Windows - Improved the logic of switching between fixed and exponential format for float - Moved is_compiled_string to the public API - Simplified implementation of operator""_cf - Fixed __builtin_strlen detection - Fixed handling of BMI paths with the Ninja generator - Fixed gcc 8.3 compile errors - Fixed a bogus MSVC warning Signed-off-by: Wang Mingyu --- meta/recipes-devtools/fmt/{fmt_11.1.3.bb => fmt_11.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/fmt/{fmt_11.1.3.bb => fmt_11.1.4.bb} (90%) diff --git a/meta/recipes-devtools/fmt/fmt_11.1.3.bb b/meta/recipes-devtools/fmt/fmt_11.1.4.bb similarity index 90% rename from meta/recipes-devtools/fmt/fmt_11.1.3.bb rename to meta/recipes-devtools/fmt/fmt_11.1.4.bb index 9a2ee396dd..7c860eb608 100644 --- a/meta/recipes-devtools/fmt/fmt_11.1.3.bb +++ b/meta/recipes-devtools/fmt/fmt_11.1.4.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" -SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2" +SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a" S = "${WORKDIR}/git" From patchwork Tue Mar 4 09:08:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58238 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 43155C282DC for ; Tue, 4 Mar 2025 09:09:33 +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.18199.1741079368646739157 for ; Tue, 04 Mar 2025 01:09:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mDjtu3rH; 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=1741079369; x=1772615369; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=O0J7X0CQWD1sQcdZfoB/ZUH8TpcskaeaNRyKU5SDbNw=; b=mDjtu3rHCH2LWTFPbYb62oH8UWalX/IBHex7uFjebWfbsmS6RZ41fJq2 PK3osrlgz0GVChLSXGKeHP5rrjagjDgDS5dzu2Cn2P1ECFG95WvnYjFhd ouAhgmQGxakM+Ul9Kpoe8yrEMiylLwIufxILfw5lxiNI7yaB+Me2Y3/DE lfOyLP2ThF21zA3VNfFJN9kP1QXhxeeTM+D19a+lwz5bFG8T6f6lNtsJ8 rHJxlwYsLFftDwphMX2fmPQRvEEyIM3A7E39vi/L5oBYClUxV2ASpYtNi I/fI4Q1hAcqM6fuXw4mL4oxC0oZXKiWJXpFSZbmNpXNgvDTW5/Rpqwr/G g==; X-CSE-ConnectionGUID: Tk7QZ53CTeipfDmBZercZw== X-CSE-MsgGUID: Ap0btG5OSaKNjs4eVz6b3g== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="180271620" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="180271620" 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; 04 Mar 2025 18:09:26 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id AF1AFD4F67 for ; Tue, 4 Mar 2025 18:09:24 +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 6D4AFD5042 for ; Tue, 4 Mar 2025 18:09:24 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EEDED1A009A; Tue, 4 Mar 2025 17:09:23 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3 Date: Tue, 4 Mar 2025 17:08:49 +0800 Message-Id: <1741079356-13445-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212231 From: Wang Mingyu Changelog: ========= Added ------ Add layout for tablet portrait mode Support static virtual methods Changed ------- Don't generate classes hierarchy if not needed Improve copy buttons on narrow layouts Fixed ------- Only consider dot data processing fail if dot returns non-zero Show non-standard instance parameters Fix C declaration of structure fields Signed-off-by: Wang Mingyu --- .../gi-docgen/{gi-docgen_2024.1.bb => gi-docgen_2025.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gi-docgen/{gi-docgen_2024.1.bb => gi-docgen_2025.3.bb} (94%) diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb similarity index 94% rename from meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb rename to meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb index 12c2b8ed21..5dea1cdaee 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_2024.1.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247 SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" -SRCREV = "eff4ec3d21df38c9d857bcf58aa98437c6610489" +SRCREV = "9ab2ab8fa3f4a04f5d2cc24b0c8e91e73bc57b51" S = "${WORKDIR}/git" From patchwork Tue Mar 4 09:08:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58240 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 610F5C282E5 for ; Tue, 4 Mar 2025 09:09:33 +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.web11.18200.1741079369828752806 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LqU4DFzr; 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=1741079370; x=1772615370; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=68IgDsiEZX4f6S3wrwYfxzd7AUsZciZ20KYlUI7/m1o=; b=LqU4DFzrvTU/loIZDxtFmWwuG/1TyPXmQG7jUdez4gvf2Dc+gjrimDZX 3QnN3xyRUqlaf2aiGUfOh/ITlsGIC+ulv8hCtQ7xMKOetx9F0/L6GfDQ8 M+RvM+WTCqKjP/UJbuKivdjLTrmYBPq9SxTh0h8AMMTeNUeX3yK5KQ3Wt X3AooYUc44hw3/KOplWNcqUv/WgLtTKthzTaVQ7ut2Xxl/XZmyei/JxgH WY4zxTsJbEHKIqsuuI9cyCI+ue+UQf65z8S/7Kpx/xt24IDib+SQYN3N+ I1CyDoyD1miLjCnB67kIzoh4DCMzzjx8Y+3bTnTK5Ls5lQa6GeE0zQ0tx g==; X-CSE-ConnectionGUID: 3lTmBd3OS6Wypr0WH5MByg== X-CSE-MsgGUID: /0pRRC91T2OSb75/5i2DgQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539721" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539721" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:28 +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 2A6A9D6EAF for ; Tue, 4 Mar 2025 18:09:25 +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 D473AD50A6 for ; Tue, 4 Mar 2025 18:09:24 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 65EC31A0071; Tue, 4 Mar 2025 17:09:24 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0 Date: Tue, 4 Mar 2025 17:08:50 +0800 Message-Id: <1741079356-13445-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212232 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../harfbuzz/{harfbuzz_10.2.0.bb => harfbuzz_10.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_10.2.0.bb => harfbuzz_10.4.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb index 879cad36dc..b41e55d706 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_10.2.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227" +SRC_URI[sha256sum] = "480b6d25014169300669aa1fc39fb356c142d5028324ea52b3a27648b9beaad8" DEPENDS += "glib-2.0-native" From patchwork Tue Mar 4 09:08:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58246 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 7BF33C28B25 for ; Tue, 4 Mar 2025 09:09:33 +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.18201.1741079370122954640 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=onvODE+J; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=kpgG4p77HeVJsm/AfVfgpzX+/MXJ1r4BzzTWF53ALRc=; b=onvODE+JElA2KTJSlwod7XJigdYenaxKUXxVF1pz00iQZaCpuKdasboe OJ80SE39a7HY1LMVi+Y3ItWhLRu3h52CctqJnjj0VMOLi3YieJ+rh41wj uxrgTqHrf7p5Vbmiqdvg28Rd2lT0s59Lq/3nH4eXPXdObNHF6ko2WR2/X roZj9DnfK2H0FGP/KuGk+1GtDqwAGKECumb9DSRi2TJLBRGBw/sAFpFI8 7+NseIMxksC34nTAHQAHjel6aUhI8017nHmWH+sA2NmXQ9O04eMTmlg/F bJkKQQu/hNvRfRhJ0r8xiKdGbvSkhD4Y0BCiFdX2rfoI7g1pzXySiHQNx A==; X-CSE-ConnectionGUID: gKiBLV/XR6e861bguzoHSg== X-CSE-MsgGUID: vWv8emaAQC6g8Db2cSSzRA== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191869477" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191869477" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:28 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 7C09BE6142 for ; Tue, 4 Mar 2025 18:09:25 +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 3E447D8B84 for ; Tue, 4 Mar 2025 18:09:25 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C79FE1A009A; Tue, 4 Mar 2025 17:09:24 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6 Date: Tue, 4 Mar 2025 17:08:51 +0800 Message-Id: <1741079356-13445-6-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212233 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../inetutils/{inetutils_2.5.bb => inetutils_2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/inetutils/{inetutils_2.5.bb => inetutils_2.6.bb} (99%) diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb similarity index 99% rename from meta/recipes-connectivity/inetutils/inetutils_2.5.bb rename to meta/recipes-connectivity/inetutils/inetutils_2.6.bb index 19bf7e1539..ef453d3bb2 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb @@ -11,7 +11,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7" -SRC_URI[sha256sum] = "87697d60a31e10b5cb86a9f0651e1ec7bee98320d048c0739431aac3d5764fb6" +SRC_URI[sha256sum] = "68bedbfeaf73f7d86be2a7d99bcfbd4093d829f52770893919ae174c0b2357ca" SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.xz \ file://rexec.xinetd.inetutils \ file://rlogin.xinetd.inetutils \ From patchwork Tue Mar 4 09:08:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58241 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 54294C282EC for ; Tue, 4 Mar 2025 09:09:33 +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.18203.1741079370396773802 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=d89n6NZu; 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=1741079370; x=1772615370; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lLG/9XkoDt9+erbtSGqQLP/fMF4gG+0OdrXyuNg8TbI=; b=d89n6NZugGyPnqHe49+jz9lAxiRz6zpg54oM8KCNwf9O2WBYxg7PvDuK JnuIJw39pwTY0O7PLGiqFb3CUxNwiW9k1kGgdzoIQCEyscYGxhzN4RJ9E yKIS9qDp3cCo4rlptgHaPCTEl5jh2KFQmkcG9ZYlIyFBIlY+62ySm212u CB0S++0TcqeRDTpN7kzM/29jlMQtx0EuM9SDll5tgoVeR16sj4tUPKaQC +EGVJW+7Dp7UkE3jD8KRvvsABC73kK3fGVPdng4AHmYkuPF45KYzLmJ3S bxZDtlibcKSHh3ZhK0ZmmGDWAFJhPIsJ0fPw/efrmAJRxr1EbmpqKM/Um A==; X-CSE-ConnectionGUID: +XDUTPyCRYybV6SjRtPpsg== X-CSE-MsgGUID: cVhAalFoT++h5WQA/xdWuQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="192153162" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="192153162" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:27 +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 BDDFCC2260 for ; Tue, 4 Mar 2025 18:09:25 +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 85701D729D for ; Tue, 4 Mar 2025 18:09:25 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1B31D1A0071; Tue, 4 Mar 2025 17:09:25 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2 Date: Tue, 4 Mar 2025 17:08:52 +0800 Message-Id: <1741079356-13445-7-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212237 From: Wang Mingyu libassuan-add-pkgconfig-support.patch refreshed for 3.0.2 Signed-off-by: Wang Mingyu --- .../libassuan-add-pkgconfig-support.patch | 19 +++++++++---------- ...{libassuan_3.0.1.bb => libassuan_3.0.2.bb} | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) rename meta/recipes-support/libassuan/{libassuan_3.0.1.bb => libassuan_3.0.2.bb} (93%) diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch index d67087f4ac..20361e8a99 100644 --- a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch +++ b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch @@ -15,11 +15,11 @@ easier use. Signed-off-by: Trevor Gamblin --- - src/libassuan.m4 | 82 ++---------------------------------------------- - 1 file changed, 3 insertions(+), 79 deletions(-) + src/libassuan.m4 | 81 ++---------------------------------------------- + 1 file changed, 3 insertions(+), 78 deletions(-) diff --git a/src/libassuan.m4 b/src/libassuan.m4 -index 2e98b39..404796f 100644 +index 4d7da17..f4692ab 100644 --- a/src/libassuan.m4 +++ b/src/libassuan.m4 @@ -103,27 +103,6 @@ dnl @@ -50,11 +50,10 @@ index 2e98b39..404796f 100644 tmp=ifelse([$1], ,1:0.9.2,$1) if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then -@@ -133,60 +112,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], - req_libassuan_api=0 +@@ -134,59 +113,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], min_libassuan_version="$tmp" fi -- + - AC_MSG_CHECKING(for LIBASSUAN - version >= $min_libassuan_version) - ok=no - if test "$LIBASSUAN_CONFIG" != "no"; then @@ -96,7 +95,7 @@ index 2e98b39..404796f 100644 - - if test $ok = yes; then - AC_MSG_RESULT([yes ($libassuan_config_version)]) -- AC_DEFINE(LIBASSUAN_API_REQUESTED, $req_libassuan_api, Requested API version for libassuan) +- AC_DEFINE_UNQUOTED(LIBASSUAN_API_REQUESTED, $req_libassuan_api, [Requested API version for libassuan]) - else - AC_MSG_RESULT(no) - fi @@ -113,7 +112,7 @@ index 2e98b39..404796f 100644 if test "$tmp" -gt 0 ; then AC_MSG_CHECKING([LIBASSUAN API version]) if test "$req_libassuan_api" -eq "$tmp" ; then -@@ -204,9 +134,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], +@@ -204,9 +135,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], if test $ok = yes; then if test x"$host" != x ; then if test -z "$use_gpgrt_config"; then @@ -124,7 +123,7 @@ index 2e98b39..404796f 100644 fi if test x"$libassuan_config_host" != xnone ; then if test x"$libassuan_config_host" != x"$host" ; then -@@ -248,12 +176,8 @@ dnl +@@ -248,12 +177,8 @@ dnl AC_DEFUN([AM_PATH_LIBASSUAN], [ _AM_PATH_LIBASSUAN_COMMON($1) if test $ok = yes; then @@ -138,5 +137,5 @@ index 2e98b39..404796f 100644 fi AC_SUBST(LIBASSUAN_CFLAGS) -- -2.39.2 +2.43.0 diff --git a/meta/recipes-support/libassuan/libassuan_3.0.1.bb b/meta/recipes-support/libassuan/libassuan_3.0.2.bb similarity index 93% rename from meta/recipes-support/libassuan/libassuan_3.0.1.bb rename to meta/recipes-support/libassuan/libassuan_3.0.2.bb index 0518ed75aa..f0b7746284 100644 --- a/meta/recipes-support/libassuan/libassuan_3.0.1.bb +++ b/meta/recipes-support/libassuan/libassuan_3.0.2.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ file://libassuan-add-pkgconfig-support.patch \ " -SRC_URI[sha256sum] = "c8f0f42e6103dea4b1a6a483cb556654e97302c7465308f58363778f95f194b1" +SRC_URI[sha256sum] = "d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6" BINCONFIG = "${bindir}/libassuan-config" From patchwork Tue Mar 4 09:08:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58250 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 9770CC28B2F for ; Tue, 4 Mar 2025 09:09:33 +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.18202.1741079370269960341 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XwLH2EX+; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=kKRbcbtt0yvvTerBfSLESyOUewDyssT5XiOAm9Ea7pw=; b=XwLH2EX+6J/YCo/8RP/j0AOGpMlngr3y1Pg5g/mB2Zb2k1FGKZW32Okc xmPxBRbHL/EgaSIMPSkB1ufDCbQZ0k8KhXKM566QWnF+cfM5f1pNppN7z JbJ4injbxExLm2kIzdvDMbyttWDYLB8fDAUfGighsKZo0g7uJejYMWZYz sOMCvbnv4vVFUQHk+PJc9YKxcllmWaepGdcpgeU5vuR4571dGunfvw3RL rxynxvIjwdMf2iDC6S2W20jwnnAE+0COjSsSzvLxJlMidvbNJiCnI7MHI 1B+QaIAul9WsFwUxgJ4DPB7aJVGavb1kb6qDDfgSjdaoNh18+MvnYXcMk A==; X-CSE-ConnectionGUID: aWmBa1zfQemXhVJoZFOUlA== X-CSE-MsgGUID: B4O3f6ROQ3q3Ahqml60cIw== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191916888" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191916888" 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; 04 Mar 2025 18:09:29 +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 DA64EDBB80 for ; Tue, 4 Mar 2025 18:09:25 +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 9CD6BD8B83 for ; Tue, 4 Mar 2025 18:09:25 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5C0781A009A; Tue, 4 Mar 2025 17:09:25 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4 Date: Tue, 4 Mar 2025 17:08:53 +0800 Message-Id: <1741079356-13445-8-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212235 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libnotify/{libnotify_0.8.3.bb => libnotify_0.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libnotify/{libnotify_0.8.3.bb => libnotify_0.8.4.bb} (93%) diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb similarity index 93% rename from meta/recipes-gnome/libnotify/libnotify_0.8.3.bb rename to meta/recipes-gnome/libnotify/libnotify_0.8.4.bb index 1e606b84b2..040df2ad5e 100644 --- a/meta/recipes-gnome/libnotify/libnotify_0.8.3.bb +++ b/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb @@ -20,7 +20,7 @@ inherit gnomebase gi-docgen features_check gobject-introspection # depends on gtk+3 if tests are enabled ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}" -SRC_URI[archive.sha256sum] = "ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0" +SRC_URI[archive.sha256sum] = "8fa04d4ebdc155b0a239df88bd9f09e8f2739d5707a1390b427ab4985f83d25a" EXTRA_OEMESON = "-Dman=false" From patchwork Tue Mar 4 09:08:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58249 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 A24FCC28B28 for ; Tue, 4 Mar 2025 09:09:33 +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.web10.18102.1741079370276389066 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CBDzxUqg; 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=1741079370; x=1772615370; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ZmdmCp47a2YohnMxoBGF/MBYRRvYMivNixaMuygutG0=; b=CBDzxUqgMCmCaElJwn6crJeyWvsVKYNHY90O6tIWc4E9PzrGyNuzf20i O08D8W0w7p5HaUjWHoz//+lXQDAHeLq5L86YJBJ4ru4NWYQvHc5ibGgD4 V8t0xrsnDrqgrPMJi9RnZ1cgJFU494Y8Ppl9aNRJJtIeSvHwb8qjw62yf +pqOXlIYpcrvyFTyEQTRKbTPp/I3NRAkVmJiaJlqp0pzaMnEtglVHbSrL l7eyff9yzZbe+g6oLnAmeOXCT6JCqaSU1rFkPidj+5s7quw+yCUcixalG VytopDMbNljUMv+6gBI39N5ttpC+YMTt6jvKZw0Y3SOZxJ4xyzOiV1Y6F w==; X-CSE-ConnectionGUID: WDOInvV/RyyxjgAqmVuvEg== X-CSE-MsgGUID: EnSulw2eSXGN/R0Jqy8Xdw== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="170766379" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="170766379" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:27 +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 1B86FD4809 for ; Tue, 4 Mar 2025 18:09:26 +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 D5555D729D for ; Tue, 4 Mar 2025 18:09:25 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9383E1A009B; Tue, 4 Mar 2025 17:09:25 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47 Date: Tue, 4 Mar 2025 17:08:54 +0800 Message-Id: <1741079356-13445-9-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212236 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libpng/{libpng_1.6.45.bb => libpng_1.6.47.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.45.bb => libpng_1.6.47.bb} (92%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.45.bb b/meta/recipes-multimedia/libpng/libpng_1.6.47.bb similarity index 92% rename from meta/recipes-multimedia/libpng/libpng_1.6.45.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.47.bb index 11b56319ce..371ff1436f 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.45.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.47.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "926485350139ffb51ef69760db35f78846c805fef3d59bfdcb2fba704663f370" +SRC_URI[sha256sum] = "b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" From patchwork Tue Mar 4 09:08:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58245 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 89388C28B26 for ; Tue, 4 Mar 2025 09:09:33 +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.18101.1741079370267708213 for ; Tue, 04 Mar 2025 01:09:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iYxo1T1f; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=bNqcUhtY2c4TM7xWyZ7xChiJnDjEfJIYNozjTLo4HtY=; b=iYxo1T1fZMLhET+mj36mp/owTdfdiPndHBqjeHeTEqmK/0y6ZNUQZC/T z0KKCRcMdsyA0rAuFkIWbrQ7H1kk+UzReKh702uZFrYMNxUKxSO1OL1aj IZ0g62RkXxXxElY51BkGaNt3y7VFFp3RoO7jrtFk8fstN8QyJk3CcQorr FIckCjhmPwI4JrbX9LdyH9I6/lyh28L0FYFDQVdr1IqSF3rq8v3cgn9ex lUcYNkZCuagDpX8l9vb7fsfmtp52017VvqEiAuOUHtttWz1i9JZEEdeAK 1LZhqQBQDKK0JGN7Wz5PUzl0NqsgNJTXBFoAmJO9xNu5paPCjeWmiTz1C w==; X-CSE-ConnectionGUID: Eh0NJVg/Rj2FPNGqqrkc0g== X-CSE-MsgGUID: vzyIglbdRGKkpTkJ+WCDnA== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="171349538" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="171349538" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:28 +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 564C7E9E7F for ; Tue, 4 Mar 2025 18:09:26 +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 1955BD8B84 for ; Tue, 4 Mar 2025 18:09:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CC71B1A0071; Tue, 4 Mar 2025 17:09:25 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2 Date: Tue, 4 Mar 2025 17:08:55 +0800 Message-Id: <1741079356-13445-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212234 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl2/{libsdl2_2.30.12.bb => libsdl2_2.32.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.12.bb => libsdl2_2.32.2.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb index 8f4d41ad84..dbe8e0c812 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.12.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "ac356ea55e8b9dd0b2d1fa27da40ef7e238267ccf9324704850d5d47375b48ea" +SRC_URI[sha256sum] = "c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even From patchwork Tue Mar 4 09:08:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58242 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 6E75AC28B20 for ; Tue, 4 Mar 2025 09:09:33 +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.18103.1741079371187619553 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SNaoXgzE; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lUNr/ISqPNXIhm2HdcVlUDqp297SBvXVzKb4VMjGPyY=; b=SNaoXgzEMGXLg/yz1Veun9AtvCBjli1QkcNYngb/X7+X8mVnqGR8lDi7 Jvf1CpA6nUpNtxAxTEtoIv8GtkiyQSO40/71rpwV9bbO1c9vFkXjDDLz2 Rhm8OcLN9jdpUN58tEMP50hD1QyeMij9yIm8wRhE412cqH0WLASaKEkTI ibTmKyXO/V0W46VCuDrk2LyY4yxi03GcGfHm1+aGth3okyrskeM95/Czt TbvqqR5h9iWcvb8qT65q+PDhBzPC7VPo0wlzKOA8WkI9j+u6+UUfWQYBI 54PjfIRVhKVLMKMpnrRURqDnNPqQY3BPwXCUPU55LBxa57VGdr6T2Nseo g==; X-CSE-ConnectionGUID: dyYiC6lLTMmY7JM+3fZK7g== X-CSE-MsgGUID: OCt9RFBfSjKwn+L71IAnpQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="179242836" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="179242836" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:28 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 8AEA3DBB87 for ; Tue, 4 Mar 2025 18:09:26 +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 50B39D729D for ; Tue, 4 Mar 2025 18:09:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 11B971A009A; Tue, 4 Mar 2025 17:09:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1 Date: Tue, 4 Mar 2025 17:08:56 +0800 Message-Id: <1741079356-13445-11-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212242 From: Wang Mingyu 0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch removed since it's included in 0.15.1 Signed-off-by: Wang Mingyu --- ...h-add-missing-stdlib.h-header-file-f.patch | 45 ------------------- .../{liburcu_0.15.0.bb => liburcu_0.15.1.bb} | 6 +-- 2 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch rename meta/recipes-support/liburcu/{liburcu_0.15.0.bb => liburcu_0.15.1.bb} (82%) diff --git a/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch b/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch deleted file mode 100644 index 5872f45f43..0000000000 --- a/meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch +++ /dev/null @@ -1,45 +0,0 @@ -From c534091fc6924e76e6d24e861da9cf7272714231 Mon Sep 17 00:00:00 2001 -From: Yi Zhao -Date: Tue, 21 Jan 2025 11:02:05 +0800 -Subject: [PATCH] uatomic/generic.h: add missing stdlib.h header file for - abort() - -We encountered the following error when building multipath-tools on -qemuppc64 platform: - -| In file included from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/ppc.h:228, -| from /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic.h:73, -| from lock.h:5, -| from lock.c:1: -| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h: In function '_uatomic_and': -| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h:422:24: error: implicit declaration of function 'abort' [-Wimplicit-function-declaration] -| 422 | oldt = uatomic_read((uint32_t *) addr); -| | ^~~~~~~~~~~~ -| /build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/recipe-sysroot/usr/include/urcu/uatomic/generic.h:1:1: note: include '' or provide a declaration of 'abort' -| +++ |+#include -| 1 | // SPDX-FileCopyrightText: 1991-1994 by Xerox Corporation. All rights reserved. -| make[1]: *** [../Makefile.inc:155: lock.o] Error 1 -| make[1]: Leaving directory '/build/tmp/work/ppc64p9le-wrs-linux/multipath-tools/0.10.0/git/libmultipath' - -Upstream-Status: Submitted [https://github.com/urcu/userspace-rcu/pull/28] - -Signed-off-by: Yi Zhao ---- - include/urcu/uatomic/generic.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/include/urcu/uatomic/generic.h b/include/urcu/uatomic/generic.h -index 5a81e00..5c8cb6c 100644 ---- a/include/urcu/uatomic/generic.h -+++ b/include/urcu/uatomic/generic.h -@@ -15,6 +15,7 @@ - */ - - #include -+#include - #include - #include - --- -2.25.1 - diff --git a/meta/recipes-support/liburcu/liburcu_0.15.0.bb b/meta/recipes-support/liburcu/liburcu_0.15.1.bb similarity index 82% rename from meta/recipes-support/liburcu/liburcu_0.15.0.bb rename to meta/recipes-support/liburcu/liburcu_0.15.1.bb index a029b88111..811e59f853 100644 --- a/meta/recipes-support/liburcu/liburcu_0.15.0.bb +++ b/meta/recipes-support/liburcu/liburcu_0.15.1.bb @@ -12,11 +12,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \ " -SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \ - file://0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch \ - " +SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" -SRC_URI[sha256sum] = "4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c" +SRC_URI[sha256sum] = "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8" S = "${WORKDIR}/userspace-rcu-${PV}" inherit autotools multilib_header From patchwork Tue Mar 4 09:08:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58254 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 BF316C35FEE for ; Tue, 4 Mar 2025 09:09:33 +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.18205.1741079372541791062 for ; Tue, 04 Mar 2025 01:09:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TtOhltTn; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=IHWZ53s6Yj9LuW4qMhDwFLTT/kb7FjCrc+bbM8y1h6g=; b=TtOhltTn4sVupx8Tn5pLveOvpbLu4s9wQ3B05xeN94M5XKfMJo1MYdlj sugxWihZfwOype1kHNBzq7mnNjvs9kAFSAv056de/0hrc+pzxitIxAPuO X5ECkNHeysEIuCOZRceCpmW2IkUsXqzOZWBeNS4kPVBoirpeFQihpR8C8 rL13kCP2wDXe3fSA0ASaXYs/kboD0Opd9Kkk91k1zneid+ptqFUxWY7BF j2M0HCXjcRanPybTb8l2JngTPPqBS5zUsOe30sQg4YvPxqWDUXSA3xWZF MdzCtI80hJCl/xSEgKDNjuqykXRux2oqt0xsBVua+2PlPS+If3FsFEYvq A==; X-CSE-ConnectionGUID: kLOfIkrRQEOO1A3JTNNF+A== X-CSE-MsgGUID: 9m4hjZI6Rs2MVCOypFLONw== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="179875851" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="179875851" 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; 04 Mar 2025 18:09:28 +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 C3F0BE9E9D for ; Tue, 4 Mar 2025 18:09:26 +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 88891D8B83 for ; Tue, 4 Mar 2025 18:09:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 481B81A0071; Tue, 4 Mar 2025 17:09:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12 Date: Tue, 4 Mar 2025 17:08:57 +0800 Message-Id: <1741079356-13445-12-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212248 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../man-pages/{man-pages_6.11.bb => man-pages_6.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/man-pages/{man-pages_6.11.bb => man-pages_6.12.bb} (96%) diff --git a/meta/recipes-extended/man-pages/man-pages_6.11.bb b/meta/recipes-extended/man-pages/man-pages_6.12.bb similarity index 96% rename from meta/recipes-extended/man-pages/man-pages_6.11.bb rename to meta/recipes-extended/man-pages/man-pages_6.12.bb index 52a1fbda14..7c79e71704 100644 --- a/meta/recipes-extended/man-pages/man-pages_6.11.bb +++ b/meta/recipes-extended/man-pages/man-pages_6.12.bb @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://README;md5=72cff06b7954222c24d38bc2c41b234e \ SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/${BP}.tar.gz \ " -SRC_URI[sha256sum] = "44c09f43ae7a0b327efef5285a30d56ecc5fd4a07056f77e806f6c65196ba7f3" +SRC_URI[sha256sum] = "23c6817f89b481c8ae2232a523ce66c06e5cc5b41873bb6675318777155d6a89" inherit manpages lib_package From patchwork Tue Mar 4 09:08:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58236 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 1B076C282D3 for ; Tue, 4 Mar 2025 09:09:33 +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.web11.18200.1741079369828752806 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=C644ZveW; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=JDL5bZ/rfgieWeFB0XSMHuUYJ7Uj1FrR/hZYOueq1y0=; b=C644ZveWS55FT8Fc9xeZnMTxxCRl/sdLM+P3hIvDrl2aMPDKIHHjR29p 9G5wdQVf3OVvIhYpau9ncsX/7I9N15/1vqWK7B11zIF4LMK7Nmvl/jGsI gJlOdwAm9Pf63R9vCWY4ttinkllTIUQjrrDCgKa3jMjJBLYj8UoIvl6V8 Ij/9fSZFXzMu4b6EY/c1DNOG8H9JigpUa+urgw/dwTi7uJ/nhr+oMP8M5 XxZ6EFTD0IENDmZglso8E8PwOT/MEkfHk/ZmyqJGgMYIW2B/O/jkBlkGM 91ap2qLbFkCNUWxQYFeznZgKQNrYTHLZ1bg45LHvu7UzxBjK0i4Dr7vm7 A==; X-CSE-ConnectionGUID: ip1IWxlBTz2cKzIwd0ranA== X-CSE-MsgGUID: r++nYMHGSDWtxRyG95aO2Q== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539726" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539726" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:30 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 05E39DBB8C for ; Tue, 4 Mar 2025 18:09:27 +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 BF62310958 for ; Tue, 4 Mar 2025 18:09:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7FAF61A009A; Tue, 4 Mar 2025 17:09:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10 Date: Tue, 4 Mar 2025 17:08:58 +0800 Message-Id: <1741079356-13445-13-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212238 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../minicom/{minicom_2.9.bb => minicom_2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/minicom/{minicom_2.9.bb => minicom_2.10.bb} (90%) diff --git a/meta/recipes-extended/minicom/minicom_2.9.bb b/meta/recipes-extended/minicom/minicom_2.10.bb similarity index 90% rename from meta/recipes-extended/minicom/minicom_2.9.bb rename to meta/recipes-extended/minicom/minicom_2.10.bb index 907d5c79c9..20ce5662c2 100644 --- a/meta/recipes-extended/minicom/minicom_2.9.bb +++ b/meta/recipes-extended/minicom/minicom_2.10.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ SRC_URI = "${DEBIAN_MIRROR}/main/m/${BPN}/${BPN}_${PV}.orig.tar.bz2" -SRC_URI[sha256sum] = "9efbb6458140e5a0de445613f0e76bcf12cbf7a9892b2f53e075c2e7beaba86c" +SRC_URI[sha256sum] = "90e7ce2856b3eaaa3f452354d17981c49d32c426a255b6f0d3063a227c101538" PACKAGECONFIG ??= "" PACKAGECONFIG[lockdev] = "--enable-lockdev,--disable-lockdev,lockdev" From patchwork Tue Mar 4 09:08:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58239 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 4DEE5C282E3 for ; Tue, 4 Mar 2025 09:09:33 +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.18101.1741079370267708213 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gQKyaKGU; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=jxf8FF0A6pN7Xt7lAOJnrzF1acJOKaAeOeWJucUATNw=; b=gQKyaKGUJ6FmmUXRwVsw2sc5d9RJZqFT6sdjZHdyT1RX59V0O4TEX6gO bP5jnZrWUol2qm5iD2qgwLidxQNL6JMftgbyjw5RGEKoAKIFsQ9r1HIqu yA0nteb3HhnkrGBTwAMVw1lcXwhk7KucusRQj6OmIPgig8M+ZbPCnrfzF 43hMLDyzicYunLYUYOhK08p5UBs1lPV4HEK4NjYVyhFG5vy7aalAAvmDU Zggi6eSc5RkSK8kZy2iyodT//lzyHFLIGKykFUBE8epwsq2G7PrjoCIrE s/Da1ZUADkK2PIr9hsDrhOa+f7ZUDo9sm8WlSBWkWcY1VYthfUoleun+Y g==; X-CSE-ConnectionGUID: kKbPcADwSJ6OKB2kaH1jkA== X-CSE-MsgGUID: iG0lB200RUehHt4YjhNbMQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="171349541" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="171349541" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:29 +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 3D7ABE9E9D for ; Tue, 4 Mar 2025 18:09:27 +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 03D26D8B84 for ; Tue, 4 Mar 2025 18:09:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B612C1A0071; Tue, 4 Mar 2025 17:09:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48 Date: Tue, 4 Mar 2025 17:08:59 +0800 Message-Id: <1741079356-13445-14-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212240 From: Wang Mingyu clang_UNUSED.patch disable-hardcoded-configs.patch refreshed for 4.0.48 Signed-off-by: Wang Mingyu --- meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 6 +++--- .../mtools/mtools/disable-hardcoded-configs.patch | 6 +++--- .../mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb} | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-devtools/mtools/{mtools_4.0.47.bb => mtools_4.0.48.bb} (93%) diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 2f3c452420..ddf3706f51 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch @@ -1,4 +1,4 @@ -From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001 +From 6914c6e15cd15daf1dae81458e5346958c9d5449 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Sep 2018 11:55:41 -0700 Subject: [PATCH] Undefine UNUSED macros with clang @@ -10,10 +10,10 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysincludes.h b/sysincludes.h -index 6b322ff..48daecd 100644 +index 272b316..49ee5ae 100644 --- a/sysincludes.h +++ b/sysincludes.h -@@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 +@@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 #if defined __GNUC__ && defined __STDC__ /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ # define PACKED __attribute__ ((packed)) diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 1b3c3e003d..63992ac547 100644 --- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch +++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch @@ -1,4 +1,4 @@ -From 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001 +From 16969d42ec6514883bcee87cc89b3e7864481d7e Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 13 Jun 2017 14:55:52 +0300 Subject: [PATCH] Disabled reading host configs. @@ -11,10 +11,10 @@ Signed-off-by: Ed Bartosh 1 file changed, 8 deletions(-) diff --git a/config.c b/config.c -index 436c94b..794f098 100644 +index 2433457..3972150 100644 --- a/config.c +++ b/config.c -@@ -868,14 +868,6 @@ void read_config(void) +@@ -849,14 +849,6 @@ void read_config(void) memcpy(devices, const_devices, nr_const_devices*sizeof(struct device)); diff --git a/meta/recipes-devtools/mtools/mtools_4.0.47.bb b/meta/recipes-devtools/mtools/mtools_4.0.48.bb similarity index 93% rename from meta/recipes-devtools/mtools/mtools_4.0.47.bb rename to meta/recipes-devtools/mtools/mtools_4.0.48.bb index 70d6579621..646735f3b3 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.47.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.48.bb @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ glibc-gconv-ibm866 \ glibc-gconv-ibm869 \ " -SRC_URI[sha256sum] = "31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff" +SRC_URI[sha256sum] = "03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9" SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \ From patchwork Tue Mar 4 09:09:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58244 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 7BD11C28B23 for ; Tue, 4 Mar 2025 09:09:33 +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.18104.1741079371384597477 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GMKS3CB7; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=TFDsxhOrq/owetlFjcbB6d4NCfBmdI3N1cjnBXaPods=; b=GMKS3CB7BxcqsGVieaVrEqUj3ryUzzknjICAjDfRiLfXCb8qzmYq1wBv zWhxhrewmUnp1tHeW8Rj2b5rzaeLS+WAj9Isqk/qWB/S8MThKjLQ5L7Es /dtflbJABKjFo0IuxVCeGCuGPz8Fhqz5lLue0IO5wxHFmgW1lr4N7A94Q Dxgt1FwrfcMiwzK7T9gSfBDp7Jg3GLiDsqRvviSxOR45SFtdVor3NlkPg d29Yp9bagBHoKySRqH99KWJfFTY5rdR04ixJQjU9CePXswG4dP/wB/hxV pSAEWQvySu+eC/hXSft8/6iZ9lM6IXXuM4fsAndrZp8nhLxTXNBAIBOtS g==; X-CSE-ConnectionGUID: Eaoi7ITmST+j6F3naLdsTQ== X-CSE-MsgGUID: 8du7IQpfR9GIb4PzCxUFpQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539728" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539728" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:30 +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 7667FD4807 for ; Tue, 4 Mar 2025 18:09:27 +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 39263D72A6 for ; Tue, 4 Mar 2025 18:09:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EE3B41A009A; Tue, 4 Mar 2025 17:09:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0 Date: Tue, 4 Mar 2025 17:09:00 +0800 Message-Id: <1741079356-13445-15-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212243 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nghttp2/{nghttp2_1.64.0.bb => nghttp2_1.65.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.64.0.bb => nghttp2_1.65.0.bb} (91%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.64.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb similarity index 91% rename from meta/recipes-support/nghttp2/nghttp2_1.64.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.65.0.bb index 5d5111a937..008935f165 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.64.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" -SRC_URI[sha256sum] = "88bb94c9e4fd1c499967f83dece36a78122af7d5fb40da2019c56b9ccc6eb9dd" +SRC_URI[sha256sum] = "f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331" inherit cmake manpages python3native github-releases PACKAGECONFIG[manpages] = "" From patchwork Tue Mar 4 09:09:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58237 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 35B4FC282DE for ; Tue, 4 Mar 2025 09:09:33 +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.18199.1741079368646739157 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FZ7uCT/r; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=QPNs+Cv9btP/Eh9C+PyQAwtoaQsacXN75YfN9gGO5+c=; b=FZ7uCT/rFzBUiH4xymrxjmEjKyDZHIR9K0yxgef3c2kzXXOq2OU5uAE/ w6pdU7m3aMpx+WcWOMY0wTEq/PaiQX+7FoC2J9ZGtLDvUVRPwAIOlwk3T q+gZrul1Xdpl4vSh8NAsxZNDf2LIRsiroitGRkcLk4KgQr6zoXrYeRwMt 4m/cGgifQvA/RcDNW4+88gV276pQPn4kcC5+Q5XLXgovEG7VOAVXbxvTU tUUO87GFm1hFD9u4xPV8ddU1wK0Bhh08ndGhL3HhrGVwt96CKnoRLbHO3 NylHPclxclwUWVcYFZd7t/uJ2clnvHDeuYw0SE2oAF1KeWjzH44c9kzTI g==; X-CSE-ConnectionGUID: jju3JfPxQgyXV3ebw1A69A== X-CSE-MsgGUID: 67CYj1r8Sp+DeDh+btgK9Q== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="180271627" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="180271627" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:29 +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 ADBEA276A5 for ; Tue, 4 Mar 2025 18:09:27 +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 701D7D8B83 for ; Tue, 4 Mar 2025 18:09:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 308151A0071; Tue, 4 Mar 2025 17:09:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2 Date: Tue, 4 Mar 2025 17:09:01 +0800 Message-Id: <1741079356-13445-16-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212239 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../openssh/{openssh_9.9p1.bb => openssh_9.9p2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssh/{openssh_9.9p1.bb => openssh_9.9p2.bb} (99%) diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb b/meta/recipes-connectivity/openssh/openssh_9.9p2.bb similarity index 99% rename from meta/recipes-connectivity/openssh/openssh_9.9p1.bb rename to meta/recipes-connectivity/openssh/openssh_9.9p2.bb index cb47ae7c07..5191725796 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.9p2.bb @@ -26,7 +26,7 @@ SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.ta file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \ " -SRC_URI[sha256sum] = "b343fbcdbff87f15b1986e6e15d6d4fc9a7d36066be6b7fb507087ba8f966c02" +SRC_URI[sha256sum] = "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673" CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here." From patchwork Tue Mar 4 09:09:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58234 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 2FF07C282D9 for ; Tue, 4 Mar 2025 09:09:33 +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.18202.1741079370269960341 for ; Tue, 04 Mar 2025 01:09:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PnBKwZlw; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=y4Qf25QidLoUz4cmeDmhOFHi2QDILqtzT/MPPzjwm6w=; b=PnBKwZlwqyVjz9GKtlrJM0MDZEWP9rnUp/H7Fz7R320E41zvFWaQs8If TQESGg2GG1SehAtCkatBNzwQgZxZait28pCI9YUoqoHcM0JnfqTco//mx pTmgqQwaffxT2c6LKt5cqCljn6wUoig6rit0IIiH7xAUYQSRy/YlFZeBn ried3pTHisLX7WA581Vl0UakH+HhEvtQWPlpkYhVWXHNgE3qM0UlB44Ek OAs0qwrsLSec90dvxwg0+x8+0g9DaIzcX3aDgCdOxKe7GUlp7VlIdXRX8 x9qp8ZQC6omqmhRbq4grCYv+4tbBpM+tc2TqZn4EBADjBajd7cHlnDmbw w==; X-CSE-ConnectionGUID: Vwm1KdDOTlSgKhCPUR4b/Q== X-CSE-MsgGUID: 0uJkAriJQiWSTg3fi/stZA== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191916892" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191916892" 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; 04 Mar 2025 18:09:31 +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 DFF74D4807 for ; Tue, 4 Mar 2025 18:09:27 +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 A67F5D729D for ; Tue, 4 Mar 2025 18:09:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 673C81A009A; Tue, 4 Mar 2025 17:09:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41 Date: Tue, 4 Mar 2025 17:09:02 +0800 Message-Id: <1741079356-13445-17-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212241 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/orc/{orc_0.4.40.bb => orc_0.4.41.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.40.bb => orc_0.4.41.bb} (92%) diff --git a/meta/recipes-devtools/orc/orc_0.4.40.bb b/meta/recipes-devtools/orc/orc_0.4.41.bb similarity index 92% rename from meta/recipes-devtools/orc/orc_0.4.40.bb rename to meta/recipes-devtools/orc/orc_0.4.41.bb index e437831cd7..491ff71067 100644 --- a/meta/recipes-devtools/orc/orc_0.4.40.bb +++ b/meta/recipes-devtools/orc/orc_0.4.41.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" -SRC_URI[sha256sum] = "3fc2bee78dfb7c41fd9605061fc69138db7df007eae2f669a1f56e8bacef74ab" +SRC_URI[sha256sum] = "cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98467fa2" inherit meson pkgconfig gtk-doc From patchwork Tue Mar 4 09:09:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58247 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 6EE8BC28B22 for ; Tue, 4 Mar 2025 09:09:33 +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.18103.1741079371187619553 for ; Tue, 04 Mar 2025 01:09:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eZwMCUGV; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=JN8t8r680oKOngxUs0sMJYcMattdZJlc6yMBGtDmmGU=; b=eZwMCUGVEXlsdB/A7hu7v34WWKGpJcIdr8/VqeyhpVRvPd4w/akCFqoO eePSEg+MM/j+X40qpytpBrcIzkQBx5z9b6to0lPtFExmLHVtaDn9qCm1s PWtoQOQmuUUgnrACoRbpq6iCo4+JELrCIZYKEuXoChMrcdtSDSm2efvh1 zErq0xKdY2vbAR70PUrnQP2kG2VLggcmI1qSEgphNpPm0kwLTBS3SV43P fTlu9j4R6+QBia0hQClQG351zAztss+ZRYNg5vVN5Es8TbdzQoQlCU/Pn hBRZpYaHf5FAVVf4bWCSiulS0sWAJ/z/iAQvGs/7xsnw40vdbVG14eGAy Q==; X-CSE-ConnectionGUID: Wf2csTxfQGeUNoNs8mYxuw== X-CSE-MsgGUID: BQZmY4rARne3FohrXwvQ+g== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="179242840" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="179242840" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:30 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 27004E6142 for ; Tue, 4 Mar 2025 18:09:28 +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 DDFAED8B83 for ; Tue, 4 Mar 2025 18:09:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9EC791A0071; Tue, 4 Mar 2025 17:09:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0 Date: Tue, 4 Mar 2025 17:09:03 +0800 Message-Id: <1741079356-13445-18-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212246 From: Wang Mingyu Changelog: ============ - Dropped support for Python 3.7. - We now support free-threaded Python 3.13. - We now support PyPy 3.11. - We now publish wheels for free-threaded Python 3.13, for PyPy 3.11 on manylinux, and for ARMv7l on manylinux. Signed-off-by: Wang Mingyu --- .../python/python3-bcrypt-crates.inc | 94 ++++++++++++------- ...crypt_4.2.1.bb => python3-bcrypt_4.3.0.bb} | 2 +- 2 files changed, 59 insertions(+), 37 deletions(-) rename meta/recipes-devtools/python/{python3-bcrypt_4.2.1.bb => python3-bcrypt_4.3.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-bcrypt-crates.inc b/meta/recipes-devtools/python/python3-bcrypt-crates.inc index 576abcd7cb..e0a2926519 100644 --- a/meta/recipes-devtools/python/python3-bcrypt-crates.inc +++ b/meta/recipes-devtools/python/python3-bcrypt-crates.inc @@ -4,81 +4,103 @@ SRC_URI += " \ crate://crates.io/autocfg/1.4.0 \ crate://crates.io/base64/0.22.1 \ - crate://crates.io/bcrypt/0.16.0 \ + crate://crates.io/bcrypt/0.17.0 \ crate://crates.io/bcrypt-pbkdf/0.10.0 \ + crate://crates.io/bitflags/2.8.0 \ crate://crates.io/block-buffer/0.10.4 \ crate://crates.io/blowfish/0.9.1 \ crate://crates.io/byteorder/1.5.0 \ crate://crates.io/cfg-if/1.0.0 \ crate://crates.io/cipher/0.4.4 \ - crate://crates.io/cpufeatures/0.2.15 \ + crate://crates.io/cpufeatures/0.2.17 \ crate://crates.io/crypto-common/0.1.6 \ crate://crates.io/digest/0.10.7 \ crate://crates.io/generic-array/0.14.7 \ - crate://crates.io/getrandom/0.2.15 \ + crate://crates.io/getrandom/0.3.1 \ crate://crates.io/heck/0.5.0 \ crate://crates.io/indoc/2.0.5 \ - crate://crates.io/inout/0.1.3 \ - crate://crates.io/libc/0.2.164 \ + crate://crates.io/inout/0.1.4 \ + crate://crates.io/libc/0.2.170 \ crate://crates.io/memoffset/0.9.1 \ - crate://crates.io/once_cell/1.20.2 \ + crate://crates.io/once_cell/1.20.3 \ crate://crates.io/pbkdf2/0.12.2 \ - crate://crates.io/portable-atomic/1.9.0 \ - crate://crates.io/proc-macro2/1.0.89 \ - crate://crates.io/pyo3/0.23.1 \ - crate://crates.io/pyo3-build-config/0.23.1 \ - crate://crates.io/pyo3-ffi/0.23.1 \ - crate://crates.io/pyo3-macros/0.23.1 \ - crate://crates.io/pyo3-macros-backend/0.23.1 \ - crate://crates.io/quote/1.0.37 \ + crate://crates.io/portable-atomic/1.11.0 \ + crate://crates.io/proc-macro2/1.0.93 \ + crate://crates.io/pyo3/0.23.5 \ + crate://crates.io/pyo3-build-config/0.23.5 \ + crate://crates.io/pyo3-ffi/0.23.5 \ + crate://crates.io/pyo3-macros/0.23.5 \ + crate://crates.io/pyo3-macros-backend/0.23.5 \ + crate://crates.io/quote/1.0.38 \ crate://crates.io/sha2/0.10.8 \ crate://crates.io/subtle/2.6.1 \ - crate://crates.io/syn/2.0.87 \ + crate://crates.io/syn/2.0.98 \ crate://crates.io/target-lexicon/0.12.16 \ - crate://crates.io/typenum/1.17.0 \ - crate://crates.io/unicode-ident/1.0.13 \ + crate://crates.io/typenum/1.18.0 \ + crate://crates.io/unicode-ident/1.0.17 \ crate://crates.io/unindent/0.2.3 \ crate://crates.io/version_check/0.9.5 \ - crate://crates.io/wasi/0.11.0+wasi-snapshot-preview1 \ + crate://crates.io/wasi/0.13.3+wasi-0.2.2 \ + crate://crates.io/windows-targets/0.52.6 \ + crate://crates.io/windows_aarch64_gnullvm/0.52.6 \ + crate://crates.io/windows_aarch64_msvc/0.52.6 \ + crate://crates.io/windows_i686_gnu/0.52.6 \ + crate://crates.io/windows_i686_gnullvm/0.52.6 \ + crate://crates.io/windows_i686_msvc/0.52.6 \ + crate://crates.io/windows_x86_64_gnu/0.52.6 \ + crate://crates.io/windows_x86_64_gnullvm/0.52.6 \ + crate://crates.io/windows_x86_64_msvc/0.52.6 \ + crate://crates.io/wit-bindgen-rt/0.33.0 \ crate://crates.io/zeroize/1.8.1 \ " SRC_URI[autocfg-1.4.0.sha256sum] = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" SRC_URI[base64-0.22.1.sha256sum] = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" -SRC_URI[bcrypt-0.16.0.sha256sum] = "2b1866ecef4f2d06a0bb77880015fdf2b89e25a1c2e5addacb87e459c86dc67e" +SRC_URI[bcrypt-0.17.0.sha256sum] = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f" SRC_URI[bcrypt-pbkdf-0.10.0.sha256sum] = "6aeac2e1fe888769f34f05ac343bbef98b14d1ffb292ab69d4608b3abc86f2a2" +SRC_URI[bitflags-2.8.0.sha256sum] = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" SRC_URI[block-buffer-0.10.4.sha256sum] = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" SRC_URI[blowfish-0.9.1.sha256sum] = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7" SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" SRC_URI[cfg-if-1.0.0.sha256sum] = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" SRC_URI[cipher-0.4.4.sha256sum] = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -SRC_URI[cpufeatures-0.2.15.sha256sum] = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" +SRC_URI[cpufeatures-0.2.17.sha256sum] = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" SRC_URI[crypto-common-0.1.6.sha256sum] = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" SRC_URI[digest-0.10.7.sha256sum] = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" SRC_URI[generic-array-0.14.7.sha256sum] = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -SRC_URI[getrandom-0.2.15.sha256sum] = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +SRC_URI[getrandom-0.3.1.sha256sum] = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" SRC_URI[heck-0.5.0.sha256sum] = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" SRC_URI[indoc-2.0.5.sha256sum] = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" -SRC_URI[inout-0.1.3.sha256sum] = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" -SRC_URI[libc-0.2.164.sha256sum] = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +SRC_URI[inout-0.1.4.sha256sum] = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" +SRC_URI[libc-0.2.170.sha256sum] = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -SRC_URI[once_cell-1.20.2.sha256sum] = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +SRC_URI[once_cell-1.20.3.sha256sum] = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" SRC_URI[pbkdf2-0.12.2.sha256sum] = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" -SRC_URI[portable-atomic-1.9.0.sha256sum] = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" -SRC_URI[proc-macro2-1.0.89.sha256sum] = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" -SRC_URI[pyo3-0.23.1.sha256sum] = "7ebb0c0cc0de9678e53be9ccf8a2ab53045e6e3a8be03393ceccc5e7396ccb40" -SRC_URI[pyo3-build-config-0.23.1.sha256sum] = "80e3ce69c4ec34476534b490e412b871ba03a82e35604c3dfb95fcb6bfb60c09" -SRC_URI[pyo3-ffi-0.23.1.sha256sum] = "3b09f311c76b36dfd6dd6f7fa6f9f18e7e46a1c937110d283e80b12ba2468a75" -SRC_URI[pyo3-macros-0.23.1.sha256sum] = "fd4f74086536d1e1deaff99ec0387481fb3325c82e4e48be0e75ab3d3fcb487a" -SRC_URI[pyo3-macros-backend-0.23.1.sha256sum] = "9e77dfeb76b32bbf069144a5ea0a36176ab59c8db9ce28732d0f06f096bbfbc8" -SRC_URI[quote-1.0.37.sha256sum] = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +SRC_URI[portable-atomic-1.11.0.sha256sum] = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" +SRC_URI[proc-macro2-1.0.93.sha256sum] = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" +SRC_URI[pyo3-0.23.5.sha256sum] = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872" +SRC_URI[pyo3-build-config-0.23.5.sha256sum] = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb" +SRC_URI[pyo3-ffi-0.23.5.sha256sum] = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d" +SRC_URI[pyo3-macros-0.23.5.sha256sum] = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da" +SRC_URI[pyo3-macros-backend-0.23.5.sha256sum] = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028" +SRC_URI[quote-1.0.38.sha256sum] = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" SRC_URI[sha2-0.10.8.sha256sum] = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" SRC_URI[subtle-2.6.1.sha256sum] = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" -SRC_URI[syn-2.0.87.sha256sum] = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" +SRC_URI[syn-2.0.98.sha256sum] = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" SRC_URI[target-lexicon-0.12.16.sha256sum] = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" -SRC_URI[typenum-1.17.0.sha256sum] = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" -SRC_URI[unicode-ident-1.0.13.sha256sum] = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +SRC_URI[typenum-1.18.0.sha256sum] = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" +SRC_URI[unicode-ident-1.0.17.sha256sum] = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" SRC_URI[version_check-0.9.5.sha256sum] = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" -SRC_URI[wasi-0.11.0+wasi-snapshot-preview1.sha256sum] = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +SRC_URI[wasi-0.13.3+wasi-0.2.2.sha256sum] = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +SRC_URI[windows-targets-0.52.6.sha256sum] = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" +SRC_URI[windows_aarch64_gnullvm-0.52.6.sha256sum] = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +SRC_URI[windows_aarch64_msvc-0.52.6.sha256sum] = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +SRC_URI[windows_i686_gnu-0.52.6.sha256sum] = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +SRC_URI[windows_i686_gnullvm-0.52.6.sha256sum] = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +SRC_URI[windows_i686_msvc-0.52.6.sha256sum] = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +SRC_URI[windows_x86_64_gnu-0.52.6.sha256sum] = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +SRC_URI[windows_x86_64_gnullvm-0.52.6.sha256sum] = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +SRC_URI[windows_x86_64_msvc-0.52.6.sha256sum] = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +SRC_URI[wit-bindgen-rt-0.33.0.sha256sum] = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" SRC_URI[zeroize-1.8.1.sha256sum] = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb b/meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb rename to meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb index 004e8ce8b1..931aae4310 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://pypi.org/project/bcrypt/" DEPENDS += "python3-cffi-native" LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '-fuse-ld=bfd', '', d)}" -SRC_URI[sha256sum] = "6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe" +SRC_URI[sha256sum] = "3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18" inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest From patchwork Tue Mar 4 09:09:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58243 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 809E8C28B24 for ; Tue, 4 Mar 2025 09:09:33 +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.18199.1741079368646739157 for ; Tue, 04 Mar 2025 01:09:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O3t88qcF; 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=1741079371; x=1772615371; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=r8TLXEo30gw9A2WCK4M0ixfsKMxOrVgGEQ+m0EvGlDg=; b=O3t88qcF8viOrIh8xN3Ikg+thnrRvvYYe1fTvRUs1BG1V4Sx617QjvHP QCNw2SwIPH3u4LbbtjlDLjEthyzDOon3Ws5gra/uACZNMGV7swzYN2zM1 Px43akCpzxxwSZgXoqPmlJ1T6loTmKvEpApCLayKwa1vBUvDOUt8bvhVI LiwigoqdHasvb6tY1HEbCLWxCNngW6ErtfjSbonnThHm1rbOnaKTeBZ7i P5nwDZDDEtmUSGEWSQz+6mAQpyq4xI/iQLmEm4WZPzn7wBgJdJBh+a/Qi ykp0OXrmvIKf5/gJ8jpaglWooxAlQuoR2rDnW+skqFzLZgTRFZIQfsUdx Q==; X-CSE-ConnectionGUID: qVZUajAxQZCvCEs1Bs1UNw== X-CSE-MsgGUID: GqDKsYZ2R4+VquA8awjfWQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="180271628" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="180271628" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:30 +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 5FA3AD480C for ; Tue, 4 Mar 2025 18:09:28 +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 2284FD729D for ; Tue, 4 Mar 2025 18:09:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D63861A009A; Tue, 4 Mar 2025 17:09:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0 Date: Tue, 4 Mar 2025 17:09:04 +0800 Message-Id: <1741079356-13445-19-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212244 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- ...{python3-beartype_0.19.0.bb => python3-beartype_0.20.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-beartype_0.19.0.bb => python3-beartype_0.20.0.bb} (60%) diff --git a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb similarity index 60% rename from meta/recipes-devtools/python/python3-beartype_0.19.0.bb rename to meta/recipes-devtools/python/python3-beartype_0.20.0.bb index ee2c068e09..c047ed2026 100644 --- a/meta/recipes-devtools/python/python3-beartype_0.19.0.bb +++ b/meta/recipes-devtools/python/python3-beartype_0.20.0.bb @@ -2,9 +2,9 @@ SUMMARY = "Unbearably fast runtime type checking in pure Python." HOMEPAGE = "https://beartype.readthedocs.io" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e71f94261c1b39896cacacfeaf60560e" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5bc05a109d235912da97a053cd7a58" -SRC_URI[sha256sum] = "de42dfc1ba5c3710fde6c3002e3bd2cad236ed4d2aabe876345ab0b4234a6573" +SRC_URI[sha256sum] = "599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529" inherit pypi python_hatchling From patchwork Tue Mar 4 09:09:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58232 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 05695C021B8 for ; Tue, 4 Mar 2025 09:09:33 +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.18201.1741079370122954640 for ; Tue, 04 Mar 2025 01:09:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZoQ947nN; 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=1741079373; x=1772615373; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=INHeWgfFefOObD7o5EZWkWmS5zas4vPMUKIzPuqXwKU=; b=ZoQ947nNI5zirMvu/sfaoQJZpAla1ExvQmMgMo1HCLfBdf99IS0vbIyr QWsbcwiFh9C/mTlSkMV8Uc5xV5SslpXoqK3xnShampTUhhGsCLqhZYMQa /lmFVKl1vNQpzDBo2Hqk0iJd3Akw01OLpndBBElgLNeaIO3/JikUmSku8 veM3DaYskC5aZ0Vyv2AQAtXSqhpQ5uya1FCHO7Q6uLmSjF/GwqrvIN+NR E3hnJU/3vu+3ZfvmD5eQ+ODiNIsDhgIhpi3/Uaxb/Gq2j1a7hCO4AREaC nZZu6PXLFzwEl5eeCapa5Btaxfq23RWRwMbDZogMWENCWBi9F7L5l9Vzs w==; X-CSE-ConnectionGUID: 4ZG9E0f6QN2rnuvTQstiyw== X-CSE-MsgGUID: f6ffbbp8QtqHm7xoztxisg== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191869478" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191869478" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:32 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 9C30CE614B for ; Tue, 4 Mar 2025 18:09:28 +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 5B398D8B83 for ; Tue, 4 Mar 2025 18:09:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1B87E1A0071; Tue, 4 Mar 2025 17:09:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4 Date: Tue, 4 Mar 2025 17:09:05 +0800 Message-Id: <1741079356-13445-20-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212245 From: Wang Mingyu Changelog: https://hypothesis.readthedocs.io/en/latest/changes.html Signed-off-by: Wang Mingyu --- ...hon3-hypothesis_6.125.3.bb => python3-hypothesis_6.127.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.125.3.bb => python3-hypothesis_6.127.4.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb b/meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb index e5c1dfc6b4..d5ea706b9a 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.127.4.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b" +SRC_URI[sha256sum] = "3ab8dd0e2d985ea90169b0b0e5b77ef3a7bcaf3fc6bb038927a4e977e3477908" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Tue Mar 4 09:09:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58251 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 A2A0AC28B30 for ; Tue, 4 Mar 2025 09:09:33 +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.18201.1741079370122954640 for ; Tue, 04 Mar 2025 01:09:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bXJ1GfeZ; 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=1741079374; x=1772615374; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=WwvWZt5EuGw7NLM0SK/mfNbjjy9w2WyofRPD61s880o=; b=bXJ1GfeZaWluG8CwyXJJDUcCrribU9OMtYtM0HjOmnwrs/5rVLAsQPXr 46ZzcjfVCvLA8pW8DnlG0fTmb2/n703+Hi0y/dAVVeQ7VPqd7roUhbo79 VaLzuZtnZi4vSLXkgw4TNTaAdqyCFVJIrYJWrZMg//LvLEgqEx1FpLrtb l3VP3EmtSrR5tAMWREtbGNwaCf8YfntwaU6smdpADzThHmTBHznp3f4At 2AglJxx3pGGqf5PJ5oyd/OHGWREYNx0yf1qs9XDtC5pRPSlIoTmgrm9J7 OnUOVNeNBMI7Z1f7gU44TGf+5etzdZiStGDog2PbMMauyx7PDMzpkir5D w==; X-CSE-ConnectionGUID: n7n9LJU6RY6Nf5tlkq7Wlw== X-CSE-MsgGUID: 2aVsNioNRqiuj0nYQAxm1A== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191869485" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191869485" 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; 04 Mar 2025 18:09:32 +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 CE6DBE9F12 for ; Tue, 4 Mar 2025 18:09:28 +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 946F4D729D for ; Tue, 4 Mar 2025 18:09:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 525C21A009A; Tue, 4 Mar 2025 17:09:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32 Date: Tue, 4 Mar 2025 17:09:06 +0800 Message-Id: <1741079356-13445-21-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212247 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-pyelftools_0.31.bb => python3-pyelftools_0.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyelftools_0.31.bb => python3-pyelftools_0.32.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb similarity index 83% rename from meta/recipes-devtools/python/python3-pyelftools_0.31.bb rename to meta/recipes-devtools/python/python3-pyelftools_0.32.bb index 0774caafdb..13e9efff8d 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.32.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc" -SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50bc88f99" +SRC_URI[sha256sum] = "6de90ee7b8263e740c8715a925382d4099b354f29ac48ea40d840cf7aa14ace5" PYPI_PACKAGE = "pyelftools" From patchwork Tue Mar 4 09:09:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58256 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 B7C45C021B8 for ; Tue, 4 Mar 2025 09:09:43 +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.web11.18206.1741079373430215607 for ; Tue, 04 Mar 2025 01:09:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=X/ArFPdA; 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=1741079374; x=1772615374; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=X8Yh6FDnX0i2pbrr5Axc/tVFHC0NKv6uarWckKxg1xo=; b=X/ArFPdAfn2Rt6lcKFCohFmNEhV/h68CEt2akBVnOTo/SaHd1TtVdJJ6 2NrC7m65bPBmR0n1mo/mfiBNHvF28EVt70zVPHMHzixW7hkb1X+TpKzsO 29yGSLS+EUl82x+dpeT+37q9MNJDxjoYWeCpWHKRyaLM7KD839Kt3fn56 5lwhiKgo7s4JLYqpV/30xikFr5uQ4rQDt+0kxleZrGTFy1+h6+bQ+gkXh q9NXklwoWzF2KyffftOB9dkzAQPgxtvp7hfmKqk5YCKl+dmW7uX6iFA79 wo4Hnmvg+R3c3enSRf9cB063NDDB06cscKO8AKtPc2VJDTv7zxmUJoxa9 Q==; X-CSE-ConnectionGUID: ocWNHiXMRSK1ZDwiKVBMgQ== X-CSE-MsgGUID: DTxyp82TQKC7RqJ+AB9wMA== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539729" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539729" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:32 +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 1804ADBB80 for ; Tue, 4 Mar 2025 18:09:29 +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 CA8DFD8B83 for ; Tue, 4 Mar 2025 18:09:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8A9391A0071; Tue, 4 Mar 2025 17:09:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5 Date: Tue, 4 Mar 2025 17:09:07 +0800 Message-Id: <1741079356-13445-22-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212251 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-pytest_8.3.4.bb => python3-pytest_8.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pytest_8.3.4.bb => python3-pytest_8.3.5.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-pytest_8.3.4.bb b/meta/recipes-devtools/python/python3-pytest_8.3.5.bb similarity index 91% rename from meta/recipes-devtools/python/python3-pytest_8.3.4.bb rename to meta/recipes-devtools/python/python3-pytest_8.3.5.bb index 3b1770e14b..4d4e8b8511 100644 --- a/meta/recipes-devtools/python/python3-pytest_8.3.4.bb +++ b/meta/recipes-devtools/python/python3-pytest_8.3.5.bb @@ -5,7 +5,7 @@ DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scal LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bd27e41b6550fe0fc45356d1d81ee37c" -SRC_URI[sha256sum] = "965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761" +SRC_URI[sha256sum] = "f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845" DEPENDS += "python3-setuptools-scm-native" From patchwork Tue Mar 4 09:09:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58257 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 C132CC3DA4A for ; Tue, 4 Mar 2025 09:09:43 +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.18208.1741079374328368469 for ; Tue, 04 Mar 2025 01:09:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eFp7dQ2l; 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=1741079375; x=1772615375; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=vUWN4PBBZkY7Mlh+5ykV69vQX+VTTvyJ661j39TDBBQ=; b=eFp7dQ2lVHI2fSAohld/v+i+CswIrAy+U+Koek65XfubGFDQYGU4lcB9 xGRkcQa5W3xlm8NwF2xWi6iRYDkSfAx6ryBgW+IYDpJHTXNTqQkF3ON1j CgRZ5LcVJfi+pMuYvZ7XDmNyncSu3BSNqqyKxHIiZtsdNR7Cilca7tGph KjqsvhpEi5Zwp2Ell19lkjf09/8N3bDIUTDUL3e9DhxpSKhBN+hQI8k87 5Z0ywMqE84AlRuZwHvkWx1ekg1bpBOizc/RyRJ9rR900+GPNvcQ3UdAyR IutVEC9FyZVeIeckKMHjvmztkYvWX/vqjqa8IgqfQBmezhUc9PgXn9eRS w==; X-CSE-ConnectionGUID: jFVfCQw6RJWuKgfsy3FDlg== X-CSE-MsgGUID: /p1ABjASSvu9wnSo9Q7f6Q== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191060467" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191060467" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:32 +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 4D945D480A for ; Tue, 4 Mar 2025 18:09:29 +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 0D444D729D for ; Tue, 4 Mar 2025 18:09:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C1D5C1A00A1; Tue, 4 Mar 2025 17:09:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2 Date: Tue, 4 Mar 2025 17:09:08 +0800 Message-Id: <1741079356-13445-23-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212254 From: Wang Mingyu 0001-conditionally-do-not-fetch-code-by-easy_install.patch refreshed for 75.8.2 Signed-off-by: Wang Mingyu --- ...01-conditionally-do-not-fetch-code-by-easy_install.patch | 6 +++--- ...n3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-setuptools_75.8.0.bb => python3-setuptools_75.8.2.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch index f320bf4e6f..83fcb27f2d 100644 --- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch +++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch @@ -1,4 +1,4 @@ -From 9441848a121912b6627c7188ab95595684c8306b Mon Sep 17 00:00:00 2001 +From 88df88cfa90281468114efb368bd37213f2b0fb7 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 17 Jul 2018 10:13:38 +0800 Subject: [PATCH] conditionally do not fetch code by easy_install @@ -20,10 +20,10 @@ Signed-off-by: Trevor Gamblin 1 file changed, 5 insertions(+) diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py -index 66fe68f..8647c20 100644 +index eb1b4c1..4fd8d14 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py -@@ -673,6 +673,11 @@ class easy_install(Command): +@@ -672,6 +672,11 @@ class easy_install(Command): os.path.exists(tmpdir) and _rmtree(tmpdir) def easy_install(self, spec, deps: bool = False) -> Distribution | None: diff --git a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-setuptools_75.8.0.bb rename to meta/recipes-devtools/python/python3-setuptools_75.8.2.bb index 02e299d0be..e9e6e9b2b6 100644 --- a/meta/recipes-devtools/python/python3-setuptools_75.8.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_75.8.2.bb @@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e SRC_URI += " \ file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch" -SRC_URI[sha256sum] = "c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6" +SRC_URI[sha256sum] = "4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2" DEPENDS += "python3" From patchwork Tue Mar 4 09:09:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58252 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 B0C88C2BA1B for ; Tue, 4 Mar 2025 09:09:33 +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.18199.1741079368646739157 for ; Tue, 04 Mar 2025 01:09:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pbCnml8C; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=8dcn0DrjevY0Z1PpE0azgv0YcF9gonL9gMOkGGo6O3Q=; b=pbCnml8CEenv0IDOy/hQhtN1WWBVe8x3Sos9d5sGwX968Ff8Sk5pUGUG FxeMxTK/wsePQVy+77B6+k5H3EyUtaQKoPGnaFafcBiW9pTEcoLQzMvM9 VQIQ8++fvLXZ6CrQAFDmC1uQK0VTKnXnkXwJwlw4snBygM2DH7rRS/gyL b/+N+iCirwhWsxqxwwTv25FqgiBjOqCo92YPOoaPXe4EJqOxz0QrO7+QV 3s0ULMuzdp+fmuIGSC4M++f9iMJljX1fZf1RRMYZwQ/Bpn56S955zOEJx a8s7fiUiRNS+u9j1dDfFFTmf9sfEv5FqNLAnK4apeumh2evgg+R9SLYSa g==; X-CSE-ConnectionGUID: 77HUfR5tQgyP/vshoWFXVw== X-CSE-MsgGUID: 6o8jXvW/R9WZ3dFx+ACIWA== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="180271630" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="180271630" 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; 04 Mar 2025 18:09:31 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 7EA56E6147 for ; Tue, 4 Mar 2025 18:09:29 +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 444F5D8B84 for ; Tue, 4 Mar 2025 18:09:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0435B1A0071; Tue, 4 Mar 2025 17:09:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16 Date: Tue, 4 Mar 2025 17:09:09 +0800 Message-Id: <1741079356-13445-24-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212249 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...025.1.15.22.bb => python3-trove-classifiers_2025.2.18.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-trove-classifiers_2025.1.15.22.bb => python3-trove-classifiers_2025.2.18.16.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb similarity index 83% rename from meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb rename to meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb index eb7eb30554..6bdce9dc79 100644 --- a/meta/recipes-devtools/python/python3-trove-classifiers_2025.1.15.22.bb +++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.2.18.16.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "90af74358d3a01b3532bc7b3c88d8c6a094c2fd50a563d13d9576179326d7ed9" +SRC_URI[sha256sum] = "b1ee2e1668589217d4edf506743e28b1834da128f8a122bad522c02d837006e1" PYPI_PACKAGE = "trove_classifiers" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" From patchwork Tue Mar 4 09:09:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58261 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 E5F75C282D9 for ; Tue, 4 Mar 2025 09:09:43 +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.18210.1741079375376208310 for ; Tue, 04 Mar 2025 01:09:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YnlfN4h5; 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=1741079375; x=1772615375; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=GhKvF56T6DEuXZ2ldLyk/fpQ2NFbFflHy7/fiTICyRk=; b=YnlfN4h5Up2OcmjHD6y/CY3fz3+wcbMLYipJTy/4/G6iq+BLwnQPVnXJ a5OsqXqgKrREx4XxBI/5dwKnjqXXAtic3iVtyMvHBAkkplvb2iWxlKmhc v8F2IJ+MotkZOekTsdo0b1nvNVkJYhw2jC6NMk32zykRfREz4TfJY14sy ZRRPVcryEYdY9gHtozGStpcLZnBG58K4NItpwSwmVINJoODGwUHol68Xq 2L9/7gxk+Ahl78ZHQCcnEmOnuxSDONlOkba7zjyttyEpuDXiqQ35eI9NO 5z3u054moJfHxHD1+XGpR4X93SJZCWBXFrcwnWteNctExXSSX+ePLgZKe A==; X-CSE-ConnectionGUID: IBZ+ZFqOTXiPZwpUEGNe9g== X-CSE-MsgGUID: tVtCpyT1QmWS4o/DUkbtAg== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="170800548" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="170800548" 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; 04 Mar 2025 18:09:31 +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 B8ABAE9F18 for ; Tue, 4 Mar 2025 18:09:29 +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 7CD74D729D for ; Tue, 4 Mar 2025 18:09:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3BCD51A009A; Tue, 4 Mar 2025 17:09:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0 Date: Tue, 4 Mar 2025 17:09:10 +0800 Message-Id: <1741079356-13445-25-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212257 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-websockets_14.2.bb => python3-websockets_15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-websockets_14.2.bb => python3-websockets_15.0.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-websockets_14.2.bb b/meta/recipes-devtools/python/python3-websockets_15.0.bb similarity index 79% rename from meta/recipes-devtools/python/python3-websockets_14.2.bb rename to meta/recipes-devtools/python/python3-websockets_15.0.bb index 0c7b7d2470..9a7456dee4 100644 --- a/meta/recipes-devtools/python/python3-websockets_14.2.bb +++ b/meta/recipes-devtools/python/python3-websockets_15.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51924a6af4495b8cfaee1b1da869b6f4" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5" +SRC_URI[sha256sum] = "ca36151289a15b39d8d683fd8b7abbe26fc50be311066c5f8dcf3cb8cee107ab" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Mar 4 09:09:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58253 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 B0C54C28B27 for ; Tue, 4 Mar 2025 09:09:33 +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.web10.18102.1741079370276389066 for ; Tue, 04 Mar 2025 01:09:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UBUZ2NZP; 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=1741079372; x=1772615372; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=OCmJkcSG2OEa0WQZ9ysIgVh/8UXbK8JshkKLoRfeGkE=; b=UBUZ2NZPvv7o8w8cRPyX7WrEdEYjjgbEh/v0fywCtH4OmVUzgrca7epU A13xbV97FGEpf3Z+w+FoGv2K8Qu+wSYA/eFY1fbRwGJgP3kLoUsNtZ6z9 qO7ZFuP0NnNK+8Ti8l4jLY5jJe2zx2B8UJsrxpjf5u0fnVIfS5i4RzOTm EjQOU6MVwtBrnHg63eEiWffpmoc188qhU6H8aP/KelbY4uY4BTX5dofT5 cbyxmWIee6EJ7QzDvpG3tO2Eu+jxeSxcUEO/dFo2w71OMnDOH8XFRcTXw dZAOfxzX0DspZr4UujFWnhyz6f8rcDjjG2Qos6iuME6dPCwVUQmyz6Cov w==; X-CSE-ConnectionGUID: x1IuEhVYR1a0j1nwTLE2cQ== X-CSE-MsgGUID: 2LKyUt/eT1WEKx6neYY79w== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="170766385" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="170766385" 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; 04 Mar 2025 18:09:31 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 03324E6141 for ; Tue, 4 Mar 2025 18:09:30 +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 B49B3D8B83 for ; Tue, 4 Mar 2025 18:09:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7449C1A0071; Tue, 4 Mar 2025 17:09:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1 Date: Tue, 4 Mar 2025 17:09:11 +0800 Message-Id: <1741079356-13445-26-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212250 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-support/re2c/{re2c_4.0.2.bb => re2c_4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/re2c/{re2c_4.0.2.bb => re2c_4.1.bb} (90%) diff --git a/meta/recipes-support/re2c/re2c_4.0.2.bb b/meta/recipes-support/re2c/re2c_4.1.bb similarity index 90% rename from meta/recipes-support/re2c/re2c_4.0.2.bb rename to meta/recipes-support/re2c/re2c_4.1.bb index 2a0fb197ff..238f95f745 100644 --- a/meta/recipes-support/re2c/re2c_4.0.2.bb +++ b/meta/recipes-support/re2c/re2c_4.1.bb @@ -7,7 +7,7 @@ LICENSE = "PD" LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "5e52ce0e26326115e41bc45d34dc2d5e10f2e44ed3a413fa2a826aa3500c8d56" +SRC_URI[sha256sum] = "cd7d9bbadb3f04f20da25e20e155655de57beef48e0807266938069f0e322e8b" GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Mar 4 09:09:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58255 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 B80E7C282D0 for ; Tue, 4 Mar 2025 09:09:43 +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.web11.18207.1741079374258471834 for ; Tue, 04 Mar 2025 01:09:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JJFL7HUd; 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=1741079374; x=1772615374; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=a3hw0swT+ekPtEvKUdImglOtNkEuFJMuuA83m0zoVHg=; b=JJFL7HUdrFzW70W64PF/F8lvdh6qaTZrcfYMs+9zMF+P/uPYsRtrQyNV fv3DjZUSfGvs4Y7oU0+r7jZ8LPKBWHRF6MEQ7XO8cSFWE/0h+/nzVBUPy d2U592PM5CLrKbzMwatZ1+d/s5IRqYtlRnSGfvF7XPEXfF9nM3/xMTvSK 7UqPQuzNBwscwbmRebq5rmECPvqtElGj4PQ0Rph8SW7nRpr+xmO4jMuMn jWyUg+ET09z4QRyfSYibzImkd5SFtt9/EXNg0ASUH8l+HbLDjNNCJgVxv kA+7SFAmr3H7P7IAWfBnZ+INB5oqBdHnJJEugJZ32i8fn0v57glO5SFYk Q==; X-CSE-ConnectionGUID: EaEqgqL7TNCDZLT1oEp8zQ== X-CSE-MsgGUID: D01E+5oCRCKuH23Gt5soBg== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="179242842" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="179242842" 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; 04 Mar 2025 18:09:32 +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 3B0E8C2262 for ; Tue, 4 Mar 2025 18:09:30 +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 F02C3D729D for ; Tue, 4 Mar 2025 18:09:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AD5691A009A; Tue, 4 Mar 2025 17:09:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52 Date: Tue, 4 Mar 2025 17:09:12 +0800 Message-Id: <1741079356-13445-27-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212253 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.51.bb => repo_2.52.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.51.bb => repo_2.52.bb} (94%) diff --git a/meta/recipes-devtools/repo/repo_2.51.bb b/meta/recipes-devtools/repo/repo_2.52.bb similarity index 94% rename from meta/recipes-devtools/repo/repo_2.51.bb rename to meta/recipes-devtools/repo/repo_2.52.bb index b78b4867f1..2e877c1847 100644 --- a/meta/recipes-devtools/repo/repo_2.51.bb +++ b/meta/recipes-devtools/repo/repo_2.52.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ " -SRCREV = "db111d392407797e170355e1c0ec98e71d4a8278" +SRCREV = "8d5f03261164f3cd65af0576dfa7d4edded96c67" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" From patchwork Tue Mar 4 09:09:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58260 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 D6BC3C282D6 for ; Tue, 4 Mar 2025 09:09:43 +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.18107.1741079374756247925 for ; Tue, 04 Mar 2025 01:09:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QG8yE/qq; 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=1741079375; x=1772615375; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=RipJ5L/4S7LP4OJXbLmW3cHYnz/M5/YrV9aMOjzsTfk=; b=QG8yE/qqe3ebZpQ66Gi4Bo/pSOr+xTMn12GnoQ3AtvrkSRne9THrOlwF Kvrmc5AAqh+UZaP4Y+vrFWy7tLmwUPglMBeCONoFzWB7KQLHlETq+qmw3 c7SBsIKYyp8TCGp8Db04lAV/FCxjhal1emVPTaHZa2f/pfPJeautHj5Bz WknySzS3MLxcaADUG0CR9mxbAhIc4uW//hsIZeS+vl8GTMpdAZxnYdNA3 V6wyciH9q5cfRzc7EweqZAstb4nnV67C7DwZNyAnzrVUluf4fDKD7WY9E bxb7+BsHru4GMHFeQUmjVmb55lo4bCPe6TEHD5FoF4PSbcnFhltz3NL9E Q==; X-CSE-ConnectionGUID: mVXYqpYcReKjfL4iTOPR5w== X-CSE-MsgGUID: Z8/MQi1qR7OmEv2RbzkygQ== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191934014" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191934014" 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; 04 Mar 2025 18:09:33 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 6C4CCD4807 for ; Tue, 4 Mar 2025 18:09:30 +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 31F56D8B84 for ; Tue, 4 Mar 2025 18:09:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E72F91A0071; Tue, 4 Mar 2025 17:09:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3 Date: Tue, 4 Mar 2025 17:09:13 +0800 Message-Id: <1741079356-13445-28-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212255 From: Wang Mingyu shadow-update-pam-conf.patch refreshed for 4.17.3 Signed-off-by: Wang Mingyu --- .../shadow/files/shadow-update-pam-conf.patch | 16 ++++------------ .../{shadow_4.17.2.bb => shadow_4.17.3.bb} | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) rename meta/recipes-extended/shadow/{shadow_4.17.2.bb => shadow_4.17.3.bb} (99%) diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch index cb3baf450c..318e2665c2 100644 --- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch +++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch @@ -15,7 +15,6 @@ Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Kang Kai --- - etc/pam.d/chage | 2 +- etc/pam.d/chgpasswd | 2 +- etc/pam.d/groupadd | 2 +- etc/pam.d/groupdel | 2 +- @@ -24,18 +23,8 @@ Signed-off-by: Kang Kai etc/pam.d/useradd | 2 +- etc/pam.d/userdel | 2 +- etc/pam.d/usermod | 2 +- - 9 files changed, 9 insertions(+), 9 deletions(-) + 8 files changed, 8 insertions(+), 8 deletions(-) -diff --git a/etc/pam.d/chage b/etc/pam.d/chage -index 8f49f5c..b1f365d 100644 ---- a/etc/pam.d/chage -+++ b/etc/pam.d/chage -@@ -1,4 +1,4 @@ - #%PAM-1.0 - auth sufficient pam_rootok.so - account required pam_permit.so --password include system-auth -+password include common-password diff --git a/etc/pam.d/chgpasswd b/etc/pam.d/chgpasswd index 8f49f5c..b1f365d 100644 --- a/etc/pam.d/chgpasswd @@ -116,3 +105,6 @@ index 8f49f5c..b1f365d 100644 account required pam_permit.so -password include system-auth +password include common-password +-- +2.43.0 + diff --git a/meta/recipes-extended/shadow/shadow_4.17.2.bb b/meta/recipes-extended/shadow/shadow_4.17.3.bb similarity index 99% rename from meta/recipes-extended/shadow/shadow_4.17.2.bb rename to meta/recipes-extended/shadow/shadow_4.17.3.bb index 19512f2594..3d07aec3d6 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.2.bb +++ b/meta/recipes-extended/shadow/shadow_4.17.3.bb @@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ file://disable_syslog.patch \ " -SRC_URI[sha256sum] = "064a7c048e613ef5b5f3613e137d79d35d062ab434e89020f743e90844ec5c4f" +SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM From patchwork Tue Mar 4 09:09:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58259 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 0555EC282DC for ; Tue, 4 Mar 2025 09:09:44 +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.web11.18206.1741079373430215607 for ; Tue, 04 Mar 2025 01:09:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DQMMOnlH; 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=1741079375; x=1772615375; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=USzQyLXICp2Jfy0R64gKSpdY59Jr1o/OsIZ4MQK6504=; b=DQMMOnlHo2ozvvrrYrXIf4ZTDEEq6b1LT973Y+HZZpD+Xc7Hz01+YdBj m/w4jvSiCi2xgeLU6T4VzajBK9dKBkuBIqHHtX60RYMevOLhpu+QxZd0l LCBRt6hELw6CkhiZ+Lt+2ylU1EJyohps9Hc7H4YG9kCnEi5dSMNTw3WXt 1zHBd4MToGjz+NE7iwchvRuVtyTypRqxXQb9MrkrOY4pLRqpEZqrgJArt hsb1uHfHKeL/pHk5fge/Oep2xQF7D+bHevZJORiV7f40cW73Db4CzeMKZ Qpd0OcKXoCkOI4xBTEBoDOBS913KIkfUIZG5g5s+P7XOg+Xr/0GTo/mzC w==; X-CSE-ConnectionGUID: D1drV+jxQJ2SGpw2nvHq8Q== X-CSE-MsgGUID: dqmWoqtcSuqsqrgimdH73w== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539733" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539733" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:33 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id A4ABADBB81 for ; Tue, 4 Mar 2025 18:09:30 +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 69297D72A6 for ; Tue, 4 Mar 2025 18:09:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 28ACC1A009A; Tue, 4 Mar 2025 17:09:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11 Date: Tue, 4 Mar 2025 17:09:14 +0800 Message-Id: <1741079356-13445-29-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212252 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.18.10.bb => stress-ng_0.18.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.18.10.bb => stress-ng_0.18.11.bb} (94%) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb similarity index 94% rename from meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb index 7fcb5af0ee..2b1e306b17 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ " -SRCREV = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972" +SRCREV = "44162bc4e00d06d366436857093a276ea692711e" S = "${WORKDIR}/git" DEPENDS = "coreutils-native libbsd" From patchwork Tue Mar 4 09:09:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58262 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 0646DC282E3 for ; Tue, 4 Mar 2025 09:09:44 +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.18107.1741079374756247925 for ; Tue, 04 Mar 2025 01:09:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=t1J/Y/+b; 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=1741079376; x=1772615376; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=zC1+XjIYb+Ss6y+4uSMgRlj56qzsqYUMFG/Apc/HAXc=; b=t1J/Y/+b21+5AaI9vEYLkjyYX6UCeWcKBPi+vsKYzhl/uwElRS9ZSQm2 fQncQBdDO+0IuKJLsYHyorKfoBn+YebmwtpkzqbQw/JqkwEX/zU9iREUd qVrHXW53ddE5e6yAgGPS7rz1RUdNTMqcwQdr507UzHdLiAzoktrkR+VzX LE2z4pSlJlBlKqA93x52PL94A11rHV+DI7wXku7te0KN3bF6azNaF5xUM 60mtbVHDlcWZhq7+TM4mFymU7+L5tb7o5SNEZjocM7pPSxOzL8FaNzBEV CGHDM+VfIicpa+h1Epvjpb5AhpLwm/mwpfCujJPdPGlxfyhTkasdLb/Sf w==; X-CSE-ConnectionGUID: EFei3PLDSY+eMDGV5qn/mw== X-CSE-MsgGUID: kqZSNsmNQFWWh0pb3RWWGw== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="191934015" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="191934015" 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; 04 Mar 2025 18:09:33 +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 D9603DBB8C for ; Tue, 4 Mar 2025 18:09:30 +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 9EAE4D8B83 for ; Tue, 4 Mar 2025 18:09:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5FD5E1A009B; Tue, 4 Mar 2025 17:09:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20 Date: Tue, 4 Mar 2025 17:09:15 +0800 Message-Id: <1741079356-13445-30-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212258 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ireless-regdb_2024.10.07.bb => wireless-regdb_2025.02.20.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.10.07.bb => wireless-regdb_2025.02.20.bb} (94%) diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb similarity index 94% rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb index 0e4100fba7..09fff768c4 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.10.07.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb @@ -5,7 +5,7 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "f76f2bd79a653e9f9dd50548d99d03a4a4eb157da056dfd5892f403ec28fb3d5" +SRC_URI[sha256sum] = "57f8e7721cf5a880c13ae0c202edbb21092a060d45f9e9c59bcd2a8272bfa456" inherit bin_package allarch From patchwork Tue Mar 4 09:09:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 58258 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 DE8EBC282D3 for ; Tue, 4 Mar 2025 09:09:43 +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.web11.18209.1741079374947446222 for ; Tue, 04 Mar 2025 01:09:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ha6YXOVP; 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=1741079376; x=1772615376; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lSw3P+vsyyZhkwSNNVs1lPezdO9L4hguD9BbKTwRiOU=; b=ha6YXOVPMD2GrLw/OwHoVHTv8+dtkK4nOgEw2VuD0Z0ZbK2k6GptPojE nu6Yd7d+WEtYGYiNZoc0YDyA9FdQJAKj+xZesmtlltaHb9NnP417wvB9F ICgB8W68y1xouyDgAYNdElY/7StE8sUCmPtDauBoNoU2fXfTZO1+C7YUz go6PpEujRucunb8wx+GsTI7Wejpi7WdsWlTd+jg9oxERj+iw7KxqEZw49 plsbwk1eet0PjMOiUYhp5gyw9Op7caw/0jIl7Ue/CoFPPiAiDY9LDaAse mlFYlRpPK7fwaiOIg0Ot1BcwGasPpjy3weVOy1xND9DEgRbn5nPED4B/B Q==; X-CSE-ConnectionGUID: l2x0/PpaSxex+GqNJcZZ1Q== X-CSE-MsgGUID: dy8jZh69TRKjUMMPdBmrYw== X-IronPort-AV: E=McAfee;i="6700,10204,11362"; a="194539734" X-IronPort-AV: E=Sophos;i="6.13,331,1732546800"; d="scan'208";a="194539734" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2025 18:09:34 +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 1FC4FE6142 for ; Tue, 4 Mar 2025 18:09:31 +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 D5981D72A6 for ; Tue, 4 Mar 2025 18:09:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 95A3F1A0071; Tue, 4 Mar 2025 17:09:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7 Date: Tue, 4 Mar 2025 17:09:16 +0800 Message-Id: <1741079356-13445-31-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> References: <1741079356-13445-1-git-send-email-wangmy@fujitsu.com> 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, 04 Mar 2025 09:09:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212256 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-extended/zstd/{zstd_1.5.6.bb => zstd_1.5.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/zstd/{zstd_1.5.6.bb => zstd_1.5.7.bb} (96%) diff --git a/meta/recipes-extended/zstd/zstd_1.5.6.bb b/meta/recipes-extended/zstd/zstd_1.5.7.bb similarity index 96% rename from meta/recipes-extended/zstd/zstd_1.5.6.bb rename to meta/recipes-extended/zstd/zstd_1.5.7.bb index 0f3309d8af..d173558a0f 100644 --- a/meta/recipes-extended/zstd/zstd_1.5.6.bb +++ b/meta/recipes-extended/zstd/zstd_1.5.7.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \ SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https" -SRCREV = "794ea1b0afca0f020f4e57b6732332231fb23c70" +SRCREV = "f8745da6ff1ad1e7bab384bd1f9d742439278e99" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" CVE_PRODUCT = "zstandard"