From patchwork Mon May 12 09:02:44 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: 62764 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 BE4C4C3ABC3 for ; Mon, 12 May 2025 09:04:01 +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.45912.1747040637108405502 for ; Mon, 12 May 2025 02:03:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Uu4JTWbe; 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=1747040636; x=1778576636; h=from:to:cc:subject:date:message-id; bh=cuQMHZOG6zjGuOVWmJEVNT3vk+1ZvyN38l8ndbJ5G+4=; b=Uu4JTWbeZKz1ZQfIAOGc4FvxPhYCuAW8U5ldZhijcRa70111PNsAMMjk odSHpidRfksKsnLEo0G5JcuD8N3ckNw4cXvELBOfzlq29Jm/O8LSAPsIL e76fo0vBBoI2m42zIxW8hPPmUTb1z6ehNslBIy4DFiO/Ju1ZbGy0FRb4g /AnY9QudoorkeTvuRT5zS+DI/2/DGtEE2AlyxQr0rlroSrpC/avUIyjv1 Nvol4r7ioCNHGVPVazMDjnLqrwFj6uPeFGXwKKwqr18iBcoNEpYxcubul llgI6tKEtWxIthCwgFVmHpab4ooLT9ADbBfZgYqgnxFSJR2J6hg6ZsGfy w==; X-CSE-ConnectionGUID: raktKEx2RoiQK7GL8ZNjMQ== X-CSE-MsgGUID: J1F6LjD1RIqAEiELG51fpA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="186489670" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="186489670" 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; 12 May 2025 18:03:54 +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 DB5B5D4C33 for ; Mon, 12 May 2025 18:03:52 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 8C083BF3D1 for ; Mon, 12 May 2025 18:03:52 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ECC8C1A009B; Mon, 12 May 2025 17:03:51 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/56] appstream: upgrade 1.0.4 -> 1.0.5 Date: Mon, 12 May 2025 17:02:44 +0800 Message-Id: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216299 From: Wang Mingyu Changelog: ============ Features: * qt: Expose markup conversion utils * desktop-styles: Add android and iOS * validator: Check for xml:lang="en" being used on description template elements * validator: Flag cases of raw text in "description" elements * metadata: Add more known extensions into as_metadata_file_guess_style() Specification: * docs: Clarify that the style segment of a screenshot environment is optional * docs: Explain consequences of defining an icon for desktop-app metainfo * docs: Clarify that description content must be in p/li elements Bugfixes: * validator: mark as_validator_issue_tag_list static * docs: Add workaround for gi-docgen misnaming devhelp files * compose: Do not permit SVG images as screenshots * compose: Don't "forget" to scan remaining paths when re-encountering a dir * pool: Try explicit singular term match if we only have low-quality tokens * utils: Provide compatibility with Fedora icon tarballs when installing them * utils: Remove leftover g_chmod() * zstd-decompressor: Pass output/written data when decompression finished * utils: Expect a dash in icons file name * utils: Recognize .yml* and .yaml* file extension variants, and .zst extension * utils: Rename the appstream file when re-saving it on install Signed-off-by: Wang Mingyu --- .../appstream/{appstream_1.0.4.bb => appstream_1.0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/appstream/{appstream_1.0.4.bb => appstream_1.0.5.bb} (94%) diff --git a/meta/recipes-support/appstream/appstream_1.0.4.bb b/meta/recipes-support/appstream/appstream_1.0.5.bb similarity index 94% rename from meta/recipes-support/appstream/appstream_1.0.4.bb rename to meta/recipes-support/appstream/appstream_1.0.5.bb index a9c87f7589..3e4f8708d8 100644 --- a/meta/recipes-support/appstream/appstream_1.0.4.bb +++ b/meta/recipes-support/appstream/appstream_1.0.5.bb @@ -30,7 +30,7 @@ SRC_URI = " \ file://0002-Do-not-build-qt-tests.patch \ file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \ " -SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509" +SRC_URI[sha256sum] = "ce0ed29e89abd5f0cf790ea87d792f1967c3413060beb30e63a979578d975121" S = "${WORKDIR}/AppStream-${PV}" From patchwork Mon May 12 09:02:45 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: 62768 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 BD0BFC3ABCC for ; Mon, 12 May 2025 09:04:01 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.45913.1747040637212932732 for ; Mon, 12 May 2025 02:03:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O4+k9iAX; 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=1747040638; x=1778576638; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=WGhwMAjmOvnyffX0G9s0C9CE+ENgI81kARCTkU4c6BA=; b=O4+k9iAXP26xYRe6BiyjsO0KV+RFySc5sNwOfiA/DkT8KJR1ZYq82QtN oYwJgWBjGclF5vK0TRwRYjoTvwMPj0vJpEUC9KrjBLAGhkfqKBuI9U5kb tywrSsQF5S4BJV6nt8F9gkIDR9AjmzmBKYiKnm4yPkB104v77NoO9gBXB pk/rk0JPETsw68yVgeYAsnf3fUD0pGzo5RqZ7SWd2JyIJOw5ihT/D7D2f 68DwAehmYJi4vVPgyluhdNRY0gc8c3e+XdFVGAHC3uu3kzRDuGtWPlEjW mBe6bHSGupljf+3sul3OkdI6Gw/HWiwZzVbOB8ai9L0zEBC9Q8BTtDmey A==; X-CSE-ConnectionGUID: brJ/MeyqQYCjmvv4p1qKkQ== X-CSE-MsgGUID: 5VtcY68qTVe7m+knuA5B3Q== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199193682" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199193682" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:55 +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 E3A80D5010 for ; Mon, 12 May 2025 18:03:52 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 99174D505A for ; Mon, 12 May 2025 18:03:52 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2F8BD1A00A0; Mon, 12 May 2025 17:03:52 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/56] at-spi2-core: upgrade 2.56.1 -> 2.56.2 Date: Mon, 12 May 2025 17:02:45 +0800 Message-Id: <1747040619-7566-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216300 From: Wang Mingyu Changelog: =========== * Fix the build with glib < 2.76. * a11y-manager-device: Fix unmap_keysym_modifier. Signed-off-by: Wang Mingyu --- .../atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/atk/{at-spi2-core_2.56.1.bb => at-spi2-core_2.56.2.bb} (95%) diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb similarity index 95% rename from meta/recipes-support/atk/at-spi2-core_2.56.1.bb rename to meta/recipes-support/atk/at-spi2-core_2.56.2.bb index c806779ca8..59eed4b5ab 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.1.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.2.bb @@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "fd177fecd8c95006ff0a355eafd7066fe110a2e17eb5eb5fe17ff70e49a4eace" +SRC_URI[sha256sum] = "e1b1c9836a8947852f7440c32e23179234c76bd98cd9cc4001f376405f8b783b" DEPENDS = " \ dbus \ From patchwork Mon May 12 09:02:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62777 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 56BA2C3ABDF for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.45968.1747040637466043731 for ; Mon, 12 May 2025 02:03:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Jsh2Cq+5; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1747040637; x=1778576637; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=VZ7mOLJMAmJY+q4dVWxb+tX/4MEw9qW81QgUxqgb0SE=; b=Jsh2Cq+5KtPa58z8pyZt+RNkrLfPTlCfr9sbNgleUZ7uCL5hiWPZduK4 IOhFXP3ms3i2iPujEit1MrwyGK90q6vpqMVgxOmb41/FTx8J+bJ1sF0Qe UIxXGVLwk6jCwzpKcHe50+mwu9BXOSzK8kx1cMWWpfiTas2lSwJTp3Lmi iAUCSWMU+D/QcYFrGHYAoEuY9I9CIYGcbXGhb9mA0lYFeOMfmZF2pD3cw VtNaz9g1OucAnBtSoWA3ZdhmAzd/N+UmDPD7plW9WbvItA+3sIhToxYHe 6OjZNaXF4R38qZ+zFM9NtGAxTBna6bzQqJ0rqHszaxvDv7Ed++WjsoYBS w==; X-CSE-ConnectionGUID: GsxtPrhTQlqcLdHxT9XpKQ== X-CSE-MsgGUID: bzcZx7c0RUKAigxHMp5eow== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187121891" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187121891" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:55 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 180F6C68A0 for ; Mon, 12 May 2025 18:03:53 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id CEB6DD505B for ; Mon, 12 May 2025 18:03:52 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 664C61A009A; Mon, 12 May 2025 17:03:52 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/56] babeltrace2: upgrade 2.1.0 -> 2.1.1 Date: Mon, 12 May 2025 17:02:46 +0800 Message-Id: <1747040619-7566-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216301 From: Wang Mingyu Changelog: =========== * src.ctf.lttng-live: remove lttng_live_lazy_msg_init function * src.ctf.lttng-live: fix comment formatting * README.adoc: Update working version to 2.1 * fix: export bt_component_class_sink_simple_borrow * fix: building from the release tarball without flex * doc/api/libbabeltrace2: use '' i.o. '' in '
' * Fix: doc/api/libbabeltrace2/Doxyfile.in: set version to 2.1 * babeltrace2-sink.text.pretty(7): add missing default param. value Signed-off-by: Wang Mingyu --- .../lttng/{babeltrace2_2.1.0.bb => babeltrace2_2.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/lttng/{babeltrace2_2.1.0.bb => babeltrace2_2.1.1.bb} (98%) diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb similarity index 98% rename from meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb rename to meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb index a9a3a9961b..fdcb637761 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.1.0.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f6b015e4f388d6e78adb1b1f9a887d06" DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv" -SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https \ +SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https;tag=v${PV} \ file://run-ptest \ file://0001-Make-manpages-multilib-identical.patch \ file://0001-tests-fix-test-applications-in-cpp-common.patch \ file://0001-tests-set-the-correct-plugin-directory.patch \ file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \ " -SRCREV = "e61d41ff3c3ac6a123930d4e60cf710ff9ea18e0" +SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5" UPSTREAM_CHECK_GITTAGREGEX = "v(?P2(\.\d+)+)$" S = "${WORKDIR}/git" From patchwork Mon May 12 09:02:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62776 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 4FA06C3ABDE for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.45969.1747040638105268631 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WoaRUKVt; 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=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=R6yi6ObFGKWTPPO82k9AX+7RD02RZSJdeMbsu2p3sP0=; b=WoaRUKVtP/H30ygRPKbHNRr2dhb+NyYtJI/QSD88mKCPbYUBtuQCorSP /57G8nWLPcu3UbsnY3Bev8v/cWklWVLGTz6YXFQmZZ4fdbDKsGwco6ZaE L0vn2aHCzVOVjZ+6ZKTJsb6JrkhKp252dejr/uGfYrkHLN5BbeGqF+z/H O7MsCWnhedfXdqRX9wAlfC/RgLI+ZNPKa0Y7SRSQeM09/SQmobR4G0geT PL8FdLT8msea2G2cCcaseR92XHa6WKDZG7QX67kvQpSF6AXFpsDWEuWDH eLh2mWg1xijwvyFSgqlVTpuV7Ux0l2ahoIvmmdnfv8FSS9rS+ucAe3b1G Q==; X-CSE-ConnectionGUID: q80yOOQyTfamFIIg6g+/dw== X-CSE-MsgGUID: 9+smqRrgR3S9VEJUKQ72NQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343065" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343065" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:56 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 8FC86D6EFC for ; Mon, 12 May 2025 18:03:53 +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 45CE0CFB76 for ; Mon, 12 May 2025 18:03:53 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CD5A11A009B; Mon, 12 May 2025 17:03:52 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/56] barebox-tools: upgrade 2025.03.0 -> 2025.04.0 Date: Mon, 12 May 2025 17:02:47 +0800 Message-Id: <1747040619-7566-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216306 From: Wang Mingyu 0001-scripts-dtc-clean-up-yamltree-from-dtc.patch removed since it's included in 2025.04.0 Signed-off-by: Wang Mingyu --- meta/recipes-bsp/barebox/barebox-common.inc | 4 +- meta/recipes-bsp/barebox/barebox-tools.bb | 4 -- ...ripts-dtc-clean-up-yamltree-from-dtc.patch | 60 ------------------- 3 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index 7fd7a88d71..d6ea1eedfe 100644 --- a/meta/recipes-bsp/barebox/barebox-common.inc +++ b/meta/recipes-bsp/barebox/barebox-common.inc @@ -3,6 +3,6 @@ SECTION = "bootloaders" LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" -PV = "2025.03.0" +PV = "2025.04.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "0bf7118004e445bdd57feeef89ee9064982acc221e8a046c4a7994d3da6da2ec" +SRC_URI[sha256sum] = "3124f3c2b69d9ce0512b2d40fa17cace9c356f65f005a63da0474387b8839c41" diff --git a/meta/recipes-bsp/barebox/barebox-tools.bb b/meta/recipes-bsp/barebox/barebox-tools.bb index f6395beb7c..2a117bc9c0 100644 --- a/meta/recipes-bsp/barebox/barebox-tools.bb +++ b/meta/recipes-bsp/barebox/barebox-tools.bb @@ -2,10 +2,6 @@ SUMMARY = "barebox bootloader tools" require barebox-common.inc -SRC_URI += " \ - file://0001-scripts-dtc-clean-up-yamltree-from-dtc.patch \ -" - LICENSE = "GPL-2.0-only" DEPENDS = "bison-native flex-native libusb1" diff --git a/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch b/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch deleted file mode 100644 index fdab21ef72..0000000000 --- a/meta/recipes-bsp/barebox/files/0001-scripts-dtc-clean-up-yamltree-from-dtc.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 77afd065dc58e2f57066ef7f392c571f8136723d Mon Sep 17 00:00:00 2001 -From: Hongxu Jia -Date: Mon, 7 Apr 2025 14:45:27 +0000 -Subject: [PATCH] scripts/dtc: clean up yamltree from dtc - -Refer Linux commit [dt-bindings: kbuild: Use DTB files for validation][1], -clean up yamltree from dtc to avoid compile failure while include -in non-standard path - -Since barebox actually doesn't do any dtb binding checks at the moment, just -remove the test of /usr/include/yaml.h, hard-code the -DNO_YAML and remove -yamltree.c from DTC_SOURCE - -[1] https://github.com/torvalds/linux/commit/ef8795f3f1ce - -Upstream-Status: Submitted [https://github.com/barebox/barebox/pull/37] - -Signed-off-by: Hongxu Jia ---- - scripts/dtc/Makefile | 9 --------- - scripts/dtc/update-dtc-source.sh | 2 +- - 2 files changed, 1 insertion(+), 10 deletions(-) - -diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile -index 721e8e2b..da00319f 100644 ---- a/scripts/dtc/Makefile -+++ b/scripts/dtc/Makefile -@@ -16,16 +16,7 @@ fdtget-objs += fdtget.o $(libfdt-objs) util.o - # Source files need to get at the userspace version of libfdt_env.h to compile - HOST_EXTRACFLAGS += -I$(src)/libfdt - --ifeq ($(wildcard /usr/include/yaml.h),) --ifneq ($(CHECK_DTBS),) --$(error dtc needs libyaml for DT schema validation support. \ -- Install the necessary libyaml development package.) --endif - HOST_EXTRACFLAGS += -DNO_YAML --else --dtc-objs += yamltree.o --HOSTLDLIBS_dtc := -lyaml --endif - - # Generated files need one more search path to include headers in source tree - HOSTCFLAGS_dtc-lexer.lex.o := -I$(src) -diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh -index 141d3629..8aa5cd66 100755 ---- a/scripts/dtc/update-dtc-source.sh -+++ b/scripts/dtc/update-dtc-source.sh -@@ -31,7 +31,7 @@ DTC_UPSTREAM_PATH=`pwd`/../dtc - DTC_LINUX_PATH=`pwd`/scripts/dtc - - DTC_SOURCE="checks.c data.c dtc.c dtc.h flattree.c fstree.c livetree.c srcpos.c \ -- srcpos.h treesource.c util.c util.h version_gen.h yamltree.c Makefile.dtc \ -+ srcpos.h treesource.c util.c util.h version_gen.h Makefile.dtc \ - dtc-lexer.l dtc-parser.y fdtget.c" - LIBFDT_SOURCE="Makefile.libfdt fdt.c fdt.h fdt_addresses.c fdt_empty_tree.c \ - fdt_overlay.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c \ --- -2.48.1 - From patchwork Mon May 12 09:02:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62772 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 28CCDC3ABDA for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.45969.1747040638105268631 for ; Mon, 12 May 2025 02:03:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=EhZMITxS; 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=1747040638; x=1778576638; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=YiccP8pkglCGN88loMYv2+mHtL4QWrJl4FfVdjPzbcI=; b=EhZMITxSjpIjg/TckGAeKUs5VldYVHwfiZO8HWrl9SqExZqojT4aOWOm 0rekwnEJxs4JENd+B/qgTZpEw3HR0kOqDXlgIZV6LFgQDRMZ40tiJf6NE 79bQ2rGVVu22NEnvhqtnoy1V+LySz9nmA5qAzm+KiipibQzJQMA9IVWjc 5G/SRzrGhbooJQx7O/0llIQGxEWRaVkFCPuu4wxsPuqiaj+TglLvgshBa i+HMpTiG7ua0k6cyCITd+q/9AVYG/m9qfUQ6NVSu20aBwMD5SSU9SgMtS mMekNEkNcYJ4g21SCgJoawTxKv84KkOCo5h4Nm9ZDnHuD/YCvMN8zHpDs g==; X-CSE-ConnectionGUID: OLfr0ZJ1SrOjxpm+Lx72vQ== X-CSE-MsgGUID: cjp3APxYSBaE8mMvV+/ftw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343067" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343067" 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; 12 May 2025 18:03:56 +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 C4565D5017 for ; Mon, 12 May 2025 18:03:53 +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 82C5BD20AF for ; Mon, 12 May 2025 18:03:53 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 186901A009A; Mon, 12 May 2025 17:03:53 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/56] bind: upgrade 9.20.7 -> 9.20.8 Date: Mon, 12 May 2025 17:02:48 +0800 Message-Id: <1747040619-7566-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216302 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../bind/{bind_9.20.7.bb => bind_9.20.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/bind/{bind_9.20.7.bb => bind_9.20.8.bb} (97%) diff --git a/meta/recipes-connectivity/bind/bind_9.20.7.bb b/meta/recipes-connectivity/bind/bind_9.20.8.bb similarity index 97% rename from meta/recipes-connectivity/bind/bind_9.20.7.bb rename to meta/recipes-connectivity/bind/bind_9.20.8.bb index b4202f1a59..864daed97e 100644 --- a/meta/recipes-connectivity/bind/bind_9.20.7.bb +++ b/meta/recipes-connectivity/bind/bind_9.20.8.bb @@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ file://0001-avoid-start-failure-with-bind-user.patch \ " -SRC_URI[sha256sum] = "43323c8d22d2144282c37b4060ec11e98c24835e225688876fad08ba7b95dca6" +SRC_URI[sha256sum] = "3004d99c476beab49a986c2d49f902e2cd7766c9ab18b261e8b353cabf3a04b5" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # follow the ESV versions divisible by 2 From patchwork Mon May 12 09:02:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62781 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 42687C3ABDC for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.45914.1747040638623560703 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cvcKcd2b; 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=1747040638; x=1778576638; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=L0Jd/Ies7fFOH6/t44OYQtbUY+1IV6UF2ReUfv+5i7g=; b=cvcKcd2biITzMFqmTDoTHVTGN8IoPBBcOi/QpoUjSK+6rjByf+ejhO1+ aMEkIih7/BFuzd+8SVb25288lKj65or0VoBwOTQf7dF0MumjNizTzzh5d sDMtB8c9W33I47yFxYo2PSGQRe8AJSBECi5pfBR7vo4MazRUyPbCRMr++ zWICzNWzZghLu+/ACTNF7SvbUduH9xJE/r+U+0b2EJb8nhLCyAi8+a0BQ tMeKN3rAf30ZbIlDOvPmBwfB0keRy2DAdEqybMSCpcHJq0KDkOzBjt/IN ttzN45XtoMepZzdGjtlOUuO1q+5qv+GrTAmUQ/ejZywdk3TLNLu8BSDrW A==; X-CSE-ConnectionGUID: V8dpVV0QSo6yt8L+3NPjUQ== X-CSE-MsgGUID: Wd9Uv08PRW6vU1FVOk155g== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199533784" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199533784" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:56 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 14B6DC68A0 for ; Mon, 12 May 2025 18:03:54 +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 C1DCBD5040 for ; Mon, 12 May 2025 18:03:53 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 564341A00A0; Mon, 12 May 2025 17:03:53 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/56] boost: upgrade 1.87.0 -> 1.88.0 Date: Mon, 12 May 2025 17:02:49 +0800 Message-Id: <1747040619-7566-6-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216303 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../boost/{boost-1.87.0.inc => boost-1.88.0.inc} | 2 +- meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/boost/{boost-1.87.0.inc => boost-1.88.0.inc} (90%) rename meta/recipes-support/boost/{boost_1.87.0.bb => boost_1.88.0.bb} (100%) diff --git a/meta/recipes-support/boost/boost-1.87.0.inc b/meta/recipes-support/boost/boost-1.88.0.inc similarity index 90% rename from meta/recipes-support/boost/boost-1.87.0.inc rename to meta/recipes-support/boost/boost-1.88.0.inc index c6e55b239e..917f1a9600 100644 --- a/meta/recipes-support/boost/boost-1.87.0.inc +++ b/meta/recipes-support/boost/boost-1.88.0.inc @@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}" BOOST_P = "boost_${BOOST_VER}" SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2" -SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89" +SRC_URI[sha256sum] = "46d9d2c06637b219270877c9e16155cbd015b6dc84349af064c088e9b5b12f7b" UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" UPSTREAM_CHECK_REGEX = "release/(?P.*)/source/" diff --git a/meta/recipes-support/boost/boost_1.87.0.bb b/meta/recipes-support/boost/boost_1.88.0.bb similarity index 100% rename from meta/recipes-support/boost/boost_1.87.0.bb rename to meta/recipes-support/boost/boost_1.88.0.bb From patchwork Mon May 12 09:02:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62775 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 2F8F2C3ABDB for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.45916.1747040638854317555 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bd/RrNN6; 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=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=sKX03zdnDPPYJaxoWsgmixbqzbvLAySTecZ6IayJddM=; b=bd/RrNN6+H3MoT/ZQqz546wNYZBGkLHFUGewqiwHkglZviN9O0o/Ufhp ovmxBy/Y5ygCgjZ4a9BhYHu2ADYcndt/WHVHHGRFj4d1PKWFNvfeKvct4 vAN5CXUbohAiwQC0gCgjejc+YOFzPiGHmNSvO236Rte8jdAa1q84tMGsg blZlhUoZK5eQS1nG2bszBvDFWXlyc4ggrQ+YEQZUFqvl2U0W3a0c0h+Mp dTUPpbtVYugMiTgTTlKvdQiRLjxGfQg+cE3gUHcwzX/oa81Y+Ktizx3+5 Bry4Sk1rktCPZpslp1K2rUymNlfFfrfxPYXuxvgnadJQ5gz7fIlLBQAC4 g==; X-CSE-ConnectionGUID: G8pUL5XcTU+2+NclddumdQ== X-CSE-MsgGUID: CpMpU7HsRU2J4IQnGaVfvA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="202056478" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="202056478" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 5AA8BD5004 for ; Mon, 12 May 2025 18:03:54 +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 1C90DCFB76 for ; Mon, 12 May 2025 18:03:54 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A7F1C1A009A; Mon, 12 May 2025 17:03:53 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/56] ca-certificates: upgrade 20241223 -> 20250419 Date: Mon, 12 May 2025 17:02:50 +0800 Message-Id: <1747040619-7566-7-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216305 From: Wang Mingyu 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch refreshed for 20250419 0002-sbin-update-ca-certificates-add-a-sysroot-option.patch removed since it's included in 20250419 Signed-off-by: Wang Mingyu --- ...ertdata2pem.py-print-a-warning-for-e.patch | 6 ++-- ...icates-don-t-use-Debianisms-in-run-p.patch | 6 ++-- ...ca-certificates-add-a-sysroot-option.patch | 36 ------------------- ...0241223.bb => ca-certificates_20250419.bb} | 3 +- 4 files changed, 7 insertions(+), 44 deletions(-) delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch rename meta/recipes-support/ca-certificates/{ca-certificates_20241223.bb => ca-certificates_20250419.bb} (94%) diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch index da2a247e51..1226508c98 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch @@ -1,4 +1,4 @@ -From 630736f427c0a1bd0be0b5a2f6d51d63b2c4c9fd Mon Sep 17 00:00:00 2001 +From 743774cd53ed1c45bb660eddacf6dadb5ee3e145 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 18 Oct 2021 12:05:49 +0200 Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired @@ -16,10 +16,10 @@ Signed-off-by: Alexander Kanavin 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog -index 52d41ca..bdb2c8a 100644 +index dbe3e9c..496e05d 100644 --- a/debian/changelog +++ b/debian/changelog -@@ -138,7 +138,6 @@ ca-certificates (20211004) unstable; urgency=low +@@ -156,7 +156,6 @@ ca-certificates (20211004) unstable; urgency=low - "Trustis FPS Root CA" - "Staat der Nederlanden Root CA - G3" * Blacklist expired root certificate "DST Root CA X3" (closes: #995432) diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch index cad30929f5..1a29da756f 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch +++ b/meta/recipes-support/ca-certificates/ca-certificates/0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch @@ -1,4 +1,4 @@ -From 348163df412e53b1b7ec3e81ae5f22caa0227c37 Mon Sep 17 00:00:00 2001 +From 63086d41f76b1c3357e23c6509df72d3f75af20c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 6 Jul 2015 15:19:41 +0100 Subject: [PATCH] ca-certificates: remove Debianism in run-parts invocation @@ -22,10 +22,10 @@ Signed-off-by: Maciej Borzecki 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates -index 36cdd9a..2d3e1fe 100755 +index 91d8024..1e737b9 100755 --- a/sbin/update-ca-certificates +++ b/sbin/update-ca-certificates -@@ -202,9 +202,7 @@ if [ -d "$HOOKSDIR" ] +@@ -210,9 +210,7 @@ if [ -d "$HOOKSDIR" ] then echo "Running hooks in $HOOKSDIR..." diff --git a/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch b/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch deleted file mode 100644 index ba5bb69657..0000000000 --- a/meta/recipes-support/ca-certificates/ca-certificates/0002-sbin-update-ca-certificates-add-a-sysroot-option.patch +++ /dev/null @@ -1,36 +0,0 @@ -From d6bb773745c2e95fd1a414e916fbed64e0d8df66 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Mon, 31 Mar 2025 17:42:25 +0200 -Subject: [PATCH] sbin/update-ca-certificates: add a --sysroot option - -This allows using the script in cross-compilation environments -where the script needs to prefix the sysroot to every other -directory it operates on. There are individual options -to set those directories, but using a common prefix option -instead is a lot less clutter and more robust. - -Upstream-Status: Submitted [https://salsa.debian.org/debian/ca-certificates/-/merge_requests/13] -Signed-off-by: Alexander Kanavin ---- - sbin/update-ca-certificates | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/sbin/update-ca-certificates b/sbin/update-ca-certificates -index 4bb77a0..1e737b9 100755 ---- a/sbin/update-ca-certificates -+++ b/sbin/update-ca-certificates -@@ -59,6 +59,14 @@ do - --hooksdir) - shift - HOOKSDIR="$1";; -+ --sysroot) -+ shift -+ SYSROOT="$1" -+ CERTSCONF="$1/${CERTSCONF}" -+ CERTSDIR="$1/${CERTSDIR}" -+ LOCALCERTSDIR="$1/${LOCALCERTSDIR}" -+ ETCCERTSDIR="$1/${ETCCERTSDIR}" -+ HOOKSDIR="$1/${HOOKSDIR}";; - --help|-h|*) - echo "$0: [--verbose] [--fresh]" - exit;; diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb b/meta/recipes-support/ca-certificates/ca-certificates_20250419.bb similarity index 94% rename from meta/recipes-support/ca-certificates/ca-certificates_20241223.bb rename to meta/recipes-support/ca-certificates/ca-certificates_20250419.bb index 676e9e0c78..f06a30bd6d 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20241223.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20250419.bb @@ -14,10 +14,9 @@ DEPENDS:class-nativesdk = "openssl-native" # Need rehash from openssl and run-parts from debianutils PACKAGE_WRITE_DEPS += "openssl-native debianutils-native" -SRC_URI[sha256sum] = "dd8286d0a9dd35c756fea5f1df3fed1510fb891f376903891b003cd9b1ad7e03" +SRC_URI[sha256sum] = "33b44ef78653ecd3f0f2f13e5bba6be466be2e7da72182f737912b81798ba5d2" SRC_URI = "${DEBIAN_MIRROR}/main/c/ca-certificates/${BPN}_${PV}.tar.xz \ file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \ - file://0002-sbin-update-ca-certificates-add-a-sysroot-option.patch \ file://0003-update-ca-certificates-use-relative-symlinks-from-ET.patch \ file://0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch \ " From patchwork Mon May 12 09:02:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62774 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 3D40FC3ABDD for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.45915.1747040638714823342 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OUJG6ker; 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=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=OyMogpg8nYDpjmRDOlWpVxTKPlvFp1yVVXTMMG55phA=; b=OUJG6kerShsOmNRD1jJZC4VN8wG3bvSiDspgNxvQFwtQHr6OywKHkZ9p n36w2OVDLAoDqKtg5WqIxKQ6lZEocelpKckNsQ9ueNE2HxMDLpoPTFREP XNHKo+zgy51Z80ow9wRgpmwooDiT9ylv72nN1fuCIIyc4JDBv3xWeacX2 zjaV7ITxWSwvpJALeX61MICL9lCVJ9qTHCrJKE9wNO4jfP24M5XWHWzoD DWsCys19SgiRVU3RxMFwJyyrLqzS44h1d7nbqQDF3CUUUcRO6LXWB4p4K l+ZGohNADL8e1xXGuS12zPsSmkEN6wZZa4c3xefCtSYjEwzXgeTE62nH9 A==; X-CSE-ConnectionGUID: S9YtHe4SRayPzucftcgjfQ== X-CSE-MsgGUID: 1cC+vyMTSgG6mUb16+LvBw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187549309" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187549309" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:56 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 72E0EC68A2 for ; Mon, 12 May 2025 18:03:54 +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 30B47D5040 for ; Mon, 12 May 2025 18:03:54 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DEB071A009B; Mon, 12 May 2025 17:03:53 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/56] ccache: upgrade 4.11.2 -> 4.11.3 Date: Mon, 12 May 2025 17:02:51 +0800 Message-Id: <1747040619-7566-8-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216304 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ccache/{ccache_4.11.2.bb => ccache_4.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ccache/{ccache_4.11.2.bb => ccache_4.11.3.bb} (93%) diff --git a/meta/recipes-devtools/ccache/ccache_4.11.2.bb b/meta/recipes-devtools/ccache/ccache_4.11.3.bb similarity index 93% rename from meta/recipes-devtools/ccache/ccache_4.11.2.bb rename to meta/recipes-devtools/ccache/ccache_4.11.3.bb index 3a41cb5736..83374fa44c 100644 --- a/meta/recipes-devtools/ccache/ccache_4.11.2.bb +++ b/meta/recipes-devtools/ccache/ccache_4.11.3.bb @@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "d51b82bb8c3932649323fd4cb8e5a0a9f7fe7f672c71a6d6839bee13b4ded4c5" +SRC_URI[sha256sum] = "28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600" inherit cmake github-releases From patchwork Mon May 12 09:02:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62773 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 1D365C3ABD8 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.45970.1747040639100764065 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=sSPWOq41; 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=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=SvNWevn/AS0u5FOe7dar23KPxOgLMqhgY8+HLxj092c=; b=sSPWOq41AKrwvTC4M6Wwfs/YLJpzdTAQuKrCCkI2sxR9J2BJdo9BQ6OM Hc7LEIfofQY5ec5XK0Nt8XwkTm8vXeAgTNzDZxAolEMhDNqGOzr1fko8s EwJJQeLA5xIqROLBpWPTox3E9zHDnI2+SK/raiAuBljXI0Dpfjj0RlngN bPv4yxCm18UA2KTldHHXVeZhmddH9s0evpKed38IHtMuPoGr8TuSLRW04 Mw0G9kDUDVJWPBkYs00eLg2eqQMJ7mzsAs9diC3zmMc4wdJZj1maKgCnq Qee/MmI5T4lQ1hlfMw/2yBgG2LOnmLYyDiwUoRhQrEbITczkv4YNYkO26 Q==; X-CSE-ConnectionGUID: 8LYVZtScTeG066LMmufwvw== X-CSE-MsgGUID: uroGcm6qTYO2gBH/TxGEcQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343068" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343068" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id A3E20D5054 for ; Mon, 12 May 2025 18:03:54 +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 651C7CFB9C for ; Mon, 12 May 2025 18:03:54 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2617F1A00A0; Mon, 12 May 2025 17:03:54 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/56] cups: upgrade 2.4.11 -> 2.4.12 Date: Mon, 12 May 2025 17:02:52 +0800 Message-Id: <1747040619-7566-9-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216307 From: Wang Mingyu Changelog: =========== - GnuTLS follows system crypto policies now - Added 'NoSystem' SSLOptions value - Now we raise alert for certificate issues - Added Kyocera USB quirk - The scheduler now logs a job's debugging history if the backend fails - Fixed a potential timing issue with 'cupsEnumDests' - Fixed a potential "lost PPD" condition in the scheduler - Fixed a compressed file error handling bug - Fixed a bug in the make-and-model whitespace trimming code - Fixed a removal of IPP Everywhere permanent queue if installation failed - Fixed 'ServerToken None' in scheduler - Fixed invalid IPP keyword values created from PPD option names - Fixed handling of "media" and "PageSize" in the same print request - Fixed client raster printing from macOS - Fixed the default User-Agent string. - Fixed a recursion issue in 'ippReadIO'. - Fixed handling incorrect radix in 'scan_ps()' - Fixed validation of dateTime values with time zones more than UTC+11 - Fixed attributes returned by the Create-Xxx-Subscriptions requests - Fixed 'ippDateToTime' when using a non GMT/UTC timezone - Fixed 'job-completed' event notifications for jobs that are cancelled before started - Fixed DNS-SD discovery with 'ippfind' Signed-off-by: Wang Mingyu --- meta/recipes-extended/cups/{cups_2.4.11.bb => cups_2.4.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/cups/{cups_2.4.11.bb => cups_2.4.12.bb} (51%) diff --git a/meta/recipes-extended/cups/cups_2.4.11.bb b/meta/recipes-extended/cups/cups_2.4.12.bb similarity index 51% rename from meta/recipes-extended/cups/cups_2.4.11.bb rename to meta/recipes-extended/cups/cups_2.4.12.bb index 71568295cb..ac73c2780f 100644 --- a/meta/recipes-extended/cups/cups_2.4.11.bb +++ b/meta/recipes-extended/cups/cups_2.4.12.bb @@ -2,4 +2,4 @@ require cups.inc LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[sha256sum] = "9a88fe1da3a29a917c3fc67ce6eb3178399d68e1a548c6d86c70d9b13651fd71" +SRC_URI[sha256sum] = "b1dde191a4ae2760c47220c82ca6155a28c382701e6c1a0159d1054990231d59" From patchwork Mon May 12 09:02:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62769 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 E4A66C3ABD4 for ; Mon, 12 May 2025 09:04:01 +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.45969.1747040638105268631 for ; Mon, 12 May 2025 02:04:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=G6VisvEP; 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=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=8tJWVq8zGiQbIy7lXUMdc/pWDDaWi0W3VFDmFQ39aZo=; b=G6VisvEPGZYdWkTXBblDT7XfJ2Pldp17bn8K5XV8YNjS3zo+ZU6Q8wr3 s2MhSLJR/gZhWJzSnh/Kg1V/hWTWxEy91JglHAB+YJasB/nfG3AXTV5qb 3bjza1HUpWDCXR80nVbGSGlmO5+F//t9kAicw5CHqoVu/4NsbwYBm1RyR IKl36P1VSnLACe4TpJoU55LHvtgwRUnAta9wvCH9KoOcpUM5CNOr0FO+0 hHrL884EtTMVRGGpiRuh1vJ+YEllg0WHmv5lXIdtZd6vhnpFvcH9wuSTc BV52pWY2PEWsEepGcCj2saRWyj7JdtgO//oy20UM2M8mJXBHOJAL8yWKT Q==; X-CSE-ConnectionGUID: 6Fn5Y4HzRleEkIvA8Mn/bA== X-CSE-MsgGUID: ykveBD+tTuKKZ2xoNAPDZA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343069" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343069" 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; 12 May 2025 18:03:57 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id DC8A5D5014 for ; Mon, 12 May 2025 18:03:54 +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 9A499D5045 for ; Mon, 12 May 2025 18:03:54 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5B0B21A009A; Mon, 12 May 2025 17:03:54 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/56] debianutils: upgrade 5.21 -> 5.22 Date: Mon, 12 May 2025 17:02:53 +0800 Message-Id: <1747040619-7566-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216311 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../debianutils/{debianutils_5.21.bb => debianutils_5.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/debianutils/{debianutils_5.21.bb => debianutils_5.22.bb} (95%) diff --git a/meta/recipes-support/debianutils/debianutils_5.21.bb b/meta/recipes-support/debianutils/debianutils_5.22.bb similarity index 95% rename from meta/recipes-support/debianutils/debianutils_5.21.bb rename to meta/recipes-support/debianutils/debianutils_5.22.bb index e0485b24a3..f5deead51a 100644 --- a/meta/recipes-support/debianutils/debianutils_5.21.bb +++ b/meta/recipes-support/debianutils/debianutils_5.22.bb @@ -8,10 +8,10 @@ SECTION = "base" LICENSE = "GPL-2.0-only & SMAIL_GPL" LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9" -SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ +SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master;tag=debian/${PV} \ " -SRCREV = "ae002b498f2e310c934a0b3f0992e83391f108c7" +SRCREV = "528fac5c7448989f33c54599ae6e4c2b84d41e21" inherit autotools update-alternatives From patchwork Mon May 12 09:02:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62770 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 092BBC3ABD9 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.45914.1747040638623560703 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Uj3g/F5p; 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=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=YN2fU4wKv1bb0w9+w0nB3lQK2lBx2rC+nIB+e89lOY4=; b=Uj3g/F5pEsPA24DuzLp7EhHy97N4BrHiijK1pkIZvvQRgeISFQpMGF0i AMoVPxCMxHiPZE/RG4gjg50nKnyTxV4G0pAlg1yqF7C5cENEtY01NdekT lQiyslStrZyM85oJfRb6LnlDm//Ld/mEq6FOF6PL1+XyRL7260/Ewb1gJ +5rmV+V/I7rCK8JsmOZ8yYarYzrvPx88pY4N3zpeCtkxJcMTGAjlalyxu M6DYVntT/Z5BFH1s6HjWp1P3ay76WPYJHLAPPgVYmbk9ts96LR+p+u9UJ TciU7WuX1sI43RmF+fNQlAPWgfgeaVWDITZFpKdnBa65YDg88JQYE4XPe w==; X-CSE-ConnectionGUID: 4GqRfUELS8Sdlv0u869Pmg== X-CSE-MsgGUID: ucIK+1ShTRa80FUcvQ4EYg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199533787" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199533787" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +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 1C1EFC68A4 for ; Mon, 12 May 2025 18:03:55 +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 D1E35CFBA2 for ; Mon, 12 May 2025 18:03:54 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8FFCF1A009B; Mon, 12 May 2025 17:03:54 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/56] diffstat: upgrade 1.67 -> 1.68 Date: Mon, 12 May 2025 17:02:54 +0800 Message-Id: <1747040619-7566-11-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216309 From: Wang Mingyu License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu --- .../diffstat/{diffstat_1.67.bb => diffstat_1.68.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.67.bb => diffstat_1.68.bb} (81%) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.67.bb b/meta/recipes-devtools/diffstat/diffstat_1.68.bb similarity index 81% rename from meta/recipes-devtools/diffstat/diffstat_1.67.bb rename to meta/recipes-devtools/diffstat/diffstat_1.68.bb index 8c84b30975..488f0834d6 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.67.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.68.bb @@ -5,14 +5,14 @@ reviewing large, complex patch files." HOMEPAGE = "http://invisible-island.net/diffstat/" SECTION = "devel" LICENSE = "X11" -LIC_FILES_CHKSUM = "file://COPYING;md5=6232ea974e4cbc4ee06b49ed53df6ece" +LIC_FILES_CHKSUM = "file://COPYING;md5=0c432d3aeb935855b2ca1ad2a0542ce4" SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://run-ptest \ file://avoid-check-user-break-cc.patch \ " -SRC_URI[sha256sum] = "760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a" +SRC_URI[sha256sum] = "89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7" inherit autotools gettext ptest From patchwork Mon May 12 09:02:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62765 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 D3D0EC3ABD5 for ; Mon, 12 May 2025 09:04:01 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web11.45971.1747040639732804618 for ; Mon, 12 May 2025 02:04:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IcvwrUWA; 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=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=UVLQlHx5b8jEoeJorTzNRKETDDhGuST80kCS8a+BKEg=; b=IcvwrUWALYcljYkdCV7Cl9VXwn80KdYC6/Qw72MM5oKF9BKvmTdUXFZD L7AK5EuL+nyyIAp6Xx4UK2Whv/aBPlNOvNi4Szv4qCiRmUHQH/gur7cQc rsfpOtJ5KjAdQP0x75W9FYVrcgKlHKEV35OOL/ZpkkGDnmPNIq2S5kaVp oyas2yyhxej4HdBr+rTzZKq22hMkvh0Me7zUnkYDiKnCzHgA1WWWU6eWR QLotaU7gG2SuPOKEE6i2OFKh8Q9GXoVwjWM9tq1+DNjiys2psPt9PZLQw Xkand/fkM2xmgwY/4/Er3xKCaD4pJJu7+K54SPMyavlw3ur+siigM6FfH Q==; X-CSE-ConnectionGUID: l0Jwgbf6QZGpBP0nceqsCQ== X-CSE-MsgGUID: nPKh6yT3T9qc7R3a6hBX9Q== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178629706" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178629706" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +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 52973D6EFC for ; Mon, 12 May 2025 18:03:55 +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 14B6CD5045 for ; Mon, 12 May 2025 18:03:55 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C7F901A009A; Mon, 12 May 2025 17:03:54 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/56] enchant2: upgrade 2.8.2 -> 2.8.4 Date: Mon, 12 May 2025 17:02:55 +0800 Message-Id: <1747040619-7566-12-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216312 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.8.2.bb => enchant2_2.8.4.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.8.2.bb b/meta/recipes-support/enchant/enchant2_2.8.4.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.2.bb rename to meta/recipes-support/enchant/enchant2_2.8.4.bb index e26fb640f4..a5479a0e7d 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.4.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native" inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" -SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" +SRC_URI[sha256sum] = "e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" From patchwork Mon May 12 09:02:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62766 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 D3C6DC3ABD2 for ; Mon, 12 May 2025 09:04:01 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.45968.1747040637466043731 for ; Mon, 12 May 2025 02:04:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nCEkgUfM; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=QokNTG9zlREo8QIAtNZPsTpefe84jtnbQm3ezyreons=; b=nCEkgUfMZr1S3H1TqnDVmlZhOvJ7cQrPLicYd8G7RPE8EC40U/gRUupO ljjvCU2cw9pmxRSBPtPbl1AnZSN7khT3oiHOUHnvruX+TfqE1xBeA/cyw xWADXa0KK8E7Kgzhm0Cqdzu3RTXZkiD99PdMmP9qdPCzglXgcstaQc4Su Zmrk5ydyceXJacPCfHX1ROH/vh/5gatpu8VgxvhdbzfrOHadVCi30pUM1 jSx4aFKzGr+PE80kqE5LzgyLlPRADLVuFR6dIVmYdYuo4SPnwthjW3N/u 50diuiBTDGNHpKBstK28vwZyxexBU3qn6wvK2Q+Cb7Ur4Y+ZMcREUiOp6 A==; X-CSE-ConnectionGUID: B1uPMOWyREePN8UNZTSp+A== X-CSE-MsgGUID: j9tPOJtHSfygS0eQBx9UGA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187121894" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187121894" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +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 BF29BD5059 for ; Mon, 12 May 2025 18:03:55 +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 76E75D20AF for ; Mon, 12 May 2025 18:03:55 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0B73B1A009B; Mon, 12 May 2025 17:03:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/56] epiphany: upgrade 48.0 -> 48.3 Date: Mon, 12 May 2025 17:02:56 +0800 Message-Id: <1747040619-7566-13-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216313 From: Wang Mingyu Changelog: =========== - Fix crash when opening downloaded file - Fix crash when opening incognito window - Fix Crash when trying to select download location - Fix Crash in escape_csv_field() when exporting passwords - Fix Adding WhatsApp as a web app crashes - Fix Pressing Escape key in addressbar resets the cursor to beginning of the widget - Fix Epiphay shouldn't show the privacy dialog in incognito mode - Fix (CVE-2025-3839) Require user interaction before opening URL in external application - Fix Code cleanup - Fix window: fix crash when force closing window without session - Fix Several fixes for password export - Fix Remove Granite support from Tech Preview and Canary - Fix find-toolbar: fix crash on load-changed Signed-off-by: Wang Mingyu --- .../epiphany/{epiphany_48.0.bb => epiphany_48.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/epiphany/{epiphany_48.0.bb => epiphany_48.3.bb} (94%) diff --git a/meta/recipes-gnome/epiphany/epiphany_48.0.bb b/meta/recipes-gnome/epiphany/epiphany_48.3.bb similarity index 94% rename from meta/recipes-gnome/epiphany/epiphany_48.0.bb rename to meta/recipes-gnome/epiphany/epiphany_48.3.bb index 9eff56df3a..74a17be5a5 100644 --- a/meta/recipes-gnome/epiphany/epiphany_48.0.bb +++ b/meta/recipes-gnome/epiphany/epiphany_48.3.bb @@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "c9d1f6dffbad03b0916436901c770da302879ca60a636d2b72b25b142ec05f80" +SRC_URI[archive.sha256sum] = "da2953e7e2b73bf7473c0a33979104d79362795295eaa0a2a38ea188537daf13" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" From patchwork Mon May 12 09:02:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62771 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 06E4DC3ABD7 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.45968.1747040637466043731 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O9bu0Nu3; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1747040639; x=1778576639; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=7yPbXDpRz+Spt3tMP1AY768x8P0bLRit1FNCLaT37SQ=; b=O9bu0Nu3zvwMY6pFiZjs7MWlJouLPO8+rtK7Ob6Vi/qNaqbBME628QCO X3WBXlJYrHdLeOhDj41QNf5FyOHIse/uLf4PRWjPyzaI02b5b+xS9wzSx r53M0zeVALi7219s+n+5+M4uqoklPxVjbQ/VqJb0WbEhh4IbEict3i8id 05eulEhN63LE0uLDYq+ezWaqjU49bcbViys2xV4jIRDVpK17xn6K0PoKf o+NIWJLToi5jVg5M1wxnQqJsIrFH4KplAYL57/afRWjV3w21fQsN6M8pB kRONV48AsMKXRftmfQAWenslFqgAkQXsKeLqGdO+aPoE39ySjOTTXyDNn w==; X-CSE-ConnectionGUID: RTL47uDSScqtyB2i/kCkgA== X-CSE-MsgGUID: uGjtosw1RkShw1YWu4Dzjw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187121895" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187121895" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:57 +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 F19BCD5059 for ; Mon, 12 May 2025 18:03:55 +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 B05BED5045 for ; Mon, 12 May 2025 18:03:55 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 49ABE1A009A; Mon, 12 May 2025 17:03:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/56] fmt: upgrade 11.1.4 -> 11.2.0 Date: Mon, 12 May 2025 17:02:57 +0800 Message-Id: <1747040619-7566-14-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216308 From: Wang Mingyu Changelog: ============ - Added the 's' specifier for 'std::error_code'. It allows formatting an error message as a string. - Fixed formatting of 'std::chrono::local_time' and 'tm' - Added diagnostics for cases when timezone information is not available. - Deprecated 'fmt::localtime' in favor of 'std::localtime'. - Fixed compilation with GCC 15 and C++20 modules enabled - Fixed handling of named arguments in format specs - Added error reporting for duplicate named arguments - Fixed formatting of 'long' with 'FMT_BUILTIN_TYPES=0' - Optimized 'text_style' using bit packing - Added support for incomplete types - Fixed a flush issue in 'fmt::print' when using libstdc++ - Fixed 'fmt::println' usage with 'FMT_ENFORCE_COMPILE_STRING' and legacy - Removed legacy header 'fmt/core.h' from docs - Worked around limitations of '__builtin_strlen' during constant evaluation - Worked around a bug in MSVC v141 - Removed the 'fmt_detail' namespace - Removed specializations of 'std::is_floating_point' in tests - Fixed a CMake error when setting 'CMAKE_MODULE_PATH' in the pedantic mode - Updated the Bazel config Signed-off-by: Wang Mingyu --- meta/recipes-devtools/fmt/{fmt_11.1.4.bb => fmt_11.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/fmt/{fmt_11.1.4.bb => fmt_11.2.0.bb} (89%) diff --git a/meta/recipes-devtools/fmt/fmt_11.1.4.bb b/meta/recipes-devtools/fmt/fmt_11.2.0.bb similarity index 89% rename from meta/recipes-devtools/fmt/fmt_11.1.4.bb rename to meta/recipes-devtools/fmt/fmt_11.2.0.bb index 1bcf758fd9..b2b8c575c8 100644 --- a/meta/recipes-devtools/fmt/fmt_11.1.4.bb +++ b/meta/recipes-devtools/fmt/fmt_11.2.0.bb @@ -4,9 +4,9 @@ HOMEPAGE = "https://fmt.dev" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" -SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https \ +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https;tag=${PV}\ file://0001-Workaround-an-ABI-issue-in-spdlog.patch" -SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a" +SRCREV = "40626af88bd7df9a5fb80be7b25ac85b122d6c21" S = "${WORKDIR}/git" From patchwork Mon May 12 09:02:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62763 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 BB6A1C3ABBC for ; Mon, 12 May 2025 09:04:01 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.45917.1747040640301092208 for ; Mon, 12 May 2025 02:04:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JwEK6NCY; 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=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ocOsWRaT2Gph9ndKkXgNeIvRVp5PN2ALLg8DCWgpO6c=; b=JwEK6NCY8uqPholEJs9lsHskJlE2taivay4V6ew4CGTv+xjs2571e4V9 5jbXlj1e5g6Jd3Eoikt31M/sa4Sd4s8gLsopoQtSiq8PWImv70C1T1KBR xSXJuFgsMwp/qaXZFp8N3UskfwdbTFJ5pW28TpzKTcM/i9b2XKi/xvMGH /lDIbdC0JgtaKuDbUAcRwOoRcC8xj3joaafl6KXBXz2rG4md3XTuQl92K SVtHffkoFX+29zfJKaTK/8x7qtgDD62HupZ6X07pXr+KE97nfEDYDw30p pW32Th12boF5Yexf4JakLcmCtUnhz3+Hauwl/DLy1UaciAPOKdmMReX5T w==; X-CSE-ConnectionGUID: x/xv0HcDQ1i04WGdPEM4Ew== X-CSE-MsgGUID: 3Ho8szogSW2CcayiWHufEQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178046166" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178046166" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:58 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0C6CFD5004 for ; Mon, 12 May 2025 18:03:56 +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 C2203CFBA4 for ; Mon, 12 May 2025 18:03:55 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7FA091A00A0; Mon, 12 May 2025 17:03:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/56] ghostscript: upgrade 10.05.0 -> 10.05.1 Date: Mon, 12 May 2025 17:02:58 +0800 Message-Id: <1747040619-7566-15-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216315 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{ghostscript_10.05.0.bb => ghostscript_10.05.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.05.0.bb => ghostscript_10.05.1.bb} (97%) diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb b/meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb similarity index 97% rename from meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb rename to meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb index c0e2654701..8f132d55c6 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb @@ -28,7 +28,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo file://0001-Bug-708160-Fix-compatibility-with-C23-compilers.patch \ " -SRC_URI[sha256sum] = "56e77833de683825c420d0af8cb90aa8ba7da71ea6fb5624290cbc1b53fe7942" +SRC_URI[sha256sum] = "121861b6d29b2461dec6575c9f3cab665b810bd408d4ec02c86719fa708b0a49" PACKAGECONFIG ??= "" PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" From patchwork Mon May 12 09:02:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62767 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 ED22AC3ABD6 for ; Mon, 12 May 2025 09:04:01 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.45913.1747040637212932732 for ; Mon, 12 May 2025 02:03:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=H1PNwiEV; 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=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=298h1Xj2fYf/OwM1zaJMefzDd8TWqUJ936xOvSF7NZA=; b=H1PNwiEVVjay/TqxSuSWIZuamayS+17HaLLqDd3d0s3BzoxaxmRK0WTo MeYS1SCbCPMDGFVZ7g720Huimvbhx70Bh7L0RPIvc/yf8bgMOq5uTOB/N Kpc7onFLmwo5ReanIYa2+aL4FTnJbHl/qvOPhCTVbLfgrccc/OhQb2Bo+ B2XCuiIWAQYnoEgDn1k/bODLxGFBb/zEta+n0lNkGkaGOTrMZopHKgWY2 V0uEyWJ8lQbnlHupJTfdE2VYfYgXXIP2JEcGWp/b9XX/8C6Fg2QMnLB2d G2bxva2CLtBwyBuNx3dIL53d7uwTob/MQ7E4TMtTWRxkH46tMHX+MDsWR A==; X-CSE-ConnectionGUID: cQgagFVGTeiE3sVY4EAe1A== X-CSE-MsgGUID: E3WXLProTMOdNucdfGgr6w== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199193690" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199193690" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:59 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4720FC68A5 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0593ED5040 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B851B1A009B; Mon, 12 May 2025 17:03:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 16/56] grep: upgrade 3.11 -> 3.12 Date: Mon, 12 May 2025 17:02:59 +0800 Message-Id: <1747040619-7566-16-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216310 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/grep/{grep_3.11.bb => grep_3.12.bb} (93%) diff --git a/meta/recipes-extended/grep/grep_3.11.bb b/meta/recipes-extended/grep/grep_3.12.bb similarity index 93% rename from meta/recipes-extended/grep/grep_3.11.bb rename to meta/recipes-extended/grep/grep_3.12.bb index 0d36eba3b2..2678d2d41e 100644 --- a/meta/recipes-extended/grep/grep_3.11.bb +++ b/meta/recipes-extended/grep/grep_3.12.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" -SRC_URI[sha256sum] = "1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab" +SRC_URI[sha256sum] = "2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9" inherit autotools gettext texinfo pkgconfig From patchwork Mon May 12 09:03:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62779 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 60E68C54751 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.45972.1747040640194185324 for ; Mon, 12 May 2025 02:04:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=B2paFGhJ; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1747040640; x=1778576640; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xLPLvuz3Q1JwkELim+YwaZc4Xx21qI/pV3sMrTErMKk=; b=B2paFGhJ7oKajrOFMaICY6JavCyOhxH+g6zRFfX4nOFZAQlj+CPk3Rft joe+J4knR4h69XyatPVSIBhXoDpsujMXNtub3EvPLFHaB29D5ITdYPYtX c05qH2b8iJ6FTR8k4ZEnCwt1sDlCuxnmDlVxLJBA2sfiF9b7Eg5cOf5j7 Ia5eoPTCANBBunQw09O0+lKSPoRvhpxNS/IeAqHQp+MuAu1nl/u4JAjWE 10KolMvfWLBo/HQeVuksE2ScJhEjt5fAHT22omB//79wX/ZJhvFv0SjJT CyXhTEEwXX7mYjp99yotB7cKyOkzVAZ5hm0TmYtuO6JeP2nutoc9JIqpI g==; X-CSE-ConnectionGUID: r8PxFqQKSdK0zyoFt3MkwQ== X-CSE-MsgGUID: u+u0VpfxTFeil/7XcZC6EA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187121898" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187121898" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:58 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 77C58D6EFA for ; Mon, 12 May 2025 18:03:56 +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 3AC48CFAB3 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EF2911A00A0; Mon, 12 May 2025 17:03:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 17/56] harfbuzz: upgrade 11.1.0 -> 11.2.0 Date: Mon, 12 May 2025 17:03:00 +0800 Message-Id: <1747040619-7566-17-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216314 From: Wang Mingyu Changelog: ============ - Painting of COLRv1 fonts without clip boxes is now about 10 times faster. - Synthetic bold/slant of a sub font is now respected, instead of using the parent's. - Glyph extents for fonts synthetic bold/slant are now accurately calculated. - Various build fixes - New API: +hb_font_is_synthetic() +hb_font_draw_glyph_or_fail_func_t +hb_font_paint_glyph_or_fail_func_t +hb_font_funcs_set_draw_glyph_or_fail_func() +hb_font_funcs_set_paint_glyph_or_fail_func() +hb_font_draw_glyph_or_fail() +hb_font_paint_glyph_or_fail() - Deprecated API: -hb_font_draw_glyph_func_t -hb_font_paint_glyph_func_t -hb_font_funcs_set_draw_glyph_func() -hb_font_funcs_set_paint_glyph_func() Signed-off-by: Wang Mingyu --- .../harfbuzz/{harfbuzz_11.1.0.bb => harfbuzz_11.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.1.0.bb => harfbuzz_11.2.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb index 9eaacdaa5a..db5a04486c 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" SRC_URI += "file://0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch" -SRC_URI[sha256sum] = "477f0d48c34dc32093b45304178eb9733361ca1832b5159879c99e6d40227969" +SRC_URI[sha256sum] = "50f7d0a208367e606dbf6eecc5cfbecc01a47be6ee837ae7aff2787e24b09b45" DEPENDS += "glib-2.0-native" From patchwork Mon May 12 09:03:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62778 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 6B517C3DA4A for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.45973.1747040641170452848 for ; Mon, 12 May 2025 02:04:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=mcH2gug+; 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=1747040641; x=1778576641; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=bNyvf7bubclXYsWhBhF9E9EvqAIu7AdxcdwdLusS8HM=; b=mcH2gug+VDLJ3FO4OmSjHb/3GtB6WFQQ7i7GSAIUi/N0Ei3LskdI8SoM eiGZqtlYBb6p5UlFJjMSJlluhRnkn1ekc1r5MzLwXOm28FiGvtzTC17zw UIsbWZg+73aB5iqM3LyZRt84cyqQadRSrxvyHAEONjwUQ3LLc75MPzlSI b7gjB9qMRdtWM8n/yrqBKpkftQjhlULsHadpSxV7tCNjDfDiSzD2dPG3U Dcb/bxp+9EhEMnpLssySc0Pdb/5XVLELaU83nk6wxSe9+j51L1rrsYkaQ XKqYB1IHTyUjcEC06j9Tuy/K4hMDRu/FRG6kJ44ClPiQtYeEZ7+kXLfM2 A==; X-CSE-ConnectionGUID: vtWMUsJmS8mVSDq6Oam5TQ== X-CSE-MsgGUID: oTERMyy4Qh6tvCv8buMUzw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178035528" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178035528" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:03:58 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id B03EAC68A2 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 728BBD5040 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 314B01A009A; Mon, 12 May 2025 17:03:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 18/56] iso-codes: upgrade 4.17.0 -> 4.18.0 Date: Mon, 12 May 2025 17:03:01 +0800 Message-Id: <1747040619-7566-18-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216316 From: Wang Mingyu License-Update: Replace FSF postal address with their website Signed-off-by: Wang Mingyu --- .../iso-codes/{iso-codes_4.17.0.bb => iso-codes_4.18.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/iso-codes/{iso-codes_4.17.0.bb => iso-codes_4.18.0.bb} (82%) diff --git a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb similarity index 82% rename from meta/recipes-support/iso-codes/iso-codes_4.17.0.bb rename to meta/recipes-support/iso-codes/iso-codes_4.18.0.bb index bba2cd9de1..c737cfd59f 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.17.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb @@ -6,10 +6,10 @@ HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" -SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" -SRCREV = "0640070a001ca6edfa8ab6b61fe3230e66b3963b" +SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}" +SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4" # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which # are inhibited by allarch From patchwork Mon May 12 09:03:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62793 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 1F86FC3DA4A for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.45914.1747040638623560703 for ; Mon, 12 May 2025 02:04:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hKY6mLCb; 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=1747040645; x=1778576645; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=FbQyWpl3JmXN3sqqbPAgeCr/l4LQqgGSqnZQoj5Ne08=; b=hKY6mLCbzJv8LMZ1X8sjot3kGgoY3VDeH7vJfsTIQ82Yf3VYzXwXD+Sr t44q4LQkofcfpCTH3KK4KqhQxMJ7zPDGnA/PLLmUq3zzfT6ESWhme8wGQ UXLvsHwpcB9gfVcSLup/wDUr9QYCZLBMeZWka/SrfMs+/pNnptZhwpT1d Gru+dH+i5EVw4CMXlYAV4uCm24v/FdFTWlkAUAtEJc6fKQp/ZXAv08wF/ xg3rC8N4u2iZdFyGMzx2eHbgsQ4XDzFL9ZGoNWEzTT5ywXBe78FDQIrzm 8rp78hRX/90akHeTt3lEMISAZbvy+nYmepCY7dehXyOFA3LHE3xLcocXT w==; X-CSE-ConnectionGUID: ekLrGt11R5ec5z0VyDJGuw== X-CSE-MsgGUID: H48zFAdeTWelX3VZNraP6w== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199533796" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199533796" 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; 12 May 2025 18:04:04 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id E4877D5051 for ; Mon, 12 May 2025 18:04:01 +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 A83A7CFB76 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 67FF71A009B; Mon, 12 May 2025 17:03:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 19/56] kexec-tools: upgrade 2.0.30 -> 2.0.31 Date: Mon, 12 May 2025 17:03:02 +0800 Message-Id: <1747040619-7566-19-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216336 From: Wang Mingyu 0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch refreshed for 2.0.31 Signed-off-by: Wang Mingyu --- ...0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | 8 ++++---- .../{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-kernel/kexec/{kexec-tools_2.0.30.bb => kexec-tools_2.0.31.bb} (97%) diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch index 8dc5fed765..5d994d9ffb 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch @@ -1,4 +1,4 @@ -From 1a09bf71c2f541c2cfb44a00661051597bbd0b76 Mon Sep 17 00:00:00 2001 +From 0b176595ca1610037d1175e1786d1a8aff1fb43f Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 6 Aug 2024 21:42:43 -0700 Subject: [PATCH] kexec.c: add MFD_NOEXEC_SEAL flag explicitly @@ -18,10 +18,10 @@ Signed-off-by: Chen Qi 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec/kexec.c b/kexec/kexec.c -index 4f51987..8f02595 100644 +index 6bf12d7..2f8e7cc 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c -@@ -60,6 +60,10 @@ +@@ -61,6 +61,10 @@ #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded" #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded" @@ -32,7 +32,7 @@ index 4f51987..8f02595 100644 unsigned long long mem_min = 0; unsigned long long mem_max = ULONG_MAX; unsigned long elfcorehdrsz = 0; -@@ -657,7 +661,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size) +@@ -661,7 +665,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size) { int fd, count; diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb similarity index 97% rename from meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb rename to meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb index 6a67427888..d824859686 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.30.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb @@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz file://0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch \ " -SRC_URI[sha256sum] = "bb6b39bbe00099219e95ab34b25ea4348e1a95964eefc45c1e6fe32362ac9021" +SRC_URI[sha256sum] = "ddaaa65b02b4f8aa9222586b1f26565b93a4baeffd35bcbd523f15fae7aa4897" inherit autotools update-rc.d systemd From patchwork Mon May 12 09:03:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 62782 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 84FD2C54755 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web11.45974.1747040641752055042 for ; Mon, 12 May 2025 02:04:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AW1cptN1; 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=1747040642; x=1778576642; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=y8Fl4u1kYQV5XegsX70/X8xEr4VFfgzBe6Dad6KQ6rM=; b=AW1cptN1FmRvNMqvsSNVvradqrbPCqnxZDae32Q4rBTMXro9WIXgHx3z F+3brKc6Ou84eEBONG3NhoOGZgNnImAGgqrgewia1950bpBoxWhx/c/4t CHJhF8S2u7bdhYRJqn6kL+bjkSr9CQ3KQC/kPbSGTcTmdISlmZ8WAFQUX zsYjMnk71VdnD8DplA0zmOL5TbMplJwx54nGpdjtuHdpiEYIBNroZBSrL wxKWaJYl4EPto8suPvOnmSjTBoaqzCD5mxXbSEOnqT9MHG6XuvztB+RCp VtLejPuGpCRjicuLEnXDY8KNx5GG664Uc9S+mm3HskfXa2JvKsVLg9lxg g==; X-CSE-ConnectionGUID: AIJxHLY6TJezco/YcNR6yA== X-CSE-MsgGUID: 42W0gfNTRb+Yapj3QSVbzQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199133687" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199133687" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:00 +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 2BDA1D6EFC for ; Mon, 12 May 2025 18:03:57 +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 E073FD5040 for ; Mon, 12 May 2025 18:03:56 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9E76C1A009A; Mon, 12 May 2025 17:03:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 20/56] libadwaita: upgrade 1.7.0 -> 1.7.2 Date: Mon, 12 May 2025 17:03:03 +0800 Message-Id: <1747040619-7566-20-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216319 From: Wang Mingyu 90d68222c184f681472d9d9ce2ae443ebd76386e.patch removed since it's included in 1.7.2 Signed-off-by: Wang Mingyu --- ...8222c184f681472d9d9ce2ae443ebd76386e.patch | 38 ------------------- ...ibadwaita_1.7.0.bb => libadwaita_1.7.2.bb} | 3 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch rename meta/recipes-gnome/libadwaita/{libadwaita_1.7.0.bb => libadwaita_1.7.2.bb} (82%) diff --git a/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch b/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch deleted file mode 100644 index d3a3535013..0000000000 --- a/meta/recipes-gnome/libadwaita/libadwaita/90d68222c184f681472d9d9ce2ae443ebd76386e.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 90d68222c184f681472d9d9ce2ae443ebd76386e Mon Sep 17 00:00:00 2001 -From: Maximiliano Sandoval -Date: Sat, 15 Mar 2025 10:47:31 +0100 -Subject: [PATCH] meson: Check g-i before using --doc-format arg - -Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libadwaita/-/commit/90d68222c184f681472d9d9ce2ae443ebd76386e.patch] - -Signed-off-by: Markus Volk ---- - src/meson.build | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/meson.build b/src/meson.build -index 90cecc6a1..585fe3aad 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -450,11 +450,17 @@ meson.override_dependency(package_api_name, libadwaita_dep) - - if introspection - -+ gir_dep = dependency('gobject-introspection-1.0') - libadwaita_gir_extra_args = [ - '--quiet', -- '--doc-format=gi-docgen', - '-DADWAITA_COMPILATION', - ] -+ if gir_dep.version().version_compare('>=1.83.2') -+ libadwaita_gir_extra_args += [ -+ '--doc-format=gi-docgen', -+ ] -+ endif -+ - - libadwaita_gir = gnome.generate_gir(libadwaita, - sources: libadwaita_generated_headers + libadwaita_public_headers + libadwaita_public_sources, --- -GitLab - diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb similarity index 82% rename from meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb index 55985bf7cc..4dc583ab39 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.7.0.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb @@ -11,8 +11,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "58bf99b8a9f8b0171964de0ae741d01d5a09db3662134fa67541c99a8ed7dec0" -SRC_URI += "file://90d68222c184f681472d9d9ce2ae443ebd76386e.patch" +SRC_URI[archive.sha256sum] = "28ee2ff589c6debe47af9da7a56e37c97d6849e003918a4b223f690d25f960be" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl" From patchwork Mon May 12 09:03: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: 62785 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 815FFC3ABCC for ; Mon, 12 May 2025 09:04:12 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.45918.1747040642037410105 for ; Mon, 12 May 2025 02:04:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FQK8Xi00; 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=1747040642; x=1778576642; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=LG1EZThFn1Jd6L7PQiE54HKIDp59/p5KPloJfqKmEQI=; b=FQK8Xi00X0/78oEh0YYY6Agly+plv1yjNieaxNbqE/D6xPvDFjYxYb0H uCg5bF/wU4YqkM8ln82FUcxJIZuJKgivHHClV0Mgl+G5XAIuk/FCBqMLU pE5plDN63WMwHMl+46aJ8jbP/KiG/KI9HhMEsxDVvJdoajtJuVuo9MHpJ VHHpnH4hanBtjtdAqeK+3HpX8/FFGHPrnFPuL7bt8cMsO53xSSsnLc6rM H6XaltXBikIYMt0ZLrplWgfsJiQmyvsiX8ef9GANOHbXT8JJ27Lh7rITu sXiDmNlnhpmjJAJPDaqgPihN9GQZaFp+5KEPT9qd3g8qnqmZecA7hAtzN g==; X-CSE-ConnectionGUID: FA+CatpbSPizSSUOE4Tzjw== X-CSE-MsgGUID: CXT7qXWuSW6vy2BG/Db8Vw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343071" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343071" 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; 12 May 2025 18:04:00 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6A891D5004 for ; Mon, 12 May 2025 18:03:57 +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 25731CFB76 for ; Mon, 12 May 2025 18:03:57 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D7D9D1A009B; Mon, 12 May 2025 17:03:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 21/56] libcgroup: upgrade 3.1.0 -> 3.2.0 Date: Mon, 12 May 2025 17:03:04 +0800 Message-Id: <1747040619-7566-21-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216320 From: Wang Mingyu 0001-include-Makefile-install-systemd.h-by-default.patch removed since it's included in 3.2.0 Signed-off-by: Wang Mingyu --- ...akefile-install-systemd.h-by-default.patch | 37 ------------------- ...{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch rename meta/recipes-core/libcgroup/{libcgroup_3.1.0.bb => libcgroup_3.2.0.bb} (84%) diff --git a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch b/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch deleted file mode 100644 index 4b743f9b33..0000000000 --- a/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 592dcdcf243576bd2517d3da9bc18990de08e37e Mon Sep 17 00:00:00 2001 -From: Kamalesh Babulal -Date: Mon, 27 Nov 2023 20:07:33 +0530 -Subject: [PATCH 1/1] include/Makefile: install systemd.h by default - -Install systemd.h header file by default, as we have stub and defined -versions of the systemd functions for both non-systemd and systemd -enabled configurations. This will help packagers to ship package -without systemd support (--enable-systemd=no). - -Signed-off-by: Kamalesh Babulal -Signed-off-by: Tom Hromatka - -Upstream-Status: Backport [https://github.com/libcgroup/libcgroup/commit/592dcdcf243576bd2517d3da9bc18990de08e37e] - -Signed-off-by: Adriaan Schmidt ---- - include/Makefile.am | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/include/Makefile.am b/include/Makefile.am -index 23cebaac..4cb05529 100644 ---- a/include/Makefile.am -+++ b/include/Makefile.am -@@ -2,8 +2,4 @@ - nobase_include_HEADERS = libcgroup.h libcgroup/error.h libcgroup/init.h \ - libcgroup/groups.h libcgroup/tasks.h \ - libcgroup/iterators.h libcgroup/config.h \ -- libcgroup/log.h libcgroup/tools.h -- --if WITH_SYSTEMD --nobase_include_HEADERS += libcgroup/systemd.h --endif -+ libcgroup/log.h libcgroup/tools.h libcgroup/systemd.h --- -2.39.2 - diff --git a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb similarity index 84% rename from meta/recipes-core/libcgroup/libcgroup_3.1.0.bb rename to meta/recipes-core/libcgroup/libcgroup_3.2.0.bb index a1d27c7e7f..28562a5b37 100644 --- a/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb +++ b/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb @@ -12,12 +12,10 @@ inherit autotools pkgconfig github-releases DEPENDS = "bison-native flex-native" DEPENDS:append:libc-musl = " fts" -SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ - file://0001-include-Makefile-install-systemd.h-by-default.patch \ -" +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" UPSTREAM_CHECK_URI = "https://github.com/libcgroup/libcgroup/tags" -SRC_URI[sha256sum] = "976ec4b1e03c0498308cfd28f1b256b40858f636abc8d1f9db24f0a7ea9e1258" +SRC_URI[sha256sum] = "9a0fc2d6c377215c3e0d849f9189ecd91fd075f1da0a24b73f56c8892e86bdfe" PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam=no,libpam" From patchwork Mon May 12 09:03: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: 62810 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 8913AC5479B for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.45975.1747040642648610192 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kyOTBQbZ; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=UsALQ5E2H9IIWNRc6Vin6++Ay0bKLvFc9pXH3XY82e8=; b=kyOTBQbZSeXf0gn7CEwfeJJw52D4GGnVzLok+HvsiiN8XuMUjxEeudN7 dYrfs3tWNrJ17chMxokgbrayfIiXKk1FfuMmsSenTuExh9/0yx26OCOXc fj49+P6xd742lqPAJbAD5Q7daTasRABjexkZxruFGmBoS64CYZ811W46e 6OxCGhIkrMikvB2DQWNT+nCXTDQgc2Yms32yS/+0ZGfQRK+TL0oshnTyA U9b7ZgFZq6Kg9Ty9LPzAMigbE84D5oklI9Aw60K5tjTZU33wHrwtmEsfj sfWpy7WjWdcyLqetWDEnpxNil3J0ZJw3jVAIizbq31lBwYnjjSxpVtFkM g==; X-CSE-ConnectionGUID: /LZ042JcSq2vjQhqdb0GzA== X-CSE-MsgGUID: jgl1MCE5TraDLvt8HMlg3A== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199125950" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199125950" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:01 +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 C95A7D5059 for ; Mon, 12 May 2025 18:03:57 +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 89E25D5040 for ; Mon, 12 May 2025 18:03:57 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1FC141A009A; Mon, 12 May 2025 17:03:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 22/56] libffi: upgrade 3.4.7 -> 3.4.8 Date: Mon, 12 May 2025 17:03:05 +0800 Message-Id: <1747040619-7566-22-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216323 From: Wang Mingyu not-win32.patch refreshed for 3.4.8 Signed-off-by: Wang Mingyu --- meta/recipes-support/libffi/libffi/not-win32.patch | 6 +++--- .../libffi/{libffi_3.4.7.bb => libffi_3.4.8.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libffi/{libffi_3.4.7.bb => libffi_3.4.8.bb} (94%) diff --git a/meta/recipes-support/libffi/libffi/not-win32.patch b/meta/recipes-support/libffi/libffi/not-win32.patch index f4ed839ed8..8efeb9c357 100644 --- a/meta/recipes-support/libffi/libffi/not-win32.patch +++ b/meta/recipes-support/libffi/libffi/not-win32.patch @@ -1,4 +1,4 @@ -From be9d4cc110c159812699780348686da371296b94 Mon Sep 17 00:00:00 2001 +From d7263091bbea40fd97d4fccd295c0ea4f5a80ad7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 4 Feb 2016 16:22:50 +0000 Subject: [PATCH] libffi: ensure sysroot paths are not in libffi.pc @@ -20,10 +20,10 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 816bfd6..e37c5a8 100644 +index f047895..630bdd5 100644 --- a/configure.ac +++ b/configure.ac -@@ -401,7 +401,7 @@ AC_ARG_ENABLE(multi-os-directory, +@@ -402,7 +402,7 @@ AC_ARG_ENABLE(multi-os-directory, # These variables are only ever used when we cross-build to X86_WIN32. # And we only support this with GCC, so... diff --git a/meta/recipes-support/libffi/libffi_3.4.7.bb b/meta/recipes-support/libffi/libffi_3.4.8.bb similarity index 94% rename from meta/recipes-support/libffi/libffi_3.4.7.bb rename to meta/recipes-support/libffi/libffi_3.4.8.bb index b2caaa88ba..7f927c650b 100644 --- a/meta/recipes-support/libffi/libffi_3.4.7.bb +++ b/meta/recipes-support/libffi/libffi_3.4.8.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] = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d" +SRC_URI[sha256sum] = "bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b" EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" EXTRA_OECONF:class-native += "--with-gcc-arch=generic" From patchwork Mon May 12 09:03: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: 62783 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 6F6E7C54752 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web11.45971.1747040639732804618 for ; Mon, 12 May 2025 02:04:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=K5P2doij; 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=1747040641; x=1778576641; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=hIJRxG3QOizb73z1g+gkDjor6POKiMEeIlAF2b6Kj28=; b=K5P2doij8vcORSAcs0jCr+kMJkyy50jAs5aIM5molLBG6EX7Lqet1ZbR KSBxp2Bgy+RjrwRenPD7IICkRjuWYHJywKhMXiwPtdQuLSNckYKKdJiQi Wyaa0EGtpOvfyGciZgi/+EZ8tDBwKIfBPT6g6PVT6/XWcaH7I8Qj4p6PY onJbaIhTDx/ox3yneC313C6OXer0+LoDgU2MVz5AF3JJ27HY7JT7Q1Xp6 7gejQlN+wHANoOHMtnsZv1BXAqRpgjUxVAH5b56IJBXIyQUJBoWxC7AhZ w3BbfJSrPUe+8ybnE9XZzLU/SZrXtJgpuCV28uZa3Il/UyRtJ8qsBUGgC g==; X-CSE-ConnectionGUID: HXAOAMLmQ46q7eXyOCfb8w== X-CSE-MsgGUID: QVbAh7i1SXaSIOMyL+trvQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178629711" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178629711" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:00 +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 0C69CC2260 for ; Mon, 12 May 2025 18:03:58 +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 C2026BF3D3 for ; Mon, 12 May 2025 18:03:57 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5A86E1A009B; Mon, 12 May 2025 17:03:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 23/56] libgpg-error: upgrade 1.51 -> 1.55 Date: Mon, 12 May 2025 17:03:06 +0800 Message-Id: <1747040619-7566-23-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216317 From: Wang Mingyu 0001-Do-not-fail-when-testing-config-scripts.patch refreshed for 1.55 Signed-off-by: Wang Mingyu --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 6 +++--- .../{libgpg-error_1.51.bb => libgpg-error_1.55.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.51.bb => libgpg-error_1.55.bb} (95%) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index 0910d6cc63..39798c009f 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch @@ -1,4 +1,4 @@ -From 581919f3af914c6b62e51b345d5d15e709f20e77 Mon Sep 17 00:00:00 2001 +From b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 28 Feb 2020 09:19:56 +0000 Subject: [PATCH] Do not fail when testing config scripts @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am -index 9389e99..6ded263 100644 +index e56bb23..8c3ba7b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh +@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh else \ echo "no"; \ echo "*** Please report to with gpg-error-config-test.log"; \ diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.51.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.55.bb index 741969beb0..96dac49aae 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" +SRC_URI[sha256sum] = "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78" BINCONFIG = "${bindir}/gpg-error-config" From patchwork Mon May 12 09:03: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: 62804 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 A1116C54E92 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.45918.1747040642037410105 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Y3jrQrhj; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=VXJyN/9PxuOWz/xQh4Zyl0dBNm3k4Ez5IvZ3SkfF7g8=; b=Y3jrQrhjdOnfsBq1yJFsCxTcHBNzv3ZhK4+Ic3CZN66/Sjdo+hzZpnoE ce5vtIOyUHe2ArM///w7mQYc4TryrGcPQ8vv09rOKRm58B6RbLh20wxhL cn/x3CgF0GzgKjAdP9+auKJ9Iuw13wgYqCH1ZLNA/GmHECAKHNH1uUrY/ Ga9T3BiKFW5sUSB5/hJ9QugX6DggFuW5TJQ8SxiiOpXfHs5NFcMro4bG6 /7INY47xeITyBw44ZJydNQG7/J24LWrFq/G8q0WyXEXDmoWLbAzySLwrX 5FqsN9iBY98SWV55qvuRVV2XMiJI9nT01Cf4mNrzlcm82LwoVJtfA0aJ5 g==; X-CSE-ConnectionGUID: J+EIb/6zT4Skl+3+CQNEiQ== X-CSE-MsgGUID: na55NPxARwO9w5RZACZT3g== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343072" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343072" 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; 12 May 2025 18:04:00 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 26522D500B for ; Mon, 12 May 2025 18:03:58 +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 DC870D5045 for ; Mon, 12 May 2025 18:03:57 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 965B21A00A2; Mon, 12 May 2025 17:03:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 24/56] libjitterentropy: upgrade 3.6.2 -> 3.6.3 Date: Mon, 12 May 2025 17:03:07 +0800 Message-Id: <1747040619-7566-24-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216325 From: Wang Mingyu Changelog: ================ - Correct time stamp processing on AIX - Use high-resolution time stamp on Apple Silicon - GCD power-up test: consider OSR Signed-off-by: Wang Mingyu --- .../{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.2.bb => libjitterentropy_3.6.3.bb} (91%) diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb similarity index 91% rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb index 54a866c432..e2df844202 100644 --- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.2.bb +++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e01027c4ad1fe5a4768f8488c945d491 \ file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \ file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \ " -SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https" -SRCREV = "ddcf1124801b74bcf39285b070093ab674d8ea97" +SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "c90ff465dcdb6a6949542c72a26a8ab496daa8cb" S = "${WORKDIR}/git" do_configure[noexec] = "1" From patchwork Mon May 12 09:03: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: 62780 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 7AD84C54753 for ; Mon, 12 May 2025 09:04:02 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.45913.1747040637212932732 for ; Mon, 12 May 2025 02:04:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LIDUbjoC; 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=1747040642; x=1778576642; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=qqd1jGtrhU92cxXfR72dFTif6SRX6WXlUZqOWDE7AwA=; b=LIDUbjoCxFuATEcSoQBFcQFd1VmAh2LJdLUZt9INBDQnSod4KJ08OjR0 GevwXnEoxQRIkctWJbJGZkEXClCLwDM2ZTA+nw6XFjFSkPMtCLHfrGwIx OSC6kVFo13tkH7PnB1C+J1O8MKbberxLTdLNj6Q+oPzWk0M3GPl8Y14SQ G0RqAm+TEq1PrVxbAcVoK8dK+uFBzcwbLXwpAZgJAV0X8odFgUy16xuDi DCd7/Q3bf8RY8XToUYHGqv/4oYQshoZImbasG1FXQDjZUmIBIimbu03Vj UiRNzprPOJOf/NG8z5kMFn1NLbt0F/iSLSatrdMtvdmLbUzTLWOhNR+YK A==; X-CSE-ConnectionGUID: hMOUegkhTfSSd6cbmjl65g== X-CSE-MsgGUID: 2koNCsZ/QAaVItt0ac6DEA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199193693" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199193693" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:01 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 66E5BD5054 for ; Mon, 12 May 2025 18:03:58 +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 21B57CFBA2 for ; Mon, 12 May 2025 18:03:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D29931A00AF; Mon, 12 May 2025 17:03:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 25/56] libjpeg-turbo: upgrade 3.0.1 -> 3.1.0 Date: Mon, 12 May 2025 17:03:08 +0800 Message-Id: <1747040619-7566-25-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216318 From: Wang Mingyu License-Update: zlib License clarifications Signed-off-by: Wang Mingyu --- .../jpeg/{libjpeg-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.0.1.bb => libjpeg-turbo_3.1.0.bb} (94%) diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb similarity index 94% rename from meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb rename to meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb index a1d7d57fb5..8533bd8525 100644 --- a/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb +++ b/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb @@ -3,13 +3,13 @@ DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructi HOMEPAGE = "http://libjpeg-turbo.org/" LICENSE = "IJG & BSD-3-Clause & Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2a8e0d8226a102f07ab63ed7fd6ce155" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=023c2e8942020502d6ea709e2a5453f7" DEPENDS:append:x86-64:class-target = " nasm-native" DEPENDS:append:x86:class-target = " nasm-native" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75" +SRC_URI[sha256sum] = "9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93" PE = "1" From patchwork Mon May 12 09:03: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: 62801 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 77AAAC54799 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.45975.1747040642648610192 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TqBI7CTH; 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=1747040644; x=1778576644; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=u5BZ50X6d8rkSj5iX6N8VSlv7zLz6W4MivqhCsbsiMA=; b=TqBI7CTHxroY+OXABRt4p+v7NrBzbLSUqiLLSKv1j+yliQWXpdon4Cll LttDO9NlZLiJtlKJwD+tSXLcC2BUopZhKbRorwflIMbj5Fh3nzNKSHPnS fG/F36QyGdE4K0hu2nxUxbsq25qzmpFeQoOACW7voeJWwUzDNjml7+bkk EiFZTyI3sGCp+fXQobmaytn2UdUbIIC8Tm1rcwvWq904q/9JSRQpPuXw0 VMGEsHW0+5c4vw/oAtM0NjQTzysE6KsGD/1LQ9Qszu//ZEFUACdnnOJuT xGEo4vFSju9GqEALhTor0EyMRM2f+LPGgjZkKHmhQ9xdNbswD1b9QrG7v w==; X-CSE-ConnectionGUID: eCDE5i+XSpuws5dkcQUx/g== X-CSE-MsgGUID: s12h4xNRTnaiUv6jFgA5Zw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199125951" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199125951" 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; 12 May 2025 18:04:01 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 98285D5016 for ; Mon, 12 May 2025 18:03:58 +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 59885D5045 for ; Mon, 12 May 2025 18:03:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 197B61A009A; Mon, 12 May 2025 17:03:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 26/56] libpng: upgrade 1.6.47 -> 1.6.48 Date: Mon, 12 May 2025 17:03:09 +0800 Message-Id: <1747040619-7566-26-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216328 From: Wang Mingyu Changelog: ============ - Fixed the floating-point version of the mDCv setter 'png_set_mDCv'. - Added #error directives to discourage the inclusion of private libpng implementation header files in PNG-supporting applications. - Added the CMake build option 'PNG_LIBCONF_HEADER', to be used as an alternative to 'DFA_XTRA'. - Removed the Travis CI configuration files Signed-off-by: Wang Mingyu --- .../libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.47.bb => libpng_1.6.48.bb} (92%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb similarity index 92% rename from meta/recipes-multimedia/libpng/libpng_1.6.47.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.48.bb index 371ff1436f..338891c683 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.47.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.48.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib" LIBV = "16" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz" -SRC_URI[sha256sum] = "b213cb381fbb1175327bd708a77aab708a05adde7b471bc267bd15ac99893631" +SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" From patchwork Mon May 12 09:03: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: 62808 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 34796C54754 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.45914.1747040638623560703 for ; Mon, 12 May 2025 02:04:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SUvBfXFh; 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=1747040642; x=1778576642; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=dZh39mKNslukXrbZqDDGjSbgRu8YF3YLSydi+v5p+cM=; b=SUvBfXFhVocnRq8czVdAzo5Up9XzaVrKgbP6SIIH3/xfILfLMYSCJCWD qJaD4cp4ZZNZDN7ntpez57EUzY9B1oK/kPtEC16dQGuae3dEeFO2Yq+lp aEQIivmL964o0NQM6ueL7SpL2HVHMxNej57ca8k1dDrR54f2Ln3uL6+jR pXVvEDy3tNlrMX0ccFTyG3GqtGfioAiVq1gp30BdvwiiQE19TvB8AXwcd t0z0HqZ4wsl7+BCdL4KPmbi1lqnglo/cvtV6oH1otCF71HNgGTbUUhrj0 DpiSuopEpDqYn+8iMW/3PjyBl9XSapQRArOOMxUX32U8nHZJo6aPkUOmk Q==; X-CSE-ConnectionGUID: dLU2dPk4Tt+Qt+tt3pwGJg== X-CSE-MsgGUID: /ieMFqr3Qn+S46jlUFMF+g== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199533790" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199533790" 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; 12 May 2025 18:04:00 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id C5FA0D5054 for ; Mon, 12 May 2025 18:03:58 +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 9186ACFBA2 for ; Mon, 12 May 2025 18:03:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4F0F11A009B; Mon, 12 May 2025 17:03:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 27/56] libsdl2: upgrade 2.32.4 -> 2.32.6 Date: Mon, 12 May 2025 17:03:10 +0800 Message-Id: <1747040619-7566-27-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216321 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../libsdl2/{libsdl2_2.32.4.bb => libsdl2_2.32.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/libsdl2/{libsdl2_2.32.4.bb => libsdl2_2.32.6.bb} (97%) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb index 28338b0936..75710b962a 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934" +SRC_URI[sha256sum] = "6a7a40d6c2e00016791815e1a9f4042809210bdf10cc78d2c75b45c4f52f93ad" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even UPSTREAM_CHECK_REGEX = "SDL2-(?P\d+\.(\d*[02468])+(\.\d+)+)\.tar" From patchwork Mon May 12 09:03: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: 62812 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 BDFD4C54753 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.45916.1747040638854317555 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kMGjl3SB; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=WNea1bFrxWzEc7GDr5a7XIBaQSyGKaLBu05XQdI2TsM=; b=kMGjl3SBcO2p50rKLQ+6aznklywOiO9e1oVcGry9hWtgRbaIfexC32yp 3mdy3/hx/CGNgEVKQbbtCb9wvxH69LdY84kInTb8Ca9l6t06POIdALKo7 X3wAei1MSjG1UjPx5m59PCPSfmb7dn5Yea1P2LyE0a3QvZ2Da9uzb/1GN IAo5/LrlEPyCKGUGVJ3QjTf4nUul9S4L6cD1QG13E9mmsf5pCF80+ymY0 9XDJTB+KbzRfMWUd6zgeYr+hlt90LYQDhwohrujOX4H/loE51Bfks07fW Zd6vmMytjGZ/0sH6L9lvSsM78muwK9AoJBnxunFhQ3QFaT6W2+Zj75lo8 A==; X-CSE-ConnectionGUID: nl/b2uztStmFv+fHxQVoEg== X-CSE-MsgGUID: FcxYZKW+QGCL+Cu+aOOrpA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="202056484" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="202056484" 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; 12 May 2025 18:04:01 +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 1D98AD5054 for ; Mon, 12 May 2025 18:03:59 +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 C72B1D5040 for ; Mon, 12 May 2025 18:03:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 87ADC1A009A; Mon, 12 May 2025 17:03:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 28/56] liburcu: upgrade 0.15.1 -> 0.15.2 Date: Mon, 12 May 2025 17:03:11 +0800 Message-Id: <1747040619-7566-28-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216322 From: Wang Mingyu Changelog: ========== * fix: __atomic_always_lock_free() not a constant expression on g++ < 5.1 * fix: urcu assert fallback for pre-C11 builds * doc: update uatomic-api for static assert * Add uatomic size static assert for 's390' * Add uatomic size static assert for 'sparc64' * Add uatomic size static assert for 'ppc' * Add uatomic size static assert for 'x86' * Add uatomic size static assert for 'generic' * Add uatomic size static assert * Use UATOMIC_HAS_ATOMIC_INT/LLONG in generic implementation * Add UATOMIC_HAS_ATOMIC_INT/LLONG for x86 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for tile * Add UATOMIC_HAS_ATOMIC_INT/LLONG for sparc64 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for s390 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for riscv * Add UATOMIC_HAS_ATOMIC_INT/LLONG for ppc * Add UATOMIC_HAS_ATOMIC_INT/LLONG for nios2 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for mips * Add UATOMIC_HAS_ATOMIC_INT/LLONG for m68k * Add UATOMIC_HAS_ATOMIC_INT/LLONG for loongarch * Add UATOMIC_HAS_ATOMIC_INT/LLONG for ia64 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for hppa * Add UATOMIC_HAS_ATOMIC_INT/LLONG for 'gcc' arch * Add UATOMIC_HAS_ATOMIC_INT/LLONG for arm * Add UATOMIC_HAS_ATOMIC_INT/LLONG for alpha * Add UATOMIC_HAS_ATOMIC_INT/LLONG for aarch64 * Add UATOMIC_HAS_ATOMIC_INT/LLONG for atomic builtins * Add builtin atomics size static asserts * cleanup: use URCU_GCC_VERSION from compiler.h * fix: atomic builtins defines for type support * Move back CMM_LOAD/STORE_SHARED to volatile access * Add cmm_annotate_mem_acquire() to URCU_DEREFERENCE_USE_VOLATILE rcu_dereference * Use uatomic_load CMM_RELAXED in URCU_DEREFERENCE_USE_VOLATILE * Fix: Re-introduce URCU_DEREFERENCE_USE_VOLATILE read barrier depends for alpha * Tree-wide: Rename to uatomic_load/uatomic_store * src: Use __*__ for attribute names * API: Use __*__ for attribute names * Fix Changelog 0.15.1 date Signed-off-by: Wang Mingyu --- .../liburcu/{liburcu_0.15.1.bb => liburcu_0.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/liburcu/{liburcu_0.15.1.bb => liburcu_0.15.2.bb} (91%) diff --git a/meta/recipes-support/liburcu/liburcu_0.15.1.bb b/meta/recipes-support/liburcu/liburcu_0.15.2.bb similarity index 91% rename from meta/recipes-support/liburcu/liburcu_0.15.1.bb rename to meta/recipes-support/liburcu/liburcu_0.15.2.bb index 811e59f853..93d6a6551f 100644 --- a/meta/recipes-support/liburcu/liburcu_0.15.1.bb +++ b/meta/recipes-support/liburcu/liburcu_0.15.2.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \ SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2" -SRC_URI[sha256sum] = "98d66cc12f2c5881879b976f0c55d10d311401513be254e3bd28cf3811fb50c8" +SRC_URI[sha256sum] = "59f36f2b8bda1b7620a7eced2634f26c549444818a8313025a3bb09c0766a61d" S = "${WORKDIR}/userspace-rcu-${PV}" inherit autotools multilib_header From patchwork Mon May 12 09:03: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: 62811 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 9FD83C54E65 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web11.45974.1747040641752055042 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iOyMc8qT; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=EZhA2SY0ykUs5wFucuYBhB5ZNwqsxn+XHVQpSbeev4M=; b=iOyMc8qT7aSXL5PEM3N3eMjbbgZARGN0IYypUpq813iTSd8fo0FVQ2RT yJ5ikz8tCWsE5y+Cp4Ae0rgnf/6c09gyGTidrz8lZ1N7tgK9QO2helPwE NWQki7Tl/p/QBgy5dThaYh/I08k/HngX17/6Nwxdi0KRPGpmOZqXA6tpB 6bL0Wai/Bi4OH/PrUYSelK58YF6Za/8vFMavD7Ix8ouBy1R5Krs7e7FMp XlsBK4AWHa3ixDxETnVhbvPKkip7PzYrHhBeVBqNrH2g3x6ZnWSXh2NIp Xq3llcQBcJjPpHIA7aKkF9XYw1PZ8XfkJ0rpdMlPNxQnbiWgxVLSTDuVt w==; X-CSE-ConnectionGUID: aUOAqNo6QaOc8AC3XBl5HA== X-CSE-MsgGUID: I3D4hI8zSE6omY0Ch/JBHg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199133691" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199133691" 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; 12 May 2025 18:04:02 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 43239D5051 for ; Mon, 12 May 2025 18:03:59 +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 0ACFACFBA4 for ; Mon, 12 May 2025 18:03:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id BF5B41A009B; Mon, 12 May 2025 17:03:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 29/56] libuv: upgrade 1.50.0 -> 1.51.0 Date: Mon, 12 May 2025 17:03:12 +0800 Message-Id: <1747040619-7566-29-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216324 From: Wang Mingyu Changelog: =========== * win: fix leak in uv_os_tmpdir * docs: fix RTD build * win: lazy-load [GS]etThreadDescription symbols * linux: try preadv64/pwritev64 before preadv/pwritev * win: check cwd length before spawning a child process * macos,bsd: handle missing /dev/null in chroot env * doc: fix README link text * win: fix order of FILE_STAT_BASIC_INFORMATION struct fields * macos: increase child process stdio buffer size * doc: add C3 bindings to LINKS.md * unix: remove unnecessary errno.h include in poll.c * win: fix the inconsistency in volume serial number * unix: add thread affinity support on openharmony * unix: enable getrusage for SunOS * unix,win: accept NAN/INFINITY as file timestamps * win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode * test: handle UV_ENOTSUP in platform_output * doc: fix rendering of threading.html * unix,sunos: enable use of sendmmsg on Solaris and Illumos * unix: handle out of memory in iface name copy * openbsd: do not error out if cpuspeed is not available * test: skip thread_name_threadpool on AIX/IBMi * aix,ibmi: fix undeclared identifiers * unix,sunos: prefer SO_REUSEPORT for load balancing * doc: free lib pointer before function return * test: link with libm * style: rename parameter to match definition * test: support partial output lines in test runner * build: switch from c90 to c11 * linux: allow nul bytes in abstract socket address * sunos: use pipe2 on solaris and illumos * unix: remove TOCTOU issues from uv_pipe_chmod * unix: use pipe_fname if getsockname returns nothing * haiku: use uint32 instead of uint32_t * doc: update thread pool stack size comment * unix: improve uv_loop_init OOM handling * test: merge uv_tcp_connect callbacks * test: skip multievent tests on macOS with TSAN enabled * linux: align CPU quota calculation with Rust * kqueue: improve fs event watcher OOM handling * sunos: improve fs event watcher OOM handling * build: shorten instructions for cmake build Signed-off-by: Wang Mingyu --- .../libuv/{libuv_1.50.0.bb => libuv_1.51.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/libuv/{libuv_1.50.0.bb => libuv_1.51.0.bb} (92%) diff --git a/meta/recipes-connectivity/libuv/libuv_1.50.0.bb b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb similarity index 92% rename from meta/recipes-connectivity/libuv/libuv_1.50.0.bb rename to meta/recipes-connectivity/libuv/libuv_1.51.0.bb index c5f4e9d3ac..569bff1439 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.50.0.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb @@ -6,8 +6,8 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" -SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504" -SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" +SRCREV = "5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b" +SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https;tag=v${PV}" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" From patchwork Mon May 12 09:03: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: 62798 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 65F70C54757 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.45978.1747040643762745132 for ; Mon, 12 May 2025 02:04:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AA5NICXV; 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=1747040644; x=1778576644; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=TBrselKtCP2DMlA5Phdipg65mqeJ9SPahMsUzlM0LLM=; b=AA5NICXVJTgL7SawwrzJM9uo5nBeOxXrJW1AEaiSpyoYNJMxhWs3X2Ye Fzw83fb6nMFXO0M+EXkxoqNp7hcnj/7duoSYfPD+q8jSFFtlNtCOH7t9G dtNoL0lT3zgX/j06101X9N5X/lN7QGTzQLRq4pAKc2mBefz6WobB/PnbC 27fzYgY6pK8UEFpYgQLLrz0Kjk22YuXu/nEG3wn7oi6NXHsliZ+wHxr8r ZV5GM2eUu2C67FWM44rQalpJQKGZTmvp3pem2tiKDQkLgKn2qODtTKa7N xDkYTP7X6yo2BWiWotzCTsRtjB8sgPTmW1qT2hUeHQyUveWc0njobCnON g==; X-CSE-ConnectionGUID: s7YTATIXSKGMFeSTRM+iYQ== X-CSE-MsgGUID: LLDmue98QHS6xpTLMml1hw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199125954" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199125954" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:02 +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 BA39EC2264 for ; Mon, 12 May 2025 18:03:59 +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 7CD6DD4C01 for ; Mon, 12 May 2025 18:03:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 147451A009A; Mon, 12 May 2025 17:03:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 30/56] libxft: upgrade 2.3.8 -> 2.3.9 Date: Mon, 12 May 2025 17:03:13 +0800 Message-Id: <1747040619-7566-30-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216330 From: Wang Mingyu Changelog: ========== - manpage formatting-fixes - meson: Add option to build with meson - Require xproto >= 7.0.22 for _X_UNUSED - Remove support for building with pre-C89 versions of C - Remove support for building with pre-X11R7 versions of X - fix potential buffer overrun in _XftGlyphDefault - issue 21: remove redundant/out-of-place prototype for XftNameUnparse - build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021 - issue 19: Problem loading "SourceCodePro-Regular" font in Fedora Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxft_2.3.8.bb => libxft_2.3.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{libxft_2.3.8.bb => libxft_2.3.9.bb} (92%) diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb similarity index 92% rename from meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb rename to meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb index 2699c1dfd7..0b7c736451 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb @@ -20,7 +20,7 @@ PROVIDES = "xft" PE = "1" -SRC_URI[sha256sum] = "5e8c3c4bc2d4c0a40aef6b4b38ed2fb74301640da29f6528154b5009b1c6dd49" +SRC_URI[sha256sum] = "60a25b78945ed6932635b3bb1899a517d31df7456e69867ffba27f89ff3976f5" XORG_PN = "libXft" From patchwork Mon May 12 09:03: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: 62805 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 B04C3C54E90 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.45914.1747040638623560703 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RgYCjRkQ; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=4Fd2VJwPpb+hfFpkb8QUtG/QhcoEqtcYhWGoH/ACpHw=; b=RgYCjRkQPX+64SKLNM+KCqV3EgbBrq0y/mtcICj3Ug4wnwbajfaltVgZ KTroQLR39TvZTsUImdvNL1rjN8N6BIBrksu06fLjZuqmIl33n3hIx15Uf r+g6nL+bp5Jb3iRBIuTaIOxgfDMUsT61p3B+Dx0eCiBE4HkFiSIKW+/G+ CBbSQftTNYzaJEaF/rZvqZdyezMH8vei1AzGI3xbtkwNHjF+pugNHNYwh 7zcIggEGKstVFG8qoHURMl2ZfAF6/PuhwzT5fjcCMHviRH1DrF6KyHimm k44qnd/JQBGUhf0KhjKgiKSJPODeFx9QKXglDYuvE8JlxvPEDlvKNFaWU w==; X-CSE-ConnectionGUID: XGSnI8vgTUO7587uKV671A== X-CSE-MsgGUID: q/HBuBpiQSqYTA/eEPGYmA== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199533793" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199533793" 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; 12 May 2025 18:04:02 +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 0B707D5056 for ; Mon, 12 May 2025 18:04:00 +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 BA707D505A for ; Mon, 12 May 2025 18:03:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4D2301A00A2; Mon, 12 May 2025 17:03:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 31/56] libxkbcommon: upgrade 1.8.1 -> 1.9.2 Date: Mon, 12 May 2025 17:03:14 +0800 Message-Id: <1747040619-7566-31-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216327 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{libxkbcommon_1.8.1.bb => libxkbcommon_1.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.8.1.bb => libxkbcommon_1.9.2.bb} (94%) diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb similarity index 94% rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb index 76a622e157..77ee8ce500 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb @@ -7,9 +7,9 @@ LICENSE = "MIT & MIT-open-group & HPND & HPND-sell-variant & X11" DEPENDS = "flex-native bison-native" -SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master" +SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}" -SRCREV = "b3465081878e80ca6c11fe35c81787ec374ec15a" +SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70" S = "${WORKDIR}/git" inherit meson pkgconfig bash-completion From patchwork Mon May 12 09:03: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: 62806 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 6E831C54795 for ; Mon, 12 May 2025 09:04:13 +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.45917.1747040640301092208 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GKf/kh4z; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=mbjIZZPk/lacz5Vda6wMkfZ796G19Y3gHgT61we6KzI=; b=GKf/kh4z3GrTmvpk0T1GfCQ/ldGizXdVCUGhx9C4GCQMtbCI1E+ePiWj Wgn17AY4BsWdJ7BiU/K7v2QGGMGentrHInTLopySbleWvIpNhlylY+voJ BeKAplYS4+LYhstMz/SbMs3TtJKS+IHz4eu+nZOOByZBagdmSKRNdLnc4 xXLHHFUNZmLhfMWEGhI/skhmaRuCvLhL8nDVpV36CIh44QU2NV4mLl4+E lzBi2l9NsumQQwqB1IOPVR0XIpl1FGRb6MeU/qf1qeKnv6/tCmXIUP0rN najKOKHhIheEeuALNy8cKzuvY2yahzOcMFlQAM8ugozwRrCTPW+nAx6ot Q==; X-CSE-ConnectionGUID: HyjUt+GpSlyrPsow4tya4g== X-CSE-MsgGUID: DvfJg1FrSH6XUB69XQCS3A== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178046170" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178046170" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:02 +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 1F3D7D6F02 for ; Mon, 12 May 2025 18:04:00 +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 CFC23D5040 for ; Mon, 12 May 2025 18:03:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 858271A00AF; Mon, 12 May 2025 17:03:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 32/56] man-db: upgrade 2.13.0 -> 2.13.1 Date: Mon, 12 May 2025 17:03:15 +0800 Message-Id: <1747040619-7566-32-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216329 From: Wang Mingyu 0001-check-for-_nl_msg_cat_cntr-in-configure.patch flex.patch removed since they're included in 2.13.1 Signed-off-by: Wang Mingyu --- ...ck-for-_nl_msg_cat_cntr-in-configure.patch | 61 ------------------- meta/recipes-extended/man-db/files/flex.patch | 36 ----------- .../{man-db_2.13.0.bb => man-db_2.13.1.bb} | 6 +- 3 files changed, 2 insertions(+), 101 deletions(-) delete mode 100644 meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch delete mode 100644 meta/recipes-extended/man-db/files/flex.patch rename meta/recipes-extended/man-db/{man-db_2.13.0.bb => man-db_2.13.1.bb} (92%) diff --git a/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch b/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch deleted file mode 100644 index feef52b11c..0000000000 --- a/meta/recipes-extended/man-db/files/0001-check-for-_nl_msg_cat_cntr-in-configure.patch +++ /dev/null @@ -1,61 +0,0 @@ -From ea00e32a87cc733dd5aa05cef407a5bee3e6db29 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Tue, 18 Mar 2025 22:42:45 -0700 -Subject: [PATCH] check for _nl_msg_cat_cntr in configure - -_nl_msg_cat_cntr is not available in all implementations e.g. musl libintl -does not have it, therefore add a check to detect it and use it only if -it is found. - -Upstream-Status: Backport [https://gitlab.com/man-db/man-db/-/commit/7430ca617b5cee3d4420da3158382c5ffbc3e77d] -Signed-off-by: Khem Raj ---- - configure.ac | 9 +++++++++ - include/manconfig.h | 6 ++++-- - 2 files changed, 13 insertions(+), 2 deletions(-) - ---- a/configure.ac -+++ b/configure.ac -@@ -404,6 +404,15 @@ AC_TYPE_PID_T - AC_TYPE_UID_T - AC_TYPE_SIZE_T - -+dnl _nl_msg_cat_cntr is required for GNU gettext -+AC_MSG_CHECKING([for _nl_msg_cat_cntr]) -+AC_LINK_IFELSE([AC_LANG_PROGRAM( -+ [[#include -+ extern int _nl_msg_cat_cntr;]], -+ [[++_nl_msg_cat_cntr;]])], -+ AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_NL_MSG_CAT_CNTR], [], [_nl_msg_cat_cntr from GNU Gettext]), -+ AC_MSG_RESULT([no])) -+ - # Check for pipeline library. - PKG_CHECK_MODULES([libpipeline], [libpipeline >= 1.5.0]) - ---- a/include/manconfig.h -+++ b/include/manconfig.h -@@ -24,6 +24,8 @@ - #ifndef MANCONFIG_H - #define MANCONFIG_H - -+#include "config.h" -+ - /* STD_SECTIONS must contain all of your man hierarchy subdirectories. The - order is important. Manual pages will be displayed in this order. Ie - if "1" comes before "2", then a kill(1) will be displayed in preference to -@@ -138,13 +140,13 @@ - #define UNLIKELY(cond) __builtin_expect ((cond), 0) - - /* GNU gettext needs to know when the locale changes. This macro tells it. */ --#ifdef ENABLE_NLS -+#ifdef HAVE_NL_MSG_CAT_CNTR - extern int _nl_msg_cat_cntr; - # define locale_changed() \ - do { \ - ++_nl_msg_cat_cntr; \ - } while (0) --#else /* !ENABLE_NLS */ -+#else /* !HAVE_NL_MSG_CAT_CNTR */ - # define locale_changed() - #endif /* ENABLE_NLS */ - diff --git a/meta/recipes-extended/man-db/files/flex.patch b/meta/recipes-extended/man-db/files/flex.patch deleted file mode 100644 index c18be7e36a..0000000000 --- a/meta/recipes-extended/man-db/files/flex.patch +++ /dev/null @@ -1,36 +0,0 @@ -From d3f7c160bddf5d879c74e19e4f577882e8b22559 Mon Sep 17 00:00:00 2001 -From: Ross Burton -Date: Wed, 22 Jan 2025 14:16:48 +0000 -Subject: [PATCH] configure: check for shipped generated sources in source - directory - -The configure script fails if it can't find flex and the pregenerated -source code isn't available, as is the case in builds from git whereas -tarballs include the code. - -However this breaks with out-of-tree builds, where cwd during configure -is the build directory not the source directory, and the pregenerated -sources will always be inside the source directory. - -Upstream-Status: Submitted [https://gitlab.com/man-db/man-db/-/merge_requests/12] -Signed-off-by: Ross Burton ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 7e9148fb..49a213fd 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -380,7 +380,7 @@ dnl To add more decompressors just follow the scheme above. - dnl The "noyywrap" argument is new in Autoconf 2.70, but this also works - dnl fine with older versions that ignore the argument. - AC_PROG_LEX([noyywrap]) --if test "$LEX" = ":" && (test ! -e src/lexgrog.c || test ! -e src/zsoelim.c) -+if test "$LEX" = ":" && (test ! -e $srcdir/src/lexgrog.c || test ! -e $srcdir/src/zsoelim.c) - then - AC_MSG_ERROR([flex is required when building from revision control]) - fi --- -2.43.0 - diff --git a/meta/recipes-extended/man-db/man-db_2.13.0.bb b/meta/recipes-extended/man-db/man-db_2.13.1.bb similarity index 92% rename from meta/recipes-extended/man-db/man-db_2.13.0.bb rename to meta/recipes-extended/man-db/man-db_2.13.1.bb index a0ce2150f9..f044a47f7d 100644 --- a/meta/recipes-extended/man-db/man-db_2.13.0.bb +++ b/meta/recipes-extended/man-db/man-db_2.13.1.bb @@ -8,11 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ " SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ - file://flex.patch \ - file://0001-check-for-_nl_msg_cat_cntr-in-configure.patch \ file://99_mandb \ - " -SRC_URI[sha256sum] = "82f0739f4f61aab5eb937d234de3b014e777b5538a28cbd31433c45ae09aefb9" + " +SRC_URI[sha256sum] = "8afebb6f7eb6bb8542929458841f5c7e6f240e30c86358c1fbcefbea076c87d9" DEPENDS = "libpipeline gdbm groff-native base-passwd" RDEPENDS:${PN} += "base-passwd" From patchwork Mon May 12 09:03: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: 62807 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 8F71EC54E71 for ; Mon, 12 May 2025 09:04:13 +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.web11.45971.1747040639732804618 for ; Mon, 12 May 2025 02:04:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=o2SIwA3T; 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=1747040643; x=1778576643; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=GErY6rTPmKXxWNtt+9Thp7NUq5fuWPzIGZpiDKH+0D0=; b=o2SIwA3TIIIEv/HYfoAGC+tT5jJG0P0t5KDs3IIy4d2UiXrZeXvdWTu+ +jKtx/jWaUrqxll49np1++Od674SnLmmD1wNh4+GqAOekc5pLAlOTE11G Dl7N1ewqKwF4Irc7yCp07JiaBrzSk9JqXZB0RcueFtp3VlGHctyTroGyv RK8OJXEH4Ny5hyDzM9Cpvb/8VzEwEYx0CP806nOneNZMytANtGUwgcFWC sVu1FylfwJAvqivH5ijZyDqYWk+W4+zYJv+L5dMX3jRl6J1IGxRlBkX4t Y+0vsavbx4vNXSYSiRHjD8E8Agshws65747Nfyw5+qpZa+v1xi52jl2VT w==; X-CSE-ConnectionGUID: nZyOVT4CRcey9EbMTyeVGA== X-CSE-MsgGUID: 8LMDYE1ETpG+61f7QIdhag== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178629712" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178629712" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:02 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 47259D5056 for ; Mon, 12 May 2025 18:04:00 +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 0F94DCFBA2 for ; Mon, 12 May 2025 18:04:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C29001A009A; Mon, 12 May 2025 17:03:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 33/56] openssh: upgrade 9.9p2 -> 10.0p1 Date: Mon, 12 May 2025 17:03:16 +0800 Message-Id: <1747040619-7566-33-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216326 From: Wang Mingyu 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch refreshed for 10.0p1 Signed-off-by: Wang Mingyu --- ...gress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 6 +++--- .../openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_9.9p2.bb => openssh_10.0p1.bb} (99%) diff --git a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch index b90cd2e69d..360b62af34 100644 --- a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch +++ b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch @@ -1,4 +1,4 @@ -From fb762172fb678fe29327b667f8fe7380962a4540 Mon Sep 17 00:00:00 2001 +From 9dcccafe44ea17e972e7cddea205bbe9fe71d8d6 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 15 Jul 2024 18:43:08 +0100 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env @@ -18,10 +18,10 @@ Signed-off-by: Jose Quaresma 1 file changed, 5 insertions(+) diff --git a/regress/test-exec.sh b/regress/test-exec.sh -index 7afc2807..175f554b 100644 +index 8a00c72..2891f27 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh -@@ -175,6 +175,11 @@ if [ "x$TEST_SSH_OPENSSL" != "x" ]; then +@@ -179,6 +179,11 @@ if [ "x$TEST_SSH_OPENSSL" != "x" ]; then fi # Path to sshd must be absolute for rexec diff --git a/meta/recipes-connectivity/openssh/openssh_9.9p2.bb b/meta/recipes-connectivity/openssh/openssh_10.0p1.bb similarity index 99% rename from meta/recipes-connectivity/openssh/openssh_9.9p2.bb rename to meta/recipes-connectivity/openssh/openssh_10.0p1.bb index 5191725796..21e1e50759 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.9p2.bb +++ b/meta/recipes-connectivity/openssh/openssh_10.0p1.bb @@ -26,7 +26,7 @@ SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.ta file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ file://0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch \ " -SRC_URI[sha256sum] = "91aadb603e08cc285eddf965e1199d02585fa94d994d6cae5b41e1721e215673" +SRC_URI[sha256sum] = "021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c" CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here." From patchwork Mon May 12 09:03: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: 62800 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 44AF8C54751 for ; Mon, 12 May 2025 09:04:13 +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.45917.1747040640301092208 for ; Mon, 12 May 2025 02:04:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CegVWynF; 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=1747040644; x=1778576644; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=W5sSLEmFl/VeDBH/qwgvkSJkuSnh5CR8n+FJ5qxe7PU=; b=CegVWynFjgJkYo41H/kU9crTFHiz3AZABbY4xQOa3/mlq+BCoRuBb1MI eXLp/cB9HyJr08rVx1uB0vMJY5rx+kxTWJc7WW10l3C9kTeOGmjXBeOj8 mJsSL0bb8aVblDbhnkp8i72xPYXC2JDIdG/ij/ecZWQMw8c/2FUlct2Ow lgApTshCYaS7eO2uVWTsY4DZngmAb/C1bA9+BWDYsGkOqY27VaZFa3pir zd9CgX4kwOvgOfTWOOTAiIMKBaHV4LD84ev8JZ/pSeGoIB++RMRVhwAc+ XPbir3W7ctjQgcMvBB4TS+6k2AlgAB57GQNezvpRX5pJOfnn0bERnZPBt g==; X-CSE-ConnectionGUID: pT216ePQSvu2lcIrN0vfRA== X-CSE-MsgGUID: 6jIHlGmpT1qmQ71njigAiQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178046172" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178046172" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:02 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 8A581D5004 for ; Mon, 12 May 2025 18:04:00 +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 498D2D5045 for ; Mon, 12 May 2025 18:04:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 07B7C1A00A0; Mon, 12 May 2025 17:03:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 34/56] pixman: upgrade 0.44.2 -> 0.46.0 Date: Mon, 12 May 2025 17:03:17 +0800 Message-Id: <1747040619-7566-34-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216333 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-lib/{pixman_0.44.2.bb => pixman_0.46.0.bb} (95%) diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb similarity index 95% rename from meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb rename to meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb index 2e5bb172f5..c1c71fd420 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb @@ -8,7 +8,7 @@ SECTION = "x11/libs" DEPENDS = "zlib" SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466" +SRC_URI[sha256sum] = "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d" # see http://cairographics.org/releases/ - only even minor versions are stable UPSTREAM_CHECK_REGEX = "pixman-(?P\d+\.(\d*[02468])+(\.\d+)+)" From patchwork Mon May 12 09:03: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: 62796 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 570CCC5475C for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.45918.1747040642037410105 for ; Mon, 12 May 2025 02:04:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qn0iQkpZ; 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=1747040644; x=1778576644; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=UR2dY+ie+WpAt/KnRDOSFEEK2GkTk96YAwxrS2fC6jg=; b=qn0iQkpZf4gZ7SiZPWO6GjwAlS9oY55yKXm3znf8/gfZj8PDfZCP6TRv eUoaN8y7oDGuVsHJfiYmwWBpbim05zZuqwHrmXO/PGK0WLBF2nLLa568x OBo73HmpBWCaMTiURM0nbFK62YmKevMWqjW/K3f7fPoary43vx/Ot1pLC R6zUABlp2A+J+Wdq3SVJFRe0B81Uabqad78APEBY3Qwlvct3Om8Kxz/Ib vdjCCYs5maaolZA5upiOB+puwou/oL0huJDkesQXpScPt4mhI1zfbvq5H cf0ZtMAiODH2rxG2IljC4zOCTD+uSW7qkpz18WekewkQDNZJPKXOFRmyv Q==; X-CSE-ConnectionGUID: HemQJKV0QNCR8gAKEt3hUA== X-CSE-MsgGUID: CY0uFTi4SnWHsbGCfsy3nQ== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343076" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343076" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:03 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B35E1D5051 for ; Mon, 12 May 2025 18:04:00 +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 7F63BCFBA2 for ; Mon, 12 May 2025 18:04:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3FAB61A009A; Mon, 12 May 2025 17:04:00 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 35/56] python3-calver: upgrade 2025.04.02 -> 2025.04.17 Date: Mon, 12 May 2025 17:03:18 +0800 Message-Id: <1747040619-7566-35-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216331 From: Wang Mingyu Changelog: - test: Delete SOURCE_DATE_EPOCH envvar if already present for robustness Signed-off-by: Wang Mingyu --- ...ython3-calver_2025.04.02.bb => python3-calver_2025.04.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-calver_2025.04.02.bb => python3-calver_2025.04.17.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb similarity index 89% rename from meta/recipes-devtools/python/python3-calver_2025.04.02.bb rename to meta/recipes-devtools/python/python3-calver_2025.04.17.bb index 3f169e1f7c..290be21ce2 100644 --- a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb +++ b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}" -SRCREV = "e9c8017caf3e3aff214fbb581ee7f366de55f629" +SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Mon May 12 09:03: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: 62809 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 4E02DC54756 for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.45915.1747040638714823342 for ; Mon, 12 May 2025 02:04:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UUTu8qNV; 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=1747040644; x=1778576644; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ip6Bqfa4LAbI/gPcAym8EugDR/ivIkwnEodSC7tPc18=; b=UUTu8qNVYGe2A1iCUk+awF1nSh9z7UOHmJzKRCiiyIyca6mS6u2tFm7Q 61byFauhJ1OIitRr5qbt3fvSc/d+UB0QKyXSjd9S0puHAxk95AItAV4UG OaBfCzdOlpsLhzyzHz7yMtYqIW5uRfw1YVCqw73cD6nMPxA+T85dSnGa1 FgIiR4BKTsbE3RLrntHcJU5hWxibGT5AZgE/AFzVQGRLJV6pk4ZHxpTs1 XngOLgjLzxkEcGMyOiXpujr5s2VfsIGLuvIv0Of9ImawmNJSREAdiAnMs JHJAEAM6GSZDgJmihQGJaP61Cz58q7otWI1At7c306zjnwh1QeF9K6p4L w==; X-CSE-ConnectionGUID: g5V5f2TWT5a26DVruse62g== X-CSE-MsgGUID: ShBPW3lUS7SUA16LAzvjeg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187549316" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187549316" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:03 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 02087D5010 for ; Mon, 12 May 2025 18:04:01 +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 B6EFAD5040 for ; Mon, 12 May 2025 18:04:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 757F21A00A0; Mon, 12 May 2025 17:04:00 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 36/56] python3-certifi: upgrade 2025.1.31 -> 2025.4.26 Date: Mon, 12 May 2025 17:03:19 +0800 Message-Id: <1747040619-7566-36-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216332 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-certifi_2025.1.31.bb => python3-certifi_2025.4.26.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-certifi_2025.1.31.bb => python3-certifi_2025.4.26.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-certifi_2025.1.31.bb b/meta/recipes-devtools/python/python3-certifi_2025.4.26.bb similarity index 86% rename from meta/recipes-devtools/python/python3-certifi_2025.1.31.bb rename to meta/recipes-devtools/python/python3-certifi_2025.4.26.bb index 69b39ba100..07f9f3bfc8 100644 --- a/meta/recipes-devtools/python/python3-certifi_2025.1.31.bb +++ b/meta/recipes-devtools/python/python3-certifi_2025.4.26.bb @@ -7,7 +7,7 @@ HOMEPAGE = " http://certifi.io/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c" -SRC_URI[sha256sum] = "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651" +SRC_URI[sha256sum] = "0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6" inherit pypi setuptools3 From patchwork Mon May 12 09:03: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: 62814 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 C61F7C54ECC for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web10.45915.1747040638714823342 for ; Mon, 12 May 2025 02:04:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Hyidw/IR; 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=1747040645; x=1778576645; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=r6tevCf7ZUmm7e8zBwwxGLslJgq2fa8pxP5mkj4ns2I=; b=Hyidw/IREZG1lzjdbptvqBC/qUggoDMeomSO2ynzBRxTeaLyTyP742Bs 6qebTl5E0KUUEWmeaRZh/NYk+fw6PvTFkDdwtRIwbo5eNY0OL1tJXkChe g9Qk3foIUtL4kHHnQ4UWGOCLE8IktspBupCQauKfIBcWMlSSOQXoJjBkK JodWNFyQukf/Y+eazN5a5E8TngO0udWGwH/aVcFvbnzpzMkuY0wTkJyCF hMV1VcyByR7qNJ6EBEDGMe2TA5A6x43jVgPdOtxRyARK7xqnC2LSBqNHX Z7+LwwqRypTeb1sDIqJGIB3WQPt9JNiHKK7+6DMS84ZB9tbHwYuCde42s g==; X-CSE-ConnectionGUID: 6Mh/Bef0QDOSRNqNcGlzsQ== X-CSE-MsgGUID: MDj1LiSJR/aRzZaY6X3Xiw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="187549319" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="187549319" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:03 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 2F1F3D505A for ; Mon, 12 May 2025 18:04:01 +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 ED885CFBA4 for ; Mon, 12 May 2025 18:04:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AE1EE1A009A; Mon, 12 May 2025 17:04:00 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 37/56] python3-hatch-fancy-pypi-readme: upgrade 24.1.0 -> 25.1.0 Date: Mon, 12 May 2025 17:03:20 +0800 Message-Id: <1747040619-7566-37-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216335 From: Wang Mingyu Changelog: ========== - $HFPR_PACKAGE_NAME is now replaced by the package name in the PyPI readme. - Support for Python 3.7. Signed-off-by: Wang Mingyu --- ...adme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hatch-fancy-pypi-readme_24.1.0.bb => python3-hatch-fancy-pypi-readme_25.1.0.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb similarity index 80% rename from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb rename to meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb index b32527f949..5d8d82edd8 100644 --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb @@ -8,6 +8,6 @@ inherit pypi python_hatchling PYPI_PACKAGE = "hatch_fancy_pypi_readme" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "44dd239f1a779b9dcf8ebc9401a611fd7f7e3e14578dcf22c265dfaf7c1514b8" +SRC_URI[sha256sum] = "9c58ed3dff90d51f43414ce37009ad1d5b0f08ffc9fc216998a06380f01c0045" BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 12 09:03: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: 62802 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 3782CC3ABDE for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.45913.1747040637212932732 for ; Mon, 12 May 2025 02:04:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=S25AqG2J; 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=1747040645; x=1778576645; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=epLKapKlfE8MY7LIc6a1zF6zcqjdCugggcwhEMiv+ak=; b=S25AqG2JC2GIAV72hOcqncKYSGhpm96FIsdoxEUCoDuYGdEL4mXn2lGQ tiVG4DN76cJb213enBGATJDC7cjKvFBIFwL1mFf7nSunoTFKhpl+IdTOA +z25qRnOb/GFztSVlHi4RcBIbmJa9JuulnPzdhJwX/t4C9iNV9x+dl6TM x+EpvQEc3rf6Y4iDPmPjiXArohZEYZZgswXdsi/3Ff+0FJmaZ5RboTocH XFpvoMxHtdkwvreYYp2JPqz4GxW/G5bIdVchILpvxDaf/k4rA8Yj5tbpI UgJo8Gztp3fjbGtjJjmtllp0TBTT8A44NURS70NOgsj8591VtIISroCOa A==; X-CSE-ConnectionGUID: zvMwFVVMRneE94RbrsLKzQ== X-CSE-MsgGUID: dQWpvQP5R86lBXDefsRI7w== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199193698" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199193698" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:04 +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 6FA3BD687A for ; Mon, 12 May 2025 18:04:01 +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 31170D5045 for ; Mon, 12 May 2025 18:04:01 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E43481A00A0; Mon, 12 May 2025 17:04:00 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 38/56] python3-hypothesis: upgrade 6.131.0 -> 6.131.14 Date: Mon, 12 May 2025 17:03:21 +0800 Message-Id: <1747040619-7566-38-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216334 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...on3-hypothesis_6.131.0.bb => python3-hypothesis_6.131.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.131.0.bb => python3-hypothesis_6.131.14.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb index d7656dc1d8..269ed936b6 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.131.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "4b807daeeee47852edfd9818ba0e33df14902f1b78a5524f1a3fb71f80c7cec3" +SRC_URI[sha256sum] = "347edc46cfe9bfcfb0598c4c927ed8fd573edfc8bacd2162023c4cf16accb702" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Mon May 12 09:03: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: 62816 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 CBDB5C3ABCC for ; Mon, 12 May 2025 09:04:23 +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.45926.1747040654706937576 for ; Mon, 12 May 2025 02:04:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=E01VIJrV; 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=1747040655; x=1778576655; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=M/MFBgBwtkDw4tpX9YW1qlCLJQvIuLL7M9iA4M13H1A=; b=E01VIJrV6Ibax//7tq6D9H52dNEQW/3jpRI2HCSWrQiJi1WcUdpKIkEk ZXivJO20mgnhyh8ZUbQEy/HZREEDau1dv2AQdN8Ykuy58BrcVXspacjcL z/F52Ebl5Dlqq1SuU6edfIkE3Z5bmhOkt2s8rZm6oz+TyiMsMg90wGEjm 7D8DGBcXF/NDAurVgKbtiHbetP9HCSrb4lgtFno+npHOrfTD/C9iOBkkI QHqEd8EbhL4yFi5SHteFhpqrlc2aQJhQmxC6ppfOya0Tq3Y/Jyg6YOGQP olc38yyv7Gp5ZShZd9EG7HZ0caycUKOqi30MjhQytFr05/G9hIGUn5Vm8 A==; X-CSE-ConnectionGUID: ciinutf7Qrq+YhSdu+6c8w== X-CSE-MsgGUID: O0c962pRRqKRQie17IOoTg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199125957" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199125957" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:04 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 9BD94D5057 for ; Mon, 12 May 2025 18:04:01 +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 69259CFBA2 for ; Mon, 12 May 2025 18:04:01 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 27D221A009A; Mon, 12 May 2025 17:04:01 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 39/56] python3-jsonschema-specifications: upgrade 2024.10.1 -> 2025.4.1 Date: Mon, 12 May 2025 17:03:22 +0800 Message-Id: <1747040619-7566-39-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216350 From: Wang Mingyu Changelog: - Add SPDX license identifier Signed-off-by: Wang Mingyu --- ...24.10.1.bb => python3-jsonschema-specifications_2025.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-jsonschema-specifications_2024.10.1.bb => python3-jsonschema-specifications_2025.4.1.bb} (87%) diff --git a/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb similarity index 87% rename from meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb rename to meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb index c45e5c25c7..53805b0396 100644 --- a/meta/recipes-devtools/python/python3-jsonschema-specifications_2024.10.1.bb +++ b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" -SRC_URI[sha256sum] = "0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272" +SRC_URI[sha256sum] = "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608" inherit pypi python_hatchling From patchwork Mon May 12 09:03: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: 62815 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 BD59EC3ABD2 for ; Mon, 12 May 2025 09:04:23 +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.45926.1747040654706937576 for ; Mon, 12 May 2025 02:04:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=dxCe4VIe; 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=1747040658; x=1778576658; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=djiKjO0TsM1UFkBAOJKac42F+46MDauNngu59Y1SqoY=; b=dxCe4VIes4jn25RCqd8Klt8tqomP4bvF+5le56nsA5O43fbl0iK5fq+y VLo0sp5X0KhgsAZQyYvMSb2CK4kI/IAba/Z1b1AmD0wkB9v7fDlconSp5 511KQc2GbLJ0iG9JqDvKWcBzstn5Y5oXsySngmiLFXozfS8xWioYruMVT oA1Xw8qgYD7BbZfEhoO7rwHFyhy9NTj2FCyyTMi7opJUe/DUm75e2MXs3 fLgfo+cURuJyufcJ5X6pqzseWl06Cp1hZkfL/Ucgmh/CNLB26tuepxwyM GA5jwnBWmyISOV/snLoEGDtJ/8ikDnB1cWxRP/n4QEKmqsGH7C5txVP0s A==; X-CSE-ConnectionGUID: /KD+l7FIQ7qXMpbMxQlk7Q== X-CSE-MsgGUID: JsxDPE7mTuSNJdTU0rff1Q== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="199125973" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="199125973" 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; 12 May 2025 18:04:09 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id E0EA6D5014 for ; Mon, 12 May 2025 18:04:06 +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 9EF16D5040 for ; Mon, 12 May 2025 18:04:01 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5FB951A00A0; Mon, 12 May 2025 17:04:01 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 40/56] python3-lxml: upgrade 5.3.2 -> 5.4.0 Date: Mon, 12 May 2025 17:03:23 +0800 Message-Id: <1747040619-7566-40-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216354 From: Wang Mingyu Bugfix: -Binary wheels use libxml2 2.13.8 and libxslt 1.1.43 to resolve several CVEs. (Binary wheels for Windows continue to use a patched libxml2 2.11.9 and libxslt 1.1.39.) Signed-off-by: Wang Mingyu --- .../python/{python3-lxml_5.3.2.bb => python3-lxml_5.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-lxml_5.3.2.bb => python3-lxml_5.4.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.2.bb b/meta/recipes-devtools/python/python3-lxml_5.4.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-lxml_5.3.2.bb rename to meta/recipes-devtools/python/python3-lxml_5.4.0.bb index cc0d4ecd25..126fbe99b4 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.3.2.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.4.0.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" +SRC_URI[sha256sum] = "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3 From patchwork Mon May 12 09:03: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: 62789 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 E0F62C3ABDA for ; Mon, 12 May 2025 09:04:12 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.45981.1747040646361447708 for ; Mon, 12 May 2025 02:04:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cmvFimpS; 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=1747040646; x=1778576646; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=zWAUeiCb/wPRKATFC18N/7fPiKVGy3qIDw0ifaNg+tM=; b=cmvFimpSUKL3bJN5XQVIdN6MmKraqnI+F4vtWSVARdD9mnAMU1oifMdf XBdjW3dv8AboRiW5JTTWeKqPl2fERROtHWGFngD9vVxjAJUs5Pq5sB4R1 EcJb2UYsG7o8PZlj2jppgxbB4IEePCXU5FueYOKaKuzU3G+PQZX5BW/uf HMLKj7nXVXDgbrBqrAz/DyhhgtpVnK6a+IjdXLWWXBhMHKFY6I4KADxvn Zo/HHcAe6ouhi+obt2wrGgz9GF59K6x76J31MKzgoEzCVbAvkB0AFHDDw ppyfhrUxRvqgY1boA4n9tC/UAiOOJP9yC9vhy9nZU52Wicx/8AylhJu+f Q==; X-CSE-ConnectionGUID: HhiofIG6TFWQ9LnIFzy3zA== X-CSE-MsgGUID: 85IT97z3Soa+lP8OE2GCrw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="186489685" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="186489685" 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; 12 May 2025 18:04:03 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 23B05D505D for ; Mon, 12 May 2025 18:04:02 +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 D8DD4CFBA4 for ; Mon, 12 May 2025 18:04:01 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 981EF1A009A; Mon, 12 May 2025 17:04:01 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 41/56] python3-mako: upgrade 1.3.9 -> 1.3.10 Date: Mon, 12 May 2025 17:03:24 +0800 Message-Id: <1747040619-7566-41-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216340 From: Wang Mingyu Changelog: - Fix undefined variable errors when strict_undefined=True when using a nested list comprehension. Signed-off-by: Wang Mingyu --- .../python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-mako_1.3.9.bb => python3-mako_1.3.10.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.9.bb b/meta/recipes-devtools/python/python3-mako_1.3.10.bb similarity index 88% rename from meta/recipes-devtools/python/python3-mako_1.3.9.bb rename to meta/recipes-devtools/python/python3-mako_1.3.10.bb index 83b6149337..4facce9233 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.9.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.10.bb @@ -10,7 +10,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" +SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \ From patchwork Mon May 12 09:03: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: 62792 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 1F08AC3ABDF for ; Mon, 12 May 2025 09:04:13 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.45918.1747040642037410105 for ; Mon, 12 May 2025 02:04:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kw2gYdvO; 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=1747040646; x=1778576646; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=iAbzNmmKzHtmjebgWQcRsrhOWnP2CVsxKj9aNqruTZA=; b=kw2gYdvOZ1AGBfYlFuPesl7L+UG8X4V08/J7iboSPr2QLpN6BJtWScMS LQby+/vvBZZ0eokKJfx11zZAhIP1cdJWo82h7ai1LbqKweHiyPi0DnS0k JZz0a7rXIwi6NWXjax2NgvT1gS6t0ytIA/Qx3zJu7Zl5eGlMlMmQUSzA1 zjZwFh6n571CfzMJe8mErNudrDdIrpKxiJy0aUfNyQWsLfFyKLyeP+U3+ GYpENjcI4Rhp1+ixUNtgAcDSXA7n1C9pfn+S4+A+btBoJZzj5HbI0zyYZ 8UzWelZ4yXUMKf+0k0KCs9JyKr96HsQzu6DXo/ePgrfg6kE5tR2KG86Ab A==; X-CSE-ConnectionGUID: /+Ap4vu0QgOJp8klK0f6vQ== X-CSE-MsgGUID: LCcxLlSoRNCZd/HrP3Pctg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="198343079" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="198343079" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:04 +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 59AB3D6EFE for ; Mon, 12 May 2025 18:04:02 +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 1C9D9D5040 for ; Mon, 12 May 2025 18:04:02 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D12B81A00A0; Mon, 12 May 2025 17:04:01 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 42/56] python3-markdown: upgrade 3.7 -> 3.8 Date: Mon, 12 May 2025 17:03:25 +0800 Message-Id: <1747040619-7566-42-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216337 From: Wang Mingyu Changelog: =========== Changed ------- - DRY fix in abbr extension by introducing method create_element - Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework. - Improved performance of the raw HTML post-processor Fixed --------- - Backslash Unescape IDs set via attr_list on toc - Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions - md_in_html handle tags within inline code blocks better - md_in_html fix handling of one-liner block HTML handling - Ensure
is treated like a block-level element - Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings - Ensure smarty extension correctly renders nested closing quotes Signed-off-by: Wang Mingyu --- .../python/{python3-markdown_3.7.bb => python3-markdown_3.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-markdown_3.7.bb => python3-markdown_3.8.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-markdown_3.7.bb b/meta/recipes-devtools/python/python3-markdown_3.8.bb similarity index 79% rename from meta/recipes-devtools/python/python3-markdown_3.7.bb rename to meta/recipes-devtools/python/python3-markdown_3.8.bb index 6a2ab36494..09c2f3435b 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.7.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.8.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" +SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 12 09:03: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: 62795 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 04895C3ABDB for ; Mon, 12 May 2025 09:04:13 +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.web11.45971.1747040639732804618 for ; Mon, 12 May 2025 02:04:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Gno82bUI; 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=1747040646; x=1778576646; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=fXlkYs9+DvDce5wCNHutTotXco7U5yL5L3u4qYE06Q8=; b=Gno82bUIRcAgyWemLMJrZRQp4zfMTB6uhh9obDbhTqoWEFnfDxR/Yqcf DtZbKNqfiFzJ+kM/xU+89EbdXP0yrTt5BW8opTUl7fra+EUTj8SSn8/y2 hYWHE9nCkhKSwfsZkNok2lPfzm9/mqHUcOaW3rWEaj1ZMgaB5qrK7gWG6 Nz8M6QSxmMCYGGzcXAeqj6pmdARLL6UT5actnApI84cid3BfP8n7a4/gr 4Ze1IPoHX6dXk5kYzPD+W/yxzSDy5mtsanUbPxOAlAgUI1IxLSdWNE2l6 tq5kLvsSaALvKSD2X8nlTXUlJGDyW7w+IWvPcFr82GKjX/mEpMrVcB4lq g==; X-CSE-ConnectionGUID: DpN1aY15Rvup24Yb/OeeZQ== X-CSE-MsgGUID: dScGOMWtQseGC+0NIYzZkw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178629714" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178629714" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:04 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 96E81D5010 for ; Mon, 12 May 2025 18:04:02 +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 56547CFBA2 for ; Mon, 12 May 2025 18:04:02 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 147F71A009A; Mon, 12 May 2025 17:04:02 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 43/56] python3-meson-python: upgrade 0.17.1 -> 0.18.0 Date: Mon, 12 May 2025 17:03:26 +0800 Message-Id: <1747040619-7566-43-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216338 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...n3-meson-python_0.17.1.bb => python3-meson-python_0.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-meson-python_0.17.1.bb => python3-meson-python_0.18.0.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb similarity index 86% rename from meta/recipes-devtools/python/python3-meson-python_0.17.1.bb rename to meta/recipes-devtools/python/python3-meson-python_0.18.0.bb index 4dc7177557..742a2580a7 100644 --- a/meta/recipes-devtools/python/python3-meson-python_0.17.1.bb +++ b/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb @@ -14,7 +14,7 @@ PYPI_PACKAGE = "meson_python" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_mesonpy -SRC_URI[sha256sum] = "efb91f69f2e19eef7bc9a471ed2a4e730088cc6b39eacaf3e49fc4f930eb5f83" +SRC_URI[sha256sum] = "c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d" DEPENDS:remove:class-native = "python3-meson-python-native" From patchwork Mon May 12 09:03: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: 62797 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 0CD8AC3ABDD for ; Mon, 12 May 2025 09:04:13 +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.45973.1747040641170452848 for ; Mon, 12 May 2025 02:04:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LD+P6X7I; 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=1747040646; x=1778576646; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=xaPIYqT1s2oDjLUEQ7doEmtOvwn/czc6U/h2Tc9AcbU=; b=LD+P6X7Ifr2qPfUirsTWUldwOF7zmuPeCJ7PtNpJXy++VS2ziqGFVvlW hF6l1dvXmnPcRO5nqE/Ga3u6OH2ERliXeI80SFNAC+0ZrBgfSIfUp7xSD Y10A+vfNIrzGxAtLjJg+Tcs4Y9Gkc2pn7s6aGFRRuiCu8gq+I9K2jnrNu sp98JrpSkB6tZNPbQgHqmUc+e19c8mIv3RezpEFFnV2kzshkcipnCWumS BGgh7XVW3B/nnT+u7tZ84TeC4riLFa3hNV7TYOFf9VqrN7kxw1jDjUZoB UbtXbd7yCKh/Z819pyO9t+YpyVXU5QZWs9zRnW3Nx3toOq59+6m/sb3Mu g==; X-CSE-ConnectionGUID: m72XllqQRSu55DAEcunv+A== X-CSE-MsgGUID: OREuUHdCQBesK7g/sMAjMg== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="178035540" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="178035540" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2025 18:04:05 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 06020C68A4 for ; Mon, 12 May 2025 18:04:03 +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 BAD61D5060 for ; Mon, 12 May 2025 18:04:02 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4E59F1A009B; Mon, 12 May 2025 17:04:02 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 44/56] python3-packaging: upgrade 24.2 -> 25.0 Date: Mon, 12 May 2025 17:03:27 +0800 Message-Id: <1747040619-7566-44-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216339 From: Wang Mingyu Changelog: ============ - Re-add a test for Unicode file name parsing - Upgrade to ruff 0.9.1 - Add support for PEP 738 Android tags - feat(markers): support 'extras' and 'dependency_groups' markers Signed-off-by: Wang Mingyu --- .../{python3-packaging_24.2.bb => python3-packaging_25.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-packaging_24.2.bb => python3-packaging_25.0.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-packaging_24.2.bb b/meta/recipes-devtools/python/python3-packaging_25.0.bb similarity index 93% rename from meta/recipes-devtools/python/python3-packaging_24.2.bb rename to meta/recipes-devtools/python/python3-packaging_25.0.bb index 3526cd5b39..9cb5c68f58 100644 --- a/meta/recipes-devtools/python/python3-packaging_24.2.bb +++ b/meta/recipes-devtools/python/python3-packaging_25.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging" LICENSE = "Apache-2.0 | BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[sha256sum] = "c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" +SRC_URI[sha256sum] = "d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f" SRC_URI += "file://run-ptest.in" From patchwork Mon May 12 09:03: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: 62794 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 C9B6BC3ABD7 for ; Mon, 12 May 2025 09:04:12 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.45916.1747040638854317555 for ; Mon, 12 May 2025 02:04:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FGf9Xt3l; 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=1747040647; x=1778576647; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=rljk2YyHES0duHwlhic/mc4W6L47sy128ZkgYjQEBQs=; b=FGf9Xt3loSTM5YUz3jZA8qENRyYWodcZCrJvzAwUsymK2XgkpPbmuGqf l60Prs2ki7QOvmuWFpuf3VsBKgHwZiAV8Hj2j0+6rdIKamYtIukZKiZoT aL9r0oQVoTEx3rXgx8Ggh+YD6CbHjrsENIV4uy8Zx2C9vd+fcbx3ZdQxK DJToi58pUlzhDl8chGM+EJbkcBo4OILQXtT6TKPdnQJvYHFZpVhSjhmau KwJ3DaOoclGt+U3Ua+Ttykb4kv+p45QwzaYGkVRbaBEZOZqmTeb2oq4Uz VTEVFIijBUWJlzDwXsFoVrNZtRJRvHzfAncC6hR+qz6K19UBza1nENeEC w==; X-CSE-ConnectionGUID: tk5Jq6VMTUis01xZk8FHBg== X-CSE-MsgGUID: T25wvhahTYq5YaubHiKYZw== X-IronPort-AV: E=McAfee;i="6700,10204,11430"; a="202056489" X-IronPort-AV: E=Sophos;i="6.15,281,1739804400"; d="scan'208";a="202056489" 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; 12 May 2025 18:04:06 +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 41155D5051 for ; Mon, 12 May 2025 18:04:03 +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 03210D20AF for ; Mon, 12 May 2025 18:04:03 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8CF691A009A; Mon, 12 May 2025 17:04:02 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 45/56] python3-pdm: upgrade 2.23.1 -> 2.24.1 Date: Mon, 12 May 2025 17:03:28 +0800 Message-Id: <1747040619-7566-45-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1747040619-7566-1-git-send-email-wangmy@fujitsu.com> References: <1747040619-7566-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 ; Mon, 12 May 2025 09:04:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216342 From: Wang Mingyu Features & Improvements ------------------------ - New command pdm new that behaves like pdm init but creates a new project. - Support use --name as project name for command pdm new e.g. pdm new hello --name world - Support exporting to pylock.toml format as described by PEP 751. Bug Fixes --------- - Pass the --quiet option to pdm sync command. - If a .python-version file is found and it contains multiple lines, the file will be ignored. The usage of the .python-version file can be disabled, if configuration value python.use_python_version (or environment variable PDM_USE_PYTHON_VERSION) is False. - fix pdm config -e command to open read-only file under linux - Replace project names and import names in both README.md and pyproject.toml when running pdm init