From 67e5c294a0c0e74840ffc15a95ce23f1a5b04b33 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 8 Oct 2006 10:44:57 +0000 Subject: [PATCH] fuse: update to 2.6.0-rc2 --- fuse/.footprint | 16 ++++++++++++---- fuse/.md5sum | 3 +-- fuse/Pkgfile | 10 ++++------ fuse/udev-rules.patch | 6 ------ 4 files changed, 17 insertions(+), 18 deletions(-) delete mode 100644 fuse/udev-rules.patch diff --git a/fuse/.footprint b/fuse/.footprint index 70ef3f4db..dcc47ba25 100644 --- a/fuse/.footprint +++ b/fuse/.footprint @@ -1,7 +1,7 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/udev/ drwxr-xr-x root/root etc/udev/rules.d/ --rw-r--r-- root/root etc/udev/rules.d/40-fuse.rules +-rw-r--r-- root/root etc/udev/rules.d/60-fuse.rules drwxr-xr-x root/root lib/ drwxr-xr-x root/root lib/modules/ drwxr-xr-x root/root lib/modules// @@ -14,20 +14,28 @@ drwxr-xr-x root/root sbin/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwsr-xr-x root/root usr/bin/fusermount +-rwxr-xr-x root/root usr/bin/ulockmgr_server drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/fuse.h drwxr-xr-x root/root usr/include/fuse/ -rw-r--r-- root/root usr/include/fuse/fuse.h -rw-r--r-- root/root usr/include/fuse/fuse_common.h +-rw-r--r-- root/root usr/include/fuse/fuse_common_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_lowlevel.h -rw-r--r-- root/root usr/include/fuse/fuse_lowlevel_compat.h -rw-r--r-- root/root usr/include/fuse/fuse_opt.h +-rw-r--r-- root/root usr/include/ulockmgr.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libfuse.a -rwxr-xr-x root/root usr/lib/libfuse.la -lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.5.3 -lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.5.3 --rwxr-xr-x root/root usr/lib/libfuse.so.2.5.3 +lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.6.0 +lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.6.0 +-rwxr-xr-x root/root usr/lib/libfuse.so.2.6.0 +-rw-r--r-- root/root usr/lib/libulockmgr.a +-rwxr-xr-x root/root usr/lib/libulockmgr.la +lrwxrwxrwx root/root usr/lib/libulockmgr.so -> libulockmgr.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libulockmgr.so.1 -> libulockmgr.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libulockmgr.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc diff --git a/fuse/.md5sum b/fuse/.md5sum index aec86b90b..9019e17d7 100644 --- a/fuse/.md5sum +++ b/fuse/.md5sum @@ -1,2 +1 @@ -9c7e8b6606b9f158ae20b8521ba2867c fuse-2.5.3.tar.gz -d6c0bd18208494a23aaa69cf0496ce69 udev-rules.patch +4fa1138c955b9dba32fbf180db5a532a fuse-2.6.0-rc2.tar.gz diff --git a/fuse/Pkgfile b/fuse/Pkgfile index a04937b91..9b5aafa05 100644 --- a/fuse/Pkgfile +++ b/fuse/Pkgfile @@ -4,16 +4,14 @@ # Packager: Jukka Heino, jukka dot heino at gmail dot com name=fuse -version=2.5.3 -release=2 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \ - udev-rules.patch) +version=2.6.0-rc2 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version - patch -p1 < $SRC/udev-rules.patch ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/dev + rm -r $PKG/{dev,etc/init.d} } diff --git a/fuse/udev-rules.patch b/fuse/udev-rules.patch deleted file mode 100644 index 19f22b7b7..000000000 --- a/fuse/udev-rules.patch +++ /dev/null @@ -1,6 +0,0 @@ -diff -Nru fuse-2.5.3.orig/util/udev.rules fuse-2.5.3/util/udev.rules ---- fuse-2.5.3.orig/util/udev.rules 2006-02-02 19:04:53.000000000 +0200 -+++ fuse-2.5.3/util/udev.rules 2006-05-11 21:21:08.000000000 +0300 -@@ -1 +1 @@ --KERNEL="fuse", NAME="%k", MODE="0666" -+KERNEL=="fuse", NAME="%k", MODE="0666"