fuse-exfat-1.2.8-bp150.3.3.1<>,6\P!M@eeeO ]cf>̙4&5k:F>Ϋ6pY՚ )tRcQv,|:'$\4V;M*eP{?#Ҭ#ND&I`Ҙp\U1ؼ>%Rߞzqje2vw|zQ@=tM\!@GZ[z7U'pݡgP! }5HЀ@\j})}g-_@@jiu(W>D&?&d   E@DLPYj          f     <d (89 (: >!(@!0F!8G!L H!t I! X!Y!\! ]! ^"{b#c#d$^e$cf$fl$hu$| v$w% x& y&0 z&\&l&p&|&&&&Cfuse-exfat1.2.8bp150.3.3.1Free exFAT file system implementationThis driver is the first free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards.\Plamb079GopenSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Filesystemshttps://github.com/relan/exfatlinuxx86_64if ! grep -q -e '^exfat$' /etc/filesystems ; then sed -i 's/*/exfat\n*/g' /etc/filesystems echo "Added 'exfat' to the file /etc/filesystems" fi if ! grep -q exfat_fuse /etc/filesystems ; then sed -i 's/*/exfat_fuse\n*/g' /etc/filesystems echo "Added 'exfat_fuse' to the file /etc/filesystems" fiif [ "$1" == "0" ]; then sed -i -e '/exfat_fuse/d' -e '/^exfat$/d' /etc/filesystems echo "Deleted 'exfat' and 'exfat_fuse' from the file /etc/filesystems" fiB\FA큤A큤\N\N\N\O\PZulfZul\PUڪ\N6d81e32cd0c3b9dc66604ebe0c0a212e0171fd542050aa0b55c6ca2872b2e75022889cc8a2c801b5c20fc76ce4164d2f73d3f84c96f247c9f7377d2d725e8011bcfc55c0df333a916618b11097d283f8003b19d0feb6420881cefde9156caa988177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806431582f06b1ab39c0471d4af24f4890e74bc6763b278831f376f1278f827989a92/usr/sbin/mount.exfat/usr/sbin/mount.exfat-fusemount.exfat-fuserootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfuse-exfat-1.2.8-bp150.3.3.1.src.rpmfuse-exfatfuse-exfat(x86-64) @@@@@@@@@@@    /bin/sh/bin/shfuselibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.2)(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.63.0.4-14.6.0-14.0-15.2-14.14.1\U@Y(@WT@V@V@VjVqU@S<@S@Q@QQP@P@P-PP[@O@ObM@astieger@suse.comasarai@suse.comdap.darkness@gmail.commpluskal@suse.commpluskal@suse.commpluskal@suse.commalcolmlewis@opensuse.orgdsterba@suse.czlars@linux-schulserver.dezawertun@gmail.comsubchaser1@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.csszawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.com- fuse-exfat 1.2.8: * Fixed new files or directories creation in the root directory: ensure there are no 0x00 entries before valid ones; otherwise Windows can corrupt them boo#1118871- Update to 1.2.7. * Fixed handling of two last clusters: operations with files that occupy these clusters could fail. * Fixed crash when started with stdin, stdout or stderr closed. [1.2.6] * Operations with directories (except initial listing) now make less read/write system calls. * Fixed handling of files with optional tail entries (0xe0-0xff): videoclip files created by Sony cameras were missing. * Write operations now correctly return ENOSPC (instead of EIO) when there is no free disk space left. * Fixed max file name length: it's 255 16-bit code units (not 256). [1.2.5] * Added an option for dumpexfat to show file fragments [Daniel Drake]. * Fixed crash when directory starts with an invalid cluster. * Daylight saving time in now properly reflected in file timestamps.- Update to 1.2.4: * Fixed wrong files names hashes. * Man pages are now installed by default. * Commas and backslashes in device names are now escaped.- Provide symlinks to /sbin (see boo#965476)- Update to 1.2.3 * Fixed clusters loss when file renaming replaces target.- Update to 1.2.2 * Improved reliability in case of a sudden unplug: FS will be in a clean state after closing all files and performing sync(1). * Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms. * Updated mount.exfat-fuse man page.- Update to version 1.2.1: + Fixed compatibility with Zalman VE-200: now newly created directories do not have archive bit set. + Fixed heap corruption: malformed FS can use invalid sector or cluster size. + Fixed hang on mount: malformed FS can have cyclic references in the clusters.- Update to version 1.2.0: * Switched from SCons to autotools. * Added musl libc support [Brendan Heading]. * Worked around "FS is larger than device" error for memory cards formatted by Panasonic Lumix cameras. * Worked around "unknown entry type 0xe1" error for memory cards formatted by2 Sony cameras. - spec: change upstream url, cleanup- recommend exfat-utils - specfile cleanup using spec-cleaner - fix URL - add Changelog and COPYING to doc files- Update to version 1.1.0: + Relicensed the project from GPLv3+ to GPLv2+. + OpenBSD support [Helg Bredow]. + Improved I/O errors handling. + Implemented fsync() and fsyncdir(). + Fixed crash on Mac OS X 10.5 caused by non-standard use of realpath(). Also fixed TrueCrypt disks unmounting. + Avoid extra erase on writes to the end of a file. This should improve linear write speed. + Allow arbitrary changing of lower 9 bits of mode. Allow owner/group changing to the same owner/group. This fixes rsync. + Fixed buffers overflows when handling lengthy file names. + Fixed "real size does not equal to size" error on volumes with pagefile.sys. + Fixed negative IUsed in "df -i" output.- Fixed an error "unknown filesystem type 'exfat'" for the openSUSE 12.3- Update to version 1.0.1: + Fixed unexpected removal of a directory if it is moved into itself. + Fixed "Operation not permitted" error on reading an empty file.- Execute %postun script part only after package uninstallation- Added link from man page mount.exfat-fuse.8 to mount.exfat.8- Update to version 1.0.0: + Fixed crash when renaming a file within a single directory and a new name differs only in case. + Fixed clusters allocation: a cluster beyond valid clusters range could be allocated. + Fixed crash when a volume is unmounted while some files are open. + SConscript now respects AR and RANLIB environment variables. + Improved error handling. + Enabled big_writes. This improves write speed (larger block size means less switches between kernel- and user-space). + Do BLKROGET ioctl to make sure the device is not read-only: after "blockdev --setro" kernel still allows to open the device in read-write mode but fails writes.- %{optflags} passed as the value for CCFLAGS and CPPFLAGS- Update to version 0.9.8: + The mkfs utility can now create huge file systems (up to several exabytes). + Fixed handling of characters beyond Basic Multilingual Plane. + Echo messages to syslog only if stderr is not connected to a terminal.- Update to version 0.9.7: + Out-of-the-box FreeBSD support (via ublio library). + Fixed "missing EOD entry" error (could happen while reading directory that consists of several clusters). + Fixed interpretation of minutes field in files timestamps (minutes could be displayed incorrectly). + Fixed mtime seconds field initialization for newly created file (mtime could be 1 sec less than creation time). + SConscript now respects CC, CCFLAGS and LDFLAGS environment variables.- Update to version 0.9.6: + Fixed write performance regression introduced in 0.9.4. + Mount in read-only mode if the device is write-protected. + Set ctime to mtime to ensure we don't break programs that rely on ctime (e.g. rsync considered that all files are outdated) [Eldad Zack]. + Indicate that FS in not clean when it was not cleanly unmounted. + Utilities are now compatible with GNU/Hurd. + Fixed several memory leaks that could occur on error handling paths. + Improved handling of corrupted file systems.- Update to version 0.9.5: + Fixed erasing of the root directory cluster when creating a new FS with mkexfatfs. This bug could cause mkexfatfs to produce invalid FS. + Utilities are not linked with libfuse anymore. + Ensure that the path being opened is either a device or a regular file./bin/sh/bin/shlamb07 1544535376 1.2.8-bp150.3.3.11.2.8-bp150.3.3.1mount.exfatmount.exfat-fusemount.exfatmount.exfat-fusefuse-exfatChangeLogREADMEfuse-exfatCOPYINGmount.exfat-fuse.8.gz/sbin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fuse-exfat//usr/share/licenses//usr/share/licenses/fuse-exfat//usr/share/man/man8/-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.opensuse.org/openSUSE:Maintenance:9287/openSUSE_Backports_SLE-15_Update/35aa01965bbd309eb66d904d943ce7fb-fuse-exfat.openSUSE_Backports_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7f331d11131ff100161d52a698d5f6642262cbd9, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R R R RRRRRR Ry {L٠l,<exfat-utilsutf-8097e02e761ad45f16ec5f53344277c475acd7ee03eb49c6ab9d8d03dfd20b714?7zXZ !t/] o]"k%w ):(){c|j~IgJ]` -?uVOyȣݺ5D7X;$R-|kz ?P&K+Wm j$ZTfj;&pt;qh MwWt,A bӭm]q<("ęg [K!o)Z!l UO7.rjp_[4Je"3\S:roڢ,ۍWeGGAbר.7fwArѠ >eȭ($ OyL-n% g9 H+*>u_طwu8#`.S ]YkO 75 ܕOQM4I8Pڳ%"V힃qa?oZ:-2Ψ2<\17},՜#`0j!S:Oߤ G& t̟߹O\7mT]cl#C٩iJez'wྩ, 20/E$7ǥY7_uXQƄ'+0@(̩B:2zKOCR} ZK(rL{Li7)~q*<̍*C|)NAݬjIf?Mװx[C)bZN^r ϙ/϶l9U4UAOwi"MCp06'BdTq< 4/p 'aPcn_.`'qIҏdͨ}l>W}W$E ^5cATeBc:N g&c,\h~blW$[|+)ܞofgiO ՠ": N%NVY+?a/k]QoϢPfHl")_0n4dr?d=$&V%o)"8* | wA_OEݚިs'P_XZY N!j\v\<~xA.v=<͒uU漳+|wـ̚ec:и2KA, ).O\//\ J15ԚqS<^ X ]C'Unyh%~t0K\>ɊӞ<6S$o]{{vH ;ZSj#^aQOsC\e>_pyW{+rK9hHxr3s ! 4{B`Z+0&O|wLǑ#~-'rҽ߽Qu dXw;JP$Bzf&Ԇ"cH~M7[C _jvo|annA+Sȩ0ޱEh8~{sΞ=tW4<7܀dXMEp s%!"-+lIM_a\4|sՕw]D|m|TcY\gʈpR4䱌\^¬E]zm7 ڪm@z8I3A/Kpgגf=L?WBIɍFznX' ®_ Y!ndYb/QjflBrr-D~;ȃ$pj[(++F3NWl^iUb;:G{[w4 [(!28^ kWNd' {2[BDBɊ}_w+ۧB|c:v<|[^pGL?n' LHϚp/L:Nݹ!mX˭EfF~(qEE>^N(մAƤ)(ƔAvqwXxg\{5y{.Gه531\SZ}xLU]ˣPM2MOy혆&AڬVm tBt*ίHFJCRzYmucMI=]ŕmYa}8A=̎FJûy%BH"R"r#UzA9j{4}wjF V'N=NۍmU/X- ۍj nbc^O$1ϱ>/ѝI6k-r.;t',e%"DCȎH ld'1*>k%QiOt{ULĞ2dOtBFTW;%f6ɶOQ~P;R ;:eq:0,DN4sOHW/`d?cf YZ