libfuse2-2.7.4-3.8.1<>,8Mh(/=„#g{ס aR)PE`S)qxK >iۤ7'.@.e<\U2Zbx̑zӹf(?=,AK^H(y>-cz5ɭe@FWBSOa?R9-:~ A &rSguY{ʭ-8E)L%Z,I&FX|{XBGDT)љ[|*PBǫqT+I RsT uZskzWM֚.)>7n?^d   Y04<@NWj       (DL `F(p8x9: >@FGHIX Y \]$^BbHcd2e7f<l>zNClibfuse22.7.43.8.1Library of FUSE, the User space File System for GNU/Linux and BSDWith FUSE, a user space program can export a file system through the kernel-default (Linux kernel). A FUSE file system which only needs libfuse2 is ntfs-3g, other FUSE file systems might need the fuse package in addition to have fusermount and /sbin/mount.fuse. 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) 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 MkMk459c7badc3ca58a2aca95512b648f4d8libfuse.so.2.7.4rootrootrootrootfuse-2.7.4-3.8.1.src.rpmlibfuse.so.2libfuse.so.2(FUSE_2.2)libfuse.so.2(FUSE_2.4)libfuse.so.2(FUSE_2.5)libfuse.so.2(FUSE_2.6)libfuse.so.2(FUSE_2.7)libfuse.so.2(libfuse.so.2)libfuse2libfuse2(x86-32)  @@@@@@@@@@@@@@@@@@ /sbin/ldconfig/sbin/ldconfigrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.2)libpthread.so.0(GLIBC_2.3.2)librt.so.1librt.so.1(GLIBC_2.2)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1M] 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/sbin/ldconfig/sbin/ldconfigbuild24 1298911971'(2.7.4-3.8.12.7.4-3.8.1libfuse.so.2libfuse.so.2.7.4/lib/-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)Ƨĩr?]"k%]dxro?tm#&ti=k@XlH/>WpOgRz\) Ft!t5V(E9Nnu{,ߪ<ϢQO\CglVC<23M/3޹rms0iwjWЦ@!pn^^ /^y>꿦F7}byD 9>qO0`e.tpiA?-4ĉ{TɗDAhO52{ f]9c[l [S^qz@ )yGBC  CS>&D "8Z)ԣa3cA ,Ǎ *#z67EC" Z$Ü*l *f53Po{A|}z΋R8-Z5U-D+^!$3hݸ[\MJm&lz2WҋKfsXJ;S'Jo8ݰh9CX5;D_+B0w#׸M.IZvjNI@~㼮KL}[2u TdңGǫT:9:m-Vqn,犘HG.GR{Tir3o6OFv-AKR& Hy۴̚kk|檷v@ O ʩ;"!XM6ͅ?T *;J||#{R T|6LPSt Yt̝;(R+cHhRVf6^ۑH.,( o=/l?W[1YRղ&,h/dH1ESm N1kOU#; γ!i U"fp̴nMur-Dv̮eQ+̴ȊRM9aC+Rcs)jWnPHMjGFГ0-ʫ5?IwƋy+B ċM32ZtoID,yʤ6'.Q=YEʷn Za^ &m8KofCUH*<9؈hfa/w\o[W 6d(Nl": Tjriˎ݈Kv߼{R /Iypm#EOKorod=m6WjM6OVd_#b#"7eѬHau5D .P˘9K\_(s$#s}R7o A*B3;R#??,j81E Z:H?g\w`iCؾEݹKXͶ6CdwSet_5O/ wa<6#* EqKM ȵubkAk] +xbFDSJbJ9[LfI8Qy,*#V>5a-A;JPSy.sNR@Ath [ sKL̋T(ga>!~x ++&b؁#'{8x͹p eܣ00%ȯIza! 8_M!%ɤ~t Qι0=a(3lM1K;.(uPekoqOrQ/9er0 {{Kdo#iWE#XBkfeُA@[ó- hOS.Ec&c]v*@؎+|٣_pPxP,BIHX2I`m8uSUm-6*ǙoCNWNz8-5 4B^ L݀;rLޖx;[ޤR@C@v`@Q}B(^ع94r*=2Onx-,b~ڷ kj'.IwP# V>`hr1qB'X%ua.peNpmyNUDh "*`/Wd1f3֩z`ȐYWR䇘cĪH"OWό Z@r%wc/wWr=;3сWגaKXNK"$߾) %m+"#3 r֣Ž'7Q<#d%dW1S £9xΌpڻJ__4b>t^ bn, :O{XN&sd׵Pg~'hl&#$p Ѱ&͝NmE\p&L!]b ׽xNE2WFSZr:%h<KNF ehFZ7j+;s o3ixP=>_h1ָS 7_`5\4v,XfSBýK}P/%S}:@Da^I vFTXެڢƫurm)A`rESNbCh!`6PՅ!/𚩴(*y,&|OJR h#w}8 V/lCjfIwvX,aedP:pep֝i7XplF38#ΗcA T&`TH{A.޴/«Fr,o-S߀D{് BDl| Yv;E ?vECa a9X9ls[01`h`.8+0 l yw{xbCe&K;DKjl8sҸ.DrALR4codh'CKk#ۤve ('#l6qZ (r Fl)+nXJlg:y/ض|XaKg/?ҏ!}S:X0u8Ĉ@o˨.A$)շo7M/5*; =q*t-%[X0yCjTY1 $ 7/k0ڙ@:=dVj׎qY AKY[\CbEe29"f0hɽ|n&7c|m8~f<-qSM l!} #8 խuV:(2Kv]yM3hԊw'`Jq(yZŻ-4 x$cZJMԄXՂ?\$&b,AWHHAZVϟX:ͅJ?6F= O{'ƐW4z61*A\$eK9rՈ+R$nޑt␋5z|OS 3݋ Ésx &@)%5"00u ζ"ŊL XcOzcܳ/,}BaZ4}g@LBݸE PPL#Vb)wnKMU`?NMq 4N4xTbr?DSE#wQ3jU>nQ@q,2cYgݰLHBDP' h.$A 0&OmَZ3欄 7z ((QN ֝ʘф^tU\ԮC4 ܖ]"_4!}`nI NJVGY >`Na(Ic&C0H/ '࿵"%\ib~ s }ލaE< jj]2M=B.AAeV;x]S .S-8\/SO`]-\Ooޮ8{5V.o^3/XvpF{7thf? H>|V؆W1I7ܳz"W 4F9已. UWwJpQgtGS2 2.ORC!aUiY/hZ3q #ݻތZOvfgWsJ<>[E:vAs b6+)Cgne^CWۻj p4Q#+&y=mJs52&,Lr͒ & Z'QE==SrcFzr}ZqyS*Z֖!O0<0`5Hp>Z ű’*7"c8gd%,嚬L{v.x)U+G`]G$k5If>*9d]vԓg3}]\5tjld a[7iRK2]}t/P5H;ǜEP #|It4?j:ItA-]p_,VF9mF?tkRh42C(<2`:aKs4ᝆ*Y!6p̤''Rˋ +3u2GKZgqob|9ihH  <Y4|~u:9A =I"-j&z%Z]=\3A#b #.m-Bde!D%㲃qLrcfw'NY<8J Lz:z>MiZ]OXyF+K˥~CZ,jDOZT"{`Yty]fGޖ57YyC"bѩ ܤ#v~'Cl'ۨeBԣǚ\T1")WeikE Q>^*> !?a_)UN掠pT< S~y|'$}\ڐh_ l⿍OЂo1< Xd@|MC+,I͙]˹-ɤo"yTK#"jVF-mvS}tŃE.*zfѣCwQG1;BYp&1/Ҫ|;z"֩A$[nv=Qg2E6Anq< ?Ey=KYey/W?Xj= '{wtV`v)`v-Բ( pu=)dzN$^4:TRI(zQ:"lL˾[FWPﱰ||aڰHpqW@C^lXAEG~g6V;c^3:Edl %foɤfpA( GL'hGl-LJv1#S iw-dkC 7 ً_)VWJR`}p>ṗfF=afE~u+v] |yNh;i "YV ͈Ke@1#nl9 p7ϲX*QETvt q0{ًFT(ݨ{Z.OoߟF^#盛3D'HTLK65Ln}}_ 1HKI[. cC-o[C ge@ְr KS'Hr\0wb^ؿS/'oT}v}bŖ9sEgHTLzIyq5g峵 bB9jW&;jXZSBEWI )c~q1\~,Z ʛ)X2 [>Y_ ͞ ҉,JƕXPhPX e/ffІ&Hs:yȋي᪼#&Srpuz%ɝq