From patchwork Thu Aug 10 01:32:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 28594 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 1E272C001E0 for ; Thu, 10 Aug 2023 01:33:03 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.8168.1691631181165241011 for ; Wed, 09 Aug 2023 18:33:01 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout03.t-online.de (Postfix) with SMTP id 02FD558A63 for ; Thu, 10 Aug 2023 03:32:59 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.154.174.9]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qTuXq-03KVjF0; Thu, 10 Aug 2023 03:32:58 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] gvfs: update 1.51.1 -> 1.51.90 Date: Thu, 10 Aug 2023 03:32:20 +0200 Message-ID: <20230810013220.415091-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1691631178-2B827649-E8EA0FF5/0/0 CLEAN NORMAL X-TOI-MSGID: 85d41681-a5dd-4b88-9aa9-87d11c717622 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, 10 Aug 2023 01:33:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104313 Major changes in 1.51.90 ======================== * Fix various memory leaks (wang xiaomeng) * udisks2: Disconnect signal handlers to fix crashes when unmounting (Ondrej Holy) * fuse: Include missing locale.h header (Ondrej Holy) * Some other fixes and improvements (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk --- .../recipes-gnome/gvfs/{gvfs_1.51.1.bb => gvfs_1.51.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.51.1.bb => gvfs_1.51.90.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb index 32d47efd16..2d1048e12f 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.90.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "5baaf0cc81e2c690a726f7d5eb59eed48a33ea220fd5378df93c556173a3c143" +SRC_URI[archive.sha256sum] = "c05aaa7cf463540fb8c9097cf9b77d92f2c8e0de1dcd643afb14c1284f823bdd" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"