From patchwork Mon Apr 19 20:57:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4188 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 4FPK0F0vpCz44Qc for ; Mon, 19 Apr 2021 20:58: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 4FPK0D4x9zz1tW; Mon, 19 Apr 2021 20:58:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FPK0D4508z2xxK; Mon, 19 Apr 2021 20:58:04 +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 4FPK0B3HwWz2xxK for ; Mon, 19 Apr 2021 20:58:02 +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 4FPK094nWFz1XG; Mon, 19 Apr 2021 20:58:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1618865881; 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=+io7WwkWC3SmD/m7s6jYbD5AZnSPbGKpSsny4KcN7oc=; b=UGaQBBX1kMK7mrdI5NbfIzRxpFujM/N4B2rpaNsw4pqfAeHhPXr6//fNS2+tmcNwEyB1GF beY6cTlaXEtBy/CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1618865881; 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=+io7WwkWC3SmD/m7s6jYbD5AZnSPbGKpSsny4KcN7oc=; b=AQE/Keuxw54JzkTI8KDwHQq5kIKDl5+WPq2wGReUX681+mrpu11KZEm08Y2TFlGdERt0Lr OmyUQPJA4nDBL0Uiv6w/PnEuJTKjfEor68sV4LWUAc5KGwHTD51M1JSQ3T+LvjW+Ki3dRQ jKhT7qLU0+Mbqd/7k8/bKZtir4st8LnExSRXICYRl3Llhq7L667cyTqFsXj0ei8FIRiIm6 Vh8Rz4dxG3XX3Nce2j7X9lRSTd6RX/7DiiiigfUjORhCJAmLIAsv7V9q20Bw8UiidZRCa1 MbnEOcatBRq62k0pxbz26fMg3HFIW46FyIycv8HROrSRTp6Eb0VXtlq98CnXnA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fuse: Update to 3.10.3 Date: Mon, 19 Apr 2021 22:57:59 +0200 Message-Id: <20210419205759.2101357-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.1 to 3.10.3 - Update of rootfile - Changelog libfuse 3.10.3 (2021-04-12) * Fix returning d_ino and d_type from readdir(3) in non-plus mode libfuse 3.10.2 (2021-02-05) * Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The option has no effect since mounting over non-empty directories is allowed by default. * Fix returning inode numbers from readdir() in offset==0 mode. * FUSE filesystems can now be mounted underneath EXFAT mountpoints. * Various minor bugfixes. Signed-off-by: Adolf Belka --- config/rootfiles/common/fuse | 24 ++---------------------- lfs/fuse | 8 +++++--- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse index bae55b321..3a0a52378 100644 --- a/config/rootfiles/common/fuse +++ b/config/rootfiles/common/fuse @@ -1,27 +1,8 @@ +#etc/fuse.conf #etc/rc.d/init.d/fuse3 -#lib/udev/rules.d/99-fuse3.rules etc/udev/rules.d/99-fuse3.rules sbin/mount.fuse3 usr/bin/fusermount3 -#usr/local/bin/fusermount3 -#usr/local/etc -#usr/local/etc/fuse.conf -#usr/local/include/fuse3 -#usr/local/include/fuse3/cuse_lowlevel.h -#usr/local/include/fuse3/fuse.h -#usr/local/include/fuse3/fuse_common.h -#usr/local/include/fuse3/fuse_log.h -#usr/local/include/fuse3/fuse_lowlevel.h -#usr/local/include/fuse3/fuse_opt.h -#usr/local/lib/libfuse3.so -#usr/local/lib/libfuse3.so.3 -#usr/local/lib/libfuse3.so.3.10.1 -#usr/local/lib/pkgconfig -#usr/local/lib/pkgconfig/fuse3.pc -#usr/local/sbin/mount.fuse3 -#usr/local/share/man/man1/fusermount3.1 -#usr/local/share/man/man8/mount.fuse3.8 -#etc/fuse.conf #usr/include/fuse3 #usr/include/fuse3/cuse_lowlevel.h #usr/include/fuse3/fuse.h @@ -31,8 +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.1 +usr/lib/libfuse3.so.3.10.3 #usr/lib/pkgconfig/fuse3.pc -#usr/sbin/mount.fuse3 #usr/share/man/man1/fusermount3.1 #usr/share/man/man8/mount.fuse3.8 diff --git a/lfs/fuse b/lfs/fuse index 167612f68..5235348a5 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -24,7 +24,7 @@ include Config -VER = 3.10.1 +VER = 3.10.3 THISAPP = fuse-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e973012119e98b048307558271b5b296 +$(DL_FILE)_MD5 = 75546f9070323b8ce69c2ed8ffff20c4 install : $(TARGET) @@ -73,7 +73,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && meson --prefix=/usr builddir && cd builddir && ninja && ninja install + cd $(DIR_APP) && meson --prefix=/usr builddir/ + cd $(DIR_APP) && ninja -C builddir/ + cd $(DIR_APP) && ninja -C builddir/ install # Move mount.fuse3 to same location as mount.fuse was in previous version mv -v /usr/sbin/mount.fuse3 /sbin