fuse-exfat-1.2.8-lp150.2.3.1<>,6T\/=„'7jqRq2pCuƑrō 齫/ >ptG#v9|P0"#>/RT/Υ/D+j6xN߂)q3i92 89bOE՜. э*jo$eN2Fঅq7A}K52qR3n3Cs Cw` AGvOє_n `mU ~4~ B3qKhVv$5`E&?&d   E@DLPcl}        ,  v     Lt (89 8: >!8@!@F!HG!\ H! I! X!Y!\! ]" ^"b#$c#d$`e$ef$hl$ju$| v$w% x& y&0 z&\&l&p&|&&&&Cfuse-exfat1.2.8lp150.2.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.\lamb199GopenSUSE Leap 15.0openSUSEGPL-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큤\\\\\ZulfZul\Uڪ\f6ec2202b108b105971e6adf40afae47211bba6af44840055baeba69a205089e22889cc8a2c801b5c20fc76ce4164d2f73d3f84c96f247c9f7377d2d725e8011bcfc55c0df333a916618b11097d283f8003b19d0feb6420881cefde9156caa988177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806431582f06b1ab39c0471d4af24f4890e74bc6763b278831f376f1278f827989a92/usr/sbin/mount.exfat/usr/sbin/mount.exfat-fusemount.exfat-fuserootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfuse-exfat-1.2.8-lp150.2.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/shlamb19 1544535297 1.2.8-lp150.2.3.11.2.8-lp150.2.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_Leap_15.0_Update/82629027cc68b7f696fcc822d0b413dd-fuse-exfat.openSUSE_Leap_15.0_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]=1eba0f42303fa194b2c061403f241b62bf0171e1, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R R R R RRRRRR Rt*dtYs᭽exfat-utilsutf-86c24e1e969bd784a7b74578375ef647187455e4e7bbb7a57812acde756166c8e?7zXZ !t/ ]"k%w ):(){c|j~r "S_EOACauqhH>t aNfS14NX%,oW;J U7]wQLe !TGpǝt9 ЪjzYōӤDvXyu\ߒA:Qy{BtLoY&s}%ĵ@%~ ='pȐMxFcRXVnI4W_\ڜ5bp xuKdtV=i'[ (:pѸ@+X%?{ZJ%٩eYjpɓkn]_;1J5JMѩBf&"9b+D: i,q^2 ؏OǡAlJƫ}vKlD5S5t{p!g5=Lj baR .pу\ ݪWkʢN86/vKs]ףq?43M)fsJ{tq;IƓ0[&ڴp ~xbPpI -F:׮FTb)` }hO[SPPlgF;-=fP[-Vr((W,Ѐ|=F#=`hˆh>pnz9lITF'+1ٮ61?MzϾ24܉ifu<)TsZPZ͏Q{h7Fp "`]V|n5,#,i&v$5}`L wr[{_ ?,1; ~kg%<|O\6q&pn!eCɐ'"SzФߟ\E2ޓفkhOPll^v+ n5vӣ Jyb&VlͲyІ:^7 \Zf[3+E/L/3ޕtb+P,׾}\ۢAӠ4C烺d\|!dɪwpa*|tls,UCi?ĦD Ev,e2ؒqHȮ/˂=?:4")z:g/fy\:z'yv;?=QƔX6D·>$o#)[ `U:پgƎ> GM? [+P6;'W`0 uܐ_1~9W#cʩR5!Δa-?I•}@Ċ]VcK4_됅.#떾zX$k]^/#Td u f^,p˴ر9I k}'e+ߜ#H>Afp4hƫC)dFxnPՄ2Á#o: 9 p{fkjWIYⵛ>㔢WqQyl8تd`]HMCkӧwM C跧)|gjDn9w~Dy[p^1?zw1ZF'Z3Ą  dڵߥ]{kfYLA*QDh?taZcĮdZ)@=vɺhS*drF&p1kiK}fv?O8Da ?Uīr&,FxY%^uwQd0Ih780j1$3 ɞn~9cVVO8Go#8 ^օ7$t6xTNo؇A|~g/q 5^F.3"(5vR1%g6! Ĭ|#%lA)脘1kA,+46=8+UlEb|WGS b 9ERamFҝS/ yPGv[i^rU->oOxC aBfڽ.~|'wԼi} e@0)Xy͜N sv͆;^?ojf?mK7h='(kŕW2:ZQܛtZK40LLk/ŝopY@`JDSFK /H u3ȫh}go(mO7ym