fuse: Update to version 3.16.2

Message ID 20241115213640.899223-6-adolf.belka@ipfire.org
State New
Headers
Series fuse: Update to version 3.16.2 |

Commit Message

Adolf Belka Nov. 15, 2024, 9:36 p.m. UTC
  - 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 the
	 signify public key for current (3.15.X) and upcoming  (3.16.X) minor release
	 cycle.

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

Comments

Michael Tremer Nov. 18, 2024, 8:01 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 15 Nov 2024, at 21:36, Adolf Belka <adolf.belka@ipfire.org> wrote:
> 
> - 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 the
> signify public key for current (3.15.X) and upcoming  (3.16.X) minor release
> cycle.
> 
> Signed-off-by: Adolf Belka <adolf.belka@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=/usr -Dexamples=false builddir
> + cd $(DIR_APP) && meson setup \
> + --prefix=/usr \
> + -D examples=false \
> + builddir/
> cd $(DIR_APP)/builddir && ninja $(MAKETUNING)
> cd $(DIR_APP)/builddir && ninja install
> 
> -- 
> 2.47.0
>
  

Patch

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=/usr -Dexamples=false builddir
+	cd $(DIR_APP) && meson setup \
+				--prefix=/usr \
+				-D examples=false \
+				builddir/
 	cd $(DIR_APP)/builddir && ninja $(MAKETUNING)
 	cd $(DIR_APP)/builddir && ninja install