From patchwork Fri Jul 21 20:51:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7011 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R71vN61FWz3wpf for ; Fri, 21 Jul 2023 20:52:00 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R71vG606Mz27c; Fri, 21 Jul 2023 20:51:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R71vG4Fncz305R; Fri, 21 Jul 2023 20:51:54 +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 4R71vC5CMkz2y1C for ; Fri, 21 Jul 2023 20:51:51 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R71vC3mpjz1m9; Fri, 21 Jul 2023 20:51:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1689972711; 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: in-reply-to:in-reply-to:references:references; bh=0H8avUlS85Fph9VipSwTCAjX0QXtcaaLg2zd6jRttGE=; b=r50TV8AX+j90934VwKyxdrpTLfh0kotI/x/YieeWTftMJdNw6KkvbMkFYx2BzxBZhjEX0r rNleM7bH+wDfN2dG68kTTEAGQ6b3526E7aHz5269Lyr6Pq7pF8xQXaDyRgWV0ePlPHk2HT hMD9KrDB3THehMpOgF8QRhIOtAnURx24HJ5vHTwsq92WCCPvKEyRsYr9SQ44STzL62IrYv FgKwfKjsxMkcpHjdce1tErG99nnJxxWYNFOvw0a63Vovra/688txHlg2r4bYQyi12Ziopv 5B2KwW5ulg3TaHj/pfT2PhoVdBNBQrbN80rGghnVK/dXJFzAWX2JVfbNK16lzQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1689972711; 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: in-reply-to:in-reply-to:references:references; bh=0H8avUlS85Fph9VipSwTCAjX0QXtcaaLg2zd6jRttGE=; b=8TT93eEI7GiZNEZdggqzZe4cLnq/NCXKcPpr1Cwd415Qn1b7DUr2LEhnd+GqSH5sASYvJH m2HEJhsEEHIV2SCQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] fuse: Update to version 3.15.0 Date: Fri, 21 Jul 2023 22:51:41 +0200 Message-ID: <20230721205144.2143152-5-adolf.belka@ipfire.org> In-Reply-To: <20230721205144.2143152-1-adolf.belka@ipfire.org> References: <20230721205144.2143152-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 version 3.13.0 to 3.15.0 - Update of rootfile - Changelog 3.15.0 (2023-06-09) * Improved support for some less common systems (32 bit, alternative libcs) * Unsupported mount options are no longer silently accepted. * auto_unmount is now compatible with allow_other. 3.14.1 (2023-03-26) * The extended attribute name passed to the setxattr() handler is no longer truncated at the beginning (bug introduced in 3.13.0). * As a result of the above, the additional setattr() flags introduced in 3.14 are no longer available for now. They will hopefully be reintroduced in the next release. * Further improvements of configuration header handling. 3.14.0 (2023-02-17) * Properly fix the header installation issue. The fix in 3.13.1 resulted in conflicts with other packages. * Introduce additional setattr() flags (FORCE, KILL_SUID, KILL_SGID, FILE, KILL_PRIV, OPEN, TIMES_SET) 3.13.1 (2023-02-03) * Fixed an issue that resulted in errors when attempting to compile against installed libfuse headers (because libc symbol versioning support was not detected correctly in this case). Signed-off-by: Adolf Belka --- config/rootfiles/common/fuse | 3 ++- lfs/fuse | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse index 6ab1a38ee..7148f0141 100644 --- a/config/rootfiles/common/fuse +++ b/config/rootfiles/common/fuse @@ -10,9 +10,10 @@ usr/bin/fusermount3 #usr/include/fuse3/fuse_log.h #usr/include/fuse3/fuse_lowlevel.h #usr/include/fuse3/fuse_opt.h +#usr/include/fuse3/libfuse_config.h #usr/lib/libfuse3.so usr/lib/libfuse3.so.3 -usr/lib/libfuse3.so.3.13.0 +usr/lib/libfuse3.so.3.15.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 455f40ce1..ae225e83c 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -24,7 +24,7 @@ include Config -VER = 3.13.0 +VER = 3.15.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 = b9428f27c431c30deca48cf4b76761c120ebbdb6d22789c19fa25ffbff47c752690e7d0a0b28b70bff2b8f9063272adc65dc084ee45036548452ae891fb77ab2 +$(DL_FILE)_BLAKE2 = 4777a956f8429aee2e5da43b9606ac6acc66744943739051f2be87a646b93c2aaa8f0b7f0c188f6d1724c1ab3fdf706d35c981066b0ba8c4dd647c0eb1f3c821 install : $(TARGET)