fuse-2.7.4-3.8.1<>,8։Mh/=„dylei"{+=.nq~5(TGUTst">@?d   * & ?Rntyg!@ p              + D  t   6( ^7 d8 9D:>?@CF G HP I XY\ ] ^BbcdeflzCfuse2.7.43.8.1User space File SystemWith FUSE, a user space program can export a file system through the kernel-default (Linux kernel). User space file systems which are implemented using FUSE are provided by the following packages: - curlftpfs (mount FTP servers), - encfs (layered file encryption), - fuseiso (mount iso, img, bin, mdf and nrg CD-ROM images), - fusepod (mount iPods), - fusesmb (mount a fully browseable network neighborhood), - gphotofs (mount gphoto-supported cameras), - ntfs-3g (mount NTFS volumes read-write), - obexfs (mount of bluetooth devices), - sshfs (mount over ssh), - wdfs (mount of WebDAV shares) This package contains the mount binaries for fuse (might not be needed by some FUSE filesystems like ntfs-3g) and the documentation for FUSE. After installing fuse-devel, administrators can compile and install other user space file systems which can be found at http://fuse.sourceforge.net/wiki Authors: -------- Miklos Szeredi Mkbuild24[openSUSE 11.2openSUSEGPLv2+ ; LGPLv2.1+http://bugs.opensuse.orgSystem/Filesystemshttp://fuse.sourceforge.netlinuxi586 sbin/insserv ${YAST_IS_RUNNING:+-f} boot.fuse if test "$YAST_IS_RUNNING" != "instsys" ; then if test -x /sbin/SuSEconfig -a -f /sbin/conf.d/SuSEconfig.permissions ; then /sbin/SuSEconfig --module permissions fi fiif ! test -f /.buildenv ; then test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in boot.fuse ; do /etc/init.d/$service stop > /dev/null done fi fi fi sbin/insserv etc/init.d6&Xg4<<<F;n,A큤MkMkMkMkC;MkMkHG39G39G39E{3cdc6a3171a7b7e2955f5a0ca722b55de79c96378b78dd0048135b9e452736bb72131dfd9c32f450d55b94f2746c825e1dd860c83a626e73ca06df1c1bf205130b31506ec21092fcce751130570acde43887ca87abb6650fa9c8f3a0549cbd34d258108e0331f9bebaea88f5e2139f19868a2244af7263a1d67ea0dbcc80b8f559ec670a31f0a28854b6296a6513faf6/usr/share/doc/licenses/md5/94d55d512a9ba36caa9b7df079bae19f/usr/share/doc/licenses/md5/f30a9716ef3762e3467a2f62bf790f0arootrootrootrootrootrootrootrootrootrootrootrootrootroottrustedrootrootrootrootrootrootrootrootrootfuse-2.7.4-3.8.1.src.rpmfusefuse(x86-32) !   @@@@@@@@@ licensesinsservsedpermissionsutil-linux(fake+no-canonicalize)/bin/sh/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1 if test -f /etc/sysconfig/security ; then source /etc/sysconfig/security fi PERMFILES="/etc/permissions" for PERMEXT in $PERMISSION_SECURITY ; do if test -f /etc/permissions.$PERMEXT ; then PERMFILES="$PERMFILES /etc/permissions.$PERMEXT" fi done /usr/bin/chkstat -n -e %{usrbindir}/fusermount $PERMFILES 1>&2M] Lr@KK`*Jq@II@I3GfdGFFڥFFS@Fi@F@F:@FvsF; @F8}@Eb@Eɿ@E@E3@Ea@E@E;]@D@D|Dmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czaj@suse.decrrodriguez@suse.decoolo@suse.dero@suse.demszeredi@suse.demszeredi@suse.deaj@suse.demszeredi@suse.debk@suse.demszeredi@suse.debk@suse.debk@suse.dedmueller@suse.demszeredi@suse.demszeredi@suse.dero@suse.demszeredi@suse.czmszeredi@suse.cztiwai@suse.detiwai@suse.detiwai@suse.decthiel@suse.decthiel@suse.detiwai@suse.decthiel@suse.de- In case of failure to add to /etc/mtab don't umount. [bnc#668820] [CVE-2011-0541]- Fix symlink attack for mount and umount [bnc#651598]- Fix remaining security hole in unmount (BNC#582725)- Fix unmount race (CVE-2009-3297)- Fix exclude usage.- remove static libraries and "la" files - spec file cleanup - update to version 2.7.4 * Fix missing pthread_mutex_destroy in error path of fuse_lib_opendir(). Patch by Szabolcs Szakacsits- adding baselibs.conf to build -xxbit- check for /.buildenv before stop_on_removal- Update to version 2.7.2 * Fix a symbol versioning mistake * Fix a deadlock on termination, if umount is synchronous * Fix umounting if /etc/mtab is a symlink- Update to version 2.7.1 * Add missing context initialization in fuse_fs_chmod() * Fix a fuse_req leak in do_forget() * Work around hotplug issue * Reset args->argc in fuse_opt_free_args()- Fix building. - Rename rpmlintrc to fuse.rpmlintrc and add it as source.- fix location of COPYING files (#306681)- branch off libfuse2 to avoid having to start fuse on boot (#285101) - Add "Supplements: filesystem(fuse)" in case someone looks for fuse - libulockmgr and ulockmgr_server are separate from fuse (#285101)- conditionally add udev rule if building with 10.2 or earlier- update to new major release 2.7.0: * Support for stacking filesystem modules * New module for converting filename character sets * "setuid=USER" allows to do "su - USER" for the filesystem * fs subtype has been added to libfuse and the mount commands * Several problems have been addressed, e.g. mount.fuse is rewritten the multithreaded loop uses a semaphore instead of signals, improved locking and O_APPEND is fixed in direct IO mode- move libs and programs to /lib and /bin, recommended for ntfs-3g- fix boot.fuse to start after boot.localfs- fix build error- updated to version 2.6.5 * mount.fuse script fixes * fix exiting on umount for filesystems which block SIGHUP - udev rule for fuse device is now in udev package - don't remove fuse module in the init-script - use 'fusectl' as the filesystem source- change fillup_and_insserv to insserv_force_if_yast in post-script (there is no sysconfig file involved here)- added init script which loads the fuse module and mounts the control filesystem (#223663)- updated to version 2.6.3: * fix regression causing an abort during heavy filesystem use * update author's email- updated to version 2.6.2: * fix 64bit compile problems * fix fuse_teardown problem * fix unaligned access in file descriptor in libfuse * fix detection of fuseblk * fix use after free in fuse_flush * fix compatible API for opts == NULL- fix compat API (#233870)- updated to version 2.6.1: * improved fusermout help texts * fix automake problems- update to version 2.6.0 * Improved read characteristics (asynchronous reads) * Support for aborting filesystem connection * POSIX file locking support * Request interruption support * Building module for Linux kernels earlier than 2.6.9 not supported * Allow block device based filesystems to support swap files * Several bugs fixed, including a rare system hang on SMP- fix requirements of -devel package, to require fuse by version (#200496)- fixed a syntax error in udev rules.- fix build/bin/sh/bin/sh/bin/sh/bin/shbuild24 1298911971( (((A(B(H(I(C(D(E(F(G2.7.4-3.8.12.7.4-3.8.1boot.fusemount.fusefusermountfuseAUTHORSCOPYINGCOPYING.LIBChangeLogFAQNEWSREADMEREADME.NFS/etc/init.d//sbin//usr/bin//usr/share/doc/packages//usr/share/doc/packages/fuse/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2:Update:Test/standard/9e7d9657eacad39c2aa92d2a356319c3-fusecpiolzma2i586-suse-linuxp)Ƨĩrfilesystem(fuse)?]"k%LØ):($q!M@㈝8q,}6&LS7Aݸ|CFF14/i-9iۮ,|ANW9\rs)gzm'K;+,*ʭĖ],R\zk L[B2҅3JbR4ުЦ'ls͂! \7.zऽ7)΋_'Z8Ҋ5Y'Vwbty A5|P$*ΔYb|×!㵠Amg$p\H @(۱ApL=R[.3o^l! %3ꆾ,5+&ɏmg|y½ -9+F6STLzǚW~SWⓃ[BT~ͅبa+@y֢i@@rr}1`X/g:, ArQ]|NƢOLOݐqb d1ˣݍfځ0ȎQ 9lV* э=8DWQ}K *۝#CWxQ5i&mX Oqa'zy;9&j @iouĮn(`NeRyw+xgs%O=OD0cPnVSꀌ~TWx,x6qU(ʡ*~WF Jb\$_Go9%#ŶKU_yb &$3(9s.)vȝQ/"2wj gqa3EWZV4Ե>Q]؀bb.݌pÁ\ /lh7h&S'a&P.FVOUou5FCluU.:׳ q1hs.PD!u3d~|OemdӍ]aV:4:yUIFe2ob~FI]°!P{:gVK?`!"S'aG}3Y/݊,hhrLvp~ˬ a:W ffag@vz4¤7%#wVB=e|0߱A[_05:6vΓ PؙJߕL5h7EQ:_sY  U>H}6CT)]ZH ~<;YgdHJr]i=Cy iT<-z6#O9A ֽxxNr]9E.Ek)(c0 u-ϯ8`VZ"M!$(ce(UE=!yj2 <P7k0auOOh'J9Jvf{dqcqcD^TL `}_Ms6#Dv̩|V+͝bZ"reRss zGMi|g'1 42Ͼ~<ӵzf$?74?љS7,58*Jy&^Ah\]lzλT}6 ^#%ɹ'#ſF]HݨY1-wFPγܳ_ "]/R#4DP047sjO:L\q5:U| ek'%'qaKh3x2Н!>#fT5aP8=tχCu`&v\(6tHǹ^A^;fm|nkV<@,J6V[]IdBȠJ$q =S4mH٧!^UARaX"$?@p6ҼouÃ%*/8䡬ǯ:)hp/BIbq"J} Lr>@]U{M K R,Nsmdp'St$Ms|>Gho&Eiۋ#4hqOL؂r?&~\i =:g.eE 8thqV{DbfO|ru]%U4v 12"8n@ZsFW.<J IS,XH:2ʠ$'PMn!1>W\6B{] TCjTuD#&&q0Иmla{~n_l[eEde6*C cEk@s3"kgz,Z,Crt ,-pKw}.^ &QZa¨>^+jQ9j?ECx\~꒦EJ@OW|aI;il#! f2q f3%<.`w_U䏕Ik-m2~sn\8}mbo_[j+gwKX Q~+=x2gȳp7Aw}z”7 /;pMGr cz{TzbT) K#WA$ (M?BfL팏&}4ܠA>MD*ʂ@ZBgVd: zXs4ucf,gu¥nfS,4Y5[teQ{A^uWٯ8/GҘ˱q_Ou(e[YXנ;,_o}-=נՋ'br>ZVW: {χ;vNrD2kHZ|P$NӘ7K<7~Gn;YWY"#Ʈet06(kB0YiDMЬ͇ `I]0㱿J)W"i $`u#H\ aF%7(Xs#r"hD&:]^Q|7rӷZaJ9A2o![m++Pn `]Me x+ -V^ECTaϻ6=~$Q*h{EMNnGIHa!Hyo2F.+W?+g}{xn"ʍ 0px@N]3gϚJ ߒ Z VIR2_Y5߬%'+骥r7 f} UC[b7J;-rJB xbrPhdCt%;4o6R˟q,8Z!&n@b[<%^o;< KV ]G^ ݵ1q:-JHMCZ΋aY[_e