From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] fuse: Update to version 3.16.2
Date: Fri, 15 Nov 2024 22:36:37 +0100
Message-ID: <20241115213640.899223-6-adolf.belka@ipfire.org>
In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8703993343362962890=="
List-Id: <development.lists.ipfire.org>

--===============8703993343362962890==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- Update from version 3.15.0 to 3.16.2
- Update of rootfile not required
- Changelog
    3.16.2
	Various small fixes and improvements.
    3.16.1
	Readdir kernel cache can be enabled from high-level API.
    3.15.1
	Future libfuse releases will be signed with `signify`_ rather than PGP
	 (rationale_). This release is the last to be signed with PGP and contains t=
he
	 signify public key for current (3.15.X) and upcoming  (3.16.X) minor release
	 cycle.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/fuse | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lfs/fuse b/lfs/fuse
index ae225e83c..c275904b6 100644
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -73,7 +73,10 @@ $(subst %,%_BLAKE2,$(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=3D/usr -Dexamples=3Dfalse builddir
+	cd $(DIR_APP) && meson setup \
+				--prefix=3D/usr \
+				-D examples=3Dfalse \
+				builddir/
 	cd $(DIR_APP)/builddir && ninja $(MAKETUNING)
 	cd $(DIR_APP)/builddir && ninja install
=20
--=20
2.47.0


--===============8703993343362962890==--