This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via a8e4c65724fb2796fe81242180664da32625d478 (commit) from 88a23b423d2d987e987b502c866d9bac56accd55 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a8e4c65724fb2796fe81242180664da32625d478 Author: Christian Schmidt maniacikarus@ipfire.org Date: Thu Mar 11 20:41:34 2010 +0100
Updated fuse to current stable.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/fuse | 3 ++- lfs/fuse | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/fuse b/config/rootfiles/common/fuse index 153d408..3b7ad59 100644 --- a/config/rootfiles/common/fuse +++ b/config/rootfiles/common/fuse @@ -6,6 +6,7 @@ usr/bin/fusermount usr/bin/ulockmgr_server #usr/include/fuse #usr/include/fuse.h +#usr/include/fuse/cuse_lowlevel.h #usr/include/fuse/fuse.h #usr/include/fuse/fuse_common.h #usr/include/fuse/fuse_common_compat.h @@ -18,7 +19,7 @@ usr/bin/ulockmgr_server #usr/lib/libfuse.la usr/lib/libfuse.so usr/lib/libfuse.so.2 -usr/lib/libfuse.so.2.7.4 +usr/lib/libfuse.so.2.8.3 #usr/lib/libulockmgr.a #usr/lib/libulockmgr.la usr/lib/libulockmgr.so diff --git a/lfs/fuse b/lfs/fuse index 9669b24..69e8f01 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -24,7 +24,7 @@
include Config
-VER = 2.7.4 +VER = 2.8.3
THISAPP = fuse-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4879f06570d2225667534c37fea04213 +$(DL_FILE)_MD5 = 517c8384f915e40647bda9f71579fd97
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree