From patchwork Mon Jun 30 09:12:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65814 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 C9D08C83034 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AMilibWE; 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=1751274803; x=1782810803; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=fGZDULkuN523R0K5FKUFJi1JkTFeXmyTW6fUG4eyMN4=; b=AMilibWEpt4pnAW5Eqv5cChqqv+nYLvvjHIjBHZvwo5wNwXhFJ7uWlZ/ xGQWNRdppYqnbGjuyZgDtQSvChx7JwjK2wD5DsY71/T0PzmDZDhGD9ne6 0c3zT+hEvbBEMhmcqUDpbmK6zNDDk+4QAtv3S7obHzDIBj87mU8q9jusm oO9YTMArH1wUltO1rI+1o8eqLmq8ZBX7+/f0DvwfNuNaatISilOZVibyG 4bYvNDWnSMrNtRwBgAEsWeH/vJPW/T4+RYAPg/uEHQ8dEqcwIm5oBdZ6h XIkASvPR3nLLAMAOeMoL73Iy7M4mTMA2eKEguZUbUFQ8TociXbWQLwntw w==; X-CSE-ConnectionGUID: 98svFAYGSBS/SdPvpEi+hQ== X-CSE-MsgGUID: N05og2y8QPKLjk/2tXnYQw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205055997" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205055997" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:22 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 199411C0008E for ; Mon, 30 Jun 2025 09:13:22 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 8B24A180032A for ; Mon, 30 Jun 2025 09:13:21 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id E5210F8117 for ; Mon, 30 Jun 2025 18:13:19 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3F3E61A000B; Mon, 30 Jun 2025 17:13:19 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/37] bind: upgrade 9.20.9 -> 9.20.10 Date: Mon, 30 Jun 2025 17:12:39 +0800 Message-ID: <20250630091315.1897-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219461 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../bind/{bind_9.20.9.bb => bind_9.20.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/bind/{bind_9.20.9.bb => bind_9.20.10.bb} (97%) diff --git a/meta/recipes-connectivity/bind/bind_9.20.9.bb b/meta/recipes-connectivity/bind/bind_9.20.10.bb similarity index 97% rename from meta/recipes-connectivity/bind/bind_9.20.9.bb rename to meta/recipes-connectivity/bind/bind_9.20.10.bb index 93ff957fc5..32f0bdf7b5 100644 --- a/meta/recipes-connectivity/bind/bind_9.20.9.bb +++ b/meta/recipes-connectivity/bind/bind_9.20.10.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] = "3d26900ed9c9a859073ffea9b97e292c1248dad18279b17b05fcb23c3091f86d" +SRC_URI[sha256sum] = "0fb3ba2c337bb488ca68f5df296c435cd255058fb63d0822e91db0235c905716" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # follow the ESV versions divisible by 2 From patchwork Mon Jun 30 09:12:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65811 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 95F3BC7EE39 for ; Mon, 30 Jun 2025 09:13:27 +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.35174.1751274806117355495 for ; Mon, 30 Jun 2025 02:13:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HRPmDs3Z; 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=1751274806; x=1782810806; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/pDsZUFPyGssfixisXtavKfarOsAccOsHscovTIf+fc=; b=HRPmDs3ZDWE1diJeMTt5rHYfAJjq4zg3OIWpvhUsYzdXQXZ8XH6dQIGe 5Xvz8s+K7xr5RMKCDPxONGxUTKFgb3PUpdtzoLiGjZQLe8Aj5Z/Qp8TSG sDE6ffG8I81DHxYtS0ES/gNMZcMwYmSOl8/K3/e0z/Ws2wHG9+DYeSfBq 1ihvpXrrtgfy6MI0ATwTN3YahDVFuHCmZ2yoPdR2yNSK6+ONTfOccBcoo vqR7RZkmzsna3zE50/bmfphdJ/F274OjApPZ1ViAyECmJyINHoy5mL0De hh2k6jMNEg7uX0JHLGZej6yedkPe4xPrl+Zdv5dtunNhPUvVwAlZasq10 g==; X-CSE-ConnectionGUID: XROQJyWvRXy+O1hiOtwSuA== X-CSE-MsgGUID: 8hKW/RyMS86h8kcIY6Gvug== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204535096" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204535096" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:24 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 2E82A1C0008E for ; Mon, 30 Jun 2025 09:13:24 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id A14DE1800317 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) 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 1142DBF3CC for ; Mon, 30 Jun 2025 18:13:22 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 940131A000B; Mon, 30 Jun 2025 17:13:21 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/37] btrfs-tools: upgrade 6.14 -> 6.15 Date: Mon, 30 Jun 2025 17:12:40 +0800 Message-ID: <20250630091315.1897-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219466 From: Wang Mingyu Changelog: =========== - mkfs: new option --inode-flags to specify flags/attributes for inodes/directories/subvolumes - check: fix false alert on missing checksum for hole in lowmem mode, fix false alerts when checking refs - convert: check feature compatibility when enabling block-group-tree - tune convert-bgt: fix resume of conversion - rescue: add new command fix-data-checksum, selectively fix or find mismatching checksums - other: new and updated tests documentation updates Signed-off-by: Wang Mingyu --- .../btrfs-tools/{btrfs-tools_6.14.bb => btrfs-tools_6.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.14.bb => btrfs-tools_6.15.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb index 982d4830b5..88a6d11354 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "5ad147c9ec00e657393c85b195c9bcc0f4c35a54" +SRCREV = "3da67f1c78bcbd7556f04d89e31aa4621face50b" PACKAGECONFIG ??= " \ programs \ From patchwork Mon Jun 30 09:12:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65813 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 BE370C83032 for ; Mon, 30 Jun 2025 09:13:27 +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.35288.1751274805183499294 for ; Mon, 30 Jun 2025 02:13:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=t8BifW9Q; 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=1751274805; x=1782810805; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=A15ZRof3dibCPhG1ev/deEmJWtkgKqWSb0hC1g0dCrE=; b=t8BifW9QITwWhWF7EEDDvLllfsj3KR9TAaIZDSM+b/rCogyMYmrrUN57 ou5DR23C6vdgOxXXmcGpMDO9UEpWVSR/LMyQ6bTAGjfNxFP5o3fIRG1w0 8uVPQ1pWBxUQWFt7TXLwDZqt5oVGBEfxkAnIS3UEU3sAxnWUqsr00qjVC LladPxURxHrX75R8Jg7s0QdculNpYzPbsSwfqqell7gfeWdIOP/7Osddn xc+GIdJ3Ooquv6rcArb6aNh9lpKQhZDMJnHMPWRJctL3M1fmlSJJySwfn rUrQ/cTxPGDSD8AADuVAqb1M/Kk+ap8Xw2oO+BbspnbC1CKEHTBVQATkl w==; X-CSE-ConnectionGUID: xNmyDVGUS2iPSoag1wRauA== X-CSE-MsgGUID: dRSVNuijSFy7Daw5a/Dr+Q== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="207712135" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="207712135" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:23 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 924591000350 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 115911800337 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 72685F8402 for ; Mon, 30 Jun 2025 18:13:22 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EC0FA1A0073; Mon, 30 Jun 2025 17:13:21 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/37] enchant2: upgrade 2.8.6 -> 2.8.10 Date: Mon, 30 Jun 2025 17:12:41 +0800 Message-ID: <20250630091315.1897-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219462 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../enchant/{enchant2_2.8.6.bb => enchant2_2.8.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/enchant/{enchant2_2.8.6.bb => enchant2_2.8.10.bb} (91%) diff --git a/meta/recipes-support/enchant/enchant2_2.8.6.bb b/meta/recipes-support/enchant/enchant2_2.8.10.bb similarity index 91% rename from meta/recipes-support/enchant/enchant2_2.8.6.bb rename to meta/recipes-support/enchant/enchant2_2.8.10.bb index 2696fc0f81..e2965e9e10 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.6.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.10.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] = "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b" +SRC_URI[sha256sum] = "6db791265ace652c63a6d24f376f4c562b742284d70d3ccb9e1ce8be45b288c9" GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" From patchwork Mon Jun 30 09:12:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65812 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 B5892C83033 for ; Mon, 30 Jun 2025 09:13:27 +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.35172.1751274805760933524 for ; Mon, 30 Jun 2025 02:13:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=So9+X85o; 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=1751274805; x=1782810805; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=hXcFw5Ue9f4s0mmNGrASSyf1gpUfp+iJ887P323nbRU=; b=So9+X85ogDpJbpbhh/6TiGR/mYFY/TNtiwG2TW3sQQvWcZwOhnw8ILjU TBKa3BteCYZH0FvO/g5OOKIXzVAWrLqpDlzdUqiz24YP3qr/oQVYpvwsk z0+klPQzPLGoTIUYd889UovVmpSNzF1Bv9DQ08VqOTCRUvmnJN1dyyWEm vvtg33HaZq9el2skpFN5zMvLyqg6Ywc5zhJFZWUcfD89CzC6W7V7AHXer 92yc0dvLj7tLqWHTeRTzaQ4hE6M3bUMXagQRxxd7SvN2B0dB3djJknfuj zq1QC1uiql52EpGbN+MGSCpIVJPowIrrYrNoALrxvgNt83R+LRWYGAe3v Q==; X-CSE-ConnectionGUID: +lG1IutDQD+bPDhQhGEMXg== X-CSE-MsgGUID: MMbLSGn9Tp2lxR+6qifGuw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="192514691" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="192514691" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:23 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id E4F3A188F for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 62F35C006D4 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) 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 B96A7BF3CB for ; Mon, 30 Jun 2025 18:13:22 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 48DA01A000B; Mon, 30 Jun 2025 17:13:22 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/37] ethtool: upgrade 6.14 -> 6.15 Date: Mon, 30 Jun 2025 17:12:42 +0800 Message-ID: <20250630091315.1897-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219463 From: Wang Mingyu avoid_parallel_tests.patch refreshed for 6.15 Signed-off-by: Wang Mingyu --- .../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++--- .../ethtool/{ethtool_6.14.bb => ethtool_6.15.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_6.14.bb => ethtool_6.15.bb} (94%) diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch index 4affc332a9..79232a6b00 100644 --- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch +++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch @@ -1,4 +1,4 @@ -From 755cf01b02e6ec8c8acb79558cbad28e301519b3 Mon Sep 17 00:00:00 2001 +From 27757ce1a8956591d22e7f9dc8cef37e37be8e9f Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Wed, 28 May 2014 18:59:54 +0200 Subject: [PATCH] ethtool: use serial-tests config needed by ptest. @@ -14,10 +14,10 @@ Upstream-Status: Inappropriate 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index db71394..5e93135 100644 +index f5fdc8b..3eab387 100644 --- a/configure.ac +++ b/configure.ac -@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.14, netdev@vger.kernel.org) +@@ -3,7 +3,7 @@ AC_INIT(ethtool, 6.15, netdev@vger.kernel.org) AC_PREREQ(2.52) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([ethtool.c]) diff --git a/meta/recipes-extended/ethtool/ethtool_6.14.bb b/meta/recipes-extended/ethtool/ethtool_6.15.bb similarity index 94% rename from meta/recipes-extended/ethtool/ethtool_6.14.bb rename to meta/recipes-extended/ethtool/ethtool_6.15.bb index 41164ac6ca..eb6b272d4a 100644 --- a/meta/recipes-extended/ethtool/ethtool_6.14.bb +++ b/meta/recipes-extended/ethtool/ethtool_6.15.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "3dbfc910513d1fef683f27ab12325cc88551abffae66d0ad3afe2a13317d2339" +SRC_URI[sha256sum] = "5d21a75b54c5e617b8ac0fe161e2ef3a75ecdf569ab64831474882dd3ece6077" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" From patchwork Mon Jun 30 09:12:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65810 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 AFD33C83031 for ; Mon, 30 Jun 2025 09:13:27 +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.35173.1751274805861365376 for ; Mon, 30 Jun 2025 02:13:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Hpk9+ztf; 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=1751274806; x=1782810806; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vg4lK+lx3EN53jMjr2Elx/od7RH3qvtSVBbKYXi8aeg=; b=Hpk9+ztfkkBQ1MMk6ch9925aE5UBN0q1ygLQbGA/Xe6HyVi4pO2yjgfE UJUYQs2O2XsBZm0uxp3OLWaxz4/WIFgmPiYBezo4j10BIT91Dc7VXDUi0 aRtSDlDpowJOIeC5VRr5e1KXygKsn5QO68kkmeukQBNlE47W8aulr2+7l gmmXk98PAXkkWL0JoSDlRr+vWHW5TPPwxtIpc0sJC68hu6asfcfTce1lb NOBoY3JJPkGwau+jcgFiU+Ju7gU4MaD035aGFTKAKXt9eqY30nmL3fJym KXzHStLjQMsMlEmzSQl4ri8uLQDmnEIXSErR61N9cTGKYxPSRewK61UBA Q==; X-CSE-ConnectionGUID: Yf/xOi1FQwKCwc0ISqQwTQ== X-CSE-MsgGUID: f4FRjwi/SyyBWuC+tRuJnA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="183480500" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="183480500" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:24 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 4117A1C00096 for ; Mon, 30 Jun 2025 09:13:24 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id B4A131800327 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 24050B4E2E for ; Mon, 30 Jun 2025 18:13:23 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 96FAE1A0073; Mon, 30 Jun 2025 17:13:22 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/37] gst-devtools: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:43 +0800 Message-ID: <20250630091315.1897-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219464 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{gst-devtools_1.26.2.bb => gst-devtools_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.26.2.bb => gst-devtools_1.26.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.26.3.bb index f898db80e7..f107af110b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.3.bb @@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV} file://0001-connect-has-a-different-signature-on-musl.patch \ " -SRC_URI[sha256sum] = "400ff79fe371367deb8ad1adf8b4643d6e558a433bf83136c2dd496fe8210f37" +SRC_URI[sha256sum] = "4fde19c3c144834f8cb05c2ca3f14b3a50d395bad203d17f98a6e70c1672f2ba" DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base" RRECOMMENDS:${PN} = "git" From patchwork Mon Jun 30 09:12:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65815 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 D803CC83036 for ; Mon, 30 Jun 2025 09:13:27 +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.35289.1751274805923456043 for ; Mon, 30 Jun 2025 02:13:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XDjNPffD; 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=1751274806; x=1782810806; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cppAApTMT0mLN36uIv/1f273CuJm7X8rw67ADxqVa58=; b=XDjNPffDl+UjbntbTw0691Y2qPJF1oQ8kMaBGJE3lo50vbvPAsNQo3x1 cySAEtBqyCK39QNNQGhzu6WAbZVNU5obo3NbNLWFu21LZtAaB8xtvA7eO HhP4ex3wK6KaLPTxFTGnNzoZ24ZfYk243DQ8g2uRRmAua/SJmPSBZI+3f 5Srx8rH2XJrkVsXdU9h9Qgbfd0KuyzDadunYSDPF1rzqyEdwxDZW/0Ltx A5I0N2c1Rg7GPQPfqkfKs8g+2HqywHVu90+wZ9nPyJGYiBTvi/WdILLTY 70/HfnnBtLaWZxEBXmAiCiXrLzxKKWyL2ws82GrIKk36Y3tp1It41UJZD g==; X-CSE-ConnectionGUID: iq5L8VbwRnqDVrjTpdYgzA== X-CSE-MsgGUID: Yhs2klYpTj2/YzEXwNf4mQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="191956027" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="191956027" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:24 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 6945742A30C for ; Mon, 30 Jun 2025 09:13:24 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id DDEBBC006D6 for ; Mon, 30 Jun 2025 09:13:23 +0000 (UTC) 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 4B752BF3CB for ; Mon, 30 Jun 2025 18:13:23 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EAF7F1A000B; Mon, 30 Jun 2025 17:13:22 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/37] gst-examples: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:44 +0800 Message-ID: <20250630091315.1897-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219465 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{gst-examples_1.26.2.bb => gst-examples_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.2.bb => gst-examples_1.26.3.bb} (96%) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb similarity index 96% rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb index 33c4119d1a..6478b70c86 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb @@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b file://gst-player.desktop \ " -SRCREV = "100c21e1faf68efe7f3830b6e9f856760697ab48" +SRCREV = "87bc0c6e949e3dcc440658f78ef52aa8088cb62f" S = "${UNPACKDIR}/${BP}/subprojects/gst-examples" From patchwork Mon Jun 30 09:12:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65839 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 C11D6C83F07 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.35176.1751274809073093360 for ; Mon, 30 Jun 2025 02:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kLeJB2Te; 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=1751274809; x=1782810809; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KHEPOM2ibm3s42XJ3WostH8+n/Kp2As+Dy8l28fa0tU=; b=kLeJB2TeAXHn54AhtGFPdcEH8buTAwjiI8mHAeraaetCzm/LTqApqAtz URowzQEMc3x5ruGFQR6mTuWqGgJcleCSBm7pRaaoZ7F/YH8ZinQepn/Wz McClbC56jRToPbfnaBUX3zrjOlKZdvWuErEjUyhzjA0TBHbEdKZelkkcG 69jn44tIIzRV/Rbc/ZNgaicSJm6FV0lfWcnbqt8MLvs6INs4LSmr9ixjf 7hsJ4PVD8i2O1F3czUUX5wf3eV9SNTSKopOjOv9er+U1ATnJdJa+8ZmS7 QId5XmoMQE7S2RL+FKiPTxOSGfDTPUh6AE5yxHlkgypVegTaYRPKem5Fh g==; X-CSE-ConnectionGUID: 4a5JVCpXST2T1JuS3WhqHg== X-CSE-MsgGUID: 96TEQ1CbR5io7QoIBgrC3A== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="193015477" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="193015477" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:27 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 781F342A319 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTP id EA9F11C0028C for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id CDD22B4E2E for ; Mon, 30 Jun 2025 18:13:23 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4D3CC1A0073; Mon, 30 Jun 2025 17:13:23 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/37] gstreamer1.0-libav: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:45 +0800 Message-ID: <20250630091315.1897-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219476 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...streamer1.0-libav_1.26.2.bb => gstreamer1.0-libav_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.26.2.bb => gstreamer1.0-libav_1.26.3.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.3.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.3.bb index e3410f0907..4125fdf31f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.3.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \ " SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz" -SRC_URI[sha256sum] = "2eceba9cae4c495bb4ea134c27f010356036f1fa1972db5f54833f5f6c9f8db0" +SRC_URI[sha256sum] = "3ada7e50a3b9b8ba3e405b14c4021e25fbb10379f77d2ce490aa16523ed2724d" S = "${UNPACKDIR}/gst-libav-${PV}" From patchwork Mon Jun 30 09:12:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65809 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 8AB18C8302E for ; Mon, 30 Jun 2025 09:13:27 +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.35173.1751274805861365376 for ; Mon, 30 Jun 2025 02:13:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nM6bsyLC; 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=1751274807; x=1782810807; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yICwJRtqnNxrE6Sx4YnfkcVWTD7SPiV31iv/TlN6rEI=; b=nM6bsyLCb8DZe8Y5NTWKVj3TCL+Ntj9IGzbHsavfesKomBOaSm/Mkr1p +ePhDKajhkTNTUNy5Wngv7YQ+0c64Dgjk/xbsbNaHetOE3/iig0kjOEyo UOpEQMi0SC5Zcaqob+cgyAtkBE8O/EoyLIwF9UP1i2zefpfaENqSJwq+H JwbG7aA/hL5jPY06sDvQ3q9VeJbqpgT3hWFpBgeL8qtPuLYQbmI4LDVq5 wuMUzJpstkGrO3Fl8AdPHqgjVZUCPcRwUiQE1kb6V8HgWqvjYbpvakFMc WzXJwcOfNM33ZYD1LzKPh/jAOJgbBXunllC4sf2uSgZh0tNt+L+X4kEuw Q==; X-CSE-ConnectionGUID: jw5YiaHOTeiVuhun118tmQ== X-CSE-MsgGUID: PWAqAv31TIiIwQsi6q9VOA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="183480504" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="183480504" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:25 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 32C6A1C0213D for ; Mon, 30 Jun 2025 09:13:25 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTP id AC85814003F6 for ; Mon, 30 Jun 2025 09:13:24 +0000 (UTC) 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 213BAD5068 for ; Mon, 30 Jun 2025 18:13:24 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A3C821A000B; Mon, 30 Jun 2025 17:13:23 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/37] gstreamer1.0-plugins-bad: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:46 +0800 Message-ID: <20250630091315.1897-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219468 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...plugins-bad_1.26.2.bb => gstreamer1.0-plugins-bad_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.26.2.bb => gstreamer1.0-plugins-bad_1.26.3.bb} (98%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.3.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.3.bb index b311286cc2..12992057e7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.3.bb @@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad file://0002-avoid-including-sys-poll.h-directly.patch \ file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \ " -SRC_URI[sha256sum] = "cb116bfc3722c2de53838899006cafdb3c7c0bc69cd769b33c992a8421a9d844" +SRC_URI[sha256sum] = "95c48dacaf14276f4e595f4cbca94b3cfebfc22285e765e2aa56d0a7275d7561" S = "${UNPACKDIR}/gst-plugins-bad-${PV}" From patchwork Mon Jun 30 09:12:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65808 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 89BD9C8302D for ; Mon, 30 Jun 2025 09:13:27 +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.35172.1751274805760933524 for ; Mon, 30 Jun 2025 02:13:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eyxf7u2t; 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=1751274806; x=1782810806; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wXEoXwBCZz0uVstaBuYnp9XcWVOSZSXREYjDCQPc9nM=; b=eyxf7u2tRN7Cpu7dEicVRoIg+sHNt0l6tAyNvaLPBE2OKmF9xcDsANob 5h0VwFrCE8Rynx2aA88cqawiLxrDlPzR6DuYMYJwzjV3h4rEn/LVmgbTT 66BAh5Lw02HJwN/4teNEaDwkt85IlDkC3cySfVK15TlIo5FVUFOm5eY4Y Zlo+2QCMMg+jlpoPzBMg+/6vsbHwMJiFdqF+I6NyntrYtt9KpgUkh1cCX sBeQUKokFrJJOH6+vqI8M4pUCgJwYTRFMth3Kq/t6fJXaJ54/DMHd4oAD QjWvYyLVl3KFXEUWD9Yv4sCQSKJRkjK33ZB5XDd3oHQyzeNBxyl4egG3s g==; X-CSE-ConnectionGUID: iajpI7eSQZGtNWQNXzJrag== X-CSE-MsgGUID: P8N1NO+/Rkq8IleVZaw2sg== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="192514698" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="192514698" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:25 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 523611C0008E for ; Mon, 30 Jun 2025 09:13:25 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id C5EAE1800327 for ; Mon, 30 Jun 2025 09:13:24 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 389053DCD7 for ; Mon, 30 Jun 2025 18:13:24 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E73EA1A0074; Mon, 30 Jun 2025 17:13:23 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/37] gstreamer1.0-plugins-base: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:47 +0800 Message-ID: <20250630091315.1897-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219467 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ugins-base_1.26.2.bb => gstreamer1.0-plugins-base_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.26.2.bb => gstreamer1.0-plugins-base_1.26.3.bb} (98%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.3.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.3.bb index c264a14ee6..74eb1360f6 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.3.bb @@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba file://0003-viv-fb-Make-sure-config.h-is-included.patch \ file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ " -SRC_URI[sha256sum] = "f4b9fc0be852fe5f65401d18ae6218e4aea3ff7a3c9f8d265939b9c4704915f7" +SRC_URI[sha256sum] = "4ef9f9ef09025308ce220e2dd22a89e4c992d8ca71b968e3c70af0634ec27933" S = "${UNPACKDIR}/gst-plugins-base-${PV}" From patchwork Mon Jun 30 09:12:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65816 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 D7D96C8302E for ; Mon, 30 Jun 2025 09:13:37 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web10.35290.1751274807414773619 for ; Mon, 30 Jun 2025 02:13:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OqeIu0qF; 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=1751274808; x=1782810808; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=dshBbtlHpzq+UcskuWSRLwfOgkg5Bq9VTYkL/tuxIU0=; b=OqeIu0qFpiXHBURbtfGWw6zQHHyVtx3QSKVzL0wvoSRR31r61uRkzxWZ 93G3Cgek9qjs2CxDzDrvAfZjaW6M3cOZEtrrDHElbJtVqRnNARMtnGw/E mg2w3fJHDNRzIgakMJNIFjV9krKCNYMhV+gorCOs+Ogy7161KHobxE2jT h7iSAF5r4L/bFccQoocqiQdTrsG2qKPbVwae3d0ErDHv6JEo4eUKlQSNx 7Gj6VdDbPq0rY0KwFDhF1Xu0ctK1R6jR8I0kYGr0S10HcW9SZ6egg+sPM KT48uvWpY7eSLGIZ37Fu8uJ9WvyvLGlnUJ3cjNeslZxLiPMMrrGnmvGFA Q==; X-CSE-ConnectionGUID: BzB/w40tTn+esAZ6dgHOzA== X-CSE-MsgGUID: Kpofa7qaT/qB9USFi2zgSA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204507054" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204507054" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:26 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id CB36C1002B86 for ; Mon, 30 Jun 2025 09:13:25 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 5124E180027F for ; Mon, 30 Jun 2025 09:13:25 +0000 (UTC) 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 B7FE2D5068 for ; Mon, 30 Jun 2025 18:13:24 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 36D201A0073; Mon, 30 Jun 2025 17:13:24 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/37] gstreamer1.0-plugins-good: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:48 +0800 Message-ID: <20250630091315.1897-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219469 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ugins-good_1.26.2.bb => gstreamer1.0-plugins-good_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26.2.bb => gstreamer1.0-plugins-good_1.26.3.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.3.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.3.bb index 7a81a29d95..601a7961c7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.3.bb @@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz" -SRC_URI[sha256sum] = "d864b9aec28c3a80895468c909dd303e5f22f92d6e2b1137f80e2a1454584339" +SRC_URI[sha256sum] = "fe4ec9670edfe6bb1e5f27169ae145b5ac2dd218ac98bd8251c8fba41ad33c53" S = "${UNPACKDIR}/gst-plugins-good-${PV}" From patchwork Mon Jun 30 09:12:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65827 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 55A8FC8303A for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VZyhdGjn; 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=1751274807; x=1782810807; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KDwlSJgVoynF/M1rJQPhc1Sq8O8psxrVy4WPzakHnLY=; b=VZyhdGjnfH824T0osUa1W+dquFGQJsh75ItxxoopoG2vkyyBpmdJgPMT jIGRBEWL1BlpH53YAyWwGz8mOR0lWCpgH/SNgeP6QJ7V1eU+XIUOyDds8 9EsDCxRDjcA3Zk7hVYcpbUFh4M0oqXoI82dGLhsXFxDavzQAnjQi4qE9v hiRsZRyVFX50uF+VkNOdwnAELdXb+AtCPnUTji7A0H1+GYsbDOIKzpdtO UmtiqhGCQz9Uu+aGFZlly08on5bxXkFsiRns25rBIeSN2MRm2JuPDPEhK QXK/ByQ3A+Msa412302zINNMF/uEAjUef2cO6G3IAW8WQNj9UpskRoo5B A==; X-CSE-ConnectionGUID: 6YIIGet5RrWVH0YlJC0Ivw== X-CSE-MsgGUID: ygIB65EcS+eI+wV8F/2rEg== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205056013" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205056013" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:27 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 3D114188F for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id ABDEC18009C1 for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) 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 1632ABF3C1 for ; Mon, 30 Jun 2025 18:13:25 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8B7DA1A000B; Mon, 30 Jun 2025 17:13:24 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/37] gstreamer1.0-plugins-ugly: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:49 +0800 Message-ID: <20250630091315.1897-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219470 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ugins-ugly_1.26.2.bb => gstreamer1.0-plugins-ugly_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.26.2.bb => gstreamer1.0-plugins-ugly_1.26.3.bb} (94%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.3.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.3.bb index fcd97e4245..cc3da89556 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.3.bb @@ -15,7 +15,7 @@ SRC_URI = " \ https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ " -SRC_URI[sha256sum] = "ec2d7556c6b8c2694f9b918ab9c4c6c998fb908c6b6a6ad57441702dad14ce73" +SRC_URI[sha256sum] = "417f5ee895f734ac0341b3719c175fff16b4c8eae8806e29e170b3bcb3d9dba5" S = "${UNPACKDIR}/gst-plugins-ugly-${PV}" From patchwork Mon Jun 30 09:12:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65844 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 CB150C83F0A for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35175.1751274807907310760 for ; Mon, 30 Jun 2025 02:13:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=IFQVAzl4; 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=1751274808; x=1782810808; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YFWDNcibsiaUofAqTTi5+O2tPTubNZt+2ReDzdZLzmE=; b=IFQVAzl49B+3y3jRBS4e2vzsmfpCnEw1JSmlGwkD4lJXuHifA0zqelvl 5dLIZX9FW5dCp4fRmFWtoIu21TkhdwOxOATQPEOVRhrPr9qcM1z9+//ki H6iv3ckNb3nlEFW7N46g4AEJW+nAu6U6NAYu5ZehPMIYUmJhQVVmUBUFV o7DJ4H7r9qbRutVb18Tf6k7CpJtWBKwN98zAoziEjn26zm8hHkgLn4XFW rZXOCYCG/TQAqDuKHrWW5bkV8KfbqRqdwNluOZHkeapb1F6q/ppEZIwBA XfoKqGZXpmCamuzsKGcg+fiaF0Psy3To7NRhBbykikbFU55hXkTR2gDgF A==; X-CSE-ConnectionGUID: LgLYCcrYR6W9cixTVArmog== X-CSE-MsgGUID: Phvx4yL4RKW1PsiUzCzbDQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573477" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573477" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:26 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 5662642A309 for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id C8D2A1800337 for ; Mon, 30 Jun 2025 09:13:25 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 30E76B4E2F for ; Mon, 30 Jun 2025 18:13:25 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DD7F71A0073; Mon, 30 Jun 2025 17:13:24 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/37] gstreamer1.0-python: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:50 +0800 Message-ID: <20250630091315.1897-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219471 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...reamer1.0-python_1.26.2.bb => gstreamer1.0-python_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.26.2.bb => gstreamer1.0-python_1.26.3.bb} (91%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.3.bb similarity index 91% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.3.bb index 3c60e09d85..1f80063a0b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.3.bb @@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "757ae964c16a542d60708bcb8a67c56c5be83785c0d1c534b9b9366bf676746e" +SRC_URI[sha256sum] = "9343b9a7c45f472498c24ddb6fea9aba5f1a24395ddbc0b79da6e485e42d1b12" DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject gstreamer1.0-plugins-bad" RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" From patchwork Mon Jun 30 09:12:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65831 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 7BE73C83F01 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.35177.1751274810576654104 for ; Mon, 30 Jun 2025 02:13:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=goaEVRhW; 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=1751274810; x=1782810810; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=tflJoxpmhJwkZtjLNlg3zoaP27/6JZV3nI5ll/KuEw8=; b=goaEVRhWp1gbSsWbPk3uwBnyBylXM+u8tt0TwCZ2RHqu4m+saJEdhFWg XUZo2TzIYIKnL/iYhhKhwBgeuKtgaGWKBdINYJDnh7IORyeq72iLGj+wP 3zwULglDDAm0460T+c8dUDAqJJaKqlCnFM/K++NtHWYqC7b0ILBwDNiz+ sC+BZuX/jkCbYEjRV2tRDEK3x/qBMNSedpgciuYKoxP1DGyxhKUmQkM0u MzXOxSb7t/gFWoZIV9oZsa7C45mMWrWCwMO7InV9uiuCW6SCnMvCglqBb N2LBb1OjILQVRql9181UHZL+etFvAgPMsnolMFezGmR/7e9Z9JXg6hbu5 g==; X-CSE-ConnectionGUID: N5W9muypR6mOltsNkZVeqg== X-CSE-MsgGUID: pRu5Qf/zQJizOqtAaJgmGQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="203801327" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="203801327" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:27 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id D0A2D188F for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 4F1FDC006D6 for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id B1B47B4E2F for ; Mon, 30 Jun 2025 18:13:25 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 34F5B1A0074; Mon, 30 Jun 2025 17:13:25 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/37] gstreamer1.0-rtsp-server: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:51 +0800 Message-ID: <20250630091315.1897-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219480 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...rtsp-server_1.26.2.bb => gstreamer1.0-rtsp-server_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.26.2.bb => gstreamer1.0-rtsp-server_1.26.3.bb} (90%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.3.bb similarity index 90% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.3.bb index 51085bb3fa..7ee7a1f07f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.3.bb @@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server" SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" -SRC_URI[sha256sum] = "f942b2a499ed6d161222868db0e80de45297b4777ff189c6fb890bde698c2dc3" +SRC_URI[sha256sum] = "415e8a53a9844789770dd4f116ac2e3a4a33de42673c57acc25c5ba0f4406fc5" S = "${UNPACKDIR}/${PNREAL}-${PV}" From patchwork Mon Jun 30 09:12:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65840 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 B4D18C83F09 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=J6IW4tm7; 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=1751274808; x=1782810808; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T/qwZ8I3JD1gj5B3wmYiLUo6P3tf0z0fxJYPrXbSSgc=; b=J6IW4tm7Affc7yyRbOjfQbqpisw4tr0b+35gOAh3ZG+luDBWk+4xjP8X QRyLuE0rCQeWruYXeoJNd0W7Hnu/Ghqk8Es/DiNfM8myd85MQNOdRyIIV 9s6GePKrOrUT3+t9qoU9cQTOruupdRjoMUvUBpzhVvudXYbFuu+hcqIOy lBt18O1qXD3TfH0EXBiM2gN3vKbV8udNqxLPuo7b3rZ0oJV16dVoCswQR VuQgbyJrETqVozeeQv4uPI1nf3DD7OKFo+/FXtvnVnjOTb8Xlcf6Mv2KO 9bAj7OalhE0GHm87JXxk4Hq0zlCqQalz79NfmBppfk6zqCjb7LOFFWkFc A==; X-CSE-ConnectionGUID: +Aw7NUS4RxWP1a9JblXx9Q== X-CSE-MsgGUID: zq6Edu9STJSXIIqtgutlfw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205056016" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205056016" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:28 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 1817642A31E for ; Mon, 30 Jun 2025 09:13:28 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 8CE60C00D4E for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) 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 EEF3BBF3C1 for ; Mon, 30 Jun 2025 18:13:25 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8931B1A000B; Mon, 30 Jun 2025 17:13:25 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/37] gstreamer1.0: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:52 +0800 Message-ID: <20250630091315.1897-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219473 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{gstreamer1.0_1.26.2.bb => gstreamer1.0_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.2.bb => gstreamer1.0_1.26.3.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.3.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.3.bb index a921e39144..9de76944fb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.3.bb @@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x file://0003-tests-use-a-dictionaries-for-environment.patch \ file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \ " -SRC_URI[sha256sum] = "f75334a3dff497c240844304a60015145792ecc3b6b213ac19841ccbd6fdf0ad" +SRC_URI[sha256sum] = "dc661603221293dccc740862425eb54fbbed60fb29d08c801d440a6a3ff82680" PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ check \ From patchwork Mon Jun 30 09:12:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65841 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 B0914C83F05 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35175.1751274807907310760 for ; Mon, 30 Jun 2025 02:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ha2vlnrX; 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=1751274809; x=1782810809; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OvDzYpt+k06N9LZAw264Rs0XvWE/iiOMy+wTk7JdHnY=; b=ha2vlnrX9wE8/ZTjeGgjO5QdxrYUleG6w5f9NM0g4UOWjAAy1cJ7sl8P GfI6kTU8hStNMVu7iEt3Zv+x2G1T+5zZbdZFw/sLKMjTWJzm8Rmiy0i1Q JS1M9QIupiRQ+/RTinKAsFQ7j6VhmnTmDP3fIkOu3JwDIP4u1Z1BXfC9a GYHUf/dfinV5xQYEoHm9pmIJvEGeBNUI1pOqPYqpWYvKlLVzNu1eRkYRP wn+lCrOZHoIww18baJ9K+1ZrCQI0hSjvf2mYrmc1oNTEi3ixWVXLND8e4 9Nr5vcS+RdB0zPRYg8VkLl+3DR1JtvCuQ8oo0k1OJ3uEorClpHRH18e9P A==; X-CSE-ConnectionGUID: FCvQxfEWRGGlmtBntNralw== X-CSE-MsgGUID: Asc4NG+FRvOakRqgeVucUA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573484" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573484" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:27 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 41C2642A319 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id B1EE018009C3 for ; Mon, 30 Jun 2025 09:13:26 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 20B22B4E2F for ; Mon, 30 Jun 2025 18:13:26 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C40841A0073; Mon, 30 Jun 2025 17:13:25 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/37] gstreamer1.0-vaapi: upgrade 1.26.2 -> 1.26.3 Date: Mon, 30 Jun 2025 17:12:53 +0800 Message-ID: <20250630091315.1897-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219474 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...streamer1.0-vaapi_1.26.2.bb => gstreamer1.0-vaapi_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.26.2.bb => gstreamer1.0-vaapi_1.26.3.bb} (95%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.3.bb similarity index 95% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.3.bb index 9b8aaf09df..98eba8bcdb 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.3.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "0e24194236ed3b7f06f90e90efdf17f3f5ee39132e20081189a6c7690601051a" +SRC_URI[sha256sum] = "2d643fbd1420297da5a4d6945d11f0a5b4f82feea54ea6aec9368d42995d8b03" S = "${UNPACKDIR}/${REALPN}-${PV}" DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" From patchwork Mon Jun 30 09:12:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65838 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 9B1E5C83F04 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.35288.1751274805183499294 for ; Mon, 30 Jun 2025 02:13:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NcsOP2p5; 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=1751274808; x=1782810808; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=P+ynSk35GH1w3CuUSQkJ0M5RY0+foxaYbOpygbcq19I=; b=NcsOP2p55TVtC4zBbmnXo+nhlVEnGXVhb/SSEz05syYhBzOc9Sxr05Sr AXFm1ghbCnhy29FFi2YbGxNoYljUHKJ+ZDqbKvRsmPtOLdjtVxWFPIhHS E/reMnq2hW6w7bfMBnhieHtXL+bo4icOd3qULw3QVEoqmim5G9XpOinvQ XRsLmFy7SpCCyAM29E/DMA6h/6JPKJVmrfSPi6KUEKIRl2LPpyIeE6aqI 1bUtD5BQWxQr6iAJI5dUdiF8SS6FS6xgtXNGVkYwuOuh1BxMc7bwBCDY0 crn9gR80pU5YCbRtQixUyrHOlbTnyBzu79y/fLGU9DIG4Y+BNK9cOrD1a w==; X-CSE-ConnectionGUID: zWgE1MlRQWKXlDZXsNhz5g== X-CSE-MsgGUID: NnfTqMr9SyCjwcQ3kFphgQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="207712150" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="207712150" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:27 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id C16F642A317 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 3F79518009D6 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id A2587F8115 for ; Mon, 30 Jun 2025 18:13:26 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1DCCC1A000B; Mon, 30 Jun 2025 17:13:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 16/37] libmodulemd: upgrade 2.15.1 -> 2.15.2 Date: Mon, 30 Jun 2025 17:12:54 +0800 Message-ID: <20250630091315.1897-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219472 From: Wang Mingyu Fixes: ----------- module_index test now passes if RPM library is built without bzip2 or xz compression support and libmodulemd is configured to support decompression using the RPM library. Signed-off-by: Wang Mingyu --- .../{libmodulemd_2.15.1.bb => libmodulemd_2.15.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libmodulemd/{libmodulemd_2.15.1.bb => libmodulemd_2.15.2.bb} (93%) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb similarity index 93% rename from meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb rename to meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb index 6504414387..0636f8c15b 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main" -SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd" +SRCREV = "b8b11b4dafaa2c4d73883152bfa7e5bd81cd7395" inherit meson gobject-introspection pkgconfig manpages From patchwork Mon Jun 30 09:12:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65836 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 A71D9C83F03 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.35288.1751274805183499294 for ; Mon, 30 Jun 2025 02:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NHNmAYaX; 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=1751274809; x=1782810809; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NTP6jAF3hj/GhnBfyVRxrcsBy/ykt8ZC///fQ9Hgyf4=; b=NHNmAYaX9h6+DpNj8TOxcs71gYhU8oC8StJ3A/HPdQZVSjxSeWAgHDcI zrRQ1FSMHOTPFu7ws4tK8Q860MBOzIWsX4xSSd+82sI4MdIkIc/boIRXl ZltLHYX9e5H4gunn8RFOguyFSmEwTDrkL2osKm763LunD0AGa4F3WrfME aSd2eeD4dpJnXhVPip/Bl4js72xVO76LY7mFgXad/fPwHuK7iIQ1SofzZ Evhyf5Crp48iiS/usN8wDs1YlC96uzKxgHsZpVUS6UF9RbqfWfdCz1UNZ Ys4pYhzuyCJQV1Q69ojrZ5if1r2Xbf225Y37sIoLvzsvI6SowrXWIpFxJ A==; X-CSE-ConnectionGUID: txtUOO3BQ2mt2/G27qVI8g== X-CSE-MsgGUID: jVqESY21SwCMPyWwrmHqew== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="207712153" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="207712153" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.128]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:28 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 12CCA1C02137 for ; Mon, 30 Jun 2025 09:13:28 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTP id 89F6E14003F6 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) 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 EADB0CFA20 for ; Mon, 30 Jun 2025 18:13:26 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 765C91A0073; Mon, 30 Jun 2025 17:13:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 17/37] libogg: upgrade 1.3.5 -> 1.3.6 Date: Mon, 30 Jun 2025 17:12:55 +0800 Message-ID: <20250630091315.1897-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219475 From: Wang Mingyu Changelog: =========== * Update minimum cmake version to 3.6 This fixes incompatibility with cmake >= 4.0 * Fix UBsan issues * Improve allocation failure handling * Fix various compiler warnings * Fix various autotool warnings * Improve continuous integration testing scripts Signed-off-by: Wang Mingyu --- .../libogg/{libogg_1.3.5.bb => libogg_1.3.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libogg/{libogg_1.3.5.bb => libogg_1.3.6.bb} (87%) diff --git a/meta/recipes-multimedia/libogg/libogg_1.3.5.bb b/meta/recipes-multimedia/libogg/libogg_1.3.6.bb similarity index 87% rename from meta/recipes-multimedia/libogg/libogg_1.3.5.bb rename to meta/recipes-multimedia/libogg/libogg_1.3.6.bb index 402d700aa1..4810f156f2 100644 --- a/meta/recipes-multimedia/libogg/libogg_1.3.5.bb +++ b/meta/recipes-multimedia/libogg/libogg_1.3.6.bb @@ -11,6 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \ SRC_URI = "http://downloads.xiph.org/releases/ogg/${BP}.tar.xz" -SRC_URI[sha256sum] = "c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705" +SRC_URI[sha256sum] = "5c8253428e181840cd20d41f3ca16557a9cc04bad4a3d04cce84808677fa1061" inherit autotools pkgconfig From patchwork Mon Jun 30 09:12:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65837 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 9662CC83F02 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.35291.1751274809501348016 for ; Mon, 30 Jun 2025 02:13:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=X64xYjZ4; 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=1751274809; x=1782810809; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8EdJ0kuK1Yy4mGVGMooueHvM/CIyzWzXs/q+nmhveGg=; b=X64xYjZ4vvxhmnR56eV0ns90UCCy8dXRB7yqgf65344rmjgKv5L7elU/ ckKHE6dMPfOSXgrTtesQgutQnteC73gBWJ12X2LcDBzZ2PILmsIxd9lE/ CutSZ70rWsfi4bVlE6oDh22W7EvbAVXEZprOYD4TbV50joYi+5MF8zcBB gnYvjecnJNrCmEC2CBi6Hg+2m6cnaxt5JYrMBBsO5k2eaq7JN9CGeeBZ5 uQdsHHfAgYjiRCEL/FwqPDYAdOkqk0ehVpoYD+E8Euv5dRrEKSCQbJNeh hINWXUYJqU26a2Pv50iMatuldZJ2l0MNpQPkm5hwDd8meGt9QkH5JYplX A==; X-CSE-ConnectionGUID: MznXAg8ORYSqnD0Vxxa9jA== X-CSE-MsgGUID: 2Km8JSGeQg+AlBLyOYbLmQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="207712154" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="207712154" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([20.61.8.234]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:28 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 75EAA42A316 for ; Mon, 30 Jun 2025 09:13:28 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id AEFB2C00D50 for ; Mon, 30 Jun 2025 09:13:27 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 19E43F8111 for ; Mon, 30 Jun 2025 18:13:27 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C2F311A000B; Mon, 30 Jun 2025 17:13:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 18/37] libpam: upgrade 1.7.0 -> 1.7.1 Date: Mon, 30 Jun 2025 17:12:56 +0800 Message-ID: <20250630091315.1897-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219477 From: Wang Mingyu 0001-meson.build-correct-check-for-existence-of-two-prepr.patch removed since it's included in 1.7.1 Changelog: =============== * pam_access: do not resolve ttys or display variables as hostnames. * pam_access: added "nodns" option to disallow resolving of tokens as hostnames (CVE-2024-10963). * pam_limits: added support for rttime (RLIMIT_RTTIME). * pam_namespace: fixed potential privilege escalation (CVE-2025-6020). * meson: added support of elogind as a logind provider. * Multiple minor bug fixes, build fixes, portability fixes, documentation improvements, and translation updates. Signed-off-by: Wang Mingyu --- ...ect-check-for-existence-of-two-prepr.patch | 40 ------------------- .../pam/{libpam_1.7.0.bb => libpam_1.7.1.bb} | 3 +- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch rename meta/recipes-extended/pam/{libpam_1.7.0.bb => libpam_1.7.1.bb} (97%) diff --git a/meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch b/meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch deleted file mode 100644 index ef087ffc06..0000000000 --- a/meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 9b5182d4781bcd6fb37a4030faf325965fde3e93 Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -Date: Thu, 28 Nov 2024 20:32:17 +0100 -Subject: [PATCH] meson: correct check for existence of two preprocessor - defines - -sizeof is meant for *types*, and in case of cross compiling -the test program produced by it has incorrect syntax - __NR_keyctl something; -and will always fail to compile. - -* meson.build: Use cc.get_define() instead of cc.sizeof() to check for -preprocessor symbols. - -Co-authored-by: Dmitry V. Levin -Upstream-Status: Backport [https://github.com/linux-pam/linux-pam/pull/861] -Signed-off-by: Alexander Kanavin ---- - meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/meson.build b/meson.build -index f6a7dafe9..307fed0aa 100644 ---- a/meson.build -+++ b/meson.build -@@ -198,12 +198,12 @@ foreach ident: check_functions - endif - endforeach - --enable_pam_keyinit = cc.sizeof('__NR_keyctl', prefix: '#include ') > 0 -+enable_pam_keyinit = cc.get_define('__NR_keyctl', prefix: '#include ') != '' - - if get_option('mailspool') != '' - cdata.set_quoted('PAM_PATH_MAILDIR', get_option('mailspool')) - else -- have = cc.sizeof('_PATH_MAILDIR', prefix: '#include ') > 0 -+ have = cc.get_define('_PATH_MAILDIR', prefix: '#include ') != '' - cdata.set('PAM_PATH_MAILDIR', have ? '_PATH_MAILDIR' : '"/var/spool/mail"') - endif - diff --git a/meta/recipes-extended/pam/libpam_1.7.0.bb b/meta/recipes-extended/pam/libpam_1.7.1.bb similarity index 97% rename from meta/recipes-extended/pam/libpam_1.7.0.bb rename to meta/recipes-extended/pam/libpam_1.7.1.bb index dea9ff592b..565b00c264 100644 --- a/meta/recipes-extended/pam/libpam_1.7.0.bb +++ b/meta/recipes-extended/pam/libpam_1.7.1.bb @@ -22,10 +22,9 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \ file://pam.d/other \ file://run-ptest \ file://pam-volatiles.conf \ - file://0001-meson.build-correct-check-for-existence-of-two-prepr.patch \ " -SRC_URI[sha256sum] = "57dcd7a6b966ecd5bbd95e1d11173734691e16b68692fa59661cdae9b13b1697" +SRC_URI[sha256sum] = "21dbcec6e01dd578f14789eac9024a18941e6f2702a05cf91b28c232eeb26ab0" DEPENDS = "bison-native flex-native libxml2-native virtual/crypt" From patchwork Mon Jun 30 09:12:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65835 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 73116C8303D for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35175.1751274807907310760 for ; Mon, 30 Jun 2025 02:13:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Ew8/rBe5; 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=1751274811; x=1782810811; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+/LAQJ1zo61wD/AsLUiMZ6V47OEdfZw8YXOoiyQy16o=; b=Ew8/rBe56PqTZh3LTVgNfsqpXVHFf8PlRtk9aCDS3iZjd7SR/3BEsE7d vrqZoXaZk6b1MrwmiiwBXziS8jci4jlCQFytZbFCd2/E6XESgiIPPVRjd pmhjseLD1n8sB45WV7nIxCJdFZPu/i5N7Rf5kLyVjrXWIP+8RUMUUiHeD kZd2m+EsfX3NpHw9ttYrWJgOGhBBImHGI2bLNH5zbKHVkknVlMDs75KfS +2esUalwKpEIugAmf3da4R//aQcvXab9h5q32QrXGIfVIM/SPX1HLIO3/ CGBdn97IIqB2WCbBSqJ/3zhv+cKo8sQ10aXrbLnuqas9/Mai0SK9Lk6gF g==; X-CSE-ConnectionGUID: fGL6YKgQQjGurftkUstBQg== X-CSE-MsgGUID: tigwM7JaSiS+eJLpqrwzbw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573495" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573495" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:30 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id BD924100034B for ; Mon, 30 Jun 2025 09:13:29 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 3D2DFC00374 for ; Mon, 30 Jun 2025 09:13:29 +0000 (UTC) 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 9B11EBF3C1 for ; Mon, 30 Jun 2025 18:13:27 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 191F81A0074; Mon, 30 Jun 2025 17:13:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 19/37] libpng: upgrade 1.6.48 -> 1.6.49 Date: Mon, 30 Jun 2025 17:12:57 +0800 Message-ID: <20250630091315.1897-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219481 From: Wang Mingyu Changelog: ========== - Added SIMD-optimized code for the RISC-V Vector Extension (RVV). - Added various fixes and improvements to the build scripts and to the sample code. Signed-off-by: Wang Mingyu --- .../libpng/{libpng_1.6.48.bb => libpng_1.6.49.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/libpng/{libpng_1.6.48.bb => libpng_1.6.49.bb} (97%) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.48.bb b/meta/recipes-multimedia/libpng/libpng_1.6.49.bb similarity index 97% rename from meta/recipes-multimedia/libpng/libpng_1.6.48.bb rename to meta/recipes-multimedia/libpng/libpng_1.6.49.bb index e603df1edd..c4af30be80 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.48.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.49.bb @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}${LIBV}/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "46fd06ff37db1db64c0dc288d78a3f5efd23ad9ac41561193f983e20937ece03" +SRC_URI[sha256sum] = "43182aa48e39d64b1ab4ec6b71ab3e910b67eed3a0fff3777cf8cf40d6ef7024" MIRRORS += "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/ ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}${LIBV}/older-releases/" From patchwork Mon Jun 30 09:12:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65834 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 83084C8303E for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web10.35289.1751274805923456043 for ; Mon, 30 Jun 2025 02:13:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Dm7kZxts; 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=1751274810; x=1782810810; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kb1N46X1fKRoUxhsNGUsTRQk8/axapMQzOsu6K04guw=; b=Dm7kZxtsQEq6Mdi79250MvEML55ATRVAQgn8G/07t1Z2It+U82qwzbT8 Ci2kle3ImcbIdMWBkW7jtjQ/2nmGjqIpe3nNAnsExBsYjoViJ3/TQXsXM 2iGHT2dlmmZaHzg4hpmTFWrwZnTrgatkj75QiIGmi4c2b5+6d+no9e+Eu l4PMrNdG6UwymlNG7sPzSdBHWHifc1nW0WkN/ZyrF1WmCQWWn0YkMWsEd qpOUbAo3ELBzfNmWRo6qkpd55ubSMYKVbk3sWs5PcbSENkt3NK804h6Ki 1V2U8U95fAKdhv+cF4berWo8JhhU+Ct+c9L5gozbSeWDy4ZCHtcd78DkQ w==; X-CSE-ConnectionGUID: uU4coVx9SP6KLxWNpyB3+A== X-CSE-MsgGUID: yEALyO1wShGQ310yMrbqZQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="191956044" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="191956044" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:30 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 0AE4DC020F4 for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 80C768D65F6 for ; Mon, 30 Jun 2025 09:13:29 +0000 (UTC) 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 E6715D5069 for ; Mon, 30 Jun 2025 18:13:27 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6F6F11A000B; Mon, 30 Jun 2025 17:13:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 20/37] libproxy: upgrade 0.5.9 -> 0.5.10 Date: Mon, 30 Jun 2025 17:12:58 +0800 Message-ID: <20250630091315.1897-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219479 From: Wang Mingyu Changelog: ========== - kde: Support Proxy Config Script value without scheme - Create codeql.yml - Add MATE and Cinnamon check to gnome plugin - Support -M option for Solaris/illumos ld - Fix symbol versioning with LLD - Create SECURITY.md Signed-off-by: Wang Mingyu --- .../libproxy/{libproxy_0.5.9.bb => libproxy_0.5.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libproxy/{libproxy_0.5.9.bb => libproxy_0.5.10.bb} (95%) diff --git a/meta/recipes-support/libproxy/libproxy_0.5.9.bb b/meta/recipes-support/libproxy/libproxy_0.5.10.bb similarity index 95% rename from meta/recipes-support/libproxy/libproxy_0.5.9.bb rename to meta/recipes-support/libproxy/libproxy_0.5.10.bb index ed8a4df2a8..bb16f2f073 100644 --- a/meta/recipes-support/libproxy/libproxy_0.5.9.bb +++ b/meta/recipes-support/libproxy/libproxy_0.5.10.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0" SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main" -SRCREV = "77e2a2b88a319974cf099c8eaaaa03030bc4c0d4" +SRCREV = "7e4852f9658084c61a95973b8a1d720b1763437a" inherit meson pkgconfig gobject-introspection vala gi-docgen GIDOCGEN_MESON_OPTION = 'docs' From patchwork Mon Jun 30 09:12:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65842 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 8CFA6C8303F for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35175.1751274807907310760 for ; Mon, 30 Jun 2025 02:13:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rXEtxoxz; 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=1751274810; x=1782810810; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GjX5xTZidm2CpbwkwnB/VrUMnssG3IxiKhqHvUykXFs=; b=rXEtxoxzlVzSjKfortsKtJvUtwqzOR5tAkN9LjKFicSUj2uyDaGZzgui K7ILI/ZyF27P0wSJ/RSfJCnoREpkm5y+fJ19ayp+2yOA2m7DVG/lTW10y XiRq0IK7AFD1m6FfQnHbgmEQ532W0Uv4k7ZpI9wSHnIAW9Da9XLlaTFXU tn9ibUy3/Cec8eXYGZd/DgStV83rIv7OtVgGGEW9L50axAUuK+znVYLH7 X9KHVdlyxxJhgnfF4L7a9PMpsL4X+P+Kwmf0sguHjW+f5YOteRwA97TW/ 1sg9tNY6mnESVWyp8ALhWNgfeEofXfF0PzldrRbNgXJs6cSA9F5H6VsP0 A==; X-CSE-ConnectionGUID: faGM2DF3T1WrLixx87TxhQ== X-CSE-MsgGUID: OhFOuwfNTO2gp7LPhE/v4g== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573494" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573494" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:29 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 63D8742A326 for ; Mon, 30 Jun 2025 09:13:29 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 9B7DF1C00298 for ; Mon, 30 Jun 2025 09:13:28 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 0CD97B4E2E for ; Mon, 30 Jun 2025 18:13:28 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B854D1A0073; Mon, 30 Jun 2025 17:13:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 21/37] lttng-ust: upgrade 2.13.9 -> 2.14.0 Date: Mon, 30 Jun 2025 17:12:59 +0800 Message-ID: <20250630091315.1897-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219478 From: Wang Mingyu 0001-lttng-ust-common-link-with-liburcu-explicitly.patch 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch refreshed for 2.14.0 Signed-off-by: Wang Mingyu --- ...0001-lttng-ust-common-link-with-liburcu-explicitly.patch | 6 +++--- ...thon-lttngust-Makefile.am-Add-install-lib-to-setup.patch | 6 +++--- .../lttng/{lttng-ust_2.13.9.bb => lttng-ust_2.14.0.bb} | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.13.9.bb => lttng-ust_2.14.0.bb} (92%) diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch index ceb240680b..b72c453b96 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch @@ -1,4 +1,4 @@ -From 1b6bbf14de8fdfe60e446c93969e29bc2cf5f2dc Mon Sep 17 00:00:00 2001 +From 4cdaf17efc66423aec5e3c094b9a1c31683e1a10 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 5 Sep 2021 10:44:19 +0200 Subject: [PATCH] lttng-ust-common: link with liburcu explicitly @@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+) diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am -index 1ccc290..6531fa0 100644 +index c350edc..09212a7 100644 --- a/src/lib/lttng-ust-common/Makefile.am +++ b/src/lib/lttng-ust-common/Makefile.am -@@ -16,6 +16,7 @@ liblttng_ust_common_la_SOURCES = \ +@@ -18,6 +18,7 @@ liblttng_ust_common_la_SOURCES = \ liblttng_ust_common_la_LIBADD = \ $(top_builddir)/src/common/libcommon.la \ diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch index 7bbe5c216e..faddf55402 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch @@ -1,4 +1,4 @@ -From 30660997d220602202d8dc7264e49095a1581947 Mon Sep 17 00:00:00 2001 +From 92fd7a205aff290a6f20c08e62f72094100c3689 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Feb 2024 12:19:06 +0000 Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py @@ -14,10 +14,10 @@ Signed-off-by: Robert Yang 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-lttngust/Makefile.am b/src/python-lttngust/Makefile.am -index d53e21d..283901e 100644 +index 30db9fb..d46b6ee 100644 --- a/src/python-lttngust/Makefile.am +++ b/src/python-lttngust/Makefile.am -@@ -45,7 +45,7 @@ install-exec-local: build-python-bindings.stamp +@@ -47,7 +47,7 @@ install-exec-local: build-python-bindings.stamp if [ "$(DESTDIR)" != "" ]; then \ opts="$$opts --root=$(DESTDIR)"; \ fi; \ diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb similarity index 92% rename from meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb rename to meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb index dd7657e0cc..1a15c5b420 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://lttng.org/ust" BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" LICENSE = "LGPL-2.1-or-later & MIT & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a46577a38ad0c36ff6ff43ccf40c480f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b04e8f34dbcf08198c6618d05e8fe7b" PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ @@ -33,7 +33,7 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \ " -SRC_URI[sha256sum] = "2ad6d69a54a1d924c18a4aa7a233db104e3cc332bcdd240e196bf7adbed3f712" +SRC_URI[sha256sum] = "82cdfd304bbb2b2b7d17cc951a6756b37a9f73868ec0ba7db448a0d5ca51b763" CVE_PRODUCT = "ust" From patchwork Mon Jun 30 09:13:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65830 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 4577DC83037 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.35179.1751274812522132575 for ; Mon, 30 Jun 2025 02:13:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=m95AD5dv; 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=1751274813; x=1782810813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZSvcXTA+ZM9UVnegb2BpZw+Dl5gaXHU7JxplrDWUWUU=; b=m95AD5dvig3xjhqjivgd1zfxySbFl07+PpmGRI+LClCIehbW79OjO6Po dx5D/PEwjIqeELe2WbgHhbtt8+TW0Wut+GXxlLfAa1uaULnVZQbK6u59D ue6LVLM00mCA+Q6mL9msiMOnHsOESsJTynd04GbH/aPPHz8F1aoJI9bdl DKRCbex3k0bpanRjNYP1k+aN+MDJdBT1radVjBPaVynMXW7/FWNmtql0p mcp3DufHG5MHSTuj4W+BSGdRe0xnQPvD5OFGK6H1jgx2sHxeUS75GuZ5C VMd+HJad663pEUjCR4606qKoeGMvBRX6NEe7VsXHGI/21mvH4dlpxDshz Q==; X-CSE-ConnectionGUID: vDWlo2ZcTzygHEp45gnOdw== X-CSE-MsgGUID: ug6L4P2yQlihBQngR4bgzA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="183439933" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="183439933" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:31 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id CE3AD1C0213B for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTP id 13DD5140039D for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) 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 82720CFA20 for ; Mon, 30 Jun 2025 18:13:28 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0E59B1A0074; Mon, 30 Jun 2025 17:13:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 22/37] mesa: upgrade 25.1.3 -> 25.1.4 Date: Mon, 30 Jun 2025 17:13:00 +0800 Message-ID: <20250630091315.1897-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219486 From: Wang Mingyu 0001-freedreno-don-t-encode-build-path-into-binaries.patch refreshed for 25.1.4 Signed-off-by: Wang Mingyu --- ...on-t-encode-build-path-into-binaries.patch | 23 +++++++++---------- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch index 953a724dc0..059ff46cef 100644 --- a/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch +++ b/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch @@ -1,4 +1,4 @@ -From 027ac36756cc75eea9ed4fee135a351af30b35fd Mon Sep 17 00:00:00 2001 +From 1e76f138b1eb3102a84e032961e560aeb9c70a6b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 16 Jul 2024 12:32:47 +0300 Subject: [PATCH] freedreno: don't encode build path into binaries @@ -13,13 +13,14 @@ it manually when running the tests. Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30206] Signed-off-by: Dmitry Baryshkov --- - src/freedreno/afuc/meson.build | 4 ++++ - src/freedreno/decode/meson.build | 4 +++- - src/freedreno/meson.build | 2 +- - 3 files changed, 8 insertions(+), 2 deletions(-) + src/freedreno/afuc/meson.build | 4 ++++ + src/freedreno/decode/meson.build | 4 +++- + src/freedreno/meson.build | 2 +- + src/freedreno/registers/gen_header.py | 7 ++++--- + 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/freedreno/afuc/meson.build b/src/freedreno/afuc/meson.build -index bb7cebf5a748..351cc31ef2de 100644 +index bb7cebf..351cc31 100644 --- a/src/freedreno/afuc/meson.build +++ b/src/freedreno/afuc/meson.build @@ -56,10 +56,12 @@ if with_tests @@ -50,7 +51,7 @@ index bb7cebf5a748..351cc31ef2de 100644 ) test('afuc-disasm', diff --git a/src/freedreno/decode/meson.build b/src/freedreno/decode/meson.build -index 469eeb4eb597..dfa1c12d0d9f 100644 +index 469eeb4..915ba11 100644 --- a/src/freedreno/decode/meson.build +++ b/src/freedreno/decode/meson.build @@ -194,6 +194,7 @@ if dep_lua.found() and dep_libarchive.found() @@ -72,7 +73,7 @@ index 469eeb4eb597..dfa1c12d0d9f 100644 test('crashdec-' + name, diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build -index 98e49b8fcf0e..145e72597eb9 100644 +index 29e1bc4..afb7426 100644 --- a/src/freedreno/meson.build +++ b/src/freedreno/meson.build @@ -6,7 +6,7 @@ inc_freedreno_rnn = include_directories('rnn') @@ -85,9 +86,10 @@ index 98e49b8fcf0e..145e72597eb9 100644 dep_libarchive = dependency('libarchive', allow_fallback: true, required: false) dep_libxml2 = dependency('libxml-2.0', allow_fallback: true, required: false) diff --git a/src/freedreno/registers/gen_header.py b/src/freedreno/registers/gen_header.py +index e1cfb5f..4e3db12 100644 --- a/src/freedreno/registers/gen_header.py +++ b/src/freedreno/registers/gen_header.py -@@ -885,13 +885,14 @@ The rules-ng-ng source files this header +@@ -889,13 +889,14 @@ The rules-ng-ng source files this header was generated from are: """) maxlen = 0 for filepath in p.xml_files: @@ -105,6 +107,3 @@ diff --git a/src/freedreno/registers/gen_header.py b/src/freedreno/registers/gen if p.copyright_year: current_year = str(datetime.date.today().year) print() ---- -2.39.2 - diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 6b42a238cc..3d9e9ec91f 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -20,8 +20,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0001-dont-build-clover-frontend.patch \ " -SRC_URI[sha256sum] = "ffcb6cadb5fd356d56008e6308641dfe4b2929f30139f6585436ca6e3cddba7f" -PV = "25.1.3" +SRC_URI[sha256sum] = "164872a5e792408aa72fecd52b7be6409724c4ad81700798675a7d801d976704" +PV = "25.1.4" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" From patchwork Mon Jun 30 09:13:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65843 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 CF60AC83F0B for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.35179.1751274812522132575 for ; Mon, 30 Jun 2025 02:13:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=BEdfZwgO; 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=1751274812; x=1782810812; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bwBxyY+X4WwDd+4rmTrWWKwUz2GPrmEr+yCy0xvi/cA=; b=BEdfZwgO3NN9muTXkl0xzmiqNdLBhy6xvuOE5H44Kg5GXp46SdR1pHyb qTJMdF2LhRzQcLlURDKRGrMMna6zeLLupuniHdLXfjf7IMdLHAcrYmXlc JfAeUWVwK0fpFkaxekpYJHApGjWhBE4XuyjLeT7Es7ibvDbI9H0c3f6kD 4nUdJ7lLmao29cpESkcnh+55E5DnqtkdU9K5yqLG22obpZ76vUG9EtPWV Z4icImbD4b1yMGc6769pDEnMO/d5xgZjUeznI3hP5dy4WaXgC8oIt6M4h 2Zc9jkpnYv1rJ75pjaMlyyLMnkAsEuSq9XlocJgUwDUFs83RrwXesdC36 w==; X-CSE-ConnectionGUID: wCPsUvtBSwCiPRUSObmv6Q== X-CSE-MsgGUID: uRTRBW+nTIuO71ozs5KcUg== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="183439934" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="183439934" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:31 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id D57C51C0213F for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 5D6951800234 for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) 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 C999ECFA20 for ; Mon, 30 Jun 2025 18:13:28 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5885D1A000B; Mon, 30 Jun 2025 17:13:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 23/37] mobile-broadband-provider-info: upgrade 20240407 -> 20250613 Date: Mon, 30 Jun 2025 17:13:01 +0800 Message-ID: <20250630091315.1897-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219484 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...o_20240407.bb => mobile-broadband-provider-info_20250613.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/mobile-broadband-provider-info/{mobile-broadband-provider-info_20240407.bb => mobile-broadband-provider-info_20250613.bb} (91%) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb similarity index 91% rename from meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb rename to meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb index 2e8702a045..ecc9464e2c 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" PE = "1" SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" -SRCREV = "55ba955d53305df96123534488fd160ea882b4dd" +SRCREV = "2a1b409491a531aedcf3eb3ba907929d96bd181a" inherit meson From patchwork Mon Jun 30 09:13:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65833 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 6A8C1C8303B for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cb1JzfE0; 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=1751274811; x=1782810811; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Nu+cn6lBJRCpLEvIg/bBOsIqKqNQMAQ3ZbuhM3c8V10=; b=cb1JzfE0X5we4GVdDOi7aan4Qs7n4fWyVfOC27CE8EpDUlSdWXD3CQu5 0vFpNH9pDzl48NH5vdTmQLgjeC2kFLUIO5Hac7tt5Hnq9qiqJJXTLApGb qJ03fnsHVqmdRch7vUB+NkDdQfXOdBwK4xel+hM84hnpgZ35G7Lv6tpPn IuZUXqA5poocJp0pngGs5pXCBLTVSc27QsAqqaDbjnPyETe50lKpjO4ln 6+f+VSNtnYMNxuV16eb3a0JnI4mFLiYctS+yhrgrZraLn28fQwQqcVhMj aXGuLfxBdqwGccwUPZqOzGqP7jr5dU1INB5HvARHZr7ofO0DWvAYLS3f8 g==; X-CSE-ConnectionGUID: JUdsc0r3TBWWk6V5OqE8Dg== X-CSE-MsgGUID: G9+7inTbRlqv3bYGAdESPA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205056019" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205056019" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:31 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 11E2718B3 for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 84B891C002BA for ; Mon, 30 Jun 2025 09:13:30 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id F15E1D88DA for ; Mon, 30 Jun 2025 18:13:28 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9C6371A0073; Mon, 30 Jun 2025 17:13:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 24/37] nghttp2: upgrade 1.65.0 -> 1.66.0 Date: Mon, 30 Jun 2025 17:13:02 +0800 Message-ID: <20250630091315.1897-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219482 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../nghttp2/{nghttp2_1.65.0.bb => nghttp2_1.66.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.65.0.bb => nghttp2_1.66.0.bb} (91%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb similarity index 91% rename from meta/recipes-support/nghttp2/nghttp2_1.65.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.66.0.bb index 008935f165..2886681827 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" -SRC_URI[sha256sum] = "f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331" +SRC_URI[sha256sum] = "00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631" inherit cmake manpages python3native github-releases PACKAGECONFIG[manpages] = "" From patchwork Mon Jun 30 09:13:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65832 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 60028C8303C for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.35177.1751274810576654104 for ; Mon, 30 Jun 2025 02:13:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=gGRIwlnJ; 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=1751274812; x=1782810812; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3OV9aitpboTyrYJkJWjjZEqZ18GS0JGT1uqnIqSlMLE=; b=gGRIwlnJmCIqlH4VUfEPSuAwdmtsDTySdeteIUUi+zGO8TClm5UuhTfh SXVCg95kNRZyoHTZHAmJ2HZJwnQsg8t3vODSV/+BJfxA51IGZEQYbkrn+ KuMHRUOnffpq4Sb2WO2Ef4gOiRQEDKcy7H8njerUTruEU2siz54qojfkd PuIIcgstAc9Ybmo4Ez3p7tdCsaWR8xWUC6X8ps/NznBQhQ1eHuQ/hwHP4 GTqDV6POLx4sENe7eotWbMNbY4UtFTrdM5cgxneQd/NxQyYeS5DRtnj07 6uMoPrGx9Mt5heBG/cq13u8NOlfGRSpem7MS9zr4cpPzBLEdZ4eDKQI3h w==; X-CSE-ConnectionGUID: La/bifEhS1GSczha+jpwpw== X-CSE-MsgGUID: K1wexdbNRcSdy+EhmMC0iQ== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="203801336" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="203801336" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:31 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 8ECA3100034B for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTP id 10EBD1000116 for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 77F6AD88DA for ; Mon, 30 Jun 2025 18:13:29 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F2EBA1A000B; Mon, 30 Jun 2025 17:13:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 25/37] pango: upgrade 1.56.3 -> 1.56.4 Date: Mon, 30 Jun 2025 17:13:03 +0800 Message-ID: <20250630091315.1897-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219483 From: Wang Mingyu Changelog: =========== - fontconfig: Improve the add_font_file implementation - fontconfig: Combine font features and style variants - fontconfig: Make sure font faces stay alive - win32: Drop some caching - win32: Make sure font faces stay alive - win32: Modernize and simplify the code - win32: Stop synthesizing fonts - win32: Implement list models - coretext: Support synthetic small caps - layout: Avoid assertions in line breaking - build: Require GLib 2.82 Signed-off-by: Wang Mingyu --- .../recipes-graphics/pango/{pango_1.56.3.bb => pango_1.56.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/pango/{pango_1.56.3.bb => pango_1.56.4.bb} (94%) diff --git a/meta/recipes-graphics/pango/pango_1.56.3.bb b/meta/recipes-graphics/pango/pango_1.56.4.bb similarity index 94% rename from meta/recipes-graphics/pango/pango_1.56.3.bb rename to meta/recipes-graphics/pango/pango_1.56.4.bb index 479327dfde..5de51508fe 100644 --- a/meta/recipes-graphics/pango/pango_1.56.3.bb +++ b/meta/recipes-graphics/pango/pango_1.56.4.bb @@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P\d+\.(?!9\d+)\d+\.\d+)" GIR_MESON_ENABLE_FLAG = "enabled" GIR_MESON_DISABLE_FLAG = "disabled" -SRC_URI[archive.sha256sum] = "2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491" +SRC_URI[archive.sha256sum] = "17065e2fcc5f5a5bdbffc884c956bfc7c451a96e8c4fb2f8ad837c6413cb5a01" DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi" DEPENDS += "${@' python3-docutils-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}" From patchwork Mon Jun 30 09:13:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65825 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 384A9C83038 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35180.1751274813445394848 for ; Mon, 30 Jun 2025 02:13:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Evuim/7F; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=s6CD8e+WgUSEcyLUM+UsLusVLEKPAw7ucRY6RiCRRBU=; b=Evuim/7Ff32PzpVApY7lf3svcOsDFpkSOA1DsksWapkrYM/zfhrsYek6 gmoOuB0xmM9XvpF9HEDjP9An07o7H5pR/6UrnmwGGLor44PSaxWkzeaCI f3dHZ8ji6yDuQUZQho9hEGl9pRgyw1w6gyc8j6AIVjL2eSH7r7sDU74/q pSzYyJNraTXa1pw1rtOMMcHyP3+E2FBiL0YosPs8G8qDMJrCISUSBeV6X hBpn9F7XDCCscKE8mxJK93lJ+T7n6I8I7/BzY2nROdqAksfO4gUPbzKzt yiJ0A6LIk9ZfyP4743tJA9ZkAMMhOU3WXua+z8YRdGCHqhORpp4lTk5NM A==; X-CSE-ConnectionGUID: 1FdcmKEWQvSsOX9tAsCuyA== X-CSE-MsgGUID: 9TU4W6P0RjqX0CbYI3VYTA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573508" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573508" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:32 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id EA67C42A30C for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 69BA918009C3 for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) 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 CE846BF3C9 for ; Mon, 30 Jun 2025 18:13:29 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4D0091A0073; Mon, 30 Jun 2025 17:13:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 26/37] pkgconf: upgrade 2.4.3 -> 2.5.1 Date: Mon, 30 Jun 2025 17:13:04 +0800 Message-ID: <20250630091315.1897-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219487 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../pkgconf/{pkgconf_2.4.3.bb => pkgconf_2.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/pkgconf/{pkgconf_2.4.3.bb => pkgconf_2.5.1.bb} (96%) diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.4.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb similarity index 96% rename from meta/recipes-devtools/pkgconf/pkgconf_2.4.3.bb rename to meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb index 9695e37bbd..12ca075b5d 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_2.4.3.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_2.5.1.bb @@ -20,7 +20,7 @@ SRC_URI = "\ file://pkg-config-native.in \ file://pkg-config-esdk.in \ " -SRC_URI[sha256sum] = "51203d99ed573fa7344bf07ca626f10c7cc094e0846ac4aa0023bd0c83c25a41" +SRC_URI[sha256sum] = "cd05c9589b9f86ecf044c10a2269822bc9eb001eced2582cfffd658b0a50c243" inherit autotools From patchwork Mon Jun 30 09:13:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65828 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 2E3AAC83036 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.35182.1751274813640470435 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HOz0SutD; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZyoZimOn/Rnojy7PycPOaOc5f3uAyyjkVamkq84yHVc=; b=HOz0SutDD07CNi0Y2rjeW4xO9uaHzDOYVVDlKcY9F61UjStN0MH+SnvK G7GbAzuFn1WU2q/i6iUCyRa2FVWVQ5tbnDV6wW1/+CW9nfWEKPTwVgO3z yrnOC1izNbHqL+qQODJyRguprk34eSPC2zF/fz4CLVrNcq5dk3M6Q3wx2 8uwcsSuHIFxCpoQahMY9MiKj8OFvQgHXj1SN/NxBthkeSDml5J1h5Nsoy 6nM8xcuVM5VBrLkWBtXS3gNu2ECFFM88q1KKq+q9IVz06bobz2fsXb/u8 Cmrm7CfMXIItEVYfQt8F/fmdRY0x3RlVGg7mPT5VnyAPqFP/lNRQ16bC4 w==; X-CSE-ConnectionGUID: 4kkf0XE/Rl+ZqlhaFdMEIQ== X-CSE-MsgGUID: kvz4zoL5TBu4MCF0wYyF6w== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204535137" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204535137" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:32 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 118B0188E for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 8450D1C002AF for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id F10F1F811B for ; Mon, 30 Jun 2025 18:13:29 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A283E1A000B; Mon, 30 Jun 2025 17:13:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 27/37] python3-hypothesis: upgrade 6.135.9 -> 6.135.16 Date: Mon, 30 Jun 2025 17:13:05 +0800 Message-ID: <20250630091315.1897-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219489 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...on3-hypothesis_6.135.9.bb => python3-hypothesis_6.135.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.135.9.bb => python3-hypothesis_6.135.16.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb b/meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb similarity index 91% rename from meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb index efc5229fbc..c0241b63e4 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.135.9.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.135.16.bb @@ -13,7 +13,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "a80a256268b8af3d34d62be30f6bf4a7d099b2b762621cc5f3f1de65e7b98543" +SRC_URI[sha256sum] = "6131ea0b698e69bad62aae915988b8d00a6ac974351d0830db74c5fffc68c418" RDEPENDS:${PN} += " \ python3-attrs \ From patchwork Mon Jun 30 09:13:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65829 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 505C9C83039 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.35177.1751274810576654104 for ; Mon, 30 Jun 2025 02:13:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cbWx8Map; 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=1751274813; x=1782810813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=iMmpxE1i9dOi9Spz81eW0LL6Nf3R+MJHy4qoKiMQNSE=; b=cbWx8Mapxb7oWeZLcm7V90OqM++63ebuoXEWttbRFuieYlrQnHj73E2u 1RRuQQTqJ6IaVMvkHtjxH8wLxTjNGUjUF5ALGRbMSz7oK+YsEvow/URT9 GKiLgFkGtl8762Bikg+NrmAr6q85Vq51GgAL3NHtm/ZgJi8fVWLLm3yau 7UvtsHdh6uWBcHlx4ThzrFoMJ24k8MQ7Yht3TNG9Cwzv8o5uFOWhi1a8g lIoMGxOBIy/KHflkF2Z9R5xfpVBmGMpaUma7XXEl+xQl5oAkrVoamYFyr 8hNCf/unbigONSEm0JSflZo7hFKtczmHtx9TL4jd9j+51HmTtyzJEaczN g==; X-CSE-ConnectionGUID: 1K8wZIuXTAqe9fkel9SOLw== X-CSE-MsgGUID: xHC6q/O6QyCKKJ1czc522A== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="203801338" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="203801338" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:32 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 9B60F820411 for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTP id 08B78C00755 for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) 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 71064D5072 for ; Mon, 30 Jun 2025 18:13:30 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id F2EED1A0073; Mon, 30 Jun 2025 17:13:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 28/37] python3-license-expression: upgrade 30.4.1 -> 30.4.3 Date: Mon, 30 Jun 2025 17:13:06 +0800 Message-ID: <20250630091315.1897-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219485 From: Wang Mingyu Changelog: ============= - Fix missing release wheels - Fix typo in README.rst for SPDX license list version - Fix LicenseWithExceptionSymbol missing Expression class variables - Depcreated licenses are loaded by default. Signed-off-by: Wang Mingyu --- ...xpression_30.4.1.bb => python3-license-expression_30.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-license-expression_30.4.1.bb => python3-license-expression_30.4.3.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb b/meta/recipes-devtools/python/python3-license-expression_30.4.3.bb similarity index 90% rename from meta/recipes-devtools/python/python3-license-expression_30.4.1.bb rename to meta/recipes-devtools/python/python3-license-expression_30.4.3.bb index ec613f6eaa..065284ed62 100644 --- a/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb +++ b/meta/recipes-devtools/python/python3-license-expression_30.4.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/nexB/license-expression" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://apache-2.0.LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0" +SRC_URI[sha256sum] = "49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2" inherit pypi ptest-python-pytest python_setuptools_build_meta PYPI_PACKAGE = "license_expression" From patchwork Mon Jun 30 09:13:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65824 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 1787CC83034 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web11.35179.1751274812522132575 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=biy24X9V; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=P3NuDIflyS9JMGAETL1u0URybxY/gcICaN0f8Fo6UV0=; b=biy24X9Vp9BF+BhgwVh6Bw1jkRkTb68n8Mjkk8lkbSb6AGaa5mH29kfk X8nnKlUcXG2domNQCS42HSQXquRQrXBf2aOVpktv6VgGRc6UzNMn9GKj/ n3WRCl5BXsNFEY0i6t3Ng2K6WHaCDXJGlA4ymlsAi22aRxsMo5S9f2uDH y5b+pfmHEUyFbLeR5vES9ikppq0BqW0bwAije6LtxOpkWhVVZilFgjDVH WICLbczpmZ+e2jdsQU3/viGJbpSlOQ6InQfA+FNbkv+9YKqsrHkvlvX1O zI5jEY+0dMKKVaD//xGjrlO0R1erABY4m/CI2i3D7z4WzGbQgTaSN/wJD Q==; X-CSE-ConnectionGUID: yaOQz0jOSo2BPd3dQwO53w== X-CSE-MsgGUID: zpCMfzDzRN+UqkCv+XMGhg== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="183439944" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="183439944" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.128]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:33 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 0D4E4C023D0 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 831638D65E9 for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) 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 C89E6CFA25 for ; Mon, 30 Jun 2025 18:13:30 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 480B81A000B; Mon, 30 Jun 2025 17:13:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 29/37] python3-lxml: upgrade 5.4.0 -> 6.0.0 Date: Mon, 30 Jun 2025 17:13:07 +0800 Message-ID: <20250630091315.1897-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219491 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-lxml_5.4.0.bb => python3-lxml_6.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-lxml_5.4.0.bb => python3-lxml_6.0.0.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-lxml_5.4.0.bb b/meta/recipes-devtools/python/python3-lxml_6.0.0.bb similarity index 95% rename from meta/recipes-devtools/python/python3-lxml_5.4.0.bb rename to meta/recipes-devtools/python/python3-lxml_6.0.0.bb index 126fbe99b4..56f5664c9b 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.4.0.bb +++ b/meta/recipes-devtools/python/python3-lxml_6.0.0.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd" +SRC_URI[sha256sum] = "032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3 From patchwork Mon Jun 30 09:13:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65826 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 38005C83033 for ; Mon, 30 Jun 2025 09:13:38 +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.35181.1751274813564732740 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CQyIR1SI; 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=1751274813; x=1782810813; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YBTHHJQU4uo0Qyfmn1aFFxI5GV4inz/h1FuKYyPLrys=; b=CQyIR1SIqH672lUr2mBmnBMrI3AIBHq6Wd//BDtCeKd9AxDpK5WyGZW6 /F/Mb3WFoPBUt29dgvSlBhVTFGIpj/LEay8Pel0pqfLz41V3RA7indSUW aU623QscVYtoJ6CCPkYZo2AJC/cLnybgCpvvNeUdDt2/cF8tInCD0iVef LOncOu62l45S/Z5gQZLZUMp8fYZkrW2nyKowidQOWQ5hI9gRx/xgVXzyU 41VKyVqRLPc4fVgUlh/ECVMVXul1HvGHoqhhnFcRRxIHgu3M4FTslopNk Q28JQe+oUoMAz1bn8yZwGyvwrzZ4PxRfwqFjXT+odfAq1YMxCI4vht4JK w==; X-CSE-ConnectionGUID: 9NSkyey6Qo+BPbwSuasw+A== X-CSE-MsgGUID: gQTsE1NuQjq5m5IvTFLMBA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="192514718" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="192514718" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:31 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 0F03F1C0008E for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 80B03C00D4E for ; Mon, 30 Jun 2025 09:13:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id E531D3DCD7 for ; Mon, 30 Jun 2025 18:13:30 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9A6B71A0073; Mon, 30 Jun 2025 17:13:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 30/37] python3-markdown: upgrade 3.8 -> 3.8.2 Date: Mon, 30 Jun 2025 17:13:08 +0800 Message-ID: <20250630091315.1897-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219488 From: Wang Mingyu Changelog: ============ - Fix codecs deprecation in Python 3.14. - Fix issue with unclosed comment parsing in Python 3.14. - Fix issue with unclosed declarations in Python 3.14. - Fix issue with unclosed HTML tag < foo and Python 3.14. - Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534). - Fixed dropped content in md_in_html (#1526). - Fixed HTML handling corner case that prevented some content from not being rendered Signed-off-by: Wang Mingyu --- .../{python3-markdown_3.8.bb => python3-markdown_3.8.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-markdown_3.8.bb => python3-markdown_3.8.2.bb} (79%) diff --git a/meta/recipes-devtools/python/python3-markdown_3.8.bb b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb similarity index 79% rename from meta/recipes-devtools/python/python3-markdown_3.8.bb rename to meta/recipes-devtools/python/python3-markdown_3.8.2.bb index 09c2f3435b..d7ab34b915 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.8.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.8.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f" +SRC_URI[sha256sum] = "247b9a70dd12e27f67431ce62523e675b866d254f900c4fe75ce3dda62237c45" BBCLASSEXTEND = "native nativesdk" From patchwork Mon Jun 30 09:13:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65818 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 F0D4BC83031 for ; Mon, 30 Jun 2025 09:13:37 +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.35182.1751274813640470435 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Qd4CLRbv; 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=1751274815; x=1782810815; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+cdBT49QmCZmykjz6LpAYf583kGoeXB70k6yKnPwBFg=; b=Qd4CLRbvcDiKhyYpSMvP5Y3dHproxgfjwbj4HvHFQ92zVv00nx96X6Zn YIvzcc1lmAOhNuTgQmWmA4knBC9OsmEpKKvTbIZVrbXrV/kTOAF8kdg+K r5F1PiWY6k6nt4cVmEAjW2B9IzSy3biorgTRJ6p7yy0y+vVH9h/qJVXR0 xBTu5v/lyUi28E4eNsertJYU4Q/xbCvb/aoPTQ7nRB4ZNZ8w6/hSYgRca 011AvNLg2pU7LBbBrw5h5RmlKyEj3+KBHxMgCCcIzRgofjbHjjkHwIK1K UbHvGZ0vSudDId1Hx7rhMxWcCaozkMTxhrmwnDB4Mzx4oESEET8fr3fdK w==; X-CSE-ConnectionGUID: 5i0eeqf1QVy6RlFLwCDmSg== X-CSE-MsgGUID: QsNPLtYpTkquTQVHYYNBDg== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204535152" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204535152" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:34 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 8D7A51000348 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTP id 0E0D110000C1 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 74DD9F811D for ; Mon, 30 Jun 2025 18:13:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E90671A000B; Mon, 30 Jun 2025 17:13:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 31/37] python3-numpy: upgrade 2.3.0 -> 2.3.1 Date: Mon, 30 Jun 2025 17:13:09 +0800 Message-ID: <20250630091315.1897-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219494 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../python/{python3-numpy_2.3.0.bb => python3-numpy_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-numpy_2.3.0.bb => python3-numpy_2.3.1.bb} (96%) diff --git a/meta/recipes-devtools/python/python3-numpy_2.3.0.bb b/meta/recipes-devtools/python/python3-numpy_2.3.1.bb similarity index 96% rename from meta/recipes-devtools/python/python3-numpy_2.3.0.bb rename to meta/recipes-devtools/python/python3-numpy_2.3.1.bb index 34a14f7ca6..bc718d37c4 100644 --- a/meta/recipes-devtools/python/python3-numpy_2.3.0.bb +++ b/meta/recipes-devtools/python/python3-numpy_2.3.1.bb @@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://fix_reproducibility.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "581f87f9e9e9db2cba2141400e160e9dd644ee248788d6f90636eeb8fd9260a6" +SRC_URI[sha256sum] = "1ec9ae20a4226da374362cca3c62cd753faf2f951440b0e3b98e93c235441d2b" GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" From patchwork Mon Jun 30 09:13:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65819 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 E47C0C8302F for ; Mon, 30 Jun 2025 09:13:37 +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.35177.1751274810576654104 for ; Mon, 30 Jun 2025 02:13:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=a6ZFa6Q6; 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=1751274815; x=1782810815; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3EgYhZBmSvPSK6Vm8V8Gx/lOQj/DzGvozJkq/lJGZ0k=; b=a6ZFa6Q6AUTYDJsE7l7GPbczQFHd4Ij1Lf4jBbL35ZQzsmzNNbmeK3m4 5oR4TeTuePBincqzomxCCEr68aFq6sGYPFwdtg54YuKZcOCuFbkN2O9FS jmmRHeZxnZXVa3AhPBvQtb83/EhOQD0PvI61Hmko7t65BgLAHtKpQ559b LPJOoWUTADODmqr3fvVHtTbiBmcI/2yDMcz+w0yS6fCXJnQBTKfn7tEce a6PyHxw0f/zLJOAdV76iwab5+7PR3lV6lEU/zrtcTG2qB2I1EHd22jmMm yOVauzveXFytE0VzjWYc3oT1Q8Y6YR0XMOKDgJ6klLemahguSeXpqMz3M g==; X-CSE-ConnectionGUID: /KHnsYaqS4+8atfm6tP52g== X-CSE-MsgGUID: 29Z4x8yVT+i4oaky3a40LA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="203801348" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="203801348" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:34 +0900 Received: from az2uksmgm1.o.css.fujitsu.com (unknown [10.151.22.198]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 5CD818204FB for ; Mon, 30 Jun 2025 09:13:34 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 8673286083A for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) 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 CC4B1CFA31 for ; Mon, 30 Jun 2025 18:13:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4B6101A0073; Mon, 30 Jun 2025 17:13:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 32/37] python3-pdm: upgrade 2.25.1 -> 2.25.3 Date: Mon, 30 Jun 2025 17:13:10 +0800 Message-ID: <20250630091315.1897-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219495 From: Wang Mingyu Changelog: ============= - Fix a bug that local file package metadata was missing when reading the lockfile. - Extract dependency-groups and extras markers from marker value when parsing pylock.toml. Signed-off-by: Wang Mingyu --- .../python/{python3-pdm_2.25.1.bb => python3-pdm_2.25.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pdm_2.25.1.bb => python3-pdm_2.25.3.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-pdm_2.25.1.bb b/meta/recipes-devtools/python/python3-pdm_2.25.3.bb similarity index 82% rename from meta/recipes-devtools/python/python3-pdm_2.25.1.bb rename to meta/recipes-devtools/python/python3-pdm_2.25.3.bb index d9331ba72c..f3ec4e60d3 100644 --- a/meta/recipes-devtools/python/python3-pdm_2.25.1.bb +++ b/meta/recipes-devtools/python/python3-pdm_2.25.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" SECTION = "devel/python" LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2" -SRC_URI[sha256sum] = "3145251f37a3f94fa211ade992e7db7792da4c3e8e3eeeb1993d952adebe0b96" +SRC_URI[sha256sum] = "6d0820f805dacf64d55a7fe56777e7d8349a2ee35efc3006f29b4573d1311c84" inherit pypi python_setuptools_build_meta From patchwork Mon Jun 30 09:13:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65822 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 1079DC83032 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.35180.1751274813445394848 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=FzI4YTIF; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Tu0uoA0VknHJo0dtfzwL8ll6mNEdI7N5VFhGlMAnKBc=; b=FzI4YTIF9P0Q7l3z8HkHOEkN3oUt0cLXO83BA0cPiXgPgSEY/Fc3QFNZ euqjlCTaU7OCa2SRKYufIxzpSsieTuA6INLW2m81QkENZZRv4yX3hlgqS 6NijYz9Xy2TxJmPEq1elhgdXoXOIl2DYpVJoftLIQOVBlVhwC/ncYreQq pV3qz5PuWP4cLCr0e4fmJkoRMhmzeyHMeNOAhQNQowAy+kE2gHpRCjT+r 8AoDICIbRo/1uux7KZRlSNFIMkHBXNkiVbopbkLHntKrKThs2RAbQD8Oy bHrHwblyJlBvDyNnkW4leuB1D7XXbeXI3qK2BSu9wj5LwKy7HaoC144NU w==; X-CSE-ConnectionGUID: 1JM7aQLrRtSJpOQsNXyNOw== X-CSE-MsgGUID: YlUqkvDFSfuf6Su0ApGm9A== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="204573517" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="204573517" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:33 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 182C3100034F for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 8C60DC006D4 for ; Mon, 30 Jun 2025 09:13:32 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id EFFFDB4E2F for ; Mon, 30 Jun 2025 18:13:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9F9181A000B; Mon, 30 Jun 2025 17:13:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 33/37] python3-pygments: upgrade 2.19.1 -> 2.19.2 Date: Mon, 30 Jun 2025 17:13:11 +0800 Message-ID: <20250630091315.1897-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219492 From: Wang Mingyu Changelog: Lua: Fix regression introduced in 2.19.0 Signed-off-by: Wang Mingyu --- .../{python3-pygments_2.19.1.bb => python3-pygments_2.19.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pygments_2.19.1.bb => python3-pygments_2.19.2.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.1.bb b/meta/recipes-devtools/python/python3-pygments_2.19.2.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pygments_2.19.1.bb rename to meta/recipes-devtools/python/python3-pygments_2.19.2.bb index de24ed3f11..a1f73b441d 100644 --- a/meta/recipes-devtools/python/python3-pygments_2.19.1.bb +++ b/meta/recipes-devtools/python/python3-pygments_2.19.2.bb @@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" inherit python_hatchling -SRC_URI[sha256sum] = "61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f" +SRC_URI[sha256sum] = "636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887" inherit pypi From patchwork Mon Jun 30 09:13:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65823 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 22CE6C83035 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.35176.1751274809073093360 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Wqi4aIxL; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FqM/2Vywv0C/hcopmYgc76Svh9WpDxSpifk0BbaNYKE=; b=Wqi4aIxL2MSqXGlitzAmCgpCKOgbHWJ4HN16FsMUFNqbv6BfqfCsGvHg w8UDU6mItMwaEZoxzUDjHQKCh6dSfUrAwQBg2Aoqzfw8zmL4zyEneU0LR IwMlfqndas76sxVWhxdogYXoJEpyNNweniIuPhUj89yqj77lZPIUpCvL+ vLbTJnRliqZfdhB1YsUYev+H/RbLanZP33DykTJXDHZ5v87KppLe2S057 T8Jn3hAgxm3CFd2I2YRlLeyJCGuQvRDwqZUa6nDL7x+8lzgRUN8H1bWzE Osmzy2EXG2+Fxm9kGn8Qi0pYA3+Zr8i50o562hbCwpY9gTjg5joj1tyeM Q==; X-CSE-ConnectionGUID: 4wI1gF96QBqwhkEFZPYP/w== X-CSE-MsgGUID: 0/g1y9//TCubvdzS9U+2YA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="193015491" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="193015491" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([20.61.8.234]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:33 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 9234A1000350 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTP id 14CFE10000E1 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 797B3F8111 for ; Mon, 30 Jun 2025 18:13:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EFA021A0073; Mon, 30 Jun 2025 17:13:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 34/37] repo: upgrade 2.55.2 -> 2.56 Date: Mon, 30 Jun 2025 17:13:12 +0800 Message-ID: <20250630091315.1897-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219490 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/repo/{repo_2.55.2.bb => repo_2.56.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/repo/{repo_2.55.2.bb => repo_2.56.bb} (94%) diff --git a/meta/recipes-devtools/repo/repo_2.55.2.bb b/meta/recipes-devtools/repo/repo_2.56.bb similarity index 94% rename from meta/recipes-devtools/repo/repo_2.55.2.bb rename to meta/recipes-devtools/repo/repo_2.56.bb index 882f3e6312..efdb9bd0c9 100644 --- a/meta/recipes-devtools/repo/repo_2.55.2.bb +++ b/meta/recipes-devtools/repo/repo_2.56.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \ " -SRCREV = "b262d0e4619c406a2708856ed312091d21c5bf39" +SRCREV = "99b5a17f2c951fe5979100c36e7e1dbb4c61b36c" MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" From patchwork Mon Jun 30 09:13:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65821 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 07934C83030 for ; Mon, 30 Jun 2025 09:13:38 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jwBCmYFm; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TRwRRBNzogo3QGA1sUG+V1bd4TDHeeC+iRnsbicg0eY=; b=jwBCmYFmMa5qWnfosNqZ0kKTyiLVkhQqt9iLoZN7cSS4Mnic2Yz53OcD TGBqQMHMR93y7/RNCV8uUriCocLTJHdhfgIQ38OaExwdYezB9Lfasyp09 0nIms3pDUBTnrazfjIHTP+ujjClYBzOknYceVr3zsag0hY/8DUkuhhiix wtA+GWnplxxt2XJd1lCmuUrJ0A8Fri9K+fv3ZSqUovzHqVQY74hqzfqfP +z55PUi7jM24oh5HeqMwgnUFxYVK4K8nvATlriqftezboNHI+zJ7g6xu6 6HSvKSCrrVdDMOkeqZAZVyBowRF6q60P6arUH2WuhtFh3NY7QtewMSVVW A==; X-CSE-ConnectionGUID: hj6ndn9hQ7afjL2Cd1J6Yw== X-CSE-MsgGUID: SWHiDKFbSKK8pNRco9JAlA== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205056034" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205056034" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:33 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id E703C18A5 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 65553C006D4 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) 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 C2998BF3CB for ; Mon, 30 Jun 2025 18:13:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4F3161A000B; Mon, 30 Jun 2025 17:13:32 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 35/37] shaderc: upgrade 2025.2 -> 2025.3 Date: Mon, 30 Jun 2025 17:13:13 +0800 Message-ID: <20250630091315.1897-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219493 From: Wang Mingyu 0001-cmake-disable-building-external-dependencies.patch refreshed for 2025.3 Signed-off-by: Wang Mingyu --- ...-cmake-disable-building-external-dependencies.patch | 10 +++++----- .../shaderc/{shaderc_2025.2.bb => shaderc_2025.3.bb} | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2025.2.bb => shaderc_2025.3.bb} (95%) diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch index 07765653bb..77b81635b6 100644 --- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch +++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch @@ -1,4 +1,4 @@ -From ed0e2fad08a3cd3f0a0c70922737d8a6886f484d Mon Sep 17 00:00:00 2001 +From 3db09ee0d0bf6390eb3dcd835bd4ef786188bf16 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] cmake: disable building external dependencies @@ -15,10 +15,10 @@ Signed-off-by: Jose Quaresma 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index bd6b890..f1ddd74 100644 +index 06f5395..39b8869 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -62,6 +62,7 @@ else() +@@ -72,6 +72,7 @@ else() endif() option(SHADERC_ENABLE_WERROR_COMPILE "Enable passing -Werror to compiler, if available" ON) @@ -26,7 +26,7 @@ index bd6b890..f1ddd74 100644 set (CMAKE_CXX_STANDARD 17) -@@ -119,8 +120,14 @@ endif(MSVC) +@@ -129,8 +130,14 @@ endif(MSVC) # Configure subdirectories. @@ -43,7 +43,7 @@ index bd6b890..f1ddd74 100644 add_subdirectory(libshaderc_util) add_subdirectory(libshaderc) -@@ -132,7 +139,7 @@ endif() +@@ -142,7 +149,7 @@ endif() add_custom_target(build-version ${Python_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py diff --git a/meta/recipes-graphics/shaderc/shaderc_2025.2.bb b/meta/recipes-graphics/shaderc/shaderc_2025.3.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2025.2.bb rename to meta/recipes-graphics/shaderc/shaderc_2025.3.bb index 9e56b97830..692e85e56c 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2025.2.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2025.3.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "8c269ee0fe607f2d7cac00c0cb4fa243d6a6ec26" +SRCREV = "eb0bc20d0c31320fe834e4ee8eb02807292b9703" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ From patchwork Mon Jun 30 09:13:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65817 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 D7D5BC8302D for ; Mon, 30 Jun 2025 09:13:37 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.35170.1751274803700367122 for ; Mon, 30 Jun 2025 02:13:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QmfCmRxB; 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=1751274815; x=1782810815; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WFerl4AaQfUWZ4MmW0j72xacaxcuwm6S0liHm4aUBkE=; b=QmfCmRxBdBzMdOx4F81Sa2jbBJKJTqf6r1Ab/MYatCrfyLv1eyoX0CJR fgF+Uc14SNBlGK4LC8RlXetn2Jzop7PmCiKDvIB/7c9U9DjJuh9m7+1gk MMafNnaJtt3BbBzpUgRnrzZ+wzAUN718m3IGrv4s7+px4gkL8cJeqVWs2 n9RuSzeX2HNrpoYx/c2o/qg0b6de6UmhcCfj2d8B8VqQhZ5YNxLcU1/CJ RSWpFXtC8pj9tarXWsu9DxL1fjFRVTKMWOWtTaavxwiRLCjdmoFD+s4Fy bEqUQKAGJ+IwC8sJWrI6c3RyC/TMMDvsTbFlaDCloPKAyUTWdmrJ2UytS w==; X-CSE-ConnectionGUID: 5KKxQJ5HTCemrpSJ27p3hw== X-CSE-MsgGUID: pN9bMRX/REK5VnHiGb2cpw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="205056036" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="205056036" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:34 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 4088C100035A for ; Mon, 30 Jun 2025 09:13:34 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTP id 7DD8610000F5 for ; Mon, 30 Jun 2025 09:13:33 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id E106BF8111 for ; Mon, 30 Jun 2025 18:13:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9BC801A0073; Mon, 30 Jun 2025 17:13:32 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 36/37] sudo: upgrade 1.9.16p2 -> 1.9.17 Date: Mon, 30 Jun 2025 17:13:14 +0800 Message-ID: <20250630091315.1897-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219497 From: Wang Mingyu License-Update: Copyright updated to 2025 0001-sudo.conf.in-fix-conflict-with-multilib.patch refreshed for 1.9.17 Signed-off-by: Wang Mingyu --- .../0001-sudo.conf.in-fix-conflict-with-multilib.patch | 6 +++--- meta/recipes-extended/sudo/sudo.inc | 2 +- .../sudo/{sudo_1.9.16p2.bb => sudo_1.9.17.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.9.16p2.bb => sudo_1.9.17.bb} (96%) diff --git a/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch b/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch index ec0384e257..1989c5abd7 100644 --- a/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch +++ b/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch @@ -1,4 +1,4 @@ -From 61ae82a2ba502492b6a78f248258abb71daeb227 Mon Sep 17 00:00:00 2001 +From 8c69192754ba73dd6e3273728a21aa73988f4bfb Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 17 Nov 2020 11:13:40 +0800 Subject: [PATCH] sudo.conf.in: fix conflict with multilib @@ -20,7 +20,7 @@ Upstream-Status: Inappropriate [OE configuration specific] 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/sudo.conf.in b/examples/sudo.conf.in -index 2187457..0908d24 100644 +index bdd676c..094341c 100644 --- a/examples/sudo.conf.in +++ b/examples/sudo.conf.in @@ -4,7 +4,7 @@ @@ -52,7 +52,7 @@ index 2187457..0908d24 100644 # Sudo plugin directory: @@ -74,7 +74,7 @@ # The default directory to use when searching for plugins that are - # specified without a fully qualified path name. + # specified without a fully-qualified path name. # -#Path plugin_dir @plugindir@ +#Path plugin_dir $plugindir diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 0afbf669f0..a23de1fcf7 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sudo.ws" BUGTRACKER = "http://www.sudo.ws/bugs/" SECTION = "admin" LICENSE = "ISC & BSD-3-Clause & BSD-2-Clause & Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=0a6876cbeb2aa51837935ba3fd82ee87 \ +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2841c822e587db145364ca95e9be2ffa \ file://plugins/sudoers/redblack.c;beginline=1;endline=46;md5=03e35317699ba00b496251e0dfe9f109 \ file://lib/util/reallocarray.c;beginline=3;endline=15;md5=397dd45c7683e90b9f8bf24638cf03bf \ file://lib/util/fnmatch.c;beginline=3;endline=27;md5=004d7d2866ba1f5b41174906849d2e0f \ diff --git a/meta/recipes-extended/sudo/sudo_1.9.16p2.bb b/meta/recipes-extended/sudo/sudo_1.9.17.bb similarity index 96% rename from meta/recipes-extended/sudo/sudo_1.9.16p2.bb rename to meta/recipes-extended/sudo/sudo_1.9.17.bb index fbe507ad32..71d48f448d 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.16p2.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.17.bb @@ -7,7 +7,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ PAM_SRC_URI = "file://sudo.pam" -SRC_URI[sha256sum] = "976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c" +SRC_URI[sha256sum] = "3f212c69d534d5822b492d099abb02a593f91ca99f5afde5cb9bd3e1dcdad069" DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS:${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}" From patchwork Mon Jun 30 09:13:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 65820 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 DEC89C7EE39 for ; Mon, 30 Jun 2025 09:13:37 +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.35181.1751274813564732740 for ; Mon, 30 Jun 2025 02:13:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rpaNJsV7; 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=1751274814; x=1782810814; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=z+lkW2U6HUEZXxNcZOduswhHAQ1TeNboBfx6dP0Jc0M=; b=rpaNJsV7pWxGy3OQw5YO7t+DL1PX2/IBdy1bqvDO2R2PvxHe8lszD5o0 HIm0KsAi9a55xZHbd7+kSYNkoQLIww6HcGQtyP6KfPtKavrHRyOs/zCrP gBRvcdK4B+Gzuutfzo/Lz8J7HBfaYUVRYKgVpyF/+REWYO1FoNJmcv5Dl Q7/03yteetwsCOj9oZjL62TsAzfL0ilNQAZcNu6KVhDt0ifJig7xTdqKl ULiCMt+TbOmKq83qmseyqruSU5KnKBlk41U+y0xaV9jpTxIhpR4yUYnWi Zbig5a4JJa4IruOvBco3q03hxpKan0VNdniFTstPuV7yVkdcbmeSfXPt9 w==; X-CSE-ConnectionGUID: lWSNxmZpQhiB+knM9bzehg== X-CSE-MsgGUID: 7fu8VhpsSHOFubmBG6jzSw== X-IronPort-AV: E=McAfee;i="6800,10657,11479"; a="192514731" X-IronPort-AV: E=Sophos;i="6.16,277,1744038000"; d="scan'208";a="192514731" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2025 18:13:34 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 8621821E9 for ; Mon, 30 Jun 2025 09:13:34 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTP id 061EDC00374 for ; Mon, 30 Jun 2025 09:13:34 +0000 (UTC) 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 694DFBF3CB for ; Mon, 30 Jun 2025 18:13:33 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E11AA1A0078; Mon, 30 Jun 2025 17:13:32 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 37/37] ttyrun: upgrade 2.37.0 -> 2.38.0 Date: Mon, 30 Jun 2025 17:13:15 +0800 Message-ID: <20250630091315.1897-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250630091315.1897-1-wangmy@fujitsu.com> References: <20250630091315.1897-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 30 Jun 2025 09:13:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219496 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-core/ttyrun/{ttyrun_2.37.0.bb => ttyrun_2.38.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ttyrun/{ttyrun_2.37.0.bb => ttyrun_2.38.0.bb} (94%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.38.0.bb similarity index 94% rename from meta/recipes-core/ttyrun/ttyrun_2.37.0.bb rename to meta/recipes-core/ttyrun/ttyrun_2.38.0.bb index 507ad1b09e..2e2fa36851 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.38.0.bb @@ -7,7 +7,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" -SRCREV = "793c037ded98cd001075cdb55a9c58e122380256" +SRCREV = "660bab6e68fded26b2117e1dcec0844549a22fed" CVE_PRODUCT = "s390-tools"