|
|
|
|
Changelog for libntfs-3g84-2013.1.13-7.6.1.x86_64.rpm :
Tue Apr 2 14:00:00 2019 qzheng - Add CVE-2019-9755.patch to fix a heap-based buffer overflow issue (CVE-2019-9755, boo#1130165).
Tue Jun 26 14:00:00 2018 alarrosaAATTsuse.com - Add CVE-2017-0358.patch to fix environment variables which were leaked when running modprobe to load the fuse module. Fixes bsc#1022500, CVE-2017-0358.
Mon May 20 14:00:00 2013 Greg.FreemyerAATTgmail.com - Upgrade to STABLE Version 2013.1.13 (January 14, 2013) ntfs-3g: fixed returned files types in readdir() ntfs-3g: force option ‘ro’ when mounting a read-only device ntfs-3g: keep the name of a deleted file in place for easier undeletion ntfs-3g: accept multiple read-only mounts ntfs-3g: improved Windows-type ACL inheritance, as needed by Windows 8 ntfs-3g: avoid unnecessary runlist update when appending data to a file ntfs-3g: added inheritance of the set-group-id flag ntfs-3g: deny mounting when fast restart mode of Windows 8 is detected ntfs-3g: reject getting/setting DOS names on hard linked files ntfsclone: fixed wiping user data when creating metadata images ntfsclone: implemented a new option to set a new serial number ntfsfix: implemented fixing the backup boot sector ntfsfix: fixed clearing the bad cluster list ntfsinfo: added allocation data to the volume parameters summary ntfsinfo: output the numbers of runs and fragments for the selected file ntfslabel: implemented a new option to set a new serial number ntfswipe: added optional wiping of file tails and undelete data mkntfs: insert an $Info stream in $UpCase to comply with Windows 8 openindianas: merged OpenIndiana requirements into the driver and fuse-lite - remove ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch, now in upstream
Mon Apr 15 14:00:00 2013 idonmezAATTsuse.com - Add Source URL, see https://en.opensuse.org/SourceUrls
Thu Jan 31 13:00:00 2013 badshah400AATTgmail.com - Add ntfs-3g_ntfsprogs-use-caution-with-fastboot.patch to prevent partitions with metadata cached in Windows (when FastBoot is enabled) from being mounted; patch taken from upstream git and rebased (bnc#798337 / rh#859373).
Sun Sep 23 14:00:00 2012 jengelhAATTinai.de - Avoid static and internal libraries - use system libfuse instead - Avoid %makeinstall to fix installation on non-SUSE
Sat May 26 14:00:00 2012 jengelhAATTinai.de - Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags
Thu Feb 16 13:00:00 2012 crrodriguezAATTopensuse.org - Libraries back to %{_libdir}, /usr merge project.
Sat Jan 28 13:00:00 2012 tabrahamAATTnovell.com - Update to version 2012.1.15 + ntfs-3g: - fixed device path canonicalization for use by devmapper - fixed setting DOS names when defined with lower-case chars - fixed attribute flags controlling recursive writes - fixed compilation on OpenIndiana - fixed options parsing on OSes with no extended attributes - fixed realtime as a default mount option - fixed endless recursion when MFT extents are described by themselves - fixed the description of inherit option - fixed overwriting a truncated file - fixed truncation of DOS file names (12 ntfschars, not 12 utf8 chars) - fixed the setting of attributes by secaudit (index not synced) - faster compression - new option delay_mtime to delay updates of mtime+ctime + ntfsfix: - new option -d to clear the dirty flag if fix is successful - fixed volume dirty flag test - new option to clear the list of bad sectors - fixed compilation on Sparc - fixed a bug causing segmentation violation - repair self-located MFT data bug + ntfscp: - fix free space calculation - support compression + ntfsresize: - implemented expanding runlists - updated the description of the -f option - expand an NTFS volume downwards + ntfsclone: - backup bootsector not be to accounted for - creating/restoring a metadata image + ntfsundelete: - try to recover the file name when undeleting - use inode number to name unnamed files + ntfswipe: - big endian and other fixes + secaudit: - prefixed owner and group SID in ACL display + library: - fixed big cluster support using 4kB sector disk - fixed huge data writes - use transparent compression by default - fixed several bad returns in error conditions - enabled getting the sector size on FreeBSD and MacOSX + build: - fixed \"make libs\" to only build libraries - Rename libntfs-3g81 subpackage to libntfs-3g83, following upstream soversion bump.
Fri Jul 1 14:00:00 2011 vuntzAATTopensuse.org - Rename source package from ntfs-3g to ntfs-3g_ntfsprogs (following upstream). - Remove ntfsprogs BuildRequires as it will now be built with this package; update %check to reference the mkntfs binary we built instead of the system one. - Define a ntfs-3g subpackage, for compatibility with old package. - Split libntfs-3g in libntfs-3g81 subpackage to follow shared library packaging policy. - Rename devel subpackage to libntfs-3g-devel for extra clarity, and add appropriate Provides/Obsoletes. - Package /sbin/mount.ntfs and %{_mandir}/man8/mount.ntfs.8 as ghost files, to fix rpmlint warning.
Tue Jun 28 14:00:00 2011 dimstarAATTopensuse.org - Update to version 2011.4.12: + ntfs-3g: - fixed possible wrong hole size when overwriting compressed data - fixed listxattr() to environments with extended attributes - fixed ENOSPC when making an index non-resident - fixed partial mapping ahead of mapped runlist - enabled forensic mounting (currently same as read-only) - expand an attribute without creating a hole - improved appending data to a long hole - deny direct modifications to metadata files - option \'acl\' to request the use of Posix ACLs + ntfsclone: - fixed reading old big-endian ntfsclone images - avoided writing beyond allocated variable - close volume and cleanup when exiting - new option not to clear the timestamps - sync created image before remounting - use a stream to produce aligned writes during image creation + ntfsinfo: display times in UTC + mkntfs: - don\'t store full bitmap and logfile in memory - set a volume UUID if option -U - fixed $MFT allocated size - fixed allocated size of resident unnamed data + ntfsfix: - new option -n for no action - try alternate boot sector if cannot start up - check and fix the upcase table - try to fix file systems with incorrect size + ntfsundelete: fixed a segfault + ntfsresize: - new option --info-mb-only - new option --check - ntfs-3g and ntfsprogs are now part of one source tarball. For easiest upgrade path, we create a subpackage called ntfsprogs. The version number is higher than the latest released one, so there is no need for special care.
Sat Apr 30 14:00:00 2011 crrodriguezAATTopensuse.org - Fix build with gcc 4.6: Remove -Werror from CFLAGS in the spec file. It currently fails on \"error: variable \'foo\' set but not used [-Werror=unused-but-set-variable]\"
Sun Mar 20 13:00:00 2011 dimstarAATTopensuse.org - Update to version 2011.1.15: + New festures: - implemented fsync() and fsyncdir(). - implemented the ’sync’ mount option. - sanity check upcase table. - added a big-endian extended attribute name for attrib and times. - added an extended attribute name for creation time. - enable renaming of system extended attributes. + Bug fixes: - improved appending data to fragmented files. - improved rebuilding a runlist. - improved comparing filenames on big-endian CPUs. - stat(2) for system files with no data. - alignment on cached structures. - Posix ACLs for big-endian CPUs. - deleting files using ignore_case option. - allocated size when an attribute update causes unnamed data to be expelled.
Mon Oct 4 14:00:00 2010 vuntzAATTopensuse.org - Update to version 2010.10.2: + Bug fixes: - Fixed filename encoding when standard functions are not available. - Fixed checking mounted device status on some non-Linux platforms. - Fixed mounting with SELinux context. - Fixed -n and --no-mtab mount option handling, needed by automount. - Improved consistency checks of POSIX ACLs. - NTFS-3G manual update.
Mon Aug 9 14:00:00 2010 vuntzAATTopensuse.org - Update to version 2010.8.8: + New features: - Full, transparent, read-write compression support. - Two new mount options: compression and nocompression (default). - Introduced windows_names mount option to enforce only Windows names. + Behavior changes: - Re-enabled compression in root directory. - Reversed default for showing/hiding hidden files. - Redefined default user mapping. - Marked files whose name has a dot initial as “hidden” if option hide_dot_files is used. - Renamed option default_permissions to permissions. + Bug fixes: - Fixed use of utimensat() with external fuse older than 2.8. - Fixed a hang when reading a corrupt compressed file. - Fixed a possible crash when creating a stream. - Fixed all reported and found compressed write related bugs. - Fixed partially overwriting sparse clusters on highly fragmented volumes. - Fixed checking write errors in setxattr(). - Fixed processing end of partial runlist for compressed files. - Fixed updating file compressed sizes. - Fixed checking the device mount state. - Fixed processing of options silent and no_def_opts. - Fixed excessive cluster allocation within big holes. - Fixed creating empty encrypted extended attributes. - Fixed too permissive sanity check before compressing. - Fixed error returns when writing compressed data. - Fixed sanity checked when closing a compressed file. - Fixed zeroing the end of an ex-hole cluster of compressed files. - Improved sanity checks on security descriptors.
Fri May 28 14:00:00 2010 dimstarAATTopensuse.org - Update to version 2010.5.22: + The missing helpers secaudit and usermap are back.
Fri May 21 14:00:00 2010 andreaAATTopensuse.org - Update to version 2010.5.16: + Fixed a compilation issue with uClibc. + Fixed modifying the read-only flag on a directory. + Fixed a bug in ACL inheritance. + Fixed a bad condition for security descriptor upgrade. + Fixed a possible index block with no key in $SII. + Fixed the condition for executing utime() and utimensat(). + Fixed wrong flags when uid/gid are forced in mount options. + Fixed a bad error checking when closing a compressed file. + Fixed compiler warnings on OpenSolaris. + Fixed conditional code for self-test in secaudit.
Mon Mar 8 13:00:00 2010 dimstarAATTopensuse.org - Update to version 2010.3.6: + New: Support Object Identifiers which are used by Windows for shortcuts and caused CHKDSK warnings when the target was deleted. + New: Nanosecond resolution file timestamps support. + New: Selective file timestamp modification by utimensat(2). + New: Make non-resident TXF_DATA attribute of root directory resident so Vista and later won’t complain about RAW partition. + New: Caching inodes. + New: More efficient UTF8/UTF16 translations. + Fixed setting archive bit on file and alternated data stream creation. * Fixed setting reparse tags in parent directories. + Fixed enabling permissions when no UserMapping file is found. + Fixed an error return code in the main mount function. + Fixed setting timestamp via extended attributes to be consistent between Windows and Linux view. + Fixed option processing when uid, gid, fmask or dmask are present. - Drop ntfs-3g-usermap.patch and ntfs-3g-warnings.patch. Both have beein included upstream.
Sun Jan 17 13:00:00 2010 vuntzAATTopensuse.org - Update to version 2010.1.16: + Vista, Windows Server 2008 and Windows 7 couldn’t access a volume, file or directory if it had a non-resident TXF_DATA attribute despite being allowed by the NTFS $AttrDef attribute specification file. + NTFS-3G may crashed if a junction point referred to a non-ASCII file. + Compilation errors on Mac OS X, OpenSolaris and openSUSE. - Drop ntfs-3g-xattr.patch: fixed upstream. - Drop ntfs-3g-ac_c_const.patch: fixed upstream. This means we can also remove the autogen.sh call. - Fix self-obsoletion of ntfsprogs-fuse.
Wed Dec 9 13:00:00 2009 dimstarAATTopensuse.org - Update to version 2009.11.14: + Full file ownership and permissions support. The ownership and permissions of files are interoperable with Windows and conforms to the POSIX rules. + POSIX ACL support. + Optional Windows-type inheritance of ACLs. + Full extended attributes support for all namespaces: user, system, security and trusted. + Junction points support. The junction points and symbolic links created by Windows are seen as symbolic links. + Access is possible to NTFS internal data like Windows style archive bit and file attributes. They are mapped to extended attributes for easier access. + Compression write support: sequential writing to compressed files is supported. + Support copying and restoring encrypted files without decrypting them. + Support getting and setting high-resolution file timestamps. + Support to get, set and remove DOS filenames. + Tools for managing ownership, permissions and ACLs: ntfs-3g.secaudit checks the integrity of ownership, permissions and ACL, ntfs-3g.usermap gives help to configure ownership. + Implemented setchgtime() on Mac OS X. + Improved Windows junction and symlink handling. + Improved ACL handling. + Unicode normalization on Mac OS X. + Implemented true fsync() on Mac OS X + Performance optimizations: - Frequently used data are cached to improve speed. - Space allocation for fragmented and sparse files has been improved. - Add ntfs-3g-ac_c_const.patch: AC_C_CONST is not needed in configure checks as per autoconf documentation (it fails with - Werror) - Add ntfs-3g-usermap.patch, from upstream. - Rebase ntfs-3g-warnings.patch: one warning regarding unused parameters is left. Patch sent upsream. - Add ntfs-3g-xattr.patch, from upstream. - Add pkg-config BuildRequires: needed for autogen to work.
Mon Dec 7 13:00:00 2009 vuntzAATTopensuse.org - Rework the update-alternatives part to be really correct, even in case of package renaming. Note that we need a %posttrans to work around bugs in previously installed packages.
Thu Oct 29 13:00:00 2009 crrodriguezAATTopensuse.org - fix buggy calls to update-alternatives part of [bnc#544199]
Sat May 9 14:00:00 2009 crrodriguezAATTsuse.de - fix -devel package dependencies - fix suse-filelist-forbidden-devel-in-lib rpmlint error - avoid possible race condition during %check
Tue Apr 7 14:00:00 2009 vuntzAATTnovell.com - Update to version 2009.4.4: + Fix: Mount and system boot could hang if Linux kernel audit was enabled. + Fix: Volume could be potentially corrupted or the driver crashed after a partial write or hardware error. + Fix: The driver could crash handling highly fragmented files.
Fri Mar 27 13:00:00 2009 vuntzAATTnovell.com - Update to version 2009.3.8: + Fix: Some defragmenters reported NTFS-3G created directories unmovable. + Fix: The Windows NTFS file system checker, CHKDSK, may reported \"free space marked as allocated in the master file table (MFT) bitmap\". + Fix: The driver may returned \"No space left on device\" error when there was still free space on the NTFS volume. + Fix: A file may got corrupted when the STANDARD INFORMATION attribute was moved to an extent MFT record. Only the already fixed Advanced NTFS-3G Driver had this problem, not the Stable NTFS-3G Driver. + Change: 10-50% faster file and directory creation, removal, copy, unpackaging performance. + Change: 500-1000% faster mount time. This is mostly noticable on multi-TB volumes and embedded devices. Please note, a generally 10-20 times faster performing NTFS-3G driver is available for embedded devices separately. + Change: Improved multi-cluster allocation, non-aligned file write performance. + Change: Improved volume consistency and recovery if the storage device was unsafely detached or powered down. + Change: Less disk space usage. + New: The version/-V command line option has been added. - Use makeinstall
|
|
|