From patchwork Tue Apr 8 00:51:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60933 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 12577C369A1 for ; Tue, 8 Apr 2025 00:52:06 +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.64296.1744073524785885673 for ; Mon, 07 Apr 2025 17:52:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Z3CvYnM+; 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=1744073525; x=1775609525; h=from:to:cc:subject:date:message-id; bh=QNmXzYOn9Agb1XJ51bR6pHhySLONLJxWNYUDy4ZSsJ8=; b=Z3CvYnM+uuSACY+X28F+jq3w7t7I1rJXtKwillCGTAVrkFdMVsjyBqEr w1+O+5dzboM2zkcE3xH1zQS8foRZyZglOTUTMO7o9E/hnN4Vw/z+FRnpc l/8nGtkrpbP7WldXzFz62dE/ZW5j6p0ntP9sEy5EdzLSc/Xg4+t5zinaW w6ol/kJhghFGIXa1z6pmWevuwaZoKgAUEBZ590veTgBYexd7r2GskBhYH 9mxhoFgke4paOv/Qtm5r89w9sY4DNu9CVKQLEC5mo8EDDyd2pMX0vhede 77cm+iSXS7+tMUFpfnRVVpP1uYteizOgUcA8VibAFtu2531/716mOfioy Q==; X-CSE-ConnectionGUID: pHd/Tdy3QRed/S9oyrkiKA== X-CSE-MsgGUID: Re6WDTqkQSyFPnlPu/YKWw== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="195727211" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="195727211" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:00 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 46A7DD480A for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 0AE75D8ACD for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 292DE1A009A; Tue, 8 Apr 2025 08:51:55 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/15] curl: upgrade 8.12.1 -> 8.13.0 Date: Tue, 8 Apr 2025 08:51:28 +0800 Message-Id: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214484 From: Wang Mingyu no-test-timeout.patch refreshed for 8.13.0 Signed-off-by: Wang Mingyu --- meta/recipes-support/curl/curl/no-test-timeout.patch | 6 +++--- .../recipes-support/curl/{curl_8.12.1.bb => curl_8.13.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/curl/{curl_8.12.1.bb => curl_8.13.0.bb} (98%) diff --git a/meta/recipes-support/curl/curl/no-test-timeout.patch b/meta/recipes-support/curl/curl/no-test-timeout.patch index 677d177302..8f58277bc6 100644 --- a/meta/recipes-support/curl/curl/no-test-timeout.patch +++ b/meta/recipes-support/curl/curl/no-test-timeout.patch @@ -1,4 +1,4 @@ -From 42cddb52e821cfc2f09f1974742714e5f2f1856e Mon Sep 17 00:00:00 2001 +From 239c2f04d0ccb16f9ede473efa58c601e5379f3c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 15 Mar 2024 14:37:37 +0000 Subject: [PATCH] Set the max-time timeout to 600 so the timeout is 10 minutes @@ -11,10 +11,10 @@ Signed-off-by: Ross Burton 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/servers.pm b/tests/servers.pm -index d4472d5..9999938 100644 +index a3e5edb..f75df79 100644 --- a/tests/servers.pm +++ b/tests/servers.pm -@@ -123,7 +123,7 @@ my $sshdverstr; # for socks server, ssh daemon version string +@@ -124,7 +124,7 @@ my $sshdverstr; # for socks server, ssh daemon version string my $sshderror; # for socks server, ssh daemon version error my %doesntrun; # servers that don't work, identified by pidfile my %PORT = (nolisten => 47); # port we use for a local non-listening service diff --git a/meta/recipes-support/curl/curl_8.12.1.bb b/meta/recipes-support/curl/curl_8.13.0.bb similarity index 98% rename from meta/recipes-support/curl/curl_8.12.1.bb rename to meta/recipes-support/curl/curl_8.13.0.bb index dd1c89979a..cb2c42baa9 100644 --- a/meta/recipes-support/curl/curl_8.12.1.bb +++ b/meta/recipes-support/curl/curl_8.13.0.bb @@ -15,7 +15,7 @@ SRC_URI = " \ file://disable-tests \ file://no-test-timeout.patch \ " -SRC_URI[sha256sum] = "0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202" +SRC_URI[sha256sum] = "4a093979a3c2d02de2fbc00549a32771007f2e78032c6faa5ecd2f7a9e152025" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" From patchwork Tue Apr 8 00:51:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60938 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 27175C369A6 for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.64300.1744073532229948192 for ; Mon, 07 Apr 2025 17:52:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=AKfM5bZ1; 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=1744073532; x=1775609532; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=1liiBpvD02VijNUg5NilY5bb/oLcOXGUjUu1Xmr3OjQ=; b=AKfM5bZ1zQiAGuNinD3u1DvFnPEtIEXR51V9IcU94/74gerns+81rr5h niGaDNeN/e1x/dssc+4250g8DgPf9Y31WdvIpBZjVGIUJSJQMb0abVprf Zzn6MvrsQvOxc4SAWoRsHBE/jblHYBldF0/jj0PISv9Y1PP1QVsMmNWwD WluuIu1CxYlQLM8b73RSY7Uz8VVNomHzzuKddfCyVrVppFovstTqYLT/d HQ9gad4ak1h0JVemIs1BxyuVYIo4BWmJqmYrKgsWC4kQHuETr41d+jYQR w8QEDFh+qryPJ7xRdnS4Q7E1QeC86tZXlqfH0zZPjnQqNUKmSWDCjh+in Q==; X-CSE-ConnectionGUID: hbkWhd/lTp2OT8k20c3W+g== X-CSE-MsgGUID: ScdBuyd5TaGMGFDLoX+B1Q== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="174600377" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="174600377" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:00 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 483EADBB80 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 0AAEAD73AB for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6690E1A009B; Tue, 8 Apr 2025 08:51:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/15] ell: upgrade 0.75 -> 0.76 Date: Tue, 8 Apr 2025 08:51:29 +0800 Message-Id: <1744073502-27695-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214492 From: Wang Mingyu Changelog: Fix issue with random scalar generation. Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.75.bb => ell_0.76.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.75.bb => ell_0.76.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.75.bb b/meta/recipes-core/ell/ell_0.76.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.75.bb rename to meta/recipes-core/ell/ell_0.76.bb index 80a108a4b5..fcc56e02f7 100644 --- a/meta/recipes-core/ell/ell_0.75.bb +++ b/meta/recipes-core/ell/ell_0.76.bb @@ -15,4 +15,4 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "10cee84ee075d9e0fc1c65fa1acdf7f6ffc2b3ed7e09622be9fc8f8979b02bd5" +SRC_URI[sha256sum] = "a0bf2b5a78450c0c167e3f65c18452ffe4c0f179d48c2a3661e6afaca8017ef9" From patchwork Tue Apr 8 00:51:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60946 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 63CD7C369AE for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.63725.1744073526785789747 for ; Mon, 07 Apr 2025 17:52:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=tVNuWEhv; 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=1744073527; x=1775609527; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=1JdtCGLSOvQdy8mzl2bbZ60JpkUv5ubqa4J0wpRkTtY=; b=tVNuWEhvjL3TN/1F1lrTmIBVZOaS2NCxwCeUmN19s8Ek/kvPAbKvVSOw /lio41OQ1bN34JITuuu+xTKd+NmwVtPZzs8hNPiubT4A2RzcNmYclnSzf stJ4axKX96s79blXMPj51/yvqFCrgEboOWf2LC63nB4583d3B3Npo8npL lKDSeotpws+vFpoW+V2JcebO8A2f50aQeaz55AxLHdWLLOdIOvjhduw+P wimbApcYXHLobRtsjUw3k5aTXB1bSm8aEUU164AfpWeRc4kw1vzumnGC2 CiTPCrQ+iJzAiIuFStNb6GcTtYhhRvoRoQBZBUr/1OsgrO27CgCYTPv0F w==; X-CSE-ConnectionGUID: 564CDv6uTue6EDsRhRgw7Q== X-CSE-MsgGUID: J315HePVRY2hxBO7WwAxxQ== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="183070467" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="183070467" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:00 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4B8DAC2266 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0AC2FD4C00 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A64171A00A1; Tue, 8 Apr 2025 08:51:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/15] gawk: upgrade 5.3.1 -> 5.3.2 Date: Tue, 8 Apr 2025 08:51:30 +0800 Message-Id: <1744073502-27695-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214488 From: Wang Mingyu 0001-Add-parameter-signatures-for-getenv-and-getopt.patch removed since it's included in 5.3.2 0001-configure.ac-re-enable-disabled-printf-features.patch refreshed for 5.3.2` Signed-off-by: Wang Mingyu --- ...ter-signatures-for-getenv-and-getopt.patch | 54 ------------------- ...c-re-enable-disabled-printf-features.patch | 8 +-- .../gawk/{gawk_5.3.1.bb => gawk_5.3.2.bb} | 3 +- 3 files changed, 5 insertions(+), 60 deletions(-) delete mode 100644 meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch rename meta/recipes-extended/gawk/{gawk_5.3.1.bb => gawk_5.3.2.bb} (94%) diff --git a/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch b/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch deleted file mode 100644 index 7ed615a881..0000000000 --- a/meta/recipes-extended/gawk/gawk/0001-Add-parameter-signatures-for-getenv-and-getopt.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 4a8352eeaa99bbea3461696855c973447e87abdd Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Sat, 22 Mar 2025 15:14:16 -0700 -Subject: [PATCH] Add parameter signatures for getenv() and getopt() - -GCC-15 complains about it when building for musl C library - -Upstream-Status: Submitted [https://lists.gnu.org/archive/html/bug-gawk/2025-03/msg00027.html] -Signed-off-by: Khem Raj ---- - missing_d/fnmatch.c | 2 +- - support/getopt.c | 2 +- - support/getopt.h | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/missing_d/fnmatch.c b/missing_d/fnmatch.c -index ccb7e34..7f97fbf 100644 ---- a/missing_d/fnmatch.c -+++ b/missing_d/fnmatch.c -@@ -121,7 +121,7 @@ USA. */ - whose names are inconsistent. */ - - # if !defined _LIBC && !defined getenv --extern char *getenv (); -+extern char *getenv (const char*); - # endif - - # ifndef errno -diff --git a/support/getopt.c b/support/getopt.c -index eeb71ba..e7ebd19 100644 ---- a/support/getopt.c -+++ b/support/getopt.c -@@ -152,7 +152,7 @@ static struct _getopt_data getopt_data; - whose names are inconsistent. */ - - #ifndef getenv --extern char *getenv (); -+extern char *getenv (const char*); - #endif - - #endif /* not __GNU_LIBRARY__ */ -diff --git a/support/getopt.h b/support/getopt.h -index 8393569..06482cf 100644 ---- a/support/getopt.h -+++ b/support/getopt.h -@@ -181,7 +181,7 @@ extern int __posix_getopt (int ___argc, char *const *___argv, - # endif - # endif - #else /* not __GNU_LIBRARY__ */ --extern int getopt (); -+extern int getopt (int, char * const*, const char *); - #endif /* __GNU_LIBRARY__ */ - - #ifndef __need_getopt diff --git a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch index 4fe60c7cb8..bcbc569531 100644 --- a/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch +++ b/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch @@ -1,4 +1,4 @@ -From 879fb11c7c006a8533a092fb75b38d84cc570d83 Mon Sep 17 00:00:00 2001 +From 9ce3184188e3fa275fde0258a165f4446a6e80f7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Nov 2024 12:13:58 +0100 Subject: [PATCH] configure.ac: re-enable disabled printf features @@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac -index cb99ffe..5fe792f 100644 +index 0ccd460..7df7e5b 100644 --- a/configure.ac +++ b/configure.ac -@@ -398,7 +398,7 @@ int main() +@@ -400,7 +400,7 @@ int main() ])], has_f_format=yes, has_f_format=no, @@ -24,7 +24,7 @@ index cb99ffe..5fe792f 100644 ) if test "$has_f_format" = yes then -@@ -427,7 +427,7 @@ int main() +@@ -429,7 +429,7 @@ int main() ])], has_a_format=yes, has_a_format=no, diff --git a/meta/recipes-extended/gawk/gawk_5.3.1.bb b/meta/recipes-extended/gawk/gawk_5.3.2.bb similarity index 94% rename from meta/recipes-extended/gawk/gawk_5.3.1.bb rename to meta/recipes-extended/gawk/gawk_5.3.2.bb index 1fe2f2b2a7..833fe78bf9 100644 --- a/meta/recipes-extended/gawk/gawk_5.3.1.bb +++ b/meta/recipes-extended/gawk/gawk_5.3.2.bb @@ -18,10 +18,9 @@ PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr" SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \ file://run-ptest \ file://0001-configure.ac-re-enable-disabled-printf-features.patch \ - file://0001-Add-parameter-signatures-for-getenv-and-getopt.patch \ " -SRC_URI[sha256sum] = "fa41b3a85413af87fb5e3a7d9c8fa8d4a20728c67651185bb49c38a7f9382b1e" +SRC_URI[sha256sum] = "8639a1a88fb411a1be02663739d03e902a6d313b5c6fe024d0bfeb3341a19a11" inherit autotools gettext texinfo update-alternatives From patchwork Tue Apr 8 00:51:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60943 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 536B1C369AD for ; Tue, 8 Apr 2025 00:52:16 +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.64301.1744073532396091312 for ; Mon, 07 Apr 2025 17:52:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=MaONSf8N; 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=1744073533; x=1775609533; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=cvgr0L5uCHDDr9D6hf3jXPWXWxAFfvazX0BAAmR1DnQ=; b=MaONSf8NIYufMI7EX+LedGzNCq6mZyzl8iSVCCVc7vXIeVhFj4df7lXm qFsBRHRYNor6FprmOXO69/lr9yhSw88VKUsokSQyV+eASYRkHEt2o6Tah xfKaAD/KitBaP/F7cbW/x50QY/jMxaWpusGTyWeGcsMlkMXZPkbA2aud9 Ea3NAYnLRw7mEc4UoTC7FHdTB7unCTRxHZBrniaVaIzb/ZiiLEzbV8/0D /4wnM4WFpZ9mfZ8dJwmLhzXna8b0a9qrIE68ssXq5j6jP3FeoJzl/z1Bz gNt53pE1GPyRAo5ZbRWwI3gb1liaaiehKYG7b8LtX30Qt5nQCsgRjZIOw w==; X-CSE-ConnectionGUID: lgAzAKMCT5ePpg1j/9LilA== X-CSE-MsgGUID: bKs9BD27RWSMZrYknXIPIA== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="198495818" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="198495818" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:00 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 5637EEAC01 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 0AC24BF4AD for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E1D1F1A00A2; Tue, 8 Apr 2025 08:51:56 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/15] harfbuzz: upgrade 11.0.0 -> 11.0.1 Date: Tue, 8 Apr 2025 08:51:31 +0800 Message-Id: <1744073502-27695-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214493 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../harfbuzz/{harfbuzz_11.0.0.bb => harfbuzz_11.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.0.0.bb => harfbuzz_11.0.1.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb index ea0819af2b..8945467a00 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "f16351bafe214725fe2c1d5b59f0d93e49905a4b247899fb90d70cff953a2b9b" +SRC_URI[sha256sum] = "4a7890090538136db64742073af4b4d776ab8b50e6855676a8165eb8b7f60b7a" DEPENDS += "glib-2.0-native" From patchwork Tue Apr 8 00:51:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60941 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 3F504C369A8 for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web10.64298.1744073530564845291 for ; Mon, 07 Apr 2025 17:52:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=m0otRnR1; 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=1744073531; x=1775609531; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=Et3d6N4XKFU5/Vterzh8PF3lo8AIj8Q161qPM2FP1UM=; b=m0otRnR1tKWMZYlm7cGrvVYQOowan3U32qg//IMS3y7RpkvQOu8bkQo/ sy4Ak2p2J4MirwyQDfdhDEoDyUQOd4wfz5Oa9zaYkYoeY93Ib5uy/AoVe gBoBBwU5qqgyDDnUZGS1wEgZYOF/G4XHjhtcbDu4BJ1nFt+7XKM3qGbXE ylExzDiWrnYu+fqt/zYrHiN8Rs1HV4phAXGeNiHUQf2aCtYAxuEbBVfpZ 6wcLps+OsPKdIeCRBE/DKTqKWy9awexsH/RBtGV9Lm3dA/l3NNUb5frDO jYOvK+yU3nY/mmO3c3beks8lCdUyFKdTXW5zZ/0AwufscAW1C6xAzqes1 g==; X-CSE-ConnectionGUID: b3MZf5dXSUmXF3A7OpYs7w== X-CSE-MsgGUID: 2V1qDuASTZuIzGY+OM95QA== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="195697817" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="195697817" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 56EA5D500F for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 0FC93D3F1A for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 274051A00AE; Tue, 8 Apr 2025 08:51:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/15] hwdata: upgrade 0.393 -> 0.394 Date: Tue, 8 Apr 2025 08:51:32 +0800 Message-Id: <1744073502-27695-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214491 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-support/hwdata/{hwdata_0.393.bb => hwdata_0.394.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/hwdata/{hwdata_0.393.bb => hwdata_0.394.bb} (93%) diff --git a/meta/recipes-support/hwdata/hwdata_0.393.bb b/meta/recipes-support/hwdata/hwdata_0.394.bb similarity index 93% rename from meta/recipes-support/hwdata/hwdata_0.393.bb rename to meta/recipes-support/hwdata/hwdata_0.394.bb index 1517a1d35f..a4288eb420 100644 --- a/meta/recipes-support/hwdata/hwdata_0.393.bb +++ b/meta/recipes-support/hwdata/hwdata_0.394.bb @@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" -SRCREV = "2b7f8370a5b3b1552d8264b8665ed99ddfea0b57" +SRCREV = "fa1ccf4e4944bdb4110025c5c40e4fee8c8de29b" S = "${WORKDIR}/git" From patchwork Tue Apr 8 00:51:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60945 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 5CBFDC369AC for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web10.64297.1744073526713324137 for ; Mon, 07 Apr 2025 17:52:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jozbJQBx; 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=1744073526; x=1775609526; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=bo1th2JIJz4Kgchuob3hTi6oUcSTCKy9yEJ2EiPA6kk=; b=jozbJQBx8JhgqYukVYheNcZprm8LTOJwIy9BTivfZYUtPRDhfDb8B6+i XyzfQXBTA5ZRN0IckDLTk+bJY49Lk136YNBRfcFrfy2zJVPtIP+EEXv+W 90fjy7QON7aUAzCJ0UZGJPOnUhbdUy6ytjmdYDG595Q2lbEKdcvBtGlIx wTt4y/LmW67xgt7iapfCX3h7Y2EOAzbKaqSrzhAPWPZamwpFBKlQVqVdP CU3APrX6uH6OvcxL6QYHxHvC2TMAufJNrVKarvgb1XCOerPy8t5o0hAP3 wZL8qfzmn4Mp2wwYxPt54APbkEsavs46TiQWYRKDfrW4rkx376RlMzWyr A==; X-CSE-ConnectionGUID: MreXMDHKRBqiYoVsGgyL+A== X-CSE-MsgGUID: 0BBF5Bp7RqmgRYSp0BwiHg== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="174619206" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="174619206" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:00 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B2D01C226C for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 7817BD73AB for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6F5701A00AF; Tue, 8 Apr 2025 08:51:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/15] libsolv: upgrade 0.7.31 -> 0.7.32 Date: Tue, 8 Apr 2025 08:51:33 +0800 Message-Id: <1744073502-27695-6-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214487 From: Wang Mingyu Changelog: =========== - build both static and dynamic libraries on new suse distros - require cmake >= 3.5 - new features: * support the apk package and repository format (both v2 and v3) * new dataiterator_final_{repo,solvable} functions Signed-off-by: Wang Mingyu --- .../libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.31.bb => libsolv_0.7.32.bb} (95%) diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb similarity index 95% rename from meta/recipes-extended/libsolv/libsolv_0.7.31.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.32.bb index b395ff972d..419036458a 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " -SRCREV = "95aef5cc57d0f51782e55b6903b30ec93afbfa15" +SRCREV = "95f64952e3270deb6be30ae4b786cae5c114c807" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" From patchwork Tue Apr 8 00:51:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60936 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 260ABC369A7 for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.63725.1744073526785789747 for ; Mon, 07 Apr 2025 17:52:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cp1kUnyF; 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=1744073527; x=1775609527; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=ob9zeCK8eVsoMfmb7b3oxSznnFX9AZ2tAi5cd59rRu4=; b=cp1kUnyFM3oPHURUP2EW9JEE1RTpphgwM6q3AxMmLaRlCmPz2LIHLDfd plVyk8MhXlMMCne6jNeb3FAv8nfRxDWvIK8Cy9DqmRA/W0TJIxFHkryWy I4LkkNDYdBtTucjwTULdTLKcjH+W4vDTAuxtIqZpsMj/x08h0lpa+jNMz OOhfayigefpGdw86NvpYDtxf2P1xgcd0J0T6XuKVG3VC48ca/fRv50+Qz dt3g12Kt8t2oZLTYJwlCRZKM94h8INuZnt/OmwhuBK1qvesgb1fUgk0es UwHDFrF3YDN26M18DXgCT67+f9oPE0B9cl767mgkXkbd3vlPAQ9X3iQny g==; X-CSE-ConnectionGUID: rWwlR4K3S8W1BlzSvsdmxg== X-CSE-MsgGUID: /GnnQJW+SceYJWRhI6WOJQ== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="183070470" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="183070470" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 156D6D69D0 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id CA479D5095 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ABFFF1A00B0; Tue, 8 Apr 2025 08:51:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/15] lighttpd: upgrade 1.4.78 -> 1.4.79 Date: Tue, 8 Apr 2025 08:51:34 +0800 Message-Id: <1744073502-27695-7-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214490 From: Wang Mingyu Changelog: =========== * [ci] update deps pkg names for lighttpd on Cygwin * [ci] MSYS detection kludge in tests/LightyTest.pm * [autotools] spelling Couldn't => Could not * [mod_openssl] revert SSL_CTX default cert assign * [mod_openssl] spelling in comment * [TLS] issue trace if unable to check/refresh cert * [ci] Cygwin Invoke-WebRequest -MaximumRetryCount 3 * [ci] Cygwin prefer D:\ drive * [ci] Cygwin remove redundant call to setup.exe * [core] set server.max-fds = 4096 if not specified * [core] clear Linux ambient capabilities, if any * [core] rename remove_pid_file() -> server_pid_file_remove() * [core] retry pidfile open on Linux * [doc] systemd lighttpd.service hardening * [doc] move TLS config to separate file tls.conf * [doc] systemd lighttpd.service hardening addition * [doc] systemd lighttpd*.socket activation examples * [core] default listen() backlog to SOMAXCONN * [ci] fix meson build execution selection Signed-off-by: Wang Mingyu --- .../lighttpd/{lighttpd_1.4.78.bb => lighttpd_1.4.79.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.78.bb => lighttpd_1.4.79.bb} (97%) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb similarity index 97% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb index 1d9b4e517c..cd6790dff9 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb @@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd \ " -SRC_URI[sha256sum] = "3c0739e8bc75c9e9fc1cfa89e1c304dd4b0e4abb87adc646a1d20bc6a2db2a3e" +SRC_URI[sha256sum] = "3b29a625b3ad88702d1fea4f5f42bb7d87488f2e4efc977d7f185329ca6084bd" DEPENDS = "virtual/crypt" From patchwork Tue Apr 8 00:51:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60942 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 49A3BC369AA for ; Tue, 8 Apr 2025 00:52:16 +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.64301.1744073532396091312 for ; Mon, 07 Apr 2025 17:52:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=HWkZfTye; 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=1744073533; x=1775609533; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=YSaLvyrCw16ASqdW70sSpHQMgTJ6oG1ShFSBNEiJOJw=; b=HWkZfTyeDuA7F7KlRuetTdQrPw2DIZfOoodYI0ke1etVJtA4L+5OZBHn kbxY7ou8o6wybn8mAUG3M6c6KpxRDUC6vquF4uus9f0qk3Bo2LuaYdJMy wn134BzPj381WuwytOKpl1Hiq3joAGGuez4QB/V+p0+/ROrtF6uFVjh+l CB96ssIrBD3vpSQi0T/EfoELNlNhPwemKw7NASnyFgu7tlBMPO0wg/1cy JeCv8BBEhzMKPTVvKaTLnhRm6eSejJ/sKpxgR5cTI/+XQBHTbqALvjKyv aoLbiUA9JdhAsXr8ezi9ZLpWd5ue4krEs8170qCvr0Vlp2HVAgmMGQe5L w==; X-CSE-ConnectionGUID: Bak/Ybd6ThiNUkqHUbR9qA== X-CSE-MsgGUID: n2/6pZ6xSweOcTQeQ9vvEQ== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="198495820" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="198495820" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 13721D5011 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id C539D103D0 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E76E21A00B1; Tue, 8 Apr 2025 08:51:57 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/15] llvm: upgrade 20.1.1 -> 20.1.2 Date: Tue, 8 Apr 2025 08:51:35 +0800 Message-Id: <1744073502-27695-8-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214495 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/llvm/{llvm_20.1.1.bb => llvm_20.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/llvm/{llvm_20.1.1.bb => llvm_20.1.2.bb} (99%) diff --git a/meta/recipes-devtools/llvm/llvm_20.1.1.bb b/meta/recipes-devtools/llvm/llvm_20.1.2.bb similarity index 99% rename from meta/recipes-devtools/llvm/llvm_20.1.1.bb rename to meta/recipes-devtools/llvm/llvm_20.1.2.bb index c60a604255..f1ef4c33d4 100644 --- a/meta/recipes-devtools/llvm/llvm_20.1.1.bb +++ b/meta/recipes-devtools/llvm/llvm_20.1.2.bb @@ -38,7 +38,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/ ${@bb.utils.contains('PACKAGECONFIG', 'spirv-llvm-translator', '${SRC_URI_SPIRV}', '', d)} \ file://llvm-config \ " -SRC_URI[sha256sum] = "4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0" +SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38" UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" UPSTREAM_CHECK_REGEX = "llvmorg-(?P\d+(\.\d+)+)" From patchwork Tue Apr 8 00:51:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60937 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 1730BC369A2 for ; Tue, 8 Apr 2025 00:52:16 +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.63726.1744073533766508830 for ; Mon, 07 Apr 2025 17:52:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OWCaoeEt; 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=1744073535; x=1775609535; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=/D9Mdagt2CklYSH4wg9/EHb8yE1HjoFMBydrq6utbW4=; b=OWCaoeEtX1EkpuRObqYsNKMs4fFmYIqXNBlmSJComILQfs0WOCVwg7F6 fihwB1UltIeuL16vxlvZMPv65Q9exN5P2boRha+KpEJKCQr9CksJGw+Jz cdQ5AaG3JocL7lEvfgRxImMRz4mgk01HiD6PGZQd90rB3f4ZcZk45cfDV Be12t0RyYR2OmeTPfEsp7bAZpVXhpPOrtbJz8BgO46EPJTyd7KY/Zqbpu N+q46mKt4Db4YgDDFkemcYK84sfD8lHa3RJFNBZahU5z8GVrGzA82v5sg sJQWiXhS0HYoxHqfhbtL31Q3ogP/pFXNciafZMU6xFI9s1lF4z7263MeY A==; X-CSE-ConnectionGUID: HQ+0aoxAR5KA2EiN0k5FAA== X-CSE-MsgGUID: OxEl13H9QaGrJUmUm258lw== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="194896338" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="194896338" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id E58C196741 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id A971FCF7C9 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 31ED81A009A; Tue, 8 Apr 2025 08:51:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/15] meson: upgrade 1.7.1 -> 1.7.2 Date: Tue, 8 Apr 2025 08:51:36 +0800 Message-Id: <1744073502-27695-9-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214497 From: Wang Mingyu 0001-Make-CPU-family-warnings-fatal.patch refreshed for 1.7.2 Signed-off-by: Wang Mingyu --- .../meson/0001-Make-CPU-family-warnings-fatal.patch | 10 +++++----- .../meson/{meson_1.7.1.bb => meson_1.7.2.bb} | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/meson/{meson_1.7.1.bb => meson_1.7.2.bb} (98%) diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch index dcc8209c31..ca2bcef1ee 100644 --- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch +++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch @@ -1,4 +1,4 @@ -From 32c4ccfbdc8649f595a79e7fd1bd39d6f8325340 Mon Sep 17 00:00:00 2001 +From 8ba2c1f596206d45e8f14d4f4d2439023a3de9e7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 3 Jul 2018 13:59:09 +0100 Subject: [PATCH] Make CPU family warnings fatal @@ -11,10 +11,10 @@ Signed-off-by: Ross Burton 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py -index 86bad9b..9703315 100644 +index 6726d4e..844b611 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py -@@ -277,8 +277,8 @@ class MachineInfo(HoldableObject): +@@ -278,8 +278,8 @@ class MachineInfo(HoldableObject): 'but is missing {}.'.format(minimum_literal - set(literal))) cpu_family = literal['cpu_family'] @@ -26,10 +26,10 @@ index 86bad9b..9703315 100644 endian = literal['endian'] if endian not in ('little', 'big'): diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py -index 71a2f3a..4cbeabe 100644 +index 386316e..b4a0d88 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py -@@ -416,10 +416,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str: +@@ -419,10 +419,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str: if compilers and not any_compiler_has_define(compilers, '__mips64'): trial = 'mips' diff --git a/meta/recipes-devtools/meson/meson_1.7.1.bb b/meta/recipes-devtools/meson/meson_1.7.2.bb similarity index 98% rename from meta/recipes-devtools/meson/meson_1.7.1.bb rename to meta/recipes-devtools/meson/meson_1.7.2.bb index bc57c84cce..7e9c661818 100644 --- a/meta/recipes-devtools/meson/meson_1.7.1.bb +++ b/meta/recipes-devtools/meson/meson_1.7.2.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \ file://0001-Make-CPU-family-warnings-fatal.patch \ file://0002-Support-building-allarch-recipes-again.patch \ " -SRC_URI[sha256sum] = "155780a5be87f6dd7f427ad8bcbf0f2b2c5f62ee5fdacca7caa9de8439a24b89" +SRC_URI[sha256sum] = "4d40d63aa748a9c139cc41ab9bffe43edd113c5639d78bde81544ca955aea890" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases From patchwork Tue Apr 8 00:51:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60934 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 01EBBC369A1 for ; Tue, 8 Apr 2025 00:52:16 +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.63726.1744073533766508830 for ; Mon, 07 Apr 2025 17:52:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jvQuwq+3; 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=1744073534; x=1775609534; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=JjU/u77WKvT0cbDywLFz8yh9FiuQ0fjqOurGGNCvam4=; b=jvQuwq+3HbFirrdzyuHAg3cF5hRqHwAXAnoS4wK26r2RVBfVVzCsDZlb Pu+77DERLqoE3ea26zq8p4DAi9Z/ziQCx+k3HXAL5+Ga4wBEQ298+uQpa O114E6kbElMUH9k5tVg/plGkfHDrUNubkNnA0CVEnvYBn1H6y2AQGSx27 vg4clqrXb6+C5u9vfCH2AlMhlSkqyoybZT6iBqIOHzF28GmH6kXJwiy/I pLzhMAAJrchCGQdoTXdRvGwfzcjTO3YTtCdeCWe0puiQ/GjjDN8skgnjw GHKcDBMzf4xDm4DdnEQrQLJEHnQ/PgBrfPG7ZydMdBNiBY/uWay+cHrkH g==; X-CSE-ConnectionGUID: cDp5rxrmTXaXur2DVZrR5w== X-CSE-MsgGUID: K79jT3wtRfaS6NHCuDV+KA== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="194896339" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="194896339" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 2E71CD2AA4 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id E58B1D4BC1 for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 726F11A009B; Tue, 8 Apr 2025 08:51:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/15] python3-calver: upgrade 2025.04.01 -> 2025.04.02 Date: Tue, 8 Apr 2025 08:51:37 +0800 Message-Id: <1744073502-27695-10-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214496 From: Wang Mingyu Changelog: ============ - Update build backend - Support running tests from source distribution Signed-off-by: Wang Mingyu --- ...ython3-calver_2025.04.01.bb => python3-calver_2025.04.02.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-calver_2025.04.01.bb => python3-calver_2025.04.02.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.01.bb b/meta/recipes-devtools/python/python3-calver_2025.04.02.bb similarity index 89% rename from meta/recipes-devtools/python/python3-calver_2025.04.01.bb rename to meta/recipes-devtools/python/python3-calver_2025.04.02.bb index a05e787201..3f169e1f7c 100644 --- a/meta/recipes-devtools/python/python3-calver_2025.04.01.bb +++ b/meta/recipes-devtools/python/python3-calver_2025.04.02.bb @@ -4,7 +4,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}" -SRCREV = "5b62e5127f9ad5bb56bd09ccd8c44283a23ddb60" +SRCREV = "e9c8017caf3e3aff214fbb581ee7f366de55f629" inherit python_setuptools_build_meta ptest-python-pytest From patchwork Tue Apr 8 00:51:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60940 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 0561BC3601E for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web10.64297.1744073526713324137 for ; Mon, 07 Apr 2025 17:52:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=lrVNnd7E; 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=1744073527; x=1775609527; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=BGqLIct2ZgRh3MvGkDOvrsg+EkxGHvJszHRyrq3FSIs=; b=lrVNnd7E2lu2vWNJTVaC3yFsSuklSb3vayl5uxcVV7/Z4AVy3sRfXq0+ fIcyx2LTTjMxu29j0vJJrsoVsaQzIJnG2m1NpdnHz1zF/BKWb0tnCL7Lk 97d/GauvPKL2tRb739yqonYag2GhY+Vop3ac7wqxFXXe7MB8UlvJp1qtG sp9IQrz6C1BaFuBm6LqZRwar/ryyMrpQjerX7KVwJH9V9kqmLgzVo8MvJ gN0bZgmNckTMw1NIkVs+jcoBJx7AuffoRiR7odznKix8As+qZQ2vnvJ/P BiFRJr6tW3ZuJx6ru9FcMZlbiGIlP221Yveq39+aqkoUzYaBfb1QTAqHZ g==; X-CSE-ConnectionGUID: M7f0TxPoQoi7qxhaoNiKyw== X-CSE-MsgGUID: 6+XbrV2fSTuWy7kFAsv5NA== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="174619207" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="174619207" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:01 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 4015DDBB80 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id F1B05D73AB for ; Tue, 8 Apr 2025 09:51:58 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B0E591A00A1; Tue, 8 Apr 2025 08:51:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/15] python3-flit-core: upgrade 3.11.0 -> 3.12.0 Date: Tue, 8 Apr 2025 08:51:38 +0800 Message-Id: <1744073502-27695-11-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214489 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...{python3-flit-core_3.11.0.bb => python3-flit-core_3.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-flit-core_3.11.0.bb => python3-flit-core_3.12.0.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb similarity index 91% rename from meta/recipes-devtools/python/python3-flit-core_3.11.0.bb rename to meta/recipes-devtools/python/python3-flit-core_3.12.0.bb index 1d44b58830..e40ffd0d0f 100644 --- a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb +++ b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb @@ -8,7 +8,7 @@ BUGTRACKER = "https://github.com/pypa/flit/issues" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08" -SRC_URI[sha256sum] = "58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825" +SRC_URI[sha256sum] = "1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740" inherit pypi python_flit_core From patchwork Tue Apr 8 00:51:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60935 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 E5900C36010 for ; Tue, 8 Apr 2025 00:52:15 +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.64296.1744073524785885673 for ; Mon, 07 Apr 2025 17:52:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CvgSWktQ; 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=1744073526; x=1775609526; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=EGcFz+vqftRUFmMiL4XYbeuDkScrv+Vw6vDyZhvKiBE=; b=CvgSWktQY3ecOw4b4S8OAphxEVOGxu/VgVzMoq85pjED9lI9gB20BZq3 8CLnOEPNiBMfM56A/XL6ayUpsYCHGeXyO29yoFscbfMSMGGq2c4+rM6NI My8B6hkodS51V2ospQdYWVqPwxFrLKTdu61sAjw0dtc6Ic7uTaVZ4MsxD nygfPFUEYJtH8gH+Dr/JnlBlnSowpO444qmf27QbKW9Q3JgMYTBMPwRUE 4MKPavqewDfuf0gweaW9lONROjhJgZB17jSi042jpLvannnRHY+KBhuTu rXIFgj9U7o2H486ALW/ywFMflws9K1ChuEUK7ITL99U2dSVNcLvBvZZQ4 w==; X-CSE-ConnectionGUID: hUW5PQ77T9WqWaQK2CS2sw== X-CSE-MsgGUID: IJHTyWoxT1W/eL1ffpAS4Q== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="195727216" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="195727216" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:02 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 732BCEAC02 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 37388D4BC2 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E87A31A009A; Tue, 8 Apr 2025 08:51:58 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/15] python3-lxml: upgrade 5.3.1 -> 5.3.2 Date: Tue, 8 Apr 2025 08:51:39 +0800 Message-Id: <1744073502-27695-12-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214485 From: Wang Mingyu Changelog: * Binary wheels use libxml2 2.12.10 and libxslt 1.1.42. * Binary wheels for Windows use a patched libxml2 2.11.9 and libxslt 1.1.39. Signed-off-by: Wang Mingyu --- .../python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-lxml_5.3.1.bb => python3-lxml_5.3.2.bb} (95%) diff --git a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb similarity index 95% rename from meta/recipes-devtools/python/python3-lxml_5.3.1.bb rename to meta/recipes-devtools/python/python3-lxml_5.3.2.bb index 8a3ec862f7..cc0d4ecd25 100644 --- a/meta/recipes-devtools/python/python3-lxml_5.3.1.bb +++ b/meta/recipes-devtools/python/python3-lxml_5.3.2.bb @@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \ DEPENDS += "libxml2 libxslt" -SRC_URI[sha256sum] = "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8" +SRC_URI[sha256sum] = "773947d0ed809ddad824b7b14467e1a481b8976e87278ac4a730c2f7c7fcddc1" SRC_URI += "${PYPI_SRC_URI}" inherit pkgconfig pypi setuptools3 From patchwork Tue Apr 8 00:51:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60939 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 35B59C369A9 for ; Tue, 8 Apr 2025 00:52:16 +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.64296.1744073524785885673 for ; Mon, 07 Apr 2025 17:52:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CEA/0IYz; 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=1744073527; x=1775609527; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=aWvYGhCDgamG3+c/epGE/wBN524DEkLsQ1U9UYvEzZI=; b=CEA/0IYzS+DFl27QBRCX0QpF++/4hZDKVrqJqobVUMNq6u23AnrXiUaA panM1gBcLifG0aiVkEKGwIDmEqblRn3A7qmo2hfoL6FQI4LeZyIhSPyO2 Kvp2exHA8W+O5ZsMoVLYKOC7UXcFVgdjrDmhw8O9k/Es/hjJYBxnaFSmj MdOcQkk/CRVsgLfQ0JdxnBuyHtdBkme+zxYAal1i3fcGEknp/1LybdHtR Re88qdtX85ECHEYCNyOMWKOi6fRwb7rO7eOEL6CwTyNB9kW0J+BTJ6MXY vq+ioAFXDJfBU+MeF3QvRn+C52SBSIaGhyE7qOLiLaFExAKWkUHEC/9gM w==; X-CSE-ConnectionGUID: pQLQagRnRWqHjSoFZjU6gQ== X-CSE-MsgGUID: oQBnV+fuTDuzdUVEyfdM8g== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="195727217" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="195727217" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:02 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id E8E04D4F41 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id AB763CF7C9 for ; Tue, 8 Apr 2025 09:51:59 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 320E11A009B; Tue, 8 Apr 2025 08:51:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/15] python3-typing-extensions: upgrade 4.13.0 -> 4.13.1 Date: Tue, 8 Apr 2025 08:51:40 +0800 Message-Id: <1744073502-27695-13-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214486 From: Wang Mingyu Changelog: ============ - Fix regression in 4.13.0 on Python 3.10.2 causing a TypeError when using Concatenate. - Fix TypeError when using evaluate_forward_ref on Python 3.10.1-2 and 3.9.8-10. Signed-off-by: Wang Mingyu --- ...extensions_4.13.0.bb => python3-typing-extensions_4.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-typing-extensions_4.13.0.bb => python3-typing-extensions_4.13.1.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb similarity index 91% rename from meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb rename to meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb index ea946849a7..c3d3dbc275 100644 --- a/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb +++ b/meta/recipes-devtools/python/python3-typing-extensions_4.13.1.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2" PYPI_PACKAGE = "typing_extensions" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -SRC_URI[sha256sum] = "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b" +SRC_URI[sha256sum] = "98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff" inherit pypi python_flit_core From patchwork Tue Apr 8 00:51:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60947 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 50857C36010 for ; Tue, 8 Apr 2025 00:52:26 +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.63732.1744073537535858062 for ; Mon, 07 Apr 2025 17:52:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WxrN3ttU; 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=1744073538; x=1775609538; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=axMRSidS/VZtNf5u6bci0VKFibvHnp15o8az2LdmC/c=; b=WxrN3ttUcKFXVy0VZAJM69V8TnmWTOjsTrlRHgHdWyTe4jGpavb8EEcY PZkgAUPjzu8k/AJ6JSVZFtbfeWtyhhZqPmPw8W4+jdBM2A+aOBRuJUPcD WMmYfYIiaC51nowWA1JTnB/aKnfCrJFllYb+cJ6i32CR3RwtpZ2qydXw7 XhivHQirDryPMv2Y2lLuNd/c135tvLww8Vsu3thGixJIkMjMv87Zwt5KR 8KtHEOOP/f99Eq2VmrTvBnVocSrUGFflZYTzK7nm615Aio7F1hSnDUekx RXRrivspV3bJgehNcGPqY+IlIKiCYlsCZJcCtmWogpVn0u004JUoeDYgu w==; X-CSE-ConnectionGUID: wpl1SGtfTpuaaM99pL6Q6A== X-CSE-MsgGUID: o68rlxogQpqjUjFvBn/doA== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="195697856" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="195697856" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:16 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 9327FC2266 for ; Tue, 8 Apr 2025 09:52:13 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 62564D4C00 for ; Tue, 8 Apr 2025 09:52:06 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7071C1A0078; Tue, 8 Apr 2025 08:51:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/15] sbc: upgrade 2.0 -> 2.1 Date: Tue, 8 Apr 2025 08:51:41 +0800 Message-Id: <1744073502-27695-14-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214498 From: Wang Mingyu License-Update: Using SPDX-License-Identifier: LGPL-2.1-or-later to replace the description of license Signed-off-by: Wang Mingyu --- meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} (80%) diff --git a/meta/recipes-multimedia/sbc/sbc_2.0.bb b/meta/recipes-multimedia/sbc/sbc_2.1.bb similarity index 80% rename from meta/recipes-multimedia/sbc/sbc_2.0.bb rename to meta/recipes-multimedia/sbc/sbc_2.1.bb index d25be9e80c..d3b4996784 100644 --- a/meta/recipes-multimedia/sbc/sbc_2.0.bb +++ b/meta/recipes-multimedia/sbc/sbc_2.1.bb @@ -7,14 +7,15 @@ LICENSE:${PN} = "LGPL-2.1-or-later" LICENSE:${PN}-examples = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \ - file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \ - file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b" + file://src/sbcenc.c;beginline=1;endline=24;md5=1db4f3850f47b59e79aeedb2668f4b3e \ + file://sbc/sbc.h;beginline=1;endline=26;md5=c5a50a7fc33c148ee362e2b46574a87f \ + " DEPENDS = "libsndfile1" SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz" -SRC_URI[sha256sum] = "8f12368e1dbbf55e14536520473cfb338c84b392939cc9b64298360fd4a07992" +SRC_URI[sha256sum] = "426633cabd7c798236443516dfa8335b47e004b0ef37ff107e0c7ead3299fcc2" inherit autotools pkgconfig From patchwork Tue Apr 8 00:51:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mingyu Wang (Fujitsu)" X-Patchwork-Id: 60944 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 52845C369AB for ; Tue, 8 Apr 2025 00:52:16 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.64300.1744073532229948192 for ; Mon, 07 Apr 2025 17:52:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WZZd7z7Z; 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=1744073533; x=1775609533; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=MISHLAc+NYsd/vBDDv84vZxXXP57JCmwpnD85rXSPR4=; b=WZZd7z7ZvgbYfUy7Pi++CdFRgicDDxi6qpIYSxf6TIEvdT0mT8OD/zTC ZZ1h1xwysGtxSp1xQDC1hrp0gPZAYY5ftlkXbCl31zoXGMQmqAd9NXOcO rXc8ZdFgGmJVQoN1ldlFynHQ6lQ57XgoDN4PfM32S8wvrxJI/QG4I3qdf 98wStTyysH8DiptHqeIlfXAPOHxRD8KF8vbG9OwRfKvjEtMTbJLBZ/rLD Yf4xGTkFhzuUcO9086sPx3HsSj05LHiCd4gXusE0JvSdBqVjxIAAupgNW jdYX1VHzHxtwUHpW3ZOmZ51nRSKUZNXrUlDq9BjqYys9jIi08VXFLWdqE g==; X-CSE-ConnectionGUID: aIt7B2zgQvegynKSgTA40w== X-CSE-MsgGUID: DixJl/wvSdOtWVA1LR4HzQ== X-IronPort-AV: E=McAfee;i="6700,10204,11397"; a="174600380" X-IronPort-AV: E=Sophos;i="6.15,196,1739804400"; d="scan'208";a="174600380" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2025 09:52:02 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id A76B6DBB87 for ; Tue, 8 Apr 2025 09:52:00 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6C25BD4BC2 for ; Tue, 8 Apr 2025 09:52:00 +0900 (JST) Received: from localhost.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id AB01E1A009A; Tue, 8 Apr 2025 08:51:59 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/15] systemd: upgrade 257.4 -> 257.5 Date: Tue, 8 Apr 2025 08:51:42 +0800 Message-Id: <1744073502-27695-15-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> References: <1744073502-27695-1-git-send-email-wangmy@fujitsu.com> List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 08 Apr 2025 00:52:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214494 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ystemd-boot-native_257.4.bb => systemd-boot-native_257.5.bb} | 0 .../systemd/{systemd-boot_257.4.bb => systemd-boot_257.5.bb} | 0 ...temctl-native_257.4.bb => systemd-systemctl-native_257.5.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../recipes-core/systemd/{systemd_257.4.bb => systemd_257.5.bb} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/systemd/{systemd-boot-native_257.4.bb => systemd-boot-native_257.5.bb} (100%) rename meta/recipes-core/systemd/{systemd-boot_257.4.bb => systemd-boot_257.5.bb} (100%) rename meta/recipes-core/systemd/{systemd-systemctl-native_257.4.bb => systemd-systemctl-native_257.5.bb} (100%) rename meta/recipes-core/systemd/{systemd_257.4.bb => systemd_257.5.bb} (100%) diff --git a/meta/recipes-core/systemd/systemd-boot-native_257.4.bb b/meta/recipes-core/systemd/systemd-boot-native_257.5.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot-native_257.4.bb rename to meta/recipes-core/systemd/systemd-boot-native_257.5.bb diff --git a/meta/recipes-core/systemd/systemd-boot_257.4.bb b/meta/recipes-core/systemd/systemd-boot_257.5.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-boot_257.4.bb rename to meta/recipes-core/systemd/systemd-boot_257.5.bb diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb b/meta/recipes-core/systemd/systemd-systemctl-native_257.5.bb similarity index 100% rename from meta/recipes-core/systemd/systemd-systemctl-native_257.4.bb rename to meta/recipes-core/systemd/systemd-systemctl-native_257.5.bb diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 55389f1050..48600ce77a 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc @@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" -SRCREV = "5ce1c02abc0cc386332384497b5939108314d80d" +SRCREV = "1c93ed4c72a4513d9cefcd1f89d11a9dc828d06c" SRCBRANCH = "v257-stable" SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}" diff --git a/meta/recipes-core/systemd/systemd_257.4.bb b/meta/recipes-core/systemd/systemd_257.5.bb similarity index 100% rename from meta/recipes-core/systemd/systemd_257.4.bb rename to meta/recipes-core/systemd/systemd_257.5.bb