SHA256
1
0
forked from pool/fuse-exfat
Commit Graph

21 Commits

Author SHA256 Message Date
Ana Guerrero
576a0c3e69 Accepting request 1188241 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1188241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=7
2024-07-18 17:17:17 +00:00
David Sterba
1b8aa5c233 fuse 3
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=20
2024-07-17 17:20:49 +00:00
Dominique Leuenberger
65ceb2c774 Accepting request 1136993 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1136993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=6
2024-01-05 20:43:49 +00:00
88bbc2fb29 Accepting request 1136904 from home:dimstar:Factory
- Do not mess with system config files which we do not own during
  post/postun.

OBS-URL: https://build.opensuse.org/request/show/1136904
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=18
2024-01-05 08:16:26 +00:00
Dominique Leuenberger
8b33b01a1b Accepting request 1073735 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1073735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=5
2023-03-22 21:31:19 +00:00
0a2efe88e7 Accepting request 1072707 from home:dirkmueller:Factory
- update to 1.4.0:
  * Added exfatattrib utility which prints or changes file
    attributes
  * Added FUSE 3 support. FUSE 2 continues to be supported.
  * Added support for timezone offsets
  * Fixed device opening error being reported as FS error.
  * Fixed possible data leakage when uninitialized clusters were
    allocated using NtSetInformationFile() call under Windows
    and FS was not unmounted correctly.
  * Improved compatibility with autoconf 2.70.
  * Allowed to specify the "nonempty" mount option.
  * Fixed file data contiguity handling bug which could cause
    performance degradation
  * Fixed possible crashes on invalid UTF-8 sequences.
  * Fixed a situation when FS could be erroneously marked as
    dirty (not cleanly unmounted).

OBS-URL: https://build.opensuse.org/request/show/1072707
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=16
2023-03-22 09:53:36 +00:00
Dominique Leuenberger
165cadfb11 Accepting request 995234 from filesystems
- avoid bashism in post-scripts (bsc#1195391)
- remove usrmerge hacks

OBS-URL: https://build.opensuse.org/request/show/995234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=4
2022-08-16 15:07:25 +00:00
a1a8739989 - avoid bashism in post-scripts (bsc#1195391)
- remove usrmerge hacks

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=14
2022-08-15 20:06:21 +00:00
Dominique Leuenberger
39ea96cd3b Accepting request 862943 from filesystems
OBS-URL: https://build.opensuse.org/request/show/862943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=3
2021-01-13 17:25:08 +00:00
e54b17e9ed Accepting request 862852 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/862852
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=12
2021-01-13 16:11:06 +00:00
Dominique Leuenberger
2daf9bac51 Accepting request 657516 from filesystems
OBS-URL: https://build.opensuse.org/request/show/657516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=2
2018-12-12 16:31:40 +00:00
David Sterba
5502b85596 Accepting request 657197 from home:jengelh:branches:filesystems
- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/657197
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=10
2018-12-12 11:29:33 +00:00
David Sterba
718a609f94 Accepting request 656936 from home:AndreasStieger:branches:filesystems
fuse-exfat 1.3.0 boo#1118871

OBS-URL: https://build.opensuse.org/request/show/656936
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=9
2018-12-11 13:23:28 +00:00
Dominique Leuenberger
62c5337b17 Accepting request 546468 from filesystems
New package to Factory.

OBS-URL: https://build.opensuse.org/request/show/546468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=1
2017-12-04 09:01:28 +00:00
David Sterba
9a662f5187 - 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.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=7
2017-08-29 13:10:46 +00:00
David Sterba
cbb774c4e1 Accepting request 400101 from home:DarkSS
1.2.4

OBS-URL: https://build.opensuse.org/request/show/400101
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=6
2016-06-08 13:56:27 +00:00
David Sterba
69026183ca Accepting request 358064 from home:pluskalm:branches:filesystems
- Provide symlinks to /sbin (see boo#965476)

OBS-URL: https://build.opensuse.org/request/show/358064
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=5
2016-02-09 13:20:27 +00:00
David Sterba
8db69eceba Accepting request 354383 from home:pluskalm:branches:filesystems
- Update to 1.2.3
  * Fixed clusters loss when file renaming replaces target.

OBS-URL: https://build.opensuse.org/request/show/354383
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=4
2016-01-20 09:50:21 +00:00
David Sterba
96166e714a Accepting request 348388 from home:pluskalm:branches:filesystems
- 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.

OBS-URL: https://build.opensuse.org/request/show/348388
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=3
2015-12-11 14:03:44 +00:00
David Sterba
3e8bf2eb10 Accepting request 335930 from home:malcolmlewis:branches:filesystems
Updated to version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/335930
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=2
2015-10-02 15:16:56 +00:00
David Sterba
27d43e9271 Accepting request 329639 from home:dsterba:new
New package, support for exfat. There are several home projects with this package and the exfat filesystem is widely used on consumer devices.

OBS-URL: https://build.opensuse.org/request/show/329639
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=1
2015-09-08 08:59:32 +00:00