Dominique Leuenberger 2021-09-20 21:31:45 +00:00 committed by Git OBS Bridge
commit 26e36bd931
5 changed files with 31 additions and 50 deletions

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
<match key="volume.fstype" string="ntfs">
<!-- Overwrite fstype with ntfs-3g if the package is installed
NOTE: this isn't the correct way to go !!! It may breaks kernel ntfs mounting -->
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
<!-- Currently it's planed to use these keys instead, but this need changes in the
mount handlers as e.g. the desktop and also HAL
<append key="volume.mount.alternative.fstype" type="strlist">ntfs-3g</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">ro</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">sync</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">dirsync</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">noatime</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">nodiratime</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">noexec</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">quiet</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">remount</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">exec</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">locale=</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">uid=</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">gid=</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">umask=</append>
<append key="volume.mount.ntfs-3g.valid_options" type="strlist">utf8</append>
-->
</match>
</match>
</device>
</deviceinfo>

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 31 14:59:59 UTC 2021 - Michael Gorse <mgorse@suse.com>
- Update to version 2021.8.22 (boo#1189720):
* Fixed compile error when building with libfuse < 2.8.0
* Fixed obsolete macros in configure.ac
* Signalled support of UTIME_OMIT to external libfuse2
* Fixed an improper macro usage in ntfscp.c
* Updated the repository change in the README
* Fixed vulnerability threats caused by maliciously tampered
NTFS partitions
* Security fixes: CVE-2021-33285, CVE-2021-33286, CVE-2021-33287,
CVE-2021-33289, CVE-2021-35266, CVE-2021-35267, CVE-2021-35268,
CVE-2021-35269, CVE-2021-39251, CVE-2021-39252, CVE-2021-39253,
CVE_2021-39254, CVE-2021-39255, CVE-2021-39256, CVE-2021-39257,
CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261,
CVE-2021-39262, CVE-2021-39263.
- Sover is now 89
- Update URL.
- Remove 21-storage-ntfs-3g.fdi; it is no longer used.
-------------------------------------------------------------------
Mon Mar 8 10:20:39 UTC 2021 - Ludwig Nussel <lnussel@suse.de>

View File

@ -22,17 +22,16 @@
%define sbindir /sbin
%endif
%define sover 88
%define sover 89
Name: ntfs-3g_ntfsprogs
Summary: NTFS Support in Userspace
License: GPL-2.0-or-later
Group: System/Filesystems
Version: 2017.3.23
Version: 2021.8.22
Release: 0
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
Source2: 21-storage-ntfs-3g.fdi
URL: http://www.tuxera.com/community/ntfs-3g-download/
URL: https://github.com/tuxera/ntfs-3g/
BuildRequires: autoconf
BuildRequires: gnutls-devel
BuildRequires: hwinfo-devel
@ -55,7 +54,7 @@ Provides: ntfsprogs-fuse = 1.13.1
Obsoletes: ntfsprogs-fuse < 1.13.1
%if 0%{?suse_version}
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Supplements: filesystem(ntfs-3g)
%endif
@ -204,7 +203,7 @@ fi
%defattr(-, root, root)
%doc AUTHORS ChangeLog CREDITS NEWS README
%license COPYING
%{sbindir}/mkfs.ntfs
%{_sbindir}/mkfs.ntfs
%{_sbindir}/mkntfs
%{_sbindir}/ntfsclone
%{_sbindir}/ntfscp