From a334ca5a1e77d821c85fee0421161ece7190213d2a1c0e2de9e1d6933b946940 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 26 Jun 2017 17:19:02 +0000 Subject: [PATCH] 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 vs * 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 --- ntfs-3g_ntfsprogs-2016.2.22.tgz | 3 --- ntfs-3g_ntfsprogs-2017.3.23.tgz | 3 +++ ntfs-3g_ntfsprogs.changes | 17 +++++++++++++++++ ntfs-3g_ntfsprogs.spec | 14 +++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 ntfs-3g_ntfsprogs-2016.2.22.tgz create mode 100644 ntfs-3g_ntfsprogs-2017.3.23.tgz diff --git a/ntfs-3g_ntfsprogs-2016.2.22.tgz b/ntfs-3g_ntfsprogs-2016.2.22.tgz deleted file mode 100644 index a09d629..0000000 --- a/ntfs-3g_ntfsprogs-2016.2.22.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 -size 1264364 diff --git a/ntfs-3g_ntfsprogs-2017.3.23.tgz b/ntfs-3g_ntfsprogs-2017.3.23.tgz new file mode 100644 index 0000000..d55cb22 --- /dev/null +++ b/ntfs-3g_ntfsprogs-2017.3.23.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5 +size 1259054 diff --git a/ntfs-3g_ntfsprogs.changes b/ntfs-3g_ntfsprogs.changes index d498403..f121bab 100644 --- a/ntfs-3g_ntfsprogs.changes +++ b/ntfs-3g_ntfsprogs.changes @@ -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 vs + * 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 diff --git a/ntfs-3g_ntfsprogs.spec b/ntfs-3g_ntfsprogs.spec index c40bc19..eb8a11c 100644 --- a/ntfs-3g_ntfsprogs.spec +++ b/ntfs-3g_ntfsprogs.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define soname 87 +%define soname 88 Name: ntfs-3g_ntfsprogs Summary: NTFS Support in Userspace License: GPL-2.0+ Group: System/Filesystems -Version: 2016.2.22 +Version: 2017.3.23 Release: 0 Source: http://tuxera.com/opensource/%{name}-%{version}.tgz Source2: 21-storage-ntfs-3g.fdi @@ -186,8 +186,8 @@ fi %{_datadir}/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi %{_bindir}/ntfs-3g %{_bindir}/ntfs-3g.probe -%{_bindir}/ntfs-3g.secaudit -%{_bindir}/ntfs-3g.usermap +%{_bindir}/ntfssecaudit +%{_bindir}/ntfsusermap %{_bindir}/lowntfs-3g %ghost /sbin/mount.ntfs %if 0%{?suse_version} > 1110 @@ -201,8 +201,8 @@ fi %{_mandir}/man8/mount.ntfs-3g.8%{?ext_man} %{_mandir}/man8/ntfs-3g.8%{?ext_man} %{_mandir}/man8/ntfs-3g.probe.8%{?ext_man} -%{_mandir}/man8/ntfs-3g.secaudit.8%{?ext_man} -%{_mandir}/man8/ntfs-3g.usermap.8%{?ext_man} +%{_mandir}/man8/ntfssecaudit.8%{?ext_man} +%{_mandir}/man8/ntfsusermap.8%{?ext_man} # We already have this, so no need to package it again. %exclude /usr/share/doc/ntfs-3g/README