diff --git a/fuse-exfat-1.2.0.tar.gz b/fuse-exfat-1.2.0.tar.gz deleted file mode 100644 index 47cbc58..0000000 --- a/fuse-exfat-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb6090c500bcd50dd3cca8b63df86d180d2ea502da1e27a83a81e61d3247cfc -size 134517 diff --git a/fuse-exfat-1.2.1.tar.gz b/fuse-exfat-1.2.1.tar.gz new file mode 100644 index 0000000..7a0a8ba --- /dev/null +++ b/fuse-exfat-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4 +size 134723 diff --git a/fuse-exfat.changes b/fuse-exfat.changes index ae17b10..5890847 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 2 14:18:30 UTC 2015 - malcolmlewis@opensuse.org + +- 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. + ------------------------------------------------------------------- Wed Sep 2 00:00:00 CEST 2015 - dsterba@suse.cz diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 18d011d..ad1d923 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -18,16 +18,16 @@ Name: fuse-exfat -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Free exFAT file system implementation License: GPL-2.0+ Group: System/Filesystems Url: https://github.com/relan/exfat Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: fuse-devel >= 2.6 BuildRequires: autoconf BuildRequires: automake +BuildRequires: fuse-devel >= 2.6 BuildRequires: pkg-config Requires: fuse >= 2.6 Recommends: exfat-utils