mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
fuse: Update to 3.10.4
- Update from 3.10.3 to 3.10.4 - Update of rootfile - Changelog * Building of unit tests is now optional. * Fixed a test failure when running tests under XFS. * Fixed memory leaks in examples. * Minor documentation fixes. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e5cd2620bc
commit
b217d8a70f
@@ -12,7 +12,7 @@ usr/bin/fusermount3
|
|||||||
#usr/include/fuse3/fuse_opt.h
|
#usr/include/fuse3/fuse_opt.h
|
||||||
#usr/lib/libfuse3.so
|
#usr/lib/libfuse3.so
|
||||||
usr/lib/libfuse3.so.3
|
usr/lib/libfuse3.so.3
|
||||||
usr/lib/libfuse3.so.3.10.3
|
usr/lib/libfuse3.so.3.10.4
|
||||||
#usr/lib/pkgconfig/fuse3.pc
|
#usr/lib/pkgconfig/fuse3.pc
|
||||||
#usr/share/man/man1/fusermount3.1
|
#usr/share/man/man1/fusermount3.1
|
||||||
#usr/share/man/man8/mount.fuse3.8
|
#usr/share/man/man8/mount.fuse3.8
|
||||||
|
|||||||
4
lfs/fuse
4
lfs/fuse
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 3.10.3
|
VER = 3.10.4
|
||||||
|
|
||||||
THISAPP = fuse-$(VER)
|
THISAPP = fuse-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.xz
|
DL_FILE = $(THISAPP).tar.xz
|
||||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 75546f9070323b8ce69c2ed8ffff20c4
|
$(DL_FILE)_MD5 = 55b87e9ed691c2fa698e491241985b4a
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user