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
This commit is contained in:
David Sterba 2015-10-02 15:16:56 +00:00 committed by Git OBS Bridge
parent a3dcc7ae9f
commit f1d51324b5
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beb6090c500bcd50dd3cca8b63df86d180d2ea502da1e27a83a81e61d3247cfc
size 134517

3
fuse-exfat-1.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4
size 134723

View File

@ -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 Wed Sep 2 00:00:00 CEST 2015 - dsterba@suse.cz

View File

@ -18,16 +18,16 @@
Name: fuse-exfat Name: fuse-exfat
Version: 1.2.0 Version: 1.2.1
Release: 0 Release: 0
Summary: Free exFAT file system implementation Summary: Free exFAT file system implementation
License: GPL-2.0+ License: GPL-2.0+
Group: System/Filesystems Group: System/Filesystems
Url: https://github.com/relan/exfat Url: https://github.com/relan/exfat
Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: fuse-devel >= 2.6
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: fuse-devel >= 2.6
BuildRequires: pkg-config BuildRequires: pkg-config
Requires: fuse >= 2.6 Requires: fuse >= 2.6
Recommends: exfat-utils Recommends: exfat-utils