libfuse3-3-32bit-3.10.5-150400.3.2.1<>,6̉gP 2p9|Y- XUS&t$"+=ҞTSPyhG)j> ? d ' i +NT[lt x |   $ Pg(89:>GHIX Y \]^%b/cdmerfulwuvw(x0y8  Clibfuse3-3-32bit3.10.5150400.3.2.1Library of FUSE, the User space File System for GNU/Linux and BSDFUSE (Filesystem in Userspace) is an interface by the Linux kernel for userspace programs to export a filesystem to the kernel. A FUSE file system is typically implemented as a standalone application that links with libfuse. libfuse provides a C API over the raw kernel interface.gP 2h03-ch2cpSUSE Linux Enterprise 15SUSE LLC BSD-2-Clause and GPL-2.0-only and LGPL-2.1-onlyhttps://www.suse.com/System/Filesystemshttps://github.com/libfuse/libfuselinuxx86_64/sbin/ldconfigpgP 2gP 24e9d4e3592654323358055e4ca8371db8bdbde5fd480c612c559fabc50f1005elibfuse3.so.3.10.5rootrootrootrootfuse3-3.10.5-150400.3.2.1.src.rpmlibfuse3-3-32bitlibfuse3-3-32bit(x86-32)libfuse3.so.3libfuse3.so.3(FUSE_3.0)libfuse3.so.3(FUSE_3.1)libfuse3.so.3(FUSE_3.2)libfuse3.so.3(FUSE_3.3)libfuse3.so.3(FUSE_3.4)libfuse3.so.3(FUSE_3.7)@@@@@@@@@@@@@@@@@@@@    /bin/shlibc.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.17)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.28)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.5)libc.so.6(GLIBC_2.7)libc.so.6(GLIBC_2.9)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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aUa6`@`t6@`3@`_@__P_/@^^t@]]@]$] u@]:]:\@\\@[[@[lhenriques@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.delnussel@suse.dejengelh@inai.dejengelh@inai.dejengelh@inai.deidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.commliska@suse.czidonmez@suse.comidonmez@suse.cominfo@paolostivanin.comjengelh@inai.deinfo@paolostivanin.comjengelh@inai.deidonmez@suse.comidonmez@suse.com- Update fuse3 to the version >= 3.9.1 (jsc#SLE-21826)- Update to release 3.10.5 * Various improvements to make unit tests more robust.- Update to release 3.10.4 * Source code: fixed memory leaks in examples.- Update to release 3.10.3 * Fix returning d_ino and d_type from readdir(3) in non-plus mode- Update to release 3.10.2 * Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The option has no effect since mounting over non-empty directories is allowed by default. * FUSE filesystems can now be mounted underneath EXFAT mountpoints.- prepare usrmerge (boo#1029961)- Update to release 3.10.1 * Unspecified "various minor fixes"- Drop /sbin links; they do not seem to be used from anywhere. - Package "permission" is required in %post, not %pre. - Update descriptions.- Update to release 3.10.0 * Add FUSE_CAP_CACHE_SYMLINKS: allow caching symlinks in kernel page cache.- Update to version 3.9.3 * Minor bugfixes, documentation updates- Update to version 3.9.2 * Remove obsolete workarounds in examples. * Do not require C++ compiler for building. * Minor bugfixes. - Drop BR on c++_compiler- Update to version 3.9.1 * Fixed memory leak in fuse_session_new(). * Fixed an issue with the linker version script. * Make ioctl prototype conditional on FUSE_USE_VERSION. Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. * Various small bugfixes.- Update to version 3.9.0 * Added support for FUSE_EXPLICIT_INVAL_DATA to enable onl invalidate cached pages on explicit request.- Update to version 3.8.0 * Added support for FUSE_LSEEK operation which can be used to report holes in sparse files.- Update to version 3.6.2 * The init script is now installed to /etc/ rather than /usr/local/etc by default. * Minor bugfixes - Drop fuse-install-fix.patch, not needed with -Duseroot=false - Add conf-rename.patch, which is split from the above now removed patch- Disable LTO due to symbol versioning (boo#1138803).- Update to version 3.6.1 (bsc#1137860) * Fixed version number (release 3.6.0 was shipped with a declared version of 3.0.0).- Update to version 3.6.0 * Added a new example (passthrough_hp). The functionality is similar to passthrough_ll, but the implementation focuses on performance and correctness rather than simplicity. * Added support for fuse kernel feature max_pages which allows to increase the maximum number of pages that can be used per request. This feature was introduced in kernel 4.20. max_pages is set based on the value in max_write. By default max_write will be 1MiB now for kernels that support max_pages. If you want smaller buffers or writes you have to set max_write manually.- Update to 3.5.0: * Changed ioctl commands to "unsigned int" in order to support commands which do not fit into a signed int. Commands issued by applications are still truncated to 32 bits. * Added SMB2 to whitelist (so users can now mount FUSE filesystems on mountpoints within SMB 2.0 filesystems). * Added a new cache_readdir flag to fuse_file_info to enable caching of readdir results. Supported by kernels 4.20 and newer. * Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.- Amend License: field with BSD2c, from https://github.com/libfuse/libfuse/commit/4c699e7debd99b178b9574e7dd20f36937ef296e#diff-3f1e2bdc537057b6ac2f74d095a431b8- Update to 3.4.2 * The examples/passthrough_ll.c example filesystem has been significantly extended. * Support for copy_file_range has been added. * Build system updates for non-Linux systems. * Fixed a memory leak * Added OpenAFS and HFS+ to whitelist * Docu updates- Update descriptions. - Do not make documentation mandatory.- Update to version 3.3.0 * The auto_unmount mode now works correctly in combination with autofs. * The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by default unless the file system defines both a readdir() and a readdirplus() handler. * The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been improved. * Allow open /dev/fuse file descriptors to be passed via mountpoints of the special format /dev/fd/%u. This allows mounting to be handled by the parent so the FUSE filesystem process can run fully unprivileged. * Add a drop_privileges option to mount.fuse3 which causes it to open /dev/fuse and mount the file system itself, then run the FUSE file filesystem fully unprivileged and unable to re-acquire privilege via setuid, fscaps, etc. * Documented under which conditions the fuse_lowlevel_notify_* functions may block. * The chmod, chown, truncate, utimens and getattr handlers of the high-level API now all receive an additional struct fuse_file_info pointer. There are more API changes, consult https://github.com/libfuse/libfuse/releases/tag/fuse-3.3.0 for details.- Initial release v3.2.6/bin/sh3.10.5-150400.3.2.13.10.5-150400.3.2.1libfuse3.so.3libfuse3.so.3.10.5/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:36675/SUSE_SLE-15-SP4_Update/891886a430d0ad0885641688b8d09faa-fuse3.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=12f7331dc654ffc39927469b40229cbe5ffce440, stripped PPPPPPPPPPPPRRR RR RRR RR RRRRRRRR RRutf-855cb9c7bf745821aea060f1643b97da174ac381174ba73ee457f88769b68d64c? 7zXZ !t/!l]"k%+Up:eK2Ey!xۙB{=vZ5(E,]FFyi -m0փM,n/0btJuEkgɇ}5Ҧ>9h (WGUSy @Z`0ff-F $aixm6 .Fqcy}}۞?8imTLV mTuw+_jXP/%bG>g`>hWfgd3*wvŽ^*%Mdϓ%be __ t3s55P@mG3: S (T.Tn[| 4YǡɊr_wA赹#]rdN*1c0Zˊ~>~JlœH:bd97!{8֗jijkxT^EŌiz`]@VY߱ߐف1˫+gaݝ(R%-AtW(p(d!18f8]p}Ͱyk0Da"Bvc>-$) uvķWcΨ" u+|4I;'V_<=y ^kmUM/B#z?v|-5f 60c–-6W(QwNC2ьB<-l>Xgo@S$*[(|"FC0iߘ $5 F!(њ?]5s3\o^(h-|< H )m$U!42Uiց}K{55u|Q4՟cBDɟx!4sH5}B);-O1!z#M*;Pil'ODѺ]'l!c^ϯ%UCTAvv/!88<-/41F08}="tU33D?"xH)_' OwJ߳] ZDbk*hwRPvR5*:d}| P2< Yw]4"UJ Pk0ZRGkۖJO,bYTn[[ Y[[92_f'50‰ B塳tR&oA~u<@=^; ]4;rQӟ<;"d$꽃 mP7KJVd K>KڋM78{q=EPz>Y'yve(|19,EE,`_\R2~Ԧ{0lsQ 4^>ُ4A$:Bj2}0ux-L'̦VX>dnK./q| 4fJ#L+.!Cy56 v3?sɸHwJ%'-pY8fj4ZL e(iGQa* [(C^.)Кj#v/Jm?˰P x}\x$q',iׄDN-=h k{WܼB=:FW訸s>u뵼\m%B47)Ϳh){a7GbPMSN/Q%wR>9LImR!KIPʼn_'E7!4f6>} 3.9w#<:>•.$n5Kx^!jcl"X|#Pj^k,h]E i5,eJ<5>Hlyy?EjU{@#eG3 }--İm栊Twn_K\œ g;d NxHJ9HFp]S뉨`xoM/!O_VWp}Uj' .qqK6$r~/z]s%q>EpFZՀ_C4raE| &)+mJ[;Al%gd- !RRZ5" $c (VpM{?\ ^`27V>LSw m3q0zL $|wgv=cXځiV뿖Zu(ra'[=L!< 7<iAqt2QZ1WԈtyx1h&4{Rօx3'2Lz+zjT(m1gA5M림oE\_67#ԍ jr?;ub}>STERAT_[U|VCCj.lVyx4A$?bo]Q݌)[Rbp'sb1lM(*EE&8'a&1)k.P?.]Lℼᘕ?9,`;f'9`+U e`ڀO-ě$o/5>Y5 i8Hi>fd[aj,ȶc5gr"ؓ(8l2l|.F)`3}+^^Nv K<6NsA_,9|VpuOZ`ٴ$ &?x!FV$bɴPQUx_֬=$TA}EV2O\(5$׹[MɗmHm5zԿYLqHδbRwC7z%j mF/"|sZVzx#XbgET'ך42ɕGG}]ԔT;nz0lxkc/m "yI %&&Ci`ռQT8 Wbo?%:>jDL (%CW YZ