From patchwork Tue Feb 18 07:39: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: 57488 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 66C20C021A9 for ; Tue, 18 Feb 2025 07:41:28 +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.14677.1739864482512578509 for ; Mon, 17 Feb 2025 23:41:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZeEY1cpE; 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=1739864482; x=1771400482; h=from:to:cc:subject:date:message-id; bh=JaJnNl34fTRjJ1u1af7uRm3oz7izY6F5dYcXkAWLqMg=; b=ZeEY1cpE/MOabmcvhrYt+ZxYF+N1Pwt+CXc3hAbEIg520EWpeYPu1DrA D6qyBYMT+6xC1gtEH8cbL25Pmxz+/BR5ACmXvAE2p5eyEvfu58XQPwt+m vPHhGbRm6acnWDaDooVm38ct+lUEd2fVawsQacsRO6hEcWC+Yyi8TgEZJ RslLo5plP5A0AyXgROtYo85HSfsdYRVTyBPMn+1AQHD3TC80covE5Tqx+ cNJ6Htfn4EB3f9HM7UIFgzaMPzZGnFcx4qXtVepR2SFZBIRR/GuuqsFvN 5xGhbUab42eXVkZrgDOltvI0GuuhbbRSJeX3PMAMKh0rw/30Cmz8esmVP w==; X-CSE-ConnectionGUID: HrmD0VC4R/aF+kImLcVm0Q== X-CSE-MsgGUID: k4yQUikNRQCx4ok1z5jU8A== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190373884" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190373884" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:20 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id BCD01E8529 for ; Tue, 18 Feb 2025 16:41:17 +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 7FC5ED50AF for ; Tue, 18 Feb 2025 16:41:17 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ED6E31A000B; Tue, 18 Feb 2025 15:41:16 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 Date: Tue, 18 Feb 2025 15:39:04 +0800 Message-Id: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211564 From: Wang Mingyu Changelog: =========== * mkfs: * new option to enable compression * updated summary (subvolumes, compression) * completely remove option --leafsize, deprecated long ago * btrfstune: add option to remove squota * scrub: * start: new option --limit to set the bandwidth limit for the duration of the run * status: fix printing of Rate unit suffix (SI/IEC) * qgroup clean-stale: check if quotas are enabled before starting filesystem sync() * print builtin features and options in --version output (mkfs, convert, image, btrfstune) * build: * Botan minimum version is now 3.x * target to build compile_commands.json (for LSP) * other: * a bit more optimized crc32c code * sync some headers from kernel code * command help updates and fixes * build warning fixes * error message updates * cleanups and refactoring * updated tests * lots of documentation updates Signed-off-by: Wang Mingyu --- ...d-a-possibility-to-specify-where-python-modules-ar.patch | 6 +++--- .../{btrfs-tools_6.12.bb => btrfs-tools_6.13.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.12.bb => btrfs-tools_6.13.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch index 59ea5a66da..49011e55a5 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch @@ -1,4 +1,4 @@ -From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001 +From 4f876f0b0612598c22173f68593a8a05056be3c3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 May 2018 21:20:35 +0300 Subject: [PATCH] Add a possibility to specify where python modules are @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 2f8d2fa0..c760e5ae 100644 +index 7e36aa42..edff7d5b 100644 --- a/Makefile +++ b/Makefile -@@ -985,7 +985,7 @@ endif +@@ -996,7 +996,7 @@ endif ifeq ($(PYTHON_BINDINGS),1) install_python: libbtrfsutil_python $(Q)cd libbtrfsutil/python; \ diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb index 3c0bb81f75..895002010c 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612" +SRCREV = "26e4d9174c70aac0e53c3b5de55cf159f8d9397f" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ From patchwork Tue Feb 18 07:39: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: 57487 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 659BBC02198 for ; Tue, 18 Feb 2025 07:41:28 +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.14678.1739864482814925242 for ; Mon, 17 Feb 2025 23:41:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fT8Zekdd; 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=1739864483; x=1771400483; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=vukZeiM0nx7LTBMyY3pja94RroPXJ7517BO/Eh9Lues=; b=fT8ZekddSwD5jkGy7fT/1KpLEUMiFoYr+/VIUuKWVVMoDU8eLGtZxlIk Dr7PjkB3c/dLgCCwZZRAFE8yxJObn64V/UG7tzhJPHfXwgZ0+ElaX7RsT jwgYlOmYv7RZ6+tecY0vDkrymjmuiJsvepzWeAfSGKGGp+27RMzK3gGkK +PowkgUEho7pMiux0J98/aCFZ3872SSpHsIg4i0L7A2E7CBN9NIUxInH3 Css+MyQRs2vxPF7rk1xMc/uxNDN1Y3ev+h0VDduPZbRWNn+iDvj4ajW4I jTAzZdA2r44yUo5MfjpjiiMhJGGOUqP86XvNr6IlrsaWUmBXF94VoHrGJ Q==; X-CSE-ConnectionGUID: HvKWUvt5Qfyuvtx4kj/6ZA== X-CSE-MsgGUID: y4VM/Nw+RMWxsQGQEu3pcQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169273896" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169273896" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:20 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 53C78E8528 for ; Tue, 18 Feb 2025 16:41:18 +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 1773DD3F2F for ; Tue, 18 Feb 2025 16:41:18 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AD7871A000B; Tue, 18 Feb 2025 15:41:17 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/32] ell: upgrade 0.71 -> 0.73 Date: Tue, 18 Feb 2025 15:39:05 +0800 Message-Id: <1739864375-21394-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211565 From: Wang Mingyu Changelog: =========== - Add support for the Test Anything Protocol. - Fix issue with parsing hwdb.bin child structures. Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.71.bb b/meta/recipes-core/ell/ell_0.73.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.71.bb rename to meta/recipes-core/ell/ell_0.73.bb index b9a0b595d4..c6691c7e54 100644 --- a/meta/recipes-core/ell/ell_0.71.bb +++ b/meta/recipes-core/ell/ell_0.73.bb @@ -15,4 +15,4 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "850f79cc993791f00232fd31cbaf3e8212edcef25ca0515f98c6d48dfb5952d7" +SRC_URI[sha256sum] = "ae97f848b45a59be7741369880badfa8c08a55a24b21eae3468342cc012df11b" From patchwork Tue Feb 18 07:39: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: 57496 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 A4627C021B2 for ; Tue, 18 Feb 2025 07:41:28 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.14624.1739864483510125833 for ; Mon, 17 Feb 2025 23:41:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HfcqPF6l; 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=1739864484; x=1771400484; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=aQv+f95feXmqJn/Z+QSmuC8grLu8jNEnNmOsq65TpYo=; b=HfcqPF6lmU/DlytwjifSSVt7C9gal/4YiEz/UmGLbvmTKNVd0BrijIl2 woPE6Dmd8bbvraRCYW5hWY4jmXINze8biBtPhZe8xIvrnhYt63SGzo4jB a1Uw3PCC+6kh4B1dUQ731zAq8ADTv3+EF/FT0xg42MqwKvpLeHY/3yIK9 D3xxw/VkDd5DEwAIZbitx8eHeIdLaz4rbCA7m2oBuXpwVIOKM0mER0ilJ +HjkckMBS2542VHI3yxi0B0gMTLuMVPOsjx/w5TaWORdKLGKg1pbXtdNu dyMS1BplSfs0E9hv5k0nTD3chYbRtwSYhv2HiJ/aWuzf70FeS3GqX9gDZ A==; X-CSE-ConnectionGUID: Db43bL5YSVyiy9Wzg7N68g== X-CSE-MsgGUID: W6rzFNFKSjGb5tVeUOEo1w== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190317065" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190317065" 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; 18 Feb 2025 16:41:21 +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 31E25D4C39 for ; Tue, 18 Feb 2025 16:41:19 +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 EC032D8ADF for ; Tue, 18 Feb 2025 16:41:18 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8EECA1A000B; Tue, 18 Feb 2025 15:41:18 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/32] erofs-utils: upgrade 1.8.4 -> 1.8.5 Date: Tue, 18 Feb 2025 15:39:06 +0800 Message-Id: <1739864375-21394-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211566 From: Wang Mingyu Changelog: ========== - (mkfs.erofs) Support '-Efragdedupe=inode' for multithreading; - (dump.erofs) Add '--cat' to show file contents (Juan Hernandez); - (mkfs.erofs) Fix inefficient fragment deduplication; - (fsck.erofs/erofsfuse) Introduce fragment cache; - (fsck.erofs) Preserve S{U,G}ID bits properly on extraction; - (mkfs.erofs, tarerofs) Align non-existent directories with their parents; - Several minor bugfixes. Signed-off-by: Wang Mingyu --- .../erofs-utils/{erofs-utils_1.8.4.bb => erofs-utils_1.8.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.8.4.bb => erofs-utils_1.8.5.bb} (94%) diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb similarity index 94% rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb index ba06e7019d..54ead294fb 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.4.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb @@ -5,7 +5,7 @@ SECTION = "base" LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" -SRCREV = "b4b93c26c7e8e771af93627f02791818e7c78f6c" +SRCREV = "7bc147fafd53a2a9ff7c22399491079e5bfffafc" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\d+(\.\d+)+))" From patchwork Tue Feb 18 07:39: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: 57493 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 8E944C021AA for ; Tue, 18 Feb 2025 07:41:28 +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.14627.1739864484748024222 for ; Mon, 17 Feb 2025 23:41:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=i5B5M0Qe; 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=1739864485; x=1771400485; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ZsOegFKyDtqseUtttKIK1qoTFrqXF3EDMHqKRSCza9U=; b=i5B5M0Qe2b5+qW+Y7PTd5NH3bYRtcHNG2JhU69PcyBu6kaqP0klm+ew1 YAC3aOH/OOo9xHEhsQmVdLfLnoz1ZPpO8qSPbl8fsRIy6l3Qrs6twyFnE //ydMKdzg4AA3J4JtAHCV+u5kw+Rm+7OUgMjZo44j5HAmOWhgZkH2oXsd ROrM9JTpjR74psEfep1G2EfO+zonoEhzPOBWKa6mWYoqRqHZSSP0LNoQu DgM4mROBy3DeIKgkX5oepQ2TXe9x9N9N2Ui70qKADx+H4NuSBwZ1SGTqd 2objucgzYRNk66uKd4dS2vaEa5AP5fBPAOQSOW4TLgLg984vVdVhu+OvQ Q==; X-CSE-ConnectionGUID: WyB4nHD2Rm++Cpn/413PdQ== X-CSE-MsgGUID: GTMZqqkCTfq8SAvEGQ/ulQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="177697673" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="177697673" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:22 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id D8466E428A for ; Tue, 18 Feb 2025 16:41:19 +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 9D479D50AE for ; Tue, 18 Feb 2025 16:41:19 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3F8641A000B; Tue, 18 Feb 2025 15:41:19 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/32] fmt: upgrade 11.1.1 -> 11.1.3 Date: Tue, 18 Feb 2025 15:39:07 +0800 Message-Id: <1739864375-21394-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211568 From: Wang Mingyu fix-gcc9.patch removed since it's included in 11.1.3 Changelog: ========= - Fixed compilation on GCC 9.4 - Worked around an internal compiler error when using C++20 modules with GCC 14.2 and earlier - Worked around a bug in GCC 6 - Fixed an issue caused by instantiating 'formatter' - Fixed formatting into 'std::ostreambuf_iterator' when using format string compilation - Restored a constraint on the map formatter so that it correctly reports as unformattable when the element is - Reduced the size of format specs - Readded 'args()' to 'fmt::format_context' - Fixed a bogus MSVC warning - Fixed a pedantic mode error in the CMake config - Fixed ABI compatibility with earlier 11.x versions - Added 'wchar_t' support to the 'std::bitset' formatter - Prefixed CMake components with 'fmt-' to simplify usage of {fmt} via 'add_subdirectory' - Updated docs for meson - Fixed a compilation error in chrono on nvcc - Fixed various warnings Signed-off-by: Wang Mingyu --- .../recipes-devtools/fmt/files/fix-gcc9.patch | 26 ------------------- .../fmt/{fmt_11.1.1.bb => fmt_11.1.3.bb} | 5 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 meta/recipes-devtools/fmt/files/fix-gcc9.patch rename meta/recipes-devtools/fmt/{fmt_11.1.1.bb => fmt_11.1.3.bb} (84%) diff --git a/meta/recipes-devtools/fmt/files/fix-gcc9.patch b/meta/recipes-devtools/fmt/files/fix-gcc9.patch deleted file mode 100644 index 1d67f7094d..0000000000 --- a/meta/recipes-devtools/fmt/files/fix-gcc9.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5f0572acdca120e11f6d810765d7a6a3c593fcbb Mon Sep 17 00:00:00 2001 -From: Victor Zverovich -Date: Sat, 18 Jan 2025 09:00:22 -0800 -Subject: [PATCH] Workaround a compilation error on gcc 9.4 - -Upstream-Status: Backport [5f0572acdca120e11f6d810765d7a6a3c593fcbb] -Signed-off-by: Ross Burton ---- - include/fmt/format.h | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/include/fmt/format.h b/include/fmt/format.h -index 9cd523a9e6a5..4466b4f4d24b 100644 ---- a/include/fmt/format.h -+++ b/include/fmt/format.h -@@ -227,7 +227,9 @@ FMT_CONSTEXPR inline void abort_fuzzing_if(bool condition) { - #if defined(FMT_USE_STRING_VIEW) - template using std_string_view = std::basic_string_view; - #else --template struct std_string_view {}; -+template struct std_string_view { -+ operator basic_string_view() const; -+}; - #endif - - template struct string_literal { diff --git a/meta/recipes-devtools/fmt/fmt_11.1.1.bb b/meta/recipes-devtools/fmt/fmt_11.1.3.bb similarity index 84% rename from meta/recipes-devtools/fmt/fmt_11.1.1.bb rename to meta/recipes-devtools/fmt/fmt_11.1.3.bb index cfacd81a11..9a2ee396dd 100644 --- a/meta/recipes-devtools/fmt/fmt_11.1.1.bb +++ b/meta/recipes-devtools/fmt/fmt_11.1.3.bb @@ -4,9 +4,8 @@ HOMEPAGE = "https://fmt.dev" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" -SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https \ - file://fix-gcc9.patch" -SRCREV = "e3ddede6c4ee818825c4e5a6dfa1d384860c27d9" +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" +SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2" S = "${WORKDIR}/git" From patchwork Tue Feb 18 07:39: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: 57497 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 A4858C021B5 for ; Tue, 18 Feb 2025 07:41:28 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.14624.1739864483510125833 for ; Mon, 17 Feb 2025 23:41:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=d63B+I+t; 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=1739864485; x=1771400485; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=eR1IK9ZiHvJ4jtatgxrzqm5dkoM0gEzYyRXwuFR3zl8=; b=d63B+I+tXnG1CPTnWjK1n2cEH7rJaWFeUs9PRwla1b/xvLfJe8aIOqdU t9T3lKf/H6tp4iezdO7bTN7Qnryw2SIl8PwRV6hQ0DiFmVno9cl8zXXiv maAfMCCRYnOuWGa8IIfoy9FAW/f3yRJy+wRHaKpX1H6HGu7gjtgt2dYze 0R6Fx9HdqhyTkWKkOnxzy2BYrXn3UrOcGZIb8IptRKQgHeqMMZiJrtGGa Uqlw7YROWhgHHvyquq8/Jqy9L3HCv8zYMNXRi5yQcgQONlNNDE5ePqM7U 8sSQuUQWsvxMqkZTBe3j0e6H4WFXY7m80dAJsBJT98zHF2tcB0zXdFDwu A==; X-CSE-ConnectionGUID: CNa+iCsTSKKN3jrva4LgjA== X-CSE-MsgGUID: Xbcwy9mBQyu+EkB6zeE6xg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190317068" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190317068" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:23 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 6C66A96749 for ; Tue, 18 Feb 2025 16:41:20 +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 2D8F7CF7D9 for ; Tue, 18 Feb 2025 16:41:20 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C40AE1A000B; Tue, 18 Feb 2025 15:41:19 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91 Date: Tue, 18 Feb 2025 15:39:08 +0800 Message-Id: <1739864375-21394-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211567 From: Wang Mingyu Changelog: =========== - Several updates to the CI - gcr: Implement Certificate Policies extension - gcr: Implement Authority Information Access (AIA) extension - gcr: Implement Authority Key Identifier extension - gcr: Implement CRL Distribution Points extension - gcr: Add GcrGeneralNames helper object - gck: Add missing finish-func annotation to gck_slot_open_session_full_async - Migrate away from g_assert() in some unit tests - Updated translations - ci: Another tarball publish fix - meson: fix library version - ci: Tarball publish fix - gcr: Add new GcrCertificateExtension API - gcr: Vala override for CertificateField.get_value - Fix meson test failures in FIPS mode - doap: Remove invalid maintainer entry - tests: Replace echo -n by printf - build: Avoid redundant libegg linking into gck tests - build: Fix some GLib/GTK deprecation warnings - ssh-agent: Request rsa-sha2-256 signature in tests - Updated translations Signed-off-by: Wang Mingyu --- meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gcr/{gcr_4.3.0.bb => gcr_4.3.91.bb} (95%) diff --git a/meta/recipes-gnome/gcr/gcr_4.3.0.bb b/meta/recipes-gnome/gcr/gcr_4.3.91.bb similarity index 95% rename from meta/recipes-gnome/gcr/gcr_4.3.0.bb rename to meta/recipes-gnome/gcr/gcr_4.3.91.bb index dcd8658d9c..a76e8d486a 100644 --- a/meta/recipes-gnome/gcr/gcr_4.3.0.bb +++ b/meta/recipes-gnome/gcr/gcr_4.3.91.bb @@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspec REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}" -SRC_URI[archive.sha256sum] = "c3ee8728e4364b0397f435fa20f92f901ab139d2b264f4e059d67b3c0f43cd36" +SRC_URI[archive.sha256sum] = "9d326ed3d78ad0eafb0848395a068adbefdeb6cff04ec5615cb3ef767d933990" PACKAGECONFIG ??= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ From patchwork Tue Feb 18 07:39: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: 57492 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 817EEC021B0 for ; Tue, 18 Feb 2025 07:41:28 +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.14628.1739864485290970726 for ; Mon, 17 Feb 2025 23:41:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IxzYbz0q; 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=1739864485; x=1771400485; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=FUZZ0l2N9U1M3nwWvW7ShVcaCj0M/RmnMoq9nsusmB4=; b=IxzYbz0qwW1QO5a8k8RlJ+jm7NhRP/X4bi/3sP/o4l6eOkdiXWqSjoZR OOpgyGbjBUUU0rw/BdO6Krr4HqIjqQ8+Jo4EyveNMi2tAJ6TYQA1968pp H8vNNIlOs4Ba12JLBMJCyybIck3V7bOeNWT/0Uv57AZuOCx9Nx4duiYem 4B3Z9tu95U15m6uOjQUGzfHcCZ6G2JVP0Eb5DDSSqRM5IQEcVdfIElxUn z56W6upFJwWeQp0bUneDXQ2nZjzuEdw7GCDH5qNFZ9XzDeWF5+pLouW5C bwuXgZ/ue+fursYF4mgt5fzplaAgsheFr8JH+V+i61OXePAFeF80O8mse w==; X-CSE-ConnectionGUID: sGvobkajT1Cr34n517y5zA== X-CSE-MsgGUID: AmcEgGZuTLSaolMKysqZbw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169232645" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169232645" 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; 18 Feb 2025 16:41:22 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id DEB21D4C48 for ; Tue, 18 Feb 2025 16:41:20 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A7E26BDC8F for ; Tue, 18 Feb 2025 16:41:20 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4A7291A006C; Tue, 18 Feb 2025 15:41:20 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/32] hwdata: upgrade 0.391 -> 0.392 Date: Tue, 18 Feb 2025 15:39:09 +0800 Message-Id: <1739864375-21394-6-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211570 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/hwdata/{hwdata_0.391.bb => hwdata_0.392.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/hwdata/{hwdata_0.391.bb => hwdata_0.392.bb} (93%) diff --git a/meta/recipes-support/hwdata/hwdata_0.391.bb b/meta/recipes-support/hwdata/hwdata_0.392.bb similarity index 93% rename from meta/recipes-support/hwdata/hwdata_0.391.bb rename to meta/recipes-support/hwdata/hwdata_0.392.bb index b2fa87c275..e0a1a7fbb2 100644 --- a/meta/recipes-support/hwdata/hwdata_0.391.bb +++ b/meta/recipes-support/hwdata/hwdata_0.392.bb @@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" -SRCREV = "0955087d49d085d1ef2207d6bef0c07b02844b78" +SRCREV = "e3aac7f6bed87ca6d701bb5ad30f29a8df857f66" S = "${WORKDIR}/git" From patchwork Tue Feb 18 07:39: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: 57489 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 72E49C021AD for ; Tue, 18 Feb 2025 07:41:28 +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.14681.1739864485588248530 for ; Mon, 17 Feb 2025 23:41:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OJK9hNm6; 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=1739864485; x=1771400485; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=V3zXNxszoAB+PF1oo3awVP/W+sZePylrcqb7CU/VJfE=; b=OJK9hNm6y7LTOgNJY1AmCFSou9/lQycdb6++s3zwKL3eUvlcX+ujSH6r GJT8zZhju8yLQZNwmbMF8I1OyUIlbCZRKaN6hrL/dYZT8Ub9DaFjEnsXm eWuGHYjBdXcmnjZmoiuLcPp6kagEDOQeexhhgePyZJ+koINk61HAdZNVU 9ujdwr5CwcxENhYU0wuouJlig4xhPyIfGTvt6zuprm9OEZ3aKXksCAfrY MbmhgdStYQQ43/HmuCh4AB4O/avqceI/mQaYSTR0/UuleUEcLIbZ15ltS 9YzBOHOLp6nUwiu4osesHU5q68WwbYsuSs4jcy/OT48yJiafnvyWF0jWD g==; X-CSE-ConnectionGUID: oP9qDlpeS/CE5U54blyqjA== X-CSE-MsgGUID: DbGOyJLRTXeJ7zmJcSWV6A== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190602664" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190602664" 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; 18 Feb 2025 16:41:23 +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 5D5CCC2260 for ; Tue, 18 Feb 2025 16:41:21 +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 2649C4B1A5 for ; Tue, 18 Feb 2025 16:41:21 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BECBC1A000B; Tue, 18 Feb 2025 15:41:20 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/32] libffi: upgrade 3.4.6 -> 3.4.7 Date: Tue, 18 Feb 2025 15:39:10 +0800 Message-Id: <1739864375-21394-7-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211571 From: Wang Mingyu Changelog: ========== - Add static trampoline support for Linux on s390x. - Fix BTI support for ARM64. - Support pointer authentication for ARM64. - Fix ASAN compatibility. - Fix x86-64 calls with 6 GP registers and some SSE registers. - Miscellaneous fixes for ARC and Darwin ARM64. - Fix OpenRISC or1k and Solaris 10 builds. - Remove nios2 port. Signed-off-by: Wang Mingyu --- .../recipes-support/libffi/{libffi_3.4.6.bb => libffi_3.4.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libffi/{libffi_3.4.6.bb => libffi_3.4.7.bb} (94%) diff --git a/meta/recipes-support/libffi/libffi_3.4.6.bb b/meta/recipes-support/libffi/libffi_3.4.7.bb similarity index 94% rename from meta/recipes-support/libffi/libffi_3.4.6.bb rename to meta/recipes-support/libffi/libffi_3.4.7.bb index a6857a3981..b2caaa88ba 100644 --- a/meta/recipes-support/libffi/libffi_3.4.6.bb +++ b/meta/recipes-support/libffi/libffi_3.4.7.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1db54c9fd307a12218766c3c7f650ca7" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ file://not-win32.patch \ " -SRC_URI[sha256sum] = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" +SRC_URI[sha256sum] = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d" EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" EXTRA_OECONF:class-native += "--with-gcc-arch=generic" From patchwork Tue Feb 18 07:39: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: 57490 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 817A0C021AF for ; Tue, 18 Feb 2025 07:41:28 +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.14678.1739864482814925242 for ; Mon, 17 Feb 2025 23:41:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=C1g8yRPL; 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=1739864485; x=1771400485; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=f7TcYyFg+B3FLu3nl0KfOQFcTTYy+SEw3oJ562HC5tk=; b=C1g8yRPL1rFnZdXXmpqsvVzyMlXtLIxIR4hLJdWprPyXcu4AR8fE0Oz/ J1Qxtierk6lApL8RtMUpTji156Keg4mEZSkG6GPN8HfX5zby8I4eUi/E4 FpsIn8oDwspaYCI6Qvfg6DolQFZCJy0Dmi8maNjE9uw3ML5d3X1xvWmVb 7WovtKw0qCyipABN1QBKuBWwLcdNlftnRHxy67UneOB43adnl/TpHqFu1 3HM/0mPpFXjx0xZ0X/ukVXp2tx6S3ENOqgyY/v1CTtyAlPcytfOGmFncl 3SfyOSVedCpYQra5VEpqRPuta3UVQvB3VJr6WRbE4M3ETpnnl+vXTbFvZ A==; X-CSE-ConnectionGUID: Nc8BQsYdSMigQQWgcVYkkQ== X-CSE-MsgGUID: rMouWJJXSFyd6oo334Yg8w== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169273905" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169273905" 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; 18 Feb 2025 16:41:24 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id DB80CD6EA7 for ; Tue, 18 Feb 2025 16:41:21 +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 A2594D3F2F for ; Tue, 18 Feb 2025 16:41:21 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 454CD1A000B; Tue, 18 Feb 2025 15:41:21 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/32] libpcre2: upgrade 10.44 -> 10.45 Date: Tue, 18 Feb 2025 15:39:11 +0800 Message-Id: <1739864375-21394-8-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211569 From: Wang Mingyu License-Update: LICENCE renamed to LICENCE.md Signed-off-by: Wang Mingyu --- .../libpcre/{libpcre2_10.44.bb => libpcre2_10.45.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libpcre/{libpcre2_10.44.bb => libpcre2_10.45.bb} (91%) diff --git a/meta/recipes-support/libpcre/libpcre2_10.44.bb b/meta/recipes-support/libpcre/libpcre2_10.45.bb similarity index 91% rename from meta/recipes-support/libpcre/libpcre2_10.44.bb rename to meta/recipes-support/libpcre/libpcre2_10.45.bb index 36f58e4612..e82de0fa5b 100644 --- a/meta/recipes-support/libpcre/libpcre2_10.44.bb +++ b/meta/recipes-support/libpcre/libpcre2_10.45.bb @@ -8,14 +8,14 @@ SUMMARY = "Perl Compatible Regular Expressions version 2" HOMEPAGE = "http://www.pcre.org" SECTION = "devel" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENCE;md5=321a5eb46acae6b6c1ff2c7a866d836a" +LIC_FILES_CHKSUM = "file://LICENCE.md;md5=8446a1fd12e40d9d64c79234fbb1f812" SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" GITHUB_BASE_URI = "https://github.com/PCRE2Project/pcre2/releases" UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P\d+(\.\d+)+)$" -SRC_URI[sha256sum] = "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96" +SRC_URI[sha256sum] = "21547f3516120c75597e5b30a992e27a592a31950b5140e7b8bfde3f192033c4" CVE_PRODUCT = "pcre2" From patchwork Tue Feb 18 07:39: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: 57491 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 7414BC021AE for ; Tue, 18 Feb 2025 07:41:28 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.14629.1739864486245215891 for ; Mon, 17 Feb 2025 23:41:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eZ4SDTx7; 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=1739864487; x=1771400487; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=tZSsbNlOiDMB1W+9hOEji+Q7arFBbYDWEkAIGmJZT1E=; b=eZ4SDTx7FmMzNV4mZSNoFtj9KVPKt33ffcPm4NgPUvKPJtFokaN80qm/ hs3Mtc37sv0Sm0aw0yZ6OrBgsX8Z+aLtRAvIRqh4tc5ngIL9bns/htUfl NH+X5LDCmfBYZ1Z6gEHdTfCV6LkeYzo7CpjafmpC4RqAsBypkQ/hP81RA LAjS7NNS9rw+WhZTN+JP7UepcS/xY4YHTu6rnUzmoWU7dyasfXOq96oU2 a02ne75g6iAg4PIWwNhRufZL9eApAmeBgInGLCvlWWXRnZ/UpU6XvJ68G rs5U4HeOXc6guv03o5s1d3BrbtPiEqwgefpndsWuS30ciGGJAp2TvgOdc g==; X-CSE-ConnectionGUID: MiOlbYrqSruHpnga/zVCgA== X-CSE-MsgGUID: urZE0rPLS4q/rPCo5W6r1w== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190317073" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190317073" 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; 18 Feb 2025 16:41:24 +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 531A4D4C2B for ; Tue, 18 Feb 2025 16:41:22 +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 1BCBFD72B8 for ; Tue, 18 Feb 2025 16:41:22 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B4C9D1A006C; Tue, 18 Feb 2025 15:41:21 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/32] libportal: upgrade 0.9.0 -> 0.9.1 Date: Tue, 18 Feb 2025 15:39:12 +0800 Message-Id: <1739864375-21394-9-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211572 From: Wang Mingyu Changelog: =========== - Meson 0.55.0 is required - Fix memory management in the Input Capture portal code - Correct the type used for GObject signal connections - Remove wrong '(closure)' annotations, fixing GObject-Introspection warnings - Don't require a C++ compiler for the build architecture - Fix Meson warnings - Consistently use '#pragma once' - Initialize all g_autoptr variables Signed-off-by: Wang Mingyu --- .../libportal/{libportal_0.9.0.bb => libportal_0.9.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libportal/{libportal_0.9.0.bb => libportal_0.9.1.bb} (94%) diff --git a/meta/recipes-gnome/libportal/libportal_0.9.0.bb b/meta/recipes-gnome/libportal/libportal_0.9.1.bb similarity index 94% rename from meta/recipes-gnome/libportal/libportal_0.9.0.bb rename to meta/recipes-gnome/libportal/libportal_0.9.1.bb index 96c25b1db8..970db65bc5 100644 --- a/meta/recipes-gnome/libportal/libportal_0.9.0.bb +++ b/meta/recipes-gnome/libportal/libportal_0.9.1.bb @@ -7,7 +7,7 @@ LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main" -SRCREV = "731e7410fa5765e7c4eb76a51140a19637620c13" +SRCREV = "8f5dc8d192f6e31dafe69e35219e3b707bde71ce" S = "${WORKDIR}/git" inherit meson gi-docgen gobject-introspection vala features_check pkgconfig From patchwork Tue Feb 18 07:39: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: 57495 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 986C4C021B3 for ; Tue, 18 Feb 2025 07:41:28 +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.14682.1739864486952199643 for ; Mon, 17 Feb 2025 23:41:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Q6w4mwjM; 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=1739864487; x=1771400487; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=pnrIXr9MJcX4T6+1lgPbMymP11BrGdtOFmAbpwKWexg=; b=Q6w4mwjMv/kgcm00tFRmDIycqMniREM+LWori4PH2LhdGMVd4VO5ECEV Q8/FK5xbE38eGGmCmZZUzthQ1Rx0vYK5bHdASnAbJ47MqMrQEk2RltgKg i5njSGs9tAm50n7fYDxq7tjmWcoLPqmRPMohj8dplInocj5fWYE1ZjCv+ y1ai7Ke/OxKvNbzN+1t5wXcefLR1q6f+byBr4hL6W5KyhINyaZMnAVdXn S6dT8VjvK2a41e2G6MoY8yZL3f3eHLeBsjnEvuw9ChdxKM4B56jH/VWk6 t0bNmrO2jJe6HAy/hF9025ncRlI1SkFhozIbfhSLpCmvlZJYa6aRKQUyw g==; X-CSE-ConnectionGUID: 4eezhTSkTd2BwsMF9jb1Dw== X-CSE-MsgGUID: fKbE3usUQYqW98SEuX5JLg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="178727900" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="178727900" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:24 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id C16A9C2260 for ; Tue, 18 Feb 2025 16:41:22 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 8A880BDC8A for ; Tue, 18 Feb 2025 16:41:22 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2F9081A000B; Tue, 18 Feb 2025 15:41:22 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/32] libtest-warnings-perl: upgrade 0.037 -> 0.038 Date: Tue, 18 Feb 2025 15:39:13 +0800 Message-Id: <1739864375-21394-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211573 From: Wang Mingyu Changelog: - no longer swap out done_testing method if :no_end_test is configured Signed-off-by: Wang Mingyu --- ...st-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/perl/{libtest-warnings-perl_0.037.bb => libtest-warnings-perl_0.038.bb} (93%) diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb similarity index 93% rename from meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb rename to meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb index 1cdc93d776..656b38f2d8 100644 --- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb +++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815" SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" -SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2" +SRC_URI[sha256sum] = "3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273" S = "${WORKDIR}/Test-Warnings-${PV}" From patchwork Tue Feb 18 07:39: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: 57518 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 4C776C021BC for ; Tue, 18 Feb 2025 07:41:39 +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.14685.1739864491632196876 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=YCYBL11Y; 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=1739864492; x=1771400492; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=qxflTcgRQGcpk47Oogpf6TD4iz9JbOpbrY5J0dplDk0=; b=YCYBL11YvLC55E9QXSIlx3ln+i6fDa3q/XvUL0zoHMwDqy+vER26k/T2 d7sltB2TAbHuM3e6Wv8N2lvO0vIHFZInoRZIpyHrGOE62dLx4H4Y3Jk0u YUdnc9ACjrW6htPRizumgKfVubFCKSn6c7En1QDu7HcrsHMbPWuX4ScGq S3ntpuGMTSCouJDbzlNqWPHmkfn33adUIdmkHD1F8PORiK+uUrpKltv2B 1ueWp470Jgk9DJoQ8leoQhxSi/87WIau/EK/T+oNP2potW0IW3Z3aNIPi vrjn91l77e3nR4XpWTNXm/H9LhKp2D7cxjvbPTNckCArmOvcul5n32QKV A==; X-CSE-ConnectionGUID: rSPOUQsRRNm8bbB3jxgQfQ== X-CSE-MsgGUID: tCBVz1ovQRC0ji8Gjjn7NA== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="192947485" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="192947485" 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; 18 Feb 2025 16:41:25 +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 39217D4C46 for ; Tue, 18 Feb 2025 16:41:23 +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 00985D8AC3 for ; Tue, 18 Feb 2025 16:41:23 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9A4591A006C; Tue, 18 Feb 2025 15:41:22 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/32] libuv: upgrade 1.49.2 -> 1.50.0 Date: Tue, 18 Feb 2025 15:39:14 +0800 Message-Id: <1739864375-21394-11-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211581 From: Wang Mingyu Changes since version 1.49.2: ============================== * ci: run macOS and iOS tests also on macOS 14 * unix,win: map ENOEXEC errno * test: skip multicast join test on ENOEXEC * ci: make sure the macOS firewall is disabled * darwin,test: squelch EBUSY error on multicast join * build: update minimum cmake to 3.10 * kqueue: use EVFILT_USER for async if available * unix,win: fix off-by-one in uv_wtf8_to_utf16() * doc: add scala-native-loop to LINKS.md * unix: fix build breakage on haiku, openbsd, etc * kqueue: lower overhead in uv__io_check_fd * doc: move cjihrig back to active maintainers * build(deps): bump actions/checkout from 3 to 4 * unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name * unix,win: harmonize buffer checking * unix,win: add support for detached threads * src: add uv_thread_set/getname() methods * build: fix qemu builds * win: drop support for windows 8 * linux: fix uv_cpu_info() arm cpu model detection * linux: always use io_uring for epoll batching * doc: clarify repeating timer behavior more * unix,win: handle nbufs=0 in uv_udp_try_send * win: use GetQueuedCompletionStatusEx directly * win: enable uv_thread_{get,set}name on MinGW * win: drop support for the legacy MinGW * win,fs: get (most) fstat when no permission * win: plug uv_fs_event_start memory leak * test: address FreeBSD kernel bug causing NULL path in fsevents * unix: refactor udp sendmsg code * unix,win: add uv_udp_try_send2 * build: enable fdsan in Android * test: fix udp-multicast-join for FreeBSD * win: fix leak processing fs event * src: set a default thread name for workers * misc: implement uv_getrusage_thread Signed-off-by: Wang Mingyu --- .../libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb} (94%) diff --git a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb similarity index 94% rename from meta/recipes-connectivity/libuv/libuv_1.49.2.bb rename to meta/recipes-connectivity/libuv/libuv_1.50.0.bb index ecffb30c24..c5f4e9d3ac 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" -SRCREV = "e1095c7a4373ce00cd8874d8e820de5afb25776e" +SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504" SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" From patchwork Tue Feb 18 07:39: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: 57499 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 C0541C021B8 for ; Tue, 18 Feb 2025 07:41:28 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.14683.1739864488156792405 for ; Mon, 17 Feb 2025 23:41:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=W9u8n7sF; 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=1739864488; x=1771400488; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=DlFcBQDPWBDM53TO1HPdBx4LHTHFIA3Ikl3s4E+wXug=; b=W9u8n7sFIA2DAG2esxluVAFJ390bRcY5CvMSx1SrVNIMPB6PrR2VWFn0 aV7IjVwJCsVu2uCaIOj4yL+FBx8Ed73KBOXYSkziQ0i8HOU3P0gWmA0Vd Y4YzUD07yvDkQ+ZUtkcrjJtlCWiai7N91+5Koz6MYSwZIbClhaa/a67g5 TlqPqffAg44RwPobVGzbjhyS39f6G760bRr0B7ZRsfKnnbUjmiP/IHzru dWTxJbhQGBzwZiQydbLM1MQ3KU8zWoHQcYkbjwl9HJZyuyoxFrMLyLB25 0FDlTAb4dnjAue/wUzGNRG/SpUOT/87CT6yhN7o/enCVe7SaajQo3EzxA w==; X-CSE-ConnectionGUID: W3AljJNCQDeQwM/WEYQ78A== X-CSE-MsgGUID: Lfc4mdldRvKsLRx9jnU9xg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190382313" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190382313" 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; 18 Feb 2025 16:41:26 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id AB70AD4809 for ; Tue, 18 Feb 2025 16:41:23 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 69ED9BDC8A for ; Tue, 18 Feb 2025 16:41:23 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0E5101A000B; Tue, 18 Feb 2025 15:41:23 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/32] libwpe: upgrade 1.16.1 -> 1.16.2 Date: Tue, 18 Feb 2025 15:39:15 +0800 Message-Id: <1739864375-21394-12-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211577 From: Wang Mingyu Changelog: - Fix ABI break accidentally introduced in the 1.16.2 release. Signed-off-by: Wang Mingyu --- meta/recipes-sato/webkit/{libwpe_1.16.1.bb => libwpe_1.16.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-sato/webkit/{libwpe_1.16.1.bb => libwpe_1.16.2.bb} (88%) diff --git a/meta/recipes-sato/webkit/libwpe_1.16.1.bb b/meta/recipes-sato/webkit/libwpe_1.16.2.bb similarity index 88% rename from meta/recipes-sato/webkit/libwpe_1.16.1.bb rename to meta/recipes-sato/webkit/libwpe_1.16.2.bb index 083e48b2cb..324e2f213c 100644 --- a/meta/recipes-sato/webkit/libwpe_1.16.1.bb +++ b/meta/recipes-sato/webkit/libwpe_1.16.2.bb @@ -11,7 +11,7 @@ inherit cmake features_check pkgconfig REQUIRED_DISTRO_FEATURES = "opengl" SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "9cca60f2c4393ea0de53c675ebc3cdbe9c5aa249259dd1d6d81a49b052d37481" +SRC_URI[sha256sum] = "960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7" # This is a tweak of upstream-version-is-even needed because # ipstream directory contains tarballs for other components as well. From patchwork Tue Feb 18 07:39: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: 57494 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 96D9AC021B1 for ; Tue, 18 Feb 2025 07:41:28 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.14629.1739864486245215891 for ; Mon, 17 Feb 2025 23:41:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dK7ZMJvV; 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=1739864487; x=1771400487; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Z5j/AyznwbsHiRExjGgUCKoj53TMjh8vKSZlk26A7Tc=; b=dK7ZMJvVwEWihLcleemayrQilsX+F+NMMcT/Kfk4dCppjmrtR2EdBLUI wLECxalStUtc+o2xfFxROB2leepbn9WMdQfJYWf7iyufvYcWtx9mHcJJf m/8Q31BDyMccAeqU46zynofMuL7VkJnQKvWj69g2Kx2oZPnAkaBfU+WK6 pwfePzzen3X6U0Qq+HEvGRZa45aesUCVvuVkxVJXbw+Gnze9bZK34FnzE +xFl/lN/hwWyzcfsZAu3e81mvTxun71I54Y7asRUsxUhP6rG0MzE0tBGL FUbOfr5SVuxmYxakZRRrCAYG3qYY0bJvd+6VO2qW/Rop25biMkoZhIdma A==; X-CSE-ConnectionGUID: gWEtRhfxSg2vk6ckHGVm7A== X-CSE-MsgGUID: 0rfiISC+RpqcMz5wOEf1mA== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190317076" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190317076" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:26 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 12527D4809 for ; Tue, 18 Feb 2025 16:41:24 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id CF45AD4BD5 for ; Tue, 18 Feb 2025 16:41:23 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 73C681A006C; Tue, 18 Feb 2025 15:41:23 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/32] libx11: upgrade 1.8.10 -> 1.8.11 Date: Tue, 18 Feb 2025 15:39:16 +0800 Message-Id: <1739864375-21394-13-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211574 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{libx11_1.8.10.bb => libx11_1.8.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libx11_1.8.10.bb => libx11_1.8.11.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb similarity index 92% rename from meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb rename to meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb index eda184cb35..d7c34c74a1 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb @@ -24,7 +24,7 @@ XORG_PN = "libX11" SRC_URI += "file://disable_tests.patch" -SRC_URI[sha256sum] = "2b3b3dad9347db41dca56beb7db5878f283bde1142f04d9f8e478af435dfdc53" +SRC_URI[sha256sum] = "3b74e82943924b45a0b778cc6842976909c3010d9445a8fd185e1dca4d380e88" inherit gettext From patchwork Tue Feb 18 07:39:17 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: 57498 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 B4F80C021B6 for ; Tue, 18 Feb 2025 07:41:28 +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.14678.1739864482814925242 for ; Mon, 17 Feb 2025 23:41:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O+Zq5kKY; 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=1739864488; x=1771400488; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=E+pAZwX/LG0JCfxtmotFvjbbqqS7X57yhlWOk66vcGw=; b=O+Zq5kKYHuWTV/LRocrz/diybXamaTsZmyrxdXZIHyeqxvvZzI9qGJV5 ey/q8NHp3F13ju/RUd5Vfugw6FvYpVko++ZqVrH0rVfKc3HgymuUzt0y6 JaMtePvgdVuEBJDC8Z/Opdn+VHqME+uamnVoXfsewlyX7bWXRh9CbswPI vWwO43Yp4fQzsM9I8E+qz6k6acljs3CUZLQelbtGXqAo8ZlDwcXCRc0Ge ACmvYqBTxq+moWAHaPZVsh7GE/42upeBcojjULKA1o0V62PYp0GB2IwZE mDaoBof9tSyeZzIcFaAEHi/TBV/z3rpvjop97XIiPPP1gyK1oSkcwFYeT g==; X-CSE-ConnectionGUID: ngHrYgwqTLK4N3Ff6RSQbQ== X-CSE-MsgGUID: BoRPc3yiRPuyLtnk5jVr0Q== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169273907" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169273907" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:26 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 81575E8523 for ; Tue, 18 Feb 2025 16:41:24 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 44A83D96A0 for ; Tue, 18 Feb 2025 16:41:24 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DA6711A000B; Tue, 18 Feb 2025 15:41:23 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/32] libxkbcommon: upgrade 1.7.0 -> 1.8.0 Date: Tue, 18 Feb 2025 15:39:17 +0800 Message-Id: <1739864375-21394-14-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211575 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxkbcommon_1.7.0.bb => libxkbcommon_1.8.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.7.0.bb => libxkbcommon_1.8.0.bb} (96%) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb similarity index 96% rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb index f216a07983..a7dad3f4a2 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb @@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native" SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" -SRCREV = "7a31e3585edf78be281559377e26d15f8c4bc655" +SRCREV = "76740e0c4583ae49675e7ba8213d31ee09aa00d2" S = "${WORKDIR}/git" inherit meson pkgconfig bash-completion From patchwork Tue Feb 18 07:39:18 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: 57500 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 C0488C021B4 for ; Tue, 18 Feb 2025 07:41:28 +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.14628.1739864485290970726 for ; Mon, 17 Feb 2025 23:41:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VeBedTYz; 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=1739864488; x=1771400488; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lW2vnzMzzDZWXCx6+wDjsXm9u+i7koZgIAjSpLrOnys=; b=VeBedTYzKrx5wYnaYOSQRsIxZrVNEF6j1PZWGtF2KRjinF2O+E7yaoH2 etUHdPj7dbpm54pWX/wyc+jbtzj7jgtyi7kvhO2hqb3Lb2Z8YTfsV0An0 HfSNuf5qIsG8XITMj3kB0Wq0aPbuBz17zwZsHbc7MoHOgKbIVaYQbCru5 wA7WcoOCpELytxZmEYSp4fsVFXqvNjR0c8H+o5EakPzYn4E0oBDzKw2FW WP5BXLKt9FjYj1HoA9ifYZdlbadntkYYaNSagrTvXxQYSPnUQy5uWUBrN dZ9tJxyYmUh6gb/MI/AszTyMln7I5fR0QecW8++shNmPTttpM9q828T7k Q==; X-CSE-ConnectionGUID: C89KyznCTwKcRCTek6iWOA== X-CSE-MsgGUID: pKgQyK3GRO2KOYxLotebpw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169232655" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169232655" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:26 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id E17BADBB91 for ; Tue, 18 Feb 2025 16:41:24 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id A120FD4BD5 for ; Tue, 18 Feb 2025 16:41:24 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 458121A006C; Tue, 18 Feb 2025 15:41:24 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1 Date: Tue, 18 Feb 2025 15:39:18 +0800 Message-Id: <1739864375-21394-15-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211576 From: Wang Mingyu Changelog: ========== - Avoid criticals when there are no fonts - fontconfig: Handle lack of FC_FONT_WRAPPER in font cache - fontconfig: Prefer application fonts even if they are older - Support setting font features in font descriptions - serialization: Document the tab array format - serialization: Accept attributes without range - win32: Improve the pango_font_map_reload_implementation - win32: Take variations into account for caching - layout: Fix measuring ellipsis runs with shapes - build: Require C11 - build: Require GLib 2.80 - build: Require cairo 1.18 Signed-off-by: Wang Mingyu --- .../recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.55.5.bb => pango_1.56.1.bb} (93%) diff --git a/meta/recipes-graphics/pango/pango_1.55.5.bb b/meta/recipes-graphics/pango/pango_1.56.1.bb similarity index 93% rename from meta/recipes-graphics/pango/pango_1.55.5.bb rename to meta/recipes-graphics/pango/pango_1.56.1.bb index 6c7242274f..cb4d779a55 100644 --- a/meta/recipes-graphics/pango/pango_1.55.5.bb +++ b/meta/recipes-graphics/pango/pango_1.56.1.bb @@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P\d+\.(?!9\d+)\d+\.\d+)" GIR_MESON_ENABLE_FLAG = "enabled" GIR_MESON_DISABLE_FLAG = "disabled" -SRC_URI[archive.sha256sum] = "e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8" +SRC_URI[archive.sha256sum] = "426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" From patchwork Tue Feb 18 07:39:19 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: 57516 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 3E374C021B9 for ; Tue, 18 Feb 2025 07:41:39 +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.14684.1739864490887324136 for ; Mon, 17 Feb 2025 23:41:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UG82czGo; 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=1739864491; x=1771400491; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=JqYsSt229UxJiU3gEO5txdwIDGgOroxwhkAqLITXVr4=; b=UG82czGo6fIvo7q//aXrcY+jm2HN+813wUh3ba9A7VTEMf5j4Q+9+CnG D6O9fftzJ6paYcgHsQb2adqPm+9bvtsEArE/46LUfcPlIBbAARe1X4mnS HtujUsTpAbia9eOMoZSgUBuGgS1rpREN+lXkmiQ5MuzaafJt5jTqgt7iz 582iZYIV0epuLed8kfq+PFDVQ8LU4pYKoALwJS5kQ4V3hqRj13vGUJAch GYv/3bwd/GyOvEvKP7lFKTBmNUDu9PswM6wVZ+aFX5rAV0sgfK76W3c1N f/MVqYCqXr1K4p4nnnVYIqq3LfF6k2eYyqClPCf6c5zQ9zrvbXMNhX/+u A==; X-CSE-ConnectionGUID: 2UloQP6pT9mfVj999daM/A== X-CSE-MsgGUID: BuHWiH+2QEO3jJshmWHXXg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="189521028" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="189521028" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:29 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id BCEA3C226C for ; Tue, 18 Feb 2025 16:41:26 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 7BFF9D4BD5 for ; Tue, 18 Feb 2025 16:41:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2013E1A000B; Tue, 18 Feb 2025 15:41:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 16/32] python3-babel: upgrade 2.16.0 -> 2.17.0 Date: Tue, 18 Feb 2025 15:39:19 +0800 Message-Id: <1739864375-21394-16-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211580 From: Wang Mingyu License-Update: Copyright year updated to 2025. Signed-off-by: Wang Mingyu --- .../{python3-babel_2.16.0.bb => python3-babel_2.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-babel_2.16.0.bb => python3-babel_2.17.0.bb} (74%) diff --git a/meta/recipes-devtools/python/python3-babel_2.16.0.bb b/meta/recipes-devtools/python/python3-babel_2.17.0.bb similarity index 74% rename from meta/recipes-devtools/python/python3-babel_2.16.0.bb rename to meta/recipes-devtools/python/python3-babel_2.17.0.bb index 929d7e9983..f7ffbccdac 100644 --- a/meta/recipes-devtools/python/python3-babel_2.16.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.17.0.bb @@ -1,9 +1,9 @@ SUMMARY = "A collection of tools for internationalizing Python applications" HOMEPAGE = "http://babel.edgewall.org/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e83509a66c69efcb4f3a7d4f27fd0693" -SRC_URI[sha256sum] = "d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316" +SRC_URI[sha256sum] = "0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d" inherit pypi setuptools3 From patchwork Tue Feb 18 07:39:20 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: 57505 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 C338EC021AD for ; Tue, 18 Feb 2025 07:41:38 +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.14627.1739864484748024222 for ; Mon, 17 Feb 2025 23:41:30 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tiqssyPb; 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=1739864490; x=1771400490; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=WMpSn+HyF9JxKQldDOtNweHpqvE2tw0oVQgyNnjH7o4=; b=tiqssyPbKSbjZqeqWPI0aWM7VT76HdHWOv5QMigPjKc0N03YzUU5H3jR jb82q7XGYYhWBfE/lKWYmLxigQZuZfFRUlYXRFE/ZVFXMzc7VmBcAYec5 ZcVFH+H2xPXGj46/V4VgFQjUrNWPUAygsNHSoMX45ES5QPxksJOTvI8Yc GSYtIQj7eHfItai0aCmtfWongN+/SFVsh8GuvjeLefejHVetExLnGpmpw WwP0kRK9UO+sUczSyKKJedRguYlv6eKEfZJF0s5AtilCl6vHx94qYP8Zf /gNqgHCBXurdS9n50VvFhiIvvqeNxdB65ie/sNm6YET8YGeLrdSJWGVXD A==; X-CSE-ConnectionGUID: 3SDtExouTZmsCZfi92T/AQ== X-CSE-MsgGUID: BUK9v708SHSCeXn4iuofmQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="177697694" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="177697694" 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; 18 Feb 2025 16:41:29 +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 28619D4C2F for ; Tue, 18 Feb 2025 16:41: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 E5B6ED72B2 for ; Tue, 18 Feb 2025 16:41:26 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8A40F1A006C; Tue, 18 Feb 2025 15:41:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 17/32] python3-cython: upgrade 3.0.11 -> 3.0.12 Date: Tue, 18 Feb 2025 15:39:20 +0800 Message-Id: <1739864375-21394-17-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211578 From: Wang Mingyu Bugfix: =========== * Release 3.0.11 introduced some incorrect "noexcept" warnings. * Conditional assignments to variables using the walrus operator could crash. * Dict assignments to struct members with reserved C names could generate invalid C code. * Fused ctuples with the same entry types but different sizes could fail to compile. * In Py3, 'pyximport' was not searching 'sys.path' when looking for importable source files. * Using '& 0' on integers produced with 'int.from_bytes()' could read invalid memory on Python 3.10. * Modules could fail to compile in PyPy 3.11 due to missing CPython specific header files. Patch by Matti Picus. * Minor fix in C++ "partial_sum()" declaration. Signed-off-by: Wang Mingyu --- .../{python3-cython_3.0.11.bb => python3-cython_3.0.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-cython_3.0.11.bb => python3-cython_3.0.12.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.12.bb similarity index 93% rename from meta/recipes-devtools/python/python3-cython_3.0.11.bb rename to meta/recipes-devtools/python/python3-cython_3.0.12.bb index c1d45eaff5..f1951e3ae6 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.12.bb @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c" SRC_URI += "file://0001-Output-import-relative-paths-in-generated-C-code.-GH.patch" -SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff" +SRC_URI[sha256sum] = "b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc" inherit pypi setuptools3 cython From patchwork Tue Feb 18 07:39:21 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: 57506 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 CE602C021AF for ; Tue, 18 Feb 2025 07:41:38 +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.14681.1739864485588248530 for ; Mon, 17 Feb 2025 23:41:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oJ/HhcQG; 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=1739864490; x=1771400490; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=2KxFVNNvI8PZlSk+KYnGBScYUPMeD92toGZHJeaTnhw=; b=oJ/HhcQGY13LRdhPuqAJlXIaaWMU93ZRAamaj6XM1SHJHVBlTWZ6UpIf HHz3ydgSES+pRnxS+D2WVxaM3PlRAFUhJ5xGMdqRph9IkXeAqWDViY61j dFr6Gyiltxco+dDi/timQXpFV0AwvDlmL/eO/bv7blLgrm3ylzUvtxw9e igqs3GiynXBBI80Ytf5ayXaxe3hC0ZKsjR+YIIFPkl6xrUTijajTdaMKv dlcO0pCJkgqnISQqXDMEHr4re+NwzjU9eijA9uM2fHYQptjm+QxxBBesM m9kL6eK4z9s/fqFJPlkOyqb2se10Y2jY24/tV1XXgSxdA/VdwtrWOzGAy g==; X-CSE-ConnectionGUID: ujLqJLR4SJyDotNVdk2e1w== X-CSE-MsgGUID: 14acThYYRsKdhjz1aROLDw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190602679" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190602679" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:29 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 8D5A6E8529 for ; Tue, 18 Feb 2025 16:41:27 +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 55B08D3F2F for ; Tue, 18 Feb 2025 16:41:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EC50A1A000B; Tue, 18 Feb 2025 15:41:26 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 18/32] python3-dtschema: upgrade 2024.11 -> 2025.2 Date: Tue, 18 Feb 2025 15:39:21 +0800 Message-Id: <1739864375-21394-18-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211579 From: Wang Mingyu Changelog: =========== - schemas: gpio: Add descriptions - schemas: root-node: add 'spectacles' chassis-type - schemas: gpio: Restrict HOG node name pattern to suffixes - schemas: property-units: Add the picoamp type - validator: Add warning for properties with incompatible multiple types - schemas: Add access controller consumer - github: Disable python 3.7 - meta-schemas: Allow additionalItems to be a schema - on Dec 17, 2024 - dt-bindings: trigger: Add trigger source - schemas: pci: bridge: Document PCIe equalization presets - dtb: Fix type collision with "mode-gpios" Signed-off-by: Wang Mingyu --- .../{python3-dtschema_2024.11.bb => python3-dtschema_2025.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2024.11.bb => python3-dtschema_2025.2.bb} (85%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb similarity index 85% rename from meta/recipes-devtools/python/python3-dtschema_2024.11.bb rename to meta/recipes-devtools/python/python3-dtschema_2025.2.bb index 8d052d6910..2071763741 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb @@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "bb7dd36ff9406ec89607b893cfc5e1ffa7ead76fd5c48df77eafc9b4d4196047" +SRC_URI[sha256sum] = "9adeaff2079a8b5fbc4bd1c8f02cbd232016a84a9684739cac20b4df3b19509e" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "\ From patchwork Tue Feb 18 07:39:22 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: 57515 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 0FC25C021B3 for ; Tue, 18 Feb 2025 07:41:39 +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.14685.1739864491632196876 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lD90TDqp; 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=1739864493; x=1771400493; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=++puTAhmiSotAfFDglmXZEaBtoq4zjEOeF8amblTlnk=; b=lD90TDqpWkPWmIP9LjsxlhnRT/SCT9XTFeRfc7i4TjM3kNqMh5zHbqNT 3WzDD9E7jJKuN/Lxk2zHNE9zjUa2vaIXqfVxxxuoj/UvvxXea7XZCwT0/ 5JRxAxhxZt677nJR2JxQnldfOOfw0pOwrfrm1SG0h3RDE+oVB/4v/3sL3 rDOYkJnCB2jbzQH1rg0eRWonDjtBNQUV78HqFdG+4MnP4Ia1PSYw+5KhA Z6RcY6nnF7vVL8MzyF0WBp9Yk57YaWKQmEP/vXsbGgb9izLfkdO9ucOSO 4MoChbEPAmrGBRm56rLxXLYdGE9HvDVWuU0u1T9+NvsZUIyzCWdWB3Gm7 w==; X-CSE-ConnectionGUID: tYPaDojwTUiqdHTdVSUvww== X-CSE-MsgGUID: myBAKAoOSX+jowx6JE0xeQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="192947496" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="192947496" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:30 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 59C52E8520 for ; Tue, 18 Feb 2025 16:41:28 +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 B64A6D50AA for ; Tue, 18 Feb 2025 16:41:27 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 598BB1A006C; Tue, 18 Feb 2025 15:41:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 19/32] python3-hypothesis: upgrade 6.124.7 -> 6.125.3 Date: Tue, 18 Feb 2025 15:39:22 +0800 Message-Id: <1739864375-21394-19-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211586 From: Wang Mingyu Changelog: ============ - Improves sharing of some internal cache behavior. - Optimize performance (improves speed by ~5%) and clarify the wording in an error message. - Fixes a bug since around version 6.124.4 where we might have generated -0.0 for st.floats(min_value=0.0), which is unsound. - Add 2024.12 to the list of recognized Array API versions in hypothesis.extra.array_api. - Registration of experimental Alternative backends for Hypothesis is now done via hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS instead of hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS. - Refactor some internals for better type hinting. Signed-off-by: Wang Mingyu --- ...hon3-hypothesis_6.124.7.bb => python3-hypothesis_6.125.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.124.7.bb => python3-hypothesis_6.125.3.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb index 6b294ff68c..e5c1dfc6b4 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.124.7.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "8ed6c6ae47e7d26d869c1dc3dee04e8fc50c95240715bb9915ded88d6d920f0e" +SRC_URI[sha256sum] = "6276d9d8f7f91ebd7ad95081f004bcf5699afb4d680a8321861cbf3a5de45d3b" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Tue Feb 18 07:39:23 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: 57514 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 33EF0C021BB for ; Tue, 18 Feb 2025 07:41:39 +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.14681.1739864485588248530 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=uBJ8oCuy; 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=1739864491; x=1771400491; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=NqmLMkHEAP7UkjJzgcWuH0yYpSUJxLIkx4w0g2pycxI=; b=uBJ8oCuyw8aQ19jsN8Z9mflQ70eVbdxKXmVftDiJ4UMAthpAtPoY69i9 aR72oqjVXkhY4Zl1+46k2xgdsHckSxH4U/rwUJdkigusdLk3L53w9nJur 2/TXgL2jRNHumoCBfHkriQ9vXNpQfXhcWKSQfLtmXpMnC6S26uMxBGND2 U6J5nW02i5+7V6nEPlpFUFKhRyLMS5GKDFteAjGDhcjXVVoPDXXQJoggW UWpdg5R3/gdGn07AQrGj10kgsj523yEZ9SVnxwDcBFdiJUPq5oQaupIAn uUuM2cTyFC/tCWp6FuRuhNif0xqV1JP7tKgpiDtYpCLyGw0YsLx2r5F8R Q==; X-CSE-ConnectionGUID: zKhzOHeHQdC4H4lcEXV1RQ== X-CSE-MsgGUID: qYCxZdFQT7qb98Zxiircog== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190602681" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190602681" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:30 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 5DB80D5020 for ; Tue, 18 Feb 2025 16:41:28 +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 22DAED5041 for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B80971A000B; Tue, 18 Feb 2025 15:41:27 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 20/32] python3-mako: upgrade 1.3.8 -> 1.3.9 Date: Tue, 18 Feb 2025 15:39:23 +0800 Message-Id: <1739864375-21394-20-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211582 From: Wang Mingyu License-Update: Copyright year updated to 2025. Fixed test suite to not rely upon ancient "future division" statement to test the Template.future_imports feature. Signed-off-by: Wang Mingyu --- .../python/{python3-mako_1.3.8.bb => python3-mako_1.3.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.3.8.bb => python3-mako_1.3.9.bb} (78%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.8.bb b/meta/recipes-devtools/python/python3-mako_1.3.9.bb similarity index 78% rename from meta/recipes-devtools/python/python3-mako_1.3.8.bb rename to meta/recipes-devtools/python/python3-mako_1.3.9.bb index 3cfe56e043..83b6149337 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.8.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.9.bb @@ -2,7 +2,7 @@ SUMMARY = "Templating library for Python" HOMEPAGE = "http://www.makotemplates.org/" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5" PYPI_PACKAGE = "mako" @@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8" +SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \ From patchwork Tue Feb 18 07:39:24 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: 57511 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 01682C021B5 for ; Tue, 18 Feb 2025 07:41:39 +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.14627.1739864484748024222 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MThwr1/W; 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=1739864492; x=1771400492; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=myYjxcsQY+hRFtmi0qBE6s5lw5+NGx2Ik5a+OjCRUXg=; b=MThwr1/WCzQJrNsbg4RoE76TUlmfcU4wPq8hjNBIPWt86yM3qECXjock PKIxQGP/KozSzp3vqWp6RXM450URO6KIKuCAAF03gPhB+wZHlSLN2CvWt 6N/bF6ooX7EwRlhZsiJ8eTDfUfbnLvvq7Pq/C3/t/FaI5YFoMehfAVpX7 MCdkVvS+Y5U29+9DbmvawAGLS0qUb0JZ54ZKbEBM0acyiFxq2Q+5HmClk 9ZXkpwRgKyRDXY9ji2hzpimFogKNH0gbeIvRK0KTq8WJGXF7rHGjk3E9b RVJwzphgEze/Wm4QMNOFv8bInhatDB/kmUUfOWaeLf3B2cbQJi/RskIJF A==; X-CSE-ConnectionGUID: nkAHjnFwSUKCOOEAsp2c3A== X-CSE-MsgGUID: tDBHfMIATDq2NAPSPGP+1Q== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="177697695" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="177697695" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:30 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id A8169B416C for ; Tue, 18 Feb 2025 16:41:28 +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 6F9FDCF7D9 for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0DD151A0071; Tue, 18 Feb 2025 15:41:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 21/32] python3-numpy: upgrade 2.2.2 -> 2.2.3 Date: Tue, 18 Feb 2025 15:39:24 +0800 Message-Id: <1739864375-21394-21-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211583 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-numpy_2.2.2.bb => python3-numpy_2.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.2.2.bb => python3-numpy_2.2.3.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.2.2.bb rename to meta/recipes-devtools/python/python3-numpy_2.2.3.bb index 3b74e9059d..db9a99946c 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.2.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.2.3.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f" +SRC_URI[sha256sum] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" From patchwork Tue Feb 18 07:39:25 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: 57509 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 005A5C021A9 for ; Tue, 18 Feb 2025 07:41:39 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.14637.1739864493138144434 for ; Mon, 17 Feb 2025 23:41:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=PAdBdWHD; 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=1739864493; x=1771400493; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=5KchXG3MGhQT500z/ZIu5oL3w5X5qJggIEtc/lTe9BU=; b=PAdBdWHDljATS1ZRO+a6zxJAmJ2SX+WJ4Gp/S/xT6p5nKJ9I4+pb6ehz NVw0UY4b2NKOdQtBtrH8w3CWjexnLfdDY+Hhnf/VvsB4F78HI2cwffv8h usdOgDHGlwWhI09EQk8LM8ETaCagLmXJnSYyqYrjHBl4Z8Y7dXSZI5ClY SCzTt4TgD9PBSP1jMYfqA1edRILP52ahundRqvl5ApLKCMOmEK1GBe4Bg 29XUJhzOBx4+ONjiQ1ihG72/GfVGe6LSu0GlMnjpK5kVqK4Lk6NtiIhMQ U0kszn8LcZW6PKbTFyEUjAYe4+caFrSqffiPXFE8Ptat2ALwQR6WgchCQ w==; X-CSE-ConnectionGUID: TzNbMnFhRdC3xSrPvisWyg== X-CSE-MsgGUID: Xi/+nZkBQc+8CfhU7OyA+g== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190373912" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190373912" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:31 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id EAC12D5011 for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id A5A86F313 for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4537E1A000B; Tue, 18 Feb 2025 15:41:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 22/32] python3-pip: upgrade 25.0 -> 25.0.1 Date: Tue, 18 Feb 2025 15:39:25 +0800 Message-Id: <1739864375-21394-22-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211588 From: Wang Mingyu Changelog: =========== - Fix an unsupported type annotation on Python 3.10 and earlier. - Fix a regression where truststore would never be used while installing build dependencies. Signed-off-by: Wang Mingyu --- .../python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pip_25.0.bb => python3-pip_25.0.1.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-pip_25.0.bb b/meta/recipes-devtools/python/python3-pip_25.0.1.bb similarity index 96% rename from meta/recipes-devtools/python/python3-pip_25.0.bb rename to meta/recipes-devtools/python/python3-pip_25.0.1.bb index 8908fc9115..e54e63cba5 100644 --- a/meta/recipes-devtools/python/python3-pip_25.0.bb +++ b/meta/recipes-devtools/python/python3-pip_25.0.1.bb @@ -27,7 +27,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b" +SRC_URI[sha256sum] = "88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea" RDEPENDS:${PN} = "\ python3-compile \ From patchwork Tue Feb 18 07:39:26 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: 57517 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 270B6C021B8 for ; Tue, 18 Feb 2025 07:41:39 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.14683.1739864488156792405 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FtfCfXga; 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=1739864492; x=1771400492; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=cXX3TK+VbthMk5EfdRMNPlvLssvROBmHNefl1vzim6o=; b=FtfCfXgavWI8Xjg59zUJ4orlXN2+8bxpUTOliUVTzYYGPRlToijFdUYn ztOwooarCwKyZTLqu8Y7PHWCsClzfzFUZlB0JwsYjei2TYMByMowgkQK9 bUa9IbcuAAU5rVoKg1YUrZPuK4ki37EtI9+N/cKWwzToVgfjkRuwGxwgZ i5BPMC10GiqyVcZb4D60mAtxZT1MrS0+qpAkhmySX/TlDIKuw061xGwVk pDJdGDv+hzbwE+CqkGPYSj40LpzdJ/mkeuwzbpWjtb7q66eH0kDt1h4aL ACxPoDDjY1EkkWajGanx0CptNMu5yMXsetx7yc6Sqzm4u2IlPtzp6Jw9A g==; X-CSE-ConnectionGUID: CYwPQfM/S+W/zP4I2iT6Iw== X-CSE-MsgGUID: nW1hn2uoQ8iYMDGphzHnAg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190382325" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190382325" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:31 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 24BFBC2264 for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id D7476BDC8A for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7C8B21A006C; Tue, 18 Feb 2025 15:41:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 23/32] python3-poetry-core: upgrade 2.0.1 -> 2.1.1 Date: Tue, 18 Feb 2025 15:39:26 +0800 Message-Id: <1739864375-21394-23-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211584 From: Wang Mingyu Changelog: ========== - Pass a local version label to the build backend interface - Expose build-system dependencies via the poetry instance - Add has_upper_bound method to VersionConstraint - Improve performance of calculating intersections and unions of extra markers - Improve performance of calculating intersections and unions of complex markers - Improve performance of marker operations by simplifying python_version markers - Improve performance by caching parsed requirements - Improve error message when a referenced license file is missing - Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440 - Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded - Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint - Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata - Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels - Fix an issue where simplifying a python_version marker resulted in an invalid marker Signed-off-by: Wang Mingyu --- ...ython3-poetry-core_2.0.1.bb => python3-poetry-core_2.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-poetry-core_2.0.1.bb => python3-poetry-core_2.1.1.bb} (94%) diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb b/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb similarity index 94% rename from meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb rename to meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb index 8fb39a7d67..1dd4337ae2 100644 --- a/meta/recipes-devtools/python/python3-poetry-core_2.0.1.bb +++ b/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\ file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ " -SRC_URI[sha256sum] = "10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157" +SRC_URI[sha256sum] = "c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a" inherit python_poetry_core pypi From patchwork Tue Feb 18 07:39:27 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: 57513 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 1BB76C021B7 for ; Tue, 18 Feb 2025 07:41:39 +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.14628.1739864485290970726 for ; Mon, 17 Feb 2025 23:41:32 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ZsDqvSku; 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=1739864492; x=1771400492; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=PLitvTNyZ4X4N6ZVvymbpQKrcEBtUaC9MAELtab8Hvs=; b=ZsDqvSkuG+WZGVirS+ubY32Koc3vzfEkDYqwRyA9O/sWZVmOvw9OH8il z8ZW13Jd9Va4NHrZKw/lKnye60xGqUE7QE35tYw8HiRFG623cBbCywUTD 0FHzjHnsm744xk4FP4ag3NPm0jFM2DfgOjigrEleKEZHdB4tajRZ/7ud6 qIffszx0cuA1hgErInDhIU3jDRTUHu5anJHKxuih5XAKpJKfe3CYFK2GZ mXgAaRT+0yhbLCQmtNLabzOrXnwbrtfYQJfHm28yVOoU4q+aQ9ldcx/K8 ejHmVb2/c70Q4OdRa/SWhvMzEbLuzNgVjW2Zu4v8ryeRkvOpJeLUpmUG5 g==; X-CSE-ConnectionGUID: hc3uhkUgTIi6cmh0awCjBQ== X-CSE-MsgGUID: udYVt9KzRcKV9+Ed2S1mBg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169232669" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169232669" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:31 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2BEF9142DA for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id EA9CBF313 for ; Tue, 18 Feb 2025 16:41:28 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B12FE1A0071; Tue, 18 Feb 2025 15:41:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 24/32] python3-psutil: upgrade 6.1.1 -> 7.0.0 Date: Tue, 18 Feb 2025 15:39:27 +0800 Message-Id: <1739864375-21394-24-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211585 From: Wang Mingyu Changelog: ========== - net_if_addrs() also returns the broadcast address instead of None. - Python 2.7 is no longer supported. Latest version supporting Python 2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*. - removed long deprecated Process.memory_info_ex() method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info(). - Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use hundreds of GBs of memory. - virtual_memory() now relies on host_statistics64 instead of host_statistics. This is the same approach used by vm_stat CLI tool, and should grant more accurate results. - Python 2.7 is no longer supported. - removed long deprecated Process.memory_info_ex() method. Signed-off-by: Wang Mingyu --- .../python/{python3-psutil_6.1.1.bb => python3-psutil_7.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-psutil_6.1.1.bb => python3-psutil_7.0.0.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb b/meta/recipes-devtools/python/python3-psutil_7.0.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-psutil_6.1.1.bb rename to meta/recipes-devtools/python/python3-psutil_7.0.0.bb index 9cd2d20fff..22ead67ad9 100644 --- a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb +++ b/meta/recipes-devtools/python/python3-psutil_7.0.0.bb @@ -3,7 +3,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" HOMEPAGE = "https://pypi.org/project/psutil/" -SRC_URI[sha256sum] = "cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5" +SRC_URI[sha256sum] = "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456" inherit pypi python_setuptools_build_meta From patchwork Tue Feb 18 07:39:28 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: 57510 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 00737C021B4 for ; Tue, 18 Feb 2025 07:41:39 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.14637.1739864493138144434 for ; Mon, 17 Feb 2025 23:41:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=om0+TnwJ; 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=1739864494; x=1771400494; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=9MA3HQgXheYp5rB4Az9P/KZY5zFU6ygssjBTZektKBM=; b=om0+TnwJUDRTJo/IQzF+gWbc9SAh0W1yNiosyhSw4Rs6Nn48B3PaqLsk ZH2Dbup2d1+pGzwEhiKBSJdgCPXWlZCS/tGORSqACgKtcT//gbT2UW5Kk 5wsjTuiBwv96OJ9DTHr5/12S5+QKZaBfrvODEbWGEIspQGpQdUvQG8oS4 AkaDN2hieEM8pVeOBBQNJIDvq6ULrEaW34QqqjS9EK5lG/c2NoQkRl56A UUL5x+jdjQr7Vmyh5ueZDyjIKzspB0jUxr/90u7MJQSyB5CYXYRvXed8S 12CsfMDs9HRto+3A4CBUw59dXnr2yCZcp2QJGxGPKBOb1hB88vlU4//Ih g==; X-CSE-ConnectionGUID: Ll0ctIvdQCOvmncVpNTR2w== X-CSE-MsgGUID: EjPl+CyTTbaEtPw/158tjw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190373914" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190373914" 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; 18 Feb 2025 16:41:31 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 8366ED4807 for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 4D79ED4BD5 for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E5A361A000B; Tue, 18 Feb 2025 15:41:28 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 25/32] ruby: upgrade 3.4.1 -> 3.4.2 Date: Tue, 18 Feb 2025 15:39:28 +0800 Message-Id: <1739864375-21394-25-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211591 From: Wang Mingyu License-Update: Added copyright for vendored turbo_tests. Signed-off-by: Wang Mingyu --- meta/recipes-devtools/ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb} (97%) diff --git a/meta/recipes-devtools/ruby/ruby_3.4.1.bb b/meta/recipes-devtools/ruby/ruby_3.4.2.bb similarity index 97% rename from meta/recipes-devtools/ruby/ruby_3.4.1.bb rename to meta/recipes-devtools/ruby/ruby_3.4.2.bb index 09415a3132..aa22ef3992 100644 --- a/meta/recipes-devtools/ruby/ruby_3.4.1.bb +++ b/meta/recipes-devtools/ruby/ruby_3.4.2.bb @@ -10,7 +10,7 @@ LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \ file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://LEGAL;md5=eff3bb1382b590cc5814f1f3de6eb4e5 \ + file://LEGAL;md5=cb14358b7821c054ae14128885170204 \ " DEPENDS = "zlib openssl libyaml libffi" @@ -48,7 +48,7 @@ do_configure:prepend() { DEPENDS:append:libc-musl = " libucontext" -SRC_URI[sha256sum] = "3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f" +SRC_URI[sha256sum] = "41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b" PACKAGECONFIG ??= "" PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" From patchwork Tue Feb 18 07:39:29 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: 57508 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 E8C0AC021B2 for ; Tue, 18 Feb 2025 07:41:38 +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.14685.1739864491632196876 for ; Mon, 17 Feb 2025 23:41:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gHzxyhls; 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=1739864493; x=1771400493; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=RS05TV/p1jKJ/L9zvYa4xkVuja80X8ubPA0tOyUUHD8=; b=gHzxyhls0tjs+BWsZznjIatanfIDBY/1uXBcm3ydiowQg3F5sWIePeSm I6516LXVlpJOReRPO3kVJnIFdZ2/HIP5TMMstcHn6ZfXahHUkUi6HRixp FrFCRfvNiov+Vx5VTGZw7ZcshH0cZYs3mcHgq1qzBLYxtEpwhuUlu7hHv ZwyK/IZ7uCPV85ZRZ2L8Wv91CZHJ4wlrSDp0Ilftuf9Qnd+dh1dCZ6Dy4 GZQzLaXJ0ao8/9TN9LRYNKPI4I7EY3TpSIpFEOK7vUz9bvktIS/KNr0gf PHFXgUg3m4l/GOpAKNo/nz0OiZr2z+3PTaOZ3Kh/PFbMtjGGn0StQqGPL w==; X-CSE-ConnectionGUID: LfZd+XsIRtSBlognbTOFDg== X-CSE-MsgGUID: YqW+LyV3TLutztRsa9h1sQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="192947499" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="192947499" 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; 18 Feb 2025 16:41: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 B7C8ED4C33 for ; Tue, 18 Feb 2025 16:41: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 81CB7D8AC3 for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2784C1A006C; Tue, 18 Feb 2025 15:41:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13 Date: Tue, 18 Feb 2025 15:39:29 +0800 Message-Id: <1739864375-21394-26-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211589 From: Wang Mingyu Makefile-ptest.patch refreshed for 6.13 Improvements =========== - Implemented decoding of getxattrat, setxattrat, listxattrat, and removexattrat syscalls. - Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi, and struct perf_event_attr. - Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO. - Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute. - Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_* constants. - Updated lists of ioctl commands from Linux 6.13. Signed-off-by: Wang Mingyu --- meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 9 ++++++--- .../strace/{strace_6.12.bb => strace_6.13.bb} | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) rename meta/recipes-devtools/strace/{strace_6.12.bb => strace_6.13.bb} (93%) diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch index a78c86f6a1..4ae9a018ce 100644 --- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch +++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch @@ -13,7 +13,7 @@ Signed-off-by: Anuj Mittal 1 file changed, 20 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am -index e1254c3..149570d 100644 +index 0462563..abbf910 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ SIZEOF_LONG = @SIZEOF_LONG@ @@ -21,10 +21,10 @@ index e1254c3..149570d 100644 MPERS_CC_FLAGS = ARCH_MFLAGS = +TEST_SUITE_LOG = test-suite.log - AM_CFLAGS = $(WARN_CFLAGS) + AM_CFLAGS = $(WARN_CFLAGS) $(TEST_WARN_CFLAGS) bundled_CPPFLAGS = if USE_BUNDLED_HEADERS -@@ -903,3 +904,22 @@ BUILT_SOURCES = ksysent.h +@@ -916,3 +917,22 @@ BUILT_SOURCES = ksysent.h CLEANFILES = ksysent.h include ../src/scno.am @@ -47,3 +47,6 @@ index e1254c3..149570d 100644 + #sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \ + done + for i in net scm_rights-fd rt_sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done +-- +2.43.0 + diff --git a/meta/recipes-devtools/strace/strace_6.12.bb b/meta/recipes-devtools/strace/strace_6.13.bb similarity index 93% rename from meta/recipes-devtools/strace/strace_6.12.bb rename to meta/recipes-devtools/strace/strace_6.13.bb index c16e5dc478..9ef9f5e53c 100644 --- a/meta/recipes-devtools/strace/strace_6.12.bb +++ b/meta/recipes-devtools/strace/strace_6.13.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://strace.io" DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state." SECTION = "console/utils" LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304" +LIC_FILES_CHKSUM = "file://COPYING;md5=1efaf30bb0084b4a17a6f55f9cbcd25b" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ file://update-gawk-paths.patch \ @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \ file://0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch \ file://0002-tests-Replace-off64_t-with-off_t.patch \ " -SRC_URI[sha256sum] = "c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe" +SRC_URI[sha256sum] = "e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17" inherit autotools github-releases ptest From patchwork Tue Feb 18 07:39:30 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: 57504 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 CFC3CC021B0 for ; Tue, 18 Feb 2025 07:41:38 +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.14686.1739864494034936429 for ; Mon, 17 Feb 2025 23:41:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oP50xfpp; 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=1739864494; x=1771400494; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ZPvYTOUdLLhWsX5qUSdBZiFImu7KZ2jhCK6LQLvm4RA=; b=oP50xfppJgiyCeWG/TyfApMaBPmWD+Hdi1MEcrgPLt463OwqdxDor0zz 9bdqiAmKVU/mpG+V25wsh528k66WYdcjZP7QRvlbBj0uxyI3QQoBGuvjM jmLzUXEDs2ggMWGm8f2QDWRtaEhg1sL73kxTao5O+iwPjQ37phKLvuqI0 WvkpZtz+wgS6nkaTeHWkKa9tjs5ecUe/d1E7npeyKllRBkr/t5oKtYYMa a9lHl2DXYueAuVpfdgsfbCMyqV4XlOpn5Vp8gpH/HsDa1BAp8yvaCi6/8 O5Kp3n0htxfRbvoYT4IdZNKlrJVLMHYuPLqKAhxxU1hthTeYpooDHApgv w==; X-CSE-ConnectionGUID: qrk3xRtHTwagWg+bCb20Sg== X-CSE-MsgGUID: k9jQ2WdoRh+qRWZt2868UQ== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190317087" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190317087" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:32 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id CD8A2D501B for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 96769F313 for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5B75B1A0071; Tue, 18 Feb 2025 15:41:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 27/32] stress-ng: upgrade 0.18.09 -> 0.18.10 Date: Tue, 18 Feb 2025 15:39:30 +0800 Message-Id: <1739864375-21394-27-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211592 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../stress-ng/{stress-ng_0.18.09.bb => stress-ng_0.18.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/stress-ng/{stress-ng_0.18.09.bb => stress-ng_0.18.10.bb} (94%) diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb similarity index 94% rename from meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb rename to meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb index 25ac66517a..7fcb5af0ee 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.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 = "c84c8d5f5edb1ca8961d3bd97816d24e90392895" +SRCREV = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972" S = "${WORKDIR}/git" DEPENDS = "coreutils-native libbsd" From patchwork Tue Feb 18 07:39:31 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: 57512 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 0F0BCC021B6 for ; Tue, 18 Feb 2025 07:41:39 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.14683.1739864488156792405 for ; Mon, 17 Feb 2025 23:41:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oGBZWVgb; 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=1739864493; x=1771400493; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=JYFTlt0u3tyG0KNMOBbDxpY3K9R9M6gGKAzUVWG4Ti0=; b=oGBZWVgbO1HfBwF1k8VLlmNoRtIndPTNxamA0WF/y/bHDLc2mREVI5g6 y9JWar6KNloR6QOv9A7aOGtBRTF2lHY1mU8UDbmCDsqousOrvESEJFfyh hyjPFjiGVmWoDiJ2Bxu5G4YhVeIx7WFGGC0aYZbzTP1CofSCUC+H1ryyq mp/0x5eMAtR7D/upNamusMeDsSWB7lf7ayVwb+sMvq+2ErRWXbV8zLngI Kj8NkbHmyiPe9zAdrr7lGYC2XGJO3MJuIYCnyf+jYihqTw447VGY9QHMo 0522Ihtt0AwedrY/+Jegt2BMyZXNUZQRYYzR9E54fSLu2c6b247rqBhp0 A==; X-CSE-ConnectionGUID: Fn9+B6njQuauHSkMEVkhvA== X-CSE-MsgGUID: dJPOI4qeTViwO6tEL9WwEw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="190382326" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="190382326" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:32 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 1337C1631D for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id C99CBBDC8A for ; Tue, 18 Feb 2025 16:41:29 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 918BC1A000B; Tue, 18 Feb 2025 15:41:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0 Date: Tue, 18 Feb 2025 15:39:31 +0800 Message-Id: <1739864375-21394-28-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211587 From: Wang Mingyu Changes of existing tools: - dbginfo.sh: Add details on CPU-measurement - dbginfo.sh: Add new crypto command - dbginfo.sh: Add overview commands and crypto update - dbginfo.sh: Adding kdump info - dbginfo.sh: Removing outdated email references - dbginfo.sh: Rework network section - dbginfo.sh: Update copyright 2nd year - pvimg: Add '--(enable|disable)-image-encryption' flags to 'pvimg create' - pvimg: Add '--cck ' command line option and make '--comm-key' an alias - pvimg: Add '--hdr-key' command line option to 'pvimg create' - pvimg: Rename '--key' into '--hdr-key' and use '--key' as an alias (for 'pvimg info') - pvsecret: Add support for retrievable secrets - ziorep_config: Add PCHID field to adapter report - ziorep_traffic: Add DEVBUSID column to traffic report - ziorep_utilization: Add --fcp-device parameter to print virtual adapter report - ziorep_utilization: Add PCHID column to physical adapter report - ziorep_utilization: Now prints only physical adapter report by default - ziorep_utilization: Swap Bus-ID and CHPID columns in virtual adapter report - zipl/boot: Increase section size for eckd_mv dumper - zkey: Add support for listing and importing protected virtualization secrets Bug Fixes: - chpstat: Fix invalid utilization data on older kernels - opticsmon: Fix runaway loop in on_link_change() - zipl: Update inline assembly for GCC 15 - zipl_helper.device-mapper: Add missed step in logical device resolution gned-off-by: Wang Mingyu --- meta/recipes-core/ttyrun/{ttyrun_2.36.0.bb => ttyrun_2.37.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ttyrun/{ttyrun_2.36.0.bb => ttyrun_2.37.0.bb} (94%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb similarity index 94% rename from meta/recipes-core/ttyrun/ttyrun_2.36.0.bb rename to meta/recipes-core/ttyrun/ttyrun_2.37.0.bb index 3a58f19a9a..e8fb4831e2 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.36.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb @@ -7,7 +7,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" -SRCREV = "0cd063e40d12d7ca5bc59a09b2ee4803653678bd" +SRCREV = "793c037ded98cd001075cdb55a9c58e122380256" CVE_PRODUCT = "s390-tools" From patchwork Tue Feb 18 07:39:32 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: 57507 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 E8BAFC021B1 for ; Tue, 18 Feb 2025 07:41:38 +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.14628.1739864485290970726 for ; Mon, 17 Feb 2025 23:41:33 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=s5fap25S; 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=1739864493; x=1771400493; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=lu20RGC64EdQx65DMTdJGmeqPW+sQPy4pH+sXv/qOaE=; b=s5fap25SetRw569bf/aYQ6vYjEd7aDCfkwyszmNmRtQxrpVF6pnyvpM9 1jMuOopPi1GmqEJs2a7BN6UYSKpiN5vF6plcEzz3dIqKsH7tTSyJMFDRx uUS0Nx7MxWCK1N+OrgR3TmJJ//xTFhu6QC1DjcUnx1qu0tpt0dMdCdjVO bOwt3zYe+PGPAsq/8fn6oyejq26N0RJDwiSQQzIn56XMpSB1//rC6DkYt RQByJXWI3atqJaWQe7lLTDXSuNy4E4TkiWEg86UOnk8/eNo5SCJs8eTSB 762fXCycnqzcdl47as+trs6UB0bYHzMF2JjhkbRabJ2zV86BbQ3DDtKIM w==; X-CSE-ConnectionGUID: LzVfQya0RReOP54LH9HHZA== X-CSE-MsgGUID: 17b8kNs5Qs+dYBfGzju4jw== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169232671" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169232671" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:32 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 46DE213F59 for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 0E4FDF313 for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C78911A006C; Tue, 18 Feb 2025 15:41:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 29/32] xhost: upgrade 1.0.9 -> 1.0.10 Date: Tue, 18 Feb 2025 15:39:32 +0800 Message-Id: <1739864375-21394-29-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211590 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb} (89%) diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb similarity index 89% rename from meta/recipes-graphics/xorg-app/xhost_1.0.9.bb rename to meta/recipes-graphics/xorg-app/xhost_1.0.10.bb index d54e6cae65..0c112e6ea3 100644 --- a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb +++ b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb @@ -15,7 +15,7 @@ PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645" +SRC_URI[sha256sum] = "a8afd70059479c712948b895e41c35a4a8bfcede3ba2d5a4b855c88bbb725be1" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," From patchwork Tue Feb 18 07:39:33 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: 57502 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 CE32DC021AE for ; Tue, 18 Feb 2025 07:41:38 +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.14628.1739864485290970726 for ; Mon, 17 Feb 2025 23:41:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HT5BdSng; 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=1739864494; x=1771400494; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=F9FuY9YplWrM6rUQoLCVhKFlvwDVuCUONJO3riV/gsE=; b=HT5BdSngYctCPB1Bpd+6GZfVy2Bg3gQ3rdDFVucgDZZ3NxPxBoCgYR7f vNa4sPCs+96SLcVXtPCWpLR+Amq698xEUrb+rM/FSNevTnZxtZb9YlXUa FYZ/IYmkilqBP3Hz4NzJVElxJBJNTJID16P/8ZvzDpaoVn0x709TdrYFx z0S5MsHGo6Oh3qcPN9S2x2WZYT80+BICOW3twMW+uTN4Uc+6G4IzRLTeN Q7M19w9voUuY0GLT5hEuTAOuFpvFQd+0W1wzdNymvHeshRFZSxNwNpbRc eT3XFFhzWRQGAYjwhdjAYkQk9yeUeEdjcRGQTt9HmKz60ZcgLygtE4svf Q==; X-CSE-ConnectionGUID: bk66X20TQmib/DhmoslPXg== X-CSE-MsgGUID: 8dNP7xY1TE+AP2RzpC8Qsg== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169232673" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169232673" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:32 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 7AE8DE8525 for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 42DE2F313 for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 094601A000B; Tue, 18 Feb 2025 15:41:29 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 30/32] xkeyboard-config: upgrade 2.43 -> 2.44 Date: Tue, 18 Feb 2025 15:39:33 +0800 Message-Id: <1739864375-21394-30-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211593 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{xkeyboard-config_2.43.bb => xkeyboard-config_2.44.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.43.bb => xkeyboard-config_2.44.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb similarity index 92% rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb index 7378cf475e..52d074fd5e 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.43.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb @@ -13,7 +13,7 @@ LICENSE = "MIT & MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=8fc8ae699974c360e2e2e883a63ce264" SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "c810f362c82a834ee89da81e34cd1452c99789339f46f6037f4b9e227dd06c01" +SRC_URI[sha256sum] = "54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a" SECTION = "x11/libs" DEPENDS = "util-macros libxslt-native" From patchwork Tue Feb 18 07:39:34 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: 57501 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 BD0B7C021AA for ; Tue, 18 Feb 2025 07:41:38 +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.14638.1739864495116238851 for ; Mon, 17 Feb 2025 23:41:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oKoEJSrr; 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=1739864495; x=1771400495; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Hj9H0dTfiPlhGbBcDaFLmZYFA8glcLAUD/h2yLzIXWc=; b=oKoEJSrrBl2+QP/usDOgvqbFNDu5rg6tr2kALr6mC0GvPQ2Vx2NfxY1i W939FvRVcL6MhKn2A+ULrv3zK18w0vuQu0aEcKVCDAQuBqaY8pqzbGRhp u8Q3zoDgdR+221yqRgLFyNK0+q+dWzRe8pAzZCqmFUTfvg64lB7n5gDS5 uwegLZasxdE5lg+0tQDQZEvNm/X5qgRaL3eSl1nueKmBnYSHI7Y/RAxBZ F2uloSpLIXo2MxusJUi8p77tbVu12R/BsXRB0nPBoQg8933VkAy1WO9aq 7HeuhcIbPZZO8csMArp28qFInnYhNF5rjq8frhZ12vv9RM6sxDFvUpCLz g==; X-CSE-ConnectionGUID: vBJpkDAxQDy6Um5aaqhNqw== X-CSE-MsgGUID: srzmxKJpQ3uCjJwfAUB8Ww== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="169815839" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="169815839" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41: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 D4098DBB91 for ; Tue, 18 Feb 2025 16:41: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 9A077D8AC3 for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3D8321A006C; Tue, 18 Feb 2025 15:41:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 31/32] xwayland: upgrade 24.1.4 -> 24.1.5 Date: Tue, 18 Feb 2025 15:39:34 +0800 Message-Id: <1739864375-21394-31-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211595 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xwayland/{xwayland_24.1.4.bb => xwayland_24.1.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xwayland/{xwayland_24.1.4.bb => xwayland_24.1.5.bb} (96%) diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.5.bb similarity index 96% rename from meta/recipes-graphics/xwayland/xwayland_24.1.4.bb rename to meta/recipes-graphics/xwayland/xwayland_24.1.5.bb index 6f8589ba5a..19a6384087 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.5.bb @@ -10,7 +10,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" -SRC_URI[sha256sum] = "d96a78dbab819f55750173444444995b5031ebdcc15b77afebbd8dbc02af34f4" +SRC_URI[sha256sum] = "cb4bd170e6fa6b545ba0567be8f693d2eeccfc62d04c67037dd14f06daad361d" UPSTREAM_CHECK_REGEX = "xwayland-(?P\d+(\.(?!90\d)\d+)+)\.tar" From patchwork Tue Feb 18 07:39:35 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: 57503 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 C358DC3DA4A for ; Tue, 18 Feb 2025 07:41:38 +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.14684.1739864490887324136 for ; Mon, 17 Feb 2025 23:41:34 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=pIwn4hG1; 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=1739864495; x=1771400495; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=93m9OWSKitY0E4mmvdu+GorFF8ariky3xmXmbojiKdc=; b=pIwn4hG1T2LGK1ctvN6FpUZBDJfwkTSk0jkx+/iMCuz3Kg6eiJgXhnsi 9y/I1FYt4IYz/JmTxdJ7/me/Pdj+W65XVX6tM3t2a6GFGMZK7hgFXFyAu wJv0Aafx10yZPaIvhk16AfqTZD1yF8GQpBRm5ILTKnjBi4BPi6a6EixPL R+2XvG54Fdu72PxS2HGqievRdK2SzweahQAT/G/bncJVI1fRDtrTfCCT4 swmQg/fbLOVvJD2y0+LI06m+HTkI5XSj8T57mBTe3Tbl1wLMwpyE+YFdV FCkQCbWdzKjqX5SEGrsN0M4XaI2seOOVU16BnR+EWmgSBbNSPYDkbSikQ A==; X-CSE-ConnectionGUID: kPPk1ssRR4q1Ku0GiGdgwA== X-CSE-MsgGUID: NqMubTb1SmGngYjhbZBd6A== X-IronPort-AV: E=McAfee;i="6700,10204,11348"; a="189521034" X-IronPort-AV: E=Sophos;i="6.13,295,1732546800"; d="scan'208";a="189521034" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2025 16:41:33 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 1D45DD5015 for ; Tue, 18 Feb 2025 16:41:31 +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 D12FFD50AA for ; Tue, 18 Feb 2025 16:41:30 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 748081A000B; Tue, 18 Feb 2025 15:41:30 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 32/32] xz: upgrade 5.6.3 -> 5.6.4 Date: Tue, 18 Feb 2025 15:39:35 +0800 Message-Id: <1739864375-21394-32-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com> References: <1739864375-21394-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, 18 Feb 2025 07:41:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211594 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-extended/xz/{xz_5.6.3.bb => xz_5.6.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/xz/{xz_5.6.3.bb => xz_5.6.4.bb} (97%) diff --git a/meta/recipes-extended/xz/xz_5.6.3.bb b/meta/recipes-extended/xz/xz_5.6.4.bb similarity index 97% rename from meta/recipes-extended/xz/xz_5.6.3.bb rename to meta/recipes-extended/xz/xz_5.6.4.bb index 67070850ab..e48f4dbd7f 100644 --- a/meta/recipes-extended/xz/xz_5.6.3.bb +++ b/meta/recipes-extended/xz/xz_5.6.4.bb @@ -28,7 +28,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c02de712b028a5cc7e22472e8f2b3db1 \ SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "b1d45295d3f71f25a4c9101bd7c8d16cb56348bbef3bbc738da0351e17c73317" +SRC_URI[sha256sum] = "269e3f2e512cbd3314849982014dc199a7b2148cf5c91cedc6db629acdf5e09b" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+(\.\d+)+)" UPSTREAM_CHECK_URI = "https://github.com/tukaani-project/xz/releases/"