fuse: update to 2.6.0-rc2
This commit is contained in:
parent
f2d90c62b1
commit
67e5c294a0
@ -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/<kernel-version>/
|
||||
@ -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
|
||||
|
@ -1,2 +1 @@
|
||||
9c7e8b6606b9f158ae20b8521ba2867c fuse-2.5.3.tar.gz
|
||||
d6c0bd18208494a23aaa69cf0496ce69 udev-rules.patch
|
||||
4fa1138c955b9dba32fbf180db5a532a fuse-2.6.0-rc2.tar.gz
|
||||
|
10
fuse/Pkgfile
10
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}
|
||||
}
|
||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user