fuse-2.9.3-12.3.2<>,P[ȃ/=„ n4F tB: HD[?վ3(ժɽ7zA&?&d   +  $7SY` ( H  X | _|  e( 7 8 $9 h$: $>CFGHI<XLYT\p]^ \b c!{d"e" f"l"u"(v"h w%x&y&Tz&&&&Cfuse2.9.312.3.2User 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[ȃcloud118BopenSUSE Leap 42.3openSUSEGPL-2.0-or-later AND LGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Filesystemshttp://fuse.sourceforge.netlinuxx86_64 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/fusermount fi{`9)HTFgQ;*jfUXA큤[ȃ[ȃ[ȃ[ȃ[ȃQ!SQ.Q.Q&2[@U[%QQQR@QQQ9Q4Q O@OOO8OOOON@NNi@N[@M=M] Lr@L@LK#@KՀ@KhK`*KD{@K(J@Jq@I@I@rgoldwyn@suse.commszeredi@suse.czmszeredi@suse.czdmueller@suse.commmeister@suse.comdmueller@suse.comidonmez@suse.comarchie@dellroad.orgcoolo@suse.comcoolo@suse.comjengelh@inai.demszeredi@suse.czrschweikert@suse.compuzel@suse.commszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czcoolo@suse.commhrusecky@suse.czcrrodriguez@opensuse.orgcoolo@novell.commszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czmszeredi@suse.czjengelh@medozas.dekruber@zib.depascal.bleser@opensuse.orgaj@suse.decrrodriguez@suse.decoolo@suse.de- user_allow_other restriction may be bypassed (bsc#1101797, CVE-2018-10906) - fusermount-prevent-silent-truncation-of-mount-options.patch - fusermount-dont-feed-escaped-commans-into-mount-options.patch - fusermount-bail-out-on-transient-config-read-failure.patch - fusermount-refuse-unknown-options.patch - fusermount-whitelist-known-good-filesystems-for-mountpoints.patch- add libfuse-fix-exec-environment-for-mount-and-unmount.patch (bsc#931452 CVE-2015-3202)- Update to version 2.9.3 - Bug fixes - Remove fuse-gnu_source.patch (fixed upstream)- add aarch64-build-fix.patch- Added url as source. Please see http://en.opensuse.org/SourceUrls- fix build for SLE_11- Use autoreconf directly instead of makeconf.sh- Update to version 2.9.2 - Add support for fallocate() (kernel >= 3.5) - Bug fixes - Remove fix-pthread-in-fuse.pc.patch; now included in upstream - Don't patch generated files such as configure and Makefile.in; instead, regenerate them using makeconf.sh from SVN repository- update license to new format- avoid autoreconf to avoid breaking on updates of auto* tools- Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags - Trim list of FUSE fses from description (it's literally endless) and text inappropraite for subpackages- Fix -pthread in fuse.pc [bnc#761117]- place binaries in /usr tree (UsrMerge project)- update to 2.9.0 - Add "zero copy" support for kernel 2.6.35 or newer - Make maximum background requests tunable on kernel 2.6.32 or newer - Require --no-canonicalize in (u)mount (util-linux version 2.18 or newer) to fix security problems with fusermount - Use dynamically sized hash tables in high level library - Memory use of filesystem daemon can shrink more easily - Add "auto_unmount" option - Add "remember" option - Add man pages for fusermount, mount.fuse and ulockmgr_server - API changes: - Introduce "store" and "retrieve" for accessing kernel buffers on kernel 2.6.36 or newer - Introduce abstract buffer for zero copy operations - Allow path calculation to be omitted on certain operations - Allow batching forget requests - Add "flock" method - Add support for ioctl on directories - Add delete notification - drop fuse-pc-remove-libdir-from-Libs.diff (upstream)- use %set_permissions instead of %run_permissions in specfile- compile /bin/fusermount as a position independent executable [bnc#743155]- update to 2.8.7 * fix ambiguous symbol version for fuse_chan_new * prevent calling ulockmgr_server with illegal arguments * fix hang in wait_on_path()- handle case of failure to allocate request [bnc#723616]- add libtool as buildrequire to make the spec file more reliable- enabling libulockmgr- Must define _GNU_SOURCE to get clone() system call.- licenses package is about to die- 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]- Remove /etc/init.d/boot.fuse [bnc#648843]- update to 2.8.5 * fix option escaping for fusermount [bnc#641480]- keep examples and internal docs in devel package (from jnweiger)- update to 2.8.4 * fix checking for symlinks in umount from /tmp * fix umounting if /tmp is a symlink- update to 2.8.3 * fix unmounting with util-linux version >= 2.17- update to 2.8.2 * fix unmount race (CVE-2009-3297) * fix deadlock with "audit" subsystem on mount (also requires util-linux-ng version >=2.17)- package baselibs.conf- update to 2.8.1: * fix missing versioned symbol fuse_get_context@FUSE_2.2- update to 2.8.0: * more scalable directory tree locking * atomic open(O_TRUNC) support * support big write requests on kernels 2.6.26 and newer * out-of-tree fuse module removed * better NFS exporting support * new ioctl and poll requests * new CUSE (Character Device in Userspace) interface * allow umask processing in userspace * added cache invalidation notifications * bugfixes and small improvements- 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/bin/sh/bin/shcloud118 1539867542 2.9.3-12.3.22.9.3-12.3.2mount.fusefusermountulockmgr_servermount.fusefuseAUTHORSCOPYINGCOPYING.LIBChangeLogFAQNEWSREADMEREADME.NFSfusermount.1.gzulockmgr_server.1.gzmount.fuse.8.gz/sbin//usr/bin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fuse//usr/share/man/man1//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8958/openSUSE_Leap_42.3_Update/fcf986f600f5d69013a468345a235f1a-fuse.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux setuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=f18df4ee239578751633d733f96a2627be52519f, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=11f1c1e8dd757ff0ac83f3fb507ea7ece9358b40, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.0.0, BuildID[sha1]=00ad55353ba24ce26972e3ed40488ea5f75b8076, strippeddirectoryASCII textUTF-8 Unicode textC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) RRRRRRR RRRRRRRRRzzAPn*filesystem(fuse)?]"k%H):($QWyךעC t x`qúњ 3S zG /dzg^YZa Ub=*g3p@YM %n3#A Yqn۲7 7JM%=P k(ʼ85" L.CMHXv,7-&EsI+|~5\p{w6Al0dҁ3$^ѧvܝǨ!pF$ -h<XR~ USJ@B`905D3YU/@I5G$+Z-˄uN"X=3 gh6}`m؟R>zFBVJxYB^=*k\}N=1ܱ(0fL 5ףEAb03)N"rb<Ͻ 7L+J ;:|_w^f'(ETB9ZmBVn%[;S\"F|.6E! p ij6 $9K/(jE#J^5^o, ri9&%xļ /hI+$vy=~wgQZ(Ǭ73!rq5,Q?8igJe[qTruH05N?o3ei86pa1tϓ^I̜8<.i]Yd׬2:{P>-~| =*lIb%8v QGyk)ŨR}+A&zkJ")z=fJS /&"'d Y5<>7 qka"ƇĴJCDi4藯62w7Jr0Qo=QBy*jg×[ iZ:p R^ //FSQpӱ²*(b`B_z^BDCeN2TH'\dg<|gԘfNE0 *ְ1t "B6poTo_TfQ4|~[Z]D5-oI}ͨnU>hys.s2t= >?P\/ Sjz9!c*4 JngU EEƵ ѐkn\%k(ݥP ;6:T8zS͒cg+Lk씓WܺAҼ^XЮԉ$[B  2:(Z9T^9$5fԇA,"c | z:0_Qj8,|OOq8ң{d( SG:CFE‡A4_[Nw"(w 8~z^emCf#$G޴m^DlnM&0~sg9b7_F l1PaɦhkX4T|اdUR(VtG$Ř7o*x'bSadzS>|)_"ymG˭aLj]+^2X/1f4,f dB$"^f*v]!b235Z*?hWMWL K9׆GYwM[yiŬ\3*>/1fGM}rc f}d>` j?e.[ $g^DkvOanDCo$yo<}М "~l_j([wi>R}3!w)C}~K0K?9 IWpLqTSaNH 04Qxx"/5#U>(6WQ,omb[~ 5xJ+;1Z'ʣ'eroZPCϓCmBrY=0Vqbhγ)aŃH8?D&HkN 5,sz5$%hPs,b=Tl ]v}w.Kpҋ@Jg.Y#qC"&CX!ar_.gEq8=N*̛ VO!$KB>5d޿@0/FjO82("w5p?aK2;s5T_P/y4Va)+^1%$zyjgr <ɶ EÃeSw^mec!b@z9Sٯ5>lZT1 +Ll”kWHyZ,F~nk}g0!r:NEk7h,hCajzSmD͢DF66mq0&# d3:_1_WxHhNGJkpzC>$n*+oYJ698 &>ysaͧMR|OfW5vؔw!l:Igj92$_xJd'x@"[is5&ng|tE[0sͱ~چչ#Pr|a8eؑ;7.{]9o~Px9\⺳>c'aјz7;1LroxL3ZA'mϳ}}j+ աtw- 1e?b]%†&7Y5&K8s 0{ YllPI^ZKf65LR䍇ǠC]st_MDUrc!>310O5ȓ I`7wâ35Wϩ{.6hhAQG6qp L 6W6`&SF-% ȚsBn[[E X݁>N@%)8C/ ׁΖb,: dPۧו6V/޴{}&('xÔ X쭋QqNz$'ou/XN[ςh8oϸk+bD262p R2WSOq:PoڨхhLط7NPc32?ߊeiƉ1׽ ZB %)ckaȥc ?M}#C[m7ŀ2C2)y նe2O ɜ_"vY>}9*a> ?YiKߢL6.6;HW;\m߰m%]RH'Taxi]j0=aVZ߇\_Ч+vgj{e|ja1Jn,}/zn7_XOeBMw{6C_! HA&((8MKO!HA*c5QqM'@h?I#(LO5Ć*# |ck7?bnS&OktԲ)Y?] =M4D:<*oi7|: ~R6?+r"iY{:MR,<5nxOUW]?8~u^6 ЕiGW`>KFiZHy?޶sVbs%p7cyi |*TCʡrmx4Kk]Hrbzsʠ9zd: Wڠ `Rg kXkHt C<]Y| mᑾ9qQaH>`c֦Fp|ȗi#W7hZvޭa_;$/voٖwzZ3L'OU,X(ww>|';Gbw8F WdLS.zF3No;͸d:BLib~ G4$̑M@E'菺{P,m;:fQD?=O}=9erDb&vrmN]<؂;un*et9$^x&mفG#ӓv$}-R,"kcD>| yYPP>n]k=/G#2H3:uR*h̉yӭ:X.0(,+\ FY<ik㋐!Br sv~JF_ RX9b*N.Fp<^ĕ:6/gNk/ZN]~|u.k(et /R؎({'I:{bxzрɡʁJ>瀿鮌tЙyzx )2:EK~!?1_-78ㇼVozWfszb4G \yn=Zݕ^B_ !e t֙nN2QƹEu D /b2HI~r#PD{49[ 7f_{0.^ t%1eZS5h o5QAih2M?*~G-#ߖr'+`y\jh4ΔRv#Ib^ZE ƽю 㠨l? o;]|^LZ-jO;|gk5puL<o-;a1,YEۤ<ؗ@AS[`\&b/Nd?sTL#19O-~LdM<5e0r-58em͈j94^{O$b8K5ZMêpOOB9UXZAx:ӣ@Sή.L_0cPnn]=!^}(-o$D66`-(J;I1,tDdKn9};$2V-I@((ٻ;rLeBfy,Щq(# \))Xs>Uq-J}"taG1[3 ZA] ~zwcZ!s*ıFԏcF4}5ԗM@vJH|gZ ˭Qn[ZLW bNkyrIԷ5e}Vllt{ $@?o#ZI0Ξ`]taw0~R߳sS_$1/_X "VR0Z "?AZ o;6Ʀލ|Y-it~|D3!6I#iA6 :n+anZԙ/dԁB߻| 0TWQjmi*R KvT2:)o`T iǐPL5d5(5YW>)2{q\R("!Š] h>jQwn۷1vkT@`wNI:8y,{c[ݰej3ePmxj} H}i݆xi@[cy! {Y4Suؗ`vGnt^J%-hW#{iZ6g@`z ƈmpzpwΔKml)5>Y ԚWGDkO֋ tvud{f%$c9(H/6U}7Mތ[prOͶpHiF.k$5bϓO)A% :O7/iņujA,JhlMRxV])2)0'lk!Yq|K/HsN҃L qsƌw-jp0 xNpg6ZUZODcضyYiUoȁ87kUzݦY>a`A 3?H)O|^NQޔRhFL R TR) W$X:gᐾu/6ƦʹD|O۽&EJ\Lޕ(qn[;%T'i)R*e|R|sFQJwzY)?}VkTTŰJ@G'a;̰%Wk'5х9=<ǫ0~?Ş&b" b𔲶Q&x1]rG:=iTC\erv)qQb'BV^.%DD ?upTa4vOQP7h9%~Yt{nzWarz i\^3]~S K;Xq|9OrZ4RO \ࢥ-y!ZM8)?PG3+Y7/F35hZ12$$Ko#0{™gx5sjOdE{[> SvBMS@ᬦ7/pL=n f}u)~?=,t3rRT@At Qx04Uv= 6&J]ϼ2+VM )(FE.13I`'pE0mpC-Cj)1f bAL;BYk(Hj6ڋYsEZZ! sjR"M ;BZ S_oL*YZ+NJāA/I=SW%.^,ϵ7+aS]܄DB~5 5j'/|+|ٶ1BvI9їR*D{b;dG[BeP@0 ki+7h׷>m>G.7Ͳ͝/A fqML [!A]pc%AhmVq+]mAeFw386[д6xFu'skwGqk6~Rqm˙G9×3:B3{x;}'4dVa?,BzM'}4oRiQCIP13h:?$5ƏI>vԺKY?W} ١C'"K%ӑ>$rezE$ DT96fE}7K wn.R'J|m@(PgX#vT{DWL y_JȒ.vݟUIyҚlJJBR ap.xd6;3v^-qӓBVZz"}g ׭pm{CtSKhy4IaAm]\П 8.@$U;K^X}r-+ `zKjh:իW(𚹂ڒ( u!.tLB&R5Y*o9S;"o" fKN<劆:OozӁ6== OK06 3 *