From patchwork Sun May 22 21:42:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5632 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4L5v8T2kPQz3wcf for ; Sun, 22 May 2022 21:43:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4L5v893pCRz44q; Sun, 22 May 2022 21:42:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4L5v882r02z3005; Sun, 22 May 2022 21:42:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4L5v862Nrvz2yN3 for ; Sun, 22 May 2022 21:42:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4L5v860yGGz2gW; Sun, 22 May 2022 21:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1653255766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=B2Z/KFWdGL7YTxry6Fs4Cgjf1aBhx9SOXxNgp1VqZxk=; b=sn9ao5npyEtEzgt3WmDoU2gvk2rIyjVueXaXCDQZqD/VEXGdN4PbyJopnZfVpBRBe7odKV kttcMnPXeIvdnvBfawZvXJFVohcLem9SIOxfzEkriV5Q5RK7l7p/2HLH5AZU4gtpcgVfVT SFqFFDOy+F0PjmRY+072AW3XiGKvgGlLlARBjTWgcE+epPkBhnePzUpzOPiK//8GQJODgA jAo5Om3ZLRNGNeTp1I5Vwrxd8+fqvl/Awf6q92zZjZ+Zs507R0X9c7etF7zPxw0w4cXWBI ttoHBQluIM7arhx9rm/yBtA0HXnZHGAg7jyIXobnXzAiK3/fm6bEmDygYWhpnw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1653255766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=B2Z/KFWdGL7YTxry6Fs4Cgjf1aBhx9SOXxNgp1VqZxk=; b=EYUAA9RIgZUSuOaVbjSKMfJbq4vntNo2ljGWijXTsKujlvTjhaUv0n67dTccRj4A7dck5n euZEas1a0uwo+TBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fuse: Update to version 3.11.0 Date: Sun, 22 May 2022 23:42:40 +0200 Message-Id: <20220522214240.2766607-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 3.10.4 to 3.11.0 - Update of rootfile - Changelog fuse 3.11.0 (2022-05-02) * Add support for flag FOPEN_NOFLUSH for avoiding flush on close. * Fixed returning an error condition to ioctl(2) fuse 3.10.5 (2021-09-06) * Various improvements to make unit tests more robust. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/fuse | 2 +- lfs/fuse | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse index 86fa084fd..5abecd3e8 100644 --- a/config/rootfiles/common/fuse +++ b/config/rootfiles/common/fuse @@ -12,7 +12,7 @@ usr/bin/fusermount3 #usr/include/fuse3/fuse_opt.h #usr/lib/libfuse3.so usr/lib/libfuse3.so.3 -usr/lib/libfuse3.so.3.10.4 +usr/lib/libfuse3.so.3.11.0 #usr/lib/pkgconfig/fuse3.pc #usr/share/man/man1/fusermount3.1 #usr/share/man/man8/mount.fuse3.8 diff --git a/lfs/fuse b/lfs/fuse index fc97c6c70..ee0a40c95 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -24,7 +24,7 @@ include Config -VER = 3.10.4 +VER = 3.11.0 THISAPP = fuse-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 174b51bf55544bbc08e04089a4d8685b371d3f584e337ed0d8d82c62e10c14b6ef14a964d6627e8a121036db1ab4c6c1ccd413c08f8685d3d91893874427e46f +$(DL_FILE)_BLAKE2 = 30d2dfee25a34b5f84f0a6b13523a6183fde7989b3ac908b68b8b9e4c327da51678453918c3009712ff1f3aaa79c4b0a29f22bcb712ee550563b23fd9ac64a09 install : $(TARGET)