From patchwork Mon May 3 02:29:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Stewart X-Patchwork-Id: 1472997 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FYRlM0KGXz9sCD for ; Mon, 3 May 2021 12:30:05 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id B9A2683B47; Mon, 3 May 2021 02:30:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O_L4upM70fXl; Mon, 3 May 2021 02:30:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 0E84483AD8; Mon, 3 May 2021 02:30:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id B2A0E1BF2AE for ; Mon, 3 May 2021 02:29:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id AE77C60612 for ; Mon, 3 May 2021 02:29:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tTIbLQ4Y8jx6 for ; Mon, 3 May 2021 02:29:59 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.8.0 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by smtp3.osuosl.org (Postfix) with ESMTPS id 300CE60601 for ; Mon, 3 May 2021 02:29:59 +0000 (UTC) Received: by mail-pj1-f44.google.com with SMTP id x7-20020a17090a5307b02901589d39576eso345912pjh.0 for ; Sun, 02 May 2021 19:29:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=MFnelCRTRWjxk57qCJgYBjj+WJY6Pb32zzjzOjlYNq8=; b=JEWBpbqrXdgvwRddZ8XaDfXBcD+H0tme4rKgaualsWoxbTBjDmQYER/Y3ErSWLyvaC XlZyAEPwzlEQohsiTUrzqtokG5/TOVcL+t+Oh1xABrMb/RwNYART6yuilS9u2Xv/kXGO b+dauA+qzCPC87W9eOQOmL8Uy1h2cPOUuaO0mEdmzcHUKi4bnW2RZWh5Q6DAXaPe8R3W kxS7OYbL50UlzbxwoFO95zIq+Ye2jfl7UV3jRPllOi/khCvQjj7RnkVsIlhr65dtJKSe jsm1DMa2oca7wBmYjz02BoSOZvygRzvDfZHsIzJiXs5nKn6MTKXtrC+t9wSaE+101ujj ierg== X-Gm-Message-State: AOAM531VIe3BIQ9VYJwPAdLxxiYubvdTFYyh/ZakblFPCla8Ne0dI247 fri+x578glHftu4jtLyDyFA2bqNhpE5n3Q== X-Google-Smtp-Source: ABdhPJxIIKGYe4hGPPC5zarMkMRqL5O/Wo4QIV2d1vPkO0RaFG1Ek1xXF1vbBOXMdI6nHEDm466WpA== X-Received: by 2002:a17:90a:6745:: with SMTP id c5mr21377966pjm.4.1620008998397; Sun, 02 May 2021 19:29:58 -0700 (PDT) Received: from localhost.localdomain (ip98-171-188-220.sb.sd.cox.net. [98.171.188.220]) by smtp.gmail.com with ESMTPSA id d132sm7371108pfd.136.2021.05.02.19.29.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 May 2021 19:29:58 -0700 (PDT) From: Christian Stewart To: buildroot@buildroot.org Date: Sun, 2 May 2021 19:29:55 -0700 Message-Id: <20210503022955.160567-1-christian@paral.in> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/libfuse3: bump version to 3.10.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Christian Stewart , Asaf Kahlon , Thomas Petazzoni , Fabrice Fontaine Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Christian Stewart --- package/libfuse3/libfuse3.hash | 2 +- package/libfuse3/libfuse3.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libfuse3/libfuse3.hash b/package/libfuse3/libfuse3.hash index 9b2f8cc144..49c71f402f 100644 --- a/package/libfuse3/libfuse3.hash +++ b/package/libfuse3/libfuse3.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 checksums -sha256 a16f93cc083264afd0d2958a0dc88f24c6c5d40a9f3842c645b1909e13edb75f libfuse3-3.10.2.tar.gz +sha256 c32527782cef620df58b162aa29901d1fb13253b029375d5860a2253a810344e libfuse3-3.10.3.tar.gz sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE diff --git a/package/libfuse3/libfuse3.mk b/package/libfuse3/libfuse3.mk index f805eda506..d61e313391 100644 --- a/package/libfuse3/libfuse3.mk +++ b/package/libfuse3/libfuse3.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFUSE3_VERSION = 3.10.2 +LIBFUSE3_VERSION = 3.10.3 LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION)) LIBFUSE3_LICENSE = LGPL-2.1 LIBFUSE3_LICENSE_FILES = LICENSE