Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ntfs-3g | Distribution: SUSE Linux Enterprise 15 |
Version: 2022.5.17 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150000.3.16.1 | Build date: Thu Oct 27 10:50:45 2022 |
Group: System/Filesystems | Build host: ibs-power9-10 |
Size: 580219 | Source RPM: ntfs-3g_ntfsprogs-2022.5.17-150000.3.16.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/tuxera/ntfs-3g/ | |
Summary: NTFS Support in Userspace |
NTFS-3G allows for read/write access to NTFS partitions which can be shared with Windows XP, Windows Server 2003, Windows 2000, Windows Vista and Windows Seven.
GPL-2.0+
* Thu Oct 27 2022 yfjiang@suse.com - Add patches to fix CVE-2022-40284 (bsc#1204734): * ntfs-3g-CVE-2022-40284-0001-Rejected-zero-sized-runs.patch * ntfs-3g-CVE-2022-40284-0002-Avoided-merging-runlists-with-no-runs.patch * Fri Jul 29 2022 mgorse@suse.com - update to 2022.5.17 (bsc#1199978): * Improved defence against maliciously tampered NTFS partitions * Improved defence against improper use of options * Updated the documentation * CVE-2022-30783, CVE-2022-30785, CVE-2022-30787 * CVE-2021-46790, CVE-2022-30784, CVE-2022-30786, * CVE-2022-30788, CVE-2022-30789 - Rebase ntfs-3g-old-api.patch and ntfs-3g-old-prognames.patch. * Wed Sep 01 2021 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 * Changes in 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 - Update URL. - Drop CVE-2019-9755.patch: included upstream. - Add ntfs-3g-old-api.patch: back out potentially API-incompatible changes. - Add ntfs-3g-old-prognames.patch: rename ntfsusermap and ntfssecaudit to their old names. - Add libtool to BuildRequires, and regenerate configure and Makefile.in.. * Tue Apr 02 2019 qzheng@suse.com - Add CVE-2019-9755.patch to fix a heap-based buffer overflow issue (CVE-2019-9755, boo#1130165). * Sat Apr 01 2017 zenitur@ya.ru - Fix SLES 11 build. * Thu Aug 11 2016 Greg.Freemyer@gmail.com - Fix update-alternatives usage. * Mon Mar 21 2016 Greg.Freemyer@gmail.com - change soname to 87 - add "--enable-extras" arg to configure Start including the extra programs: ntfswipe, ntfstruncate, ntfsrecover - add "--enable-crypto" arg to configure Start including the optional program: ntfsdecrypt - add "--enable-quarantined" arg to configure Start including the optional programs: ntfsck, ntfsdump_logfile, ntfsfallocate, ntfsmftalloc, ntfsmove Put these "quarantined" applications in a new -extra sub-project - add specfile updates to support the above new program builds - create a -extra sub-package to hold the "quarantined" utilities. - update to stable Versions 2016.2.22 (Mar 21, 2016 release date) Changes to NTFS-3G driver: – Write as much data as possible in compressed attribute pwrite – Fixed getting space for making an index non resident – Alleviated constraints relative to reparse points – Fixed special case of decompressing a runlist – Fixed returning the trimming count to fstrim() – Fixed the range of valid subauthority counts in a SID – Updated the read-only flag even when the security attribute was cached – Defended against reusing data from an invalid MFT record – Simplified NTFS ACLs when group same as owner and same permission as world – Packed/unpacked st_rdev transported as 32-bits on Solaris 64-bits – Zero uninitialized bytes before writing compressed data – Clear the environment when starting mount or umount – Implemented rewinding a directory in lowntfs-3g – Use incremental offsets when reading a directory in lowntfs-3g Changes to mkntfs: – Make installing mkntfs /sbin symlinks dependent on ENABLE_MOUNT_HELPER – Mention the starting sector when it overflows in mkntfs – Upgraded the upper-case table to same as Windows 7, 8 and 10 Changes to ntfsresize: – Fixed relocating the MFT runlists – Decode the full list of bad clusters – Fixed resizing an extended bad cluster list Changes to ntfsclone: – Decoded the full list of bad clusters Changes to ntfsinfo: – Displayed reparse point information Changes to ntfsdecrypt: – Fixed DESX decryption Changes to ntfswipe: – Added clarifications about several options to the manual New ntfsprogs tool: – Included ntfsrecover to recover the updates committed by Windows (experimental) Overall: – Made a general cleanup of endianness types for easier checks * Tue Jun 02 2015 idonmez@suse.com - Update to STABLE Version 2015.3.14 (March 31, 2015) ntfs-3g: Fixed inserting a new ACL after wiping out by chkdsk ntfs-3g: Fixed Windows-type inheritance ntfs-3g: Fixed ignoring the umask mount option when permissions are used ntfs-3g: Fixed checking permissions when Posix ACLs are compiled in but not enabled ntfs-3g: Disabled option remove_hiberfile on read-only mounts ntfs-3g: Implemented an extended attribute to get/set EAs ntfs-3g: Avoid full runlist updating in more situations ntfs-3g: Update ctime after setting an ACL ntfs-3g: Use MFT record 15 for the first extent to MFT:DATA ntfs-3g: Ignore the sloppy mount option (-s) ntfs-3g: Implemented FITRIM (fstrim) ioctl ntfs-3g: Reengineered the compression algorithm ntfsprogs: Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate * Thu Feb 12 2015 Greg.Freemyer@gmail.com - remove buildall.sh file and spec file reference It is a remnant from a previous maintainer and is well out of date * Thu Jan 01 2015 meissner@suse.com - build with PIE * Tue Nov 18 2014 crrodriguez@opensuse.org - Enable ACL support - Buildrequire libuuid-devel and hwinfo-devel, silences build warning about the need of that libraries.
/etc/alternatives/mount.ntfs /etc/alternatives/mount.ntfs.8.gz /sbin/mount.lowntfs-3g /sbin/mount.ntfs /sbin/mount.ntfs-3g /usr/bin/lowntfs-3g /usr/bin/ntfs-3g /usr/bin/ntfs-3g.probe /usr/bin/ntfs-3g.secaudit /usr/bin/ntfs-3g.usermap /usr/share/doc/packages/ntfs-3g /usr/share/doc/packages/ntfs-3g/AUTHORS /usr/share/doc/packages/ntfs-3g/COPYING /usr/share/doc/packages/ntfs-3g/CREDITS /usr/share/doc/packages/ntfs-3g/ChangeLog /usr/share/doc/packages/ntfs-3g/NEWS /usr/share/doc/packages/ntfs-3g/README /usr/share/hal /usr/share/hal/fdi /usr/share/hal/fdi/policy /usr/share/hal/fdi/policy/10osvendor /usr/share/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi /usr/share/man/man8/mount.lowntfs-3g.8.gz /usr/share/man/man8/mount.ntfs-3g.8.gz /usr/share/man/man8/mount.ntfs.8.gz /usr/share/man/man8/ntfs-3g.8.gz /usr/share/man/man8/ntfs-3g.probe.8.gz /usr/share/man/man8/ntfs-3g.secaudit.8.gz /usr/share/man/man8/ntfs-3g.usermap.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:57:49 2024