From patchwork Thu Mar 20 08:57: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: 59594 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 4F973C36000 for ; Thu, 20 Mar 2025 08:57:57 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.2933.1742461074467816481 for ; Thu, 20 Mar 2025 01:57:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O1pEq/db; 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=1742461074; x=1773997074; h=from:to:cc:subject:date:message-id; bh=DvkqdFugItMYoaVCc/0NMT9QLPsU5iKzKK6XiQIFiBs=; b=O1pEq/dbakXonlNJOtCxTyHh1zKN0KPaFcMV6Iv1YxzTiQZD9LnqcbSi RFWF/JOp9wFQH23d+1GCegnZq+zwIXB+NyEm2FjsDuwjVpXpZqd5w77sM riVPnRTeqo1EMaUfhSvJ1RfGnYSnA5AUo5sT9BN0U9ipGWdjfz8mKa29k PzdW88QjmTOJ/NQr0mg2KIgVmZ7hgwfDo6B1MtqyzTf7iUJCCP4X6KaXh 0YsG9lhF0KL14Yuvb0LYPMqgvDUHk3k0i9r1rLAnXHvn6k75/Li7fT8CA y9SlclgpwdqKLIPTI5OaXk2AuvHZ/RtfyJXu7v1C0IPofxJRbnsrJxbuf Q==; X-CSE-ConnectionGUID: gr8Y327jQHmTeNXh6Y5Aog== X-CSE-MsgGUID: ptsF2D+ATQCSgnsZrk9Smg== X-IronPort-AV: E=McAfee;i="6700,10204,11378"; a="193976761" X-IronPort-AV: E=Sophos;i="6.14,261,1736780400"; d="scan'208";a="193976761" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2025 17:57:51 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 9FFC4E076A for ; Thu, 20 Mar 2025 17:57:49 +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 57341D5110 for ; Thu, 20 Mar 2025 17:57:49 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A187F1A009A; Thu, 20 Mar 2025 16:57:48 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 1/5] cmpi-bindings: upgrade 1.0.4 -> 1.0.5 Date: Thu, 20 Mar 2025 16:57:39 +0800 Message-Id: <1742461063-20828-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 ; Thu, 20 Mar 2025 08:57:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116124 From: Wang Mingyu 0001-cmpi-bindings-Fix-build-error-with-gcc14.patch removed since it's included in 1.0.5 Changelog: =============== - Fix build error with gcc14 - Update Python initialization for Python 3.11 - Reduce compiler warnings Signed-off-by: Wang Mingyu --- ...-bindings-Fix-build-error-with-gcc14.patch | 46 ------------------- ...ndings_1.0.4.bb => cmpi-bindings_1.0.5.bb} | 5 +- 2 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-cmpi-bindings-Fix-build-error-with-gcc14.patch rename meta-oe/recipes-extended/cmpi-bindings/{cmpi-bindings_1.0.4.bb => cmpi-bindings_1.0.5.bb} (91%) diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-cmpi-bindings-Fix-build-error-with-gcc14.patch b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-cmpi-bindings-Fix-build-error-with-gcc14.patch deleted file mode 100644 index 750d10a5f1..0000000000 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-cmpi-bindings-Fix-build-error-with-gcc14.patch +++ /dev/null @@ -1,46 +0,0 @@ -From 9e4063a9a3fb2fab69d906902a8432da2544654b Mon Sep 17 00:00:00 2001 -From: Lei Maohui -Date: Tue, 11 Jun 2024 01:38:55 +0000 -Subject: [PATCH] cmpi-bindings: Fix build error with gcc14. - -The build error is as the following: - -| build-daily-2/tmp/work/aarch64-ubinux-linux/cmpi-bindings/1.0.4/git/swig/python/../../src/target_python.c:168:21: error: passing argument 1 of 'Py_SetProgramName' from incompatible pointer type [-Wincompatible-pointer-types] -| 168 | Py_SetProgramName("cmpi_swig"); -| | ^~~~~~~~~~~ -| | | -| | char * -| build-daily-2/tmp/work/aarch64-ubinux-linux/cmpi-bindings/1.0.4/recipe-sysroot/usr/include/python3.12/pylifecycle.h:37:56: note: expected 'const wchar_t *' {aka 'const unsigned int *'} but argument is of type 'char *' -| 37 | Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *); -| | - -Upstream-Status: Submitted -Signed-off-by: Lei Maohui ---- - src/target_python.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/target_python.c b/src/target_python.c -index a8dfd30..69a2515 100644 ---- a/src/target_python.c -+++ b/src/target_python.c -@@ -154,6 +154,7 @@ cleanup: - static int - PyGlobalInitialize(const CMPIBroker* broker, CMPIStatus* st) - { -+ const wchar_t proname[] = L"cmpi_swig"; - /* _SBLIM_TRACE(1,("<%d/0x%x> PyGlobalInitialize() called", getpid(), pthread_self())); */ - - if (_TARGET_INIT) -@@ -165,7 +166,7 @@ PyGlobalInitialize(const CMPIBroker* broker, CMPIStatus* st) - - _SBLIM_TRACE(1,("<%d/0x%x> Python: Loading", getpid(), pthread_self())); - -- Py_SetProgramName("cmpi_swig"); -+ Py_SetProgramName(proname); - Py_Initialize(); - #if PY_MAJOR_VERSION < 3 - SWIGEXPORT void SWIG_init(void); --- -2.34.1 - diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb similarity index 91% rename from meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb rename to meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb index 541a360765..e1f6c558df 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb @@ -6,14 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" SECTION = "Development/Libraries" DEPENDS = "swig-native sblim-cmpi-devel python3-setuptools-native" -SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=https;branch=master \ +SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=https;branch=main \ file://cmpi-bindings-0.4.17-no-ruby-perl.patch \ file://cmpi-bindings-0.4.17-sblim-sigsegv.patch \ file://0001-Fix-error.patch \ - file://0001-cmpi-bindings-Fix-build-error-with-gcc14.patch \ " -SRCREV = "69077ee4d249816ed428155fc933dca424167e77" +SRCREV = "49d6dcfc71ca421100fcf325e31625817c469fc9" S = "${WORKDIR}/git" inherit cmake python3targetconfig From patchwork Thu Mar 20 08:57: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: 59593 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 66739C36002 for ; Thu, 20 Mar 2025 08:57:57 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web11.3049.1742461075359278144 for ; Thu, 20 Mar 2025 01:57:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=X3iP+A5M; 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=1742461076; x=1773997076; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=juE74AUgznTh+PABMHlKEBavIQMaFswsNb25iTPeMwU=; b=X3iP+A5MnbXQ5y6csAHjCXkcjL6Ka0A3ILwqyyBfVzyi4aD3cjFC0TzV 9lBjFFV/d1WUbcisF+vjmwqL5u+KLGnrKqnwxViq2BE9h2eKlkQKsqJBi TECcW1AbB/M80wjAd2tdiFm+yUMpVTjgCDUnQajuAy9nCH83WJl5m53un 1qzj4akHQIDYaLaXaEKcQ2oiJCgGxu5bspnVJXEd2SCLdpYlLnJGAwyce nIfL+OW1VBP9qYoNmcj+oR9DW/KXCUfCVj+1kZwseAmLiR1oxgzut/cI5 +7otWtbKPmtUzAb8eiTeoAYcJV0t2JKFTQuGexTn1gy5DpwVIuyS6Y0Q0 Q==; X-CSE-ConnectionGUID: MVeoFvLRRa6nRVTMNQEtrQ== X-CSE-MsgGUID: ALJdp4veRjGH5Kua9I7HIA== X-IronPort-AV: E=McAfee;i="6700,10204,11378"; a="196397495" X-IronPort-AV: E=Sophos;i="6.14,261,1736780400"; d="scan'208";a="196397495" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2025 17:57:53 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id B1AD3D6EA1 for ; Thu, 20 Mar 2025 17:57:50 +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 5D737D97B1 for ; Thu, 20 Mar 2025 17:57:50 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DB8BF1A009A; Thu, 20 Mar 2025 16:57:49 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 2/5] ctags: upgrade 6.1.20250302.0 -> 6.1.20250316.0 Date: Thu, 20 Mar 2025 16:57:40 +0800 Message-Id: <1742461063-20828-2-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742461063-20828-1-git-send-email-wangmy@fujitsu.com> References: <1742461063-20828-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 ; Thu, 20 Mar 2025 08:57:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116125 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.1.20250302.0.bb => ctags_6.1.20250316.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250302.0.bb => ctags_6.1.20250316.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250302.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250316.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250302.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20250316.0.bb index 4163cfc506..744d4dfe80 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250302.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250316.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "f272e5cfff4950770eb0c6563c1d9281e5119204" +SRCREV = "3ee9ce5e3f6c7f58133af61f2490bbdb1afd93b7" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" S = "${WORKDIR}/git" From patchwork Thu Mar 20 08:57: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: 59592 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 509A6C3DA4A for ; Thu, 20 Mar 2025 08:57:57 +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.3051.1742461076163488027 for ; Thu, 20 Mar 2025 01:57:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=c2eiQf9S; 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=1742461076; x=1773997076; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=M9xOk9PyQIwSpC1zbh13R5Ad4vwph3e5eVTwGpjvZX8=; b=c2eiQf9Sf5r0SStI3Jhx1jpM6GgbaHKkXdM+tBF93jFRrzFkB+SedAHs sDsbHYfgRVxIOrzRzkw5x3n8cyefCCv8YQW4NqTGWl//VcukOsP/tPZ9U zpb2HmVRjzPt+skHXlHTKN6247p87FzAOQX69ISawXV0EluUU2ck21vGo OrP4vN0sLZXAa30+DcjIh7w9yoJpMHQ+lKh4Gy75wOIeyAXTdXe7vwH5Z 62tXhdXu5bI1ZRCGm4VqW0ZJvsj2+/9kP1Nnb5vkv0UCsixqAfsJURyER RSUfKOeDx392m+Xae2ZT2lJSVKC/2BCxytLkoXdl1MGnA5u6E46ms3zzP w==; X-CSE-ConnectionGUID: qpBaK09GSkCr2rz02k//Yg== X-CSE-MsgGUID: dMRYj2hZRvilIJ6Xb0Sq1w== X-IronPort-AV: E=McAfee;i="6700,10204,11378"; a="172561182" X-IronPort-AV: E=Sophos;i="6.14,261,1736780400"; d="scan'208";a="172561182" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2025 17:57:53 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id C1C0CEA890 for ; Thu, 20 Mar 2025 17:57:51 +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 83A6C1382A for ; Thu, 20 Mar 2025 17:57:51 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0F86E1A009A; Thu, 20 Mar 2025 16:57:51 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-gnome] [PATCH 3/5] evolution-data-server: upgrade 3.54.3 -> 3.56.0 Date: Thu, 20 Mar 2025 16:57:41 +0800 Message-Id: <1742461063-20828-3-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742461063-20828-1-git-send-email-wangmy@fujitsu.com> References: <1742461063-20828-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 ; Thu, 20 Mar 2025 08:57:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116127 From: Wang Mingyu License-Update: Set project-wide emacs formatting rules Signed-off-by: Wang Mingyu --- .../evolution-data-server/evolution-data-server.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 4e6c90f943..512ba7f9c5 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc @@ -4,11 +4,12 @@ BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "LGPL-2.0-only & LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ - file://src/camel/camel.h;endline=24;md5=342fc5e9357254bc30c24e43ae47d9a1 \ - file://src/libedataserver/e-data-server-util.h;endline=20;md5=8f21a9c80ea82a4fb80b5f959f672543" + file://src/camel/camel.h;endline=24;md5=4150eec6c74e359401d8ed7f266984b9 \ + file://src/libedataserver/e-data-server-util.h;endline=20;md5=fa7fca32c1bf07f87a52094b414fe7a8 \ + " GNOMEBASEBUILDCLASS = "cmake" inherit gnomebase upstream-version-is-even -SRC_URI[archive.sha256sum] = "5108dc38ee5cc1f8ef9155e87f6c4129f9644550a0962c5ae23ff807b57cb8d0" -PV = "3.54.3" +SRC_URI[archive.sha256sum] = "7ae5482aa4ee2894467716c5be982500e1d511dddf4ab29b68fdb107d7f8a8ff" +PV = "3.56.0" From patchwork Thu Mar 20 08:57: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: 59591 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 4D35AC28B30 for ; Thu, 20 Mar 2025 08:57:57 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web10.2933.1742461074467816481 for ; Thu, 20 Mar 2025 01:57:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=U1CzTaFx; 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=1742461075; x=1773997075; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=RGekqRCYWb+xmhrIslfSOT8XQG0QyQ3l4zWW90O9L40=; b=U1CzTaFxk/MAKCcxKbPdUgukUR9qD3iDiXoJjdLRN1Lou9/jUfekLeLC EmlL/mJSMFtqDSr4wc8jIrDM9VVPPZDm3T3HTc91KSVra/EO4oU5Ds4BB 91zL9lpreXmJSoRZtvZYR14+X91HEevWw5Qy482dRjXtfvpELKoBF+TfB 7KLxAMvBqrQ5QLc0PXqRGqj74sOyzwFHPLk3Fpwx3+iC22woRCd8hPJDg +dF5oyTVa2NoI52gcjDhpoDa0nvcC3ExaT2atACdSIcBmkvo8G5gkkkuF RFRB9+6JGbWgfdSWYqex6VwPf3NUr7vjVSLYkTbkx98cZl87761NCAq6H Q==; X-CSE-ConnectionGUID: 2xuNd+2cQEu/ux6bDkP7BA== X-CSE-MsgGUID: nQKZJ/KJSqOc4jXZBdCXAA== X-IronPort-AV: E=McAfee;i="6700,10204,11378"; a="193976762" X-IronPort-AV: E=Sophos;i="6.14,261,1736780400"; d="scan'208";a="193976762" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2025 17:57:54 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 5AFB8D4C2B for ; Thu, 20 Mar 2025 17:57:52 +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 16635D4F60 for ; Thu, 20 Mar 2025 17:57:52 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 991701A00A0; Thu, 20 Mar 2025 16:57:51 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 4/5] fsverity-utils: upgrade 1.5 -> 1.6 Date: Thu, 20 Mar 2025 16:57:42 +0800 Message-Id: <1742461063-20828-4-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742461063-20828-1-git-send-email-wangmy@fujitsu.com> References: <1742461063-20828-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 ; Thu, 20 Mar 2025 08:57:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116126 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{fsverity-utils_1.5.bb => fsverity-utils_1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-crypto/fsverity-utils/{fsverity-utils_1.5.bb => fsverity-utils_1.6.bb} (95%) diff --git a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb similarity index 95% rename from meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb rename to meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb index 49f83a67c3..b8ffa45947 100644 --- a/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.5.bb +++ b/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb @@ -9,7 +9,7 @@ SECTION = "console" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bc974d217b525ea216a336adb73e1220" -SRCREV = "20e87c13075a8e5660a8d69fd6c93d4f7c5f01a5" +SRCREV = "2543e6e5037c0b1b448282c2793f8a6ce8b12d71" SRC_URI = "git://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git;branch=master" S = "${WORKDIR}/git" From patchwork Thu Mar 20 08:57:43 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: 59595 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 51493C36000 for ; Thu, 20 Mar 2025 08:58:07 +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.2935.1742461077026634519 for ; Thu, 20 Mar 2025 01:57:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bL7Es7oH; 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=1742461077; x=1773997077; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=O+Pyrw70RxMadw4ry0N53TLyeipOZb2R0KLjtpv1oHo=; b=bL7Es7oHyydCPPHLf1QzyMvbrzuoCGT9SeotPND7t5hIGet0v76FdpHF MQTt47PoGRAIhbmNNlR5P42YzwW27EVnS7+IxeTRNW9ZevX8EWNvV4CVX R2m3wXooiNZjm1iC2QSzOF6HdnaWqtE5TJ9DkXgxuTCwNp2BjNa16CMY4 tVq9YhWP5Y3MgGXBJNIxG6G5C5xyoDXsBI5QHu15W5FGFCtDBA9u6uqRi VuDoHA9n4Ucgn8aKlhKKsoQMb7mWreLpXrqQ5qcF2Q33vc24z62BbJlnN IYXT/KSXV5Fn0Dm/Wo4lLLqqxXXRj18/x/IYvGmkhQL2qqAAJODQtNLd4 w==; X-CSE-ConnectionGUID: JGT+iZopTs+4J5OpwrM/EQ== X-CSE-MsgGUID: hJaXjU0XRoe7bDXuSkOkJg== X-IronPort-AV: E=McAfee;i="6700,10204,11378"; a="181036630" X-IronPort-AV: E=Sophos;i="6.14,261,1736780400"; d="scan'208";a="181036630" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Mar 2025 17:57:54 +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 D02F8DC717 for ; Thu, 20 Mar 2025 17:57:52 +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 947C7D52D1 for ; Thu, 20 Mar 2025 17:57:52 +0900 (JST) Received: from localhost.localdomain.localdomain (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 255651A009A; Thu, 20 Mar 2025 16:57:52 +0800 (CST) From: wangmy@fujitsu.com To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 5/5] geos: upgrade 3.12.1 -> 3.13.1 Date: Thu, 20 Mar 2025 16:57:43 +0800 Message-Id: <1742461063-20828-5-git-send-email-wangmy@fujitsu.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1742461063-20828-1-git-send-email-wangmy@fujitsu.com> References: <1742461063-20828-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 ; Thu, 20 Mar 2025 08:58:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/116128 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../recipes-navigation/geos/{geos_3.12.1.bb => geos_3.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-navigation/geos/{geos_3.12.1.bb => geos_3.13.1.bb} (88%) diff --git a/meta-oe/recipes-navigation/geos/geos_3.12.1.bb b/meta-oe/recipes-navigation/geos/geos_3.13.1.bb similarity index 88% rename from meta-oe/recipes-navigation/geos/geos_3.12.1.bb rename to meta-oe/recipes-navigation/geos/geos_3.13.1.bb index 461652a5ad..ba01968052 100644 --- a/meta-oe/recipes-navigation/geos/geos_3.12.1.bb +++ b/meta-oe/recipes-navigation/geos/geos_3.13.1.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" -SRC_URI[sha256sum] = "d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03" +SRC_URI[sha256sum] = "df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c" inherit cmake pkgconfig binconfig