Accepting request 506221 from home:namtrac:branches:filesystems
- Update to version 2017.3.23 * Delegated processing of special reparse points to external plugins * Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs * Enabled fallback to read-only mount when the volume is hibernated * Made a full check for whether an extended attribute is allowed * Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap) * Enabled encoding broken UTF-16 into broken UTF-8 * Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev> * Allowed using the full library API on systems without extended attributes support * Fixed DISABLE_PLUGINS as the condition for not using plugins * Corrected validation of multi sector transfer protected records * Denied creating/removing files from $Extend * Returned the size of locale encoded target as the size of symlinks OBS-URL: https://build.opensuse.org/request/show/506221 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=35
This commit is contained in:
parent
e1f198b392
commit
a334ca5a1e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0
|
|
||||||
size 1264364
|
|
3
ntfs-3g_ntfsprogs-2017.3.23.tgz
Normal file
3
ntfs-3g_ntfsprogs-2017.3.23.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5
|
||||||
|
size 1259054
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 26 10:11:41 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 2017.3.23
|
||||||
|
* Delegated processing of special reparse points to external plugins
|
||||||
|
* Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs
|
||||||
|
* Enabled fallback to read-only mount when the volume is hibernated
|
||||||
|
* Made a full check for whether an extended attribute is allowed
|
||||||
|
* Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap)
|
||||||
|
* Enabled encoding broken UTF-16 into broken UTF-8
|
||||||
|
* Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev>
|
||||||
|
* Allowed using the full library API on systems without extended attributes support
|
||||||
|
* Fixed DISABLE_PLUGINS as the condition for not using plugins
|
||||||
|
* Corrected validation of multi sector transfer protected records
|
||||||
|
* Denied creating/removing files from $Extend
|
||||||
|
* Returned the size of locale encoded target as the size of symlinks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 01 10:32:33 UTC 2017 - zenitur@ya.ru
|
Sat Apr 01 10:32:33 UTC 2017 - zenitur@ya.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ntfs-3g_ntfsprogs
|
# spec file for package ntfs-3g_ntfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,13 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname 87
|
%define soname 88
|
||||||
|
|
||||||
Name: ntfs-3g_ntfsprogs
|
Name: ntfs-3g_ntfsprogs
|
||||||
Summary: NTFS Support in Userspace
|
Summary: NTFS Support in Userspace
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Version: 2016.2.22
|
Version: 2017.3.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
|
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
|
||||||
Source2: 21-storage-ntfs-3g.fdi
|
Source2: 21-storage-ntfs-3g.fdi
|
||||||
@ -186,8 +186,8 @@ fi
|
|||||||
%{_datadir}/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi
|
%{_datadir}/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi
|
||||||
%{_bindir}/ntfs-3g
|
%{_bindir}/ntfs-3g
|
||||||
%{_bindir}/ntfs-3g.probe
|
%{_bindir}/ntfs-3g.probe
|
||||||
%{_bindir}/ntfs-3g.secaudit
|
%{_bindir}/ntfssecaudit
|
||||||
%{_bindir}/ntfs-3g.usermap
|
%{_bindir}/ntfsusermap
|
||||||
%{_bindir}/lowntfs-3g
|
%{_bindir}/lowntfs-3g
|
||||||
%ghost /sbin/mount.ntfs
|
%ghost /sbin/mount.ntfs
|
||||||
%if 0%{?suse_version} > 1110
|
%if 0%{?suse_version} > 1110
|
||||||
@ -201,8 +201,8 @@ fi
|
|||||||
%{_mandir}/man8/mount.ntfs-3g.8%{?ext_man}
|
%{_mandir}/man8/mount.ntfs-3g.8%{?ext_man}
|
||||||
%{_mandir}/man8/ntfs-3g.8%{?ext_man}
|
%{_mandir}/man8/ntfs-3g.8%{?ext_man}
|
||||||
%{_mandir}/man8/ntfs-3g.probe.8%{?ext_man}
|
%{_mandir}/man8/ntfs-3g.probe.8%{?ext_man}
|
||||||
%{_mandir}/man8/ntfs-3g.secaudit.8%{?ext_man}
|
%{_mandir}/man8/ntfssecaudit.8%{?ext_man}
|
||||||
%{_mandir}/man8/ntfs-3g.usermap.8%{?ext_man}
|
%{_mandir}/man8/ntfsusermap.8%{?ext_man}
|
||||||
# We already have this, so no need to package it again.
|
# We already have this, so no need to package it again.
|
||||||
%exclude /usr/share/doc/ntfs-3g/README
|
%exclude /usr/share/doc/ntfs-3g/README
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user