Up to [cvs.NetBSD.org] / pkgsrc / filesystems / fuse-ntfs-3g
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 8 10:23:07 2023 UTC (2 months, 3 weeks ago) by vins
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: update to 2022.10.3 # CHANGES (since release 2017.3.23) ## Security release 2022.10.3 (Oct 31, 2022) * Rejected zero-sized runs * Avoided merging runlists with no runs ## Security version 2022.5.17 (May 26, 2022) * Improved defence against maliciously tampered NTFS partitions * Improved defence against improper use of options * Updated the documentation ## Stable Version 2021.8.22 (August 30, 2021) * 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 ## Stable Version 2017.3.23AR.6 (February 1, 2021) * Used kernel cacheing on read-only mounts or with lowntfs-3g * Avoided information leak when processing garbled compressed data * Defined option posix_nlink to compute a Posix compliant st_nlink * Recovered space when an index root is shortened * Replaced ENODATA with ENOATTR in xattrs functions for macOS * Added support for 'position' argument in macOS xattr functions * Changed default xattr access method to 'openxattr' for macOS builds * Allowed redefining the target location of the ntfsprogs tools * Fixed updating the allocated size when attribute lies in an extent * Enabled actions on directories in reparse plugins * Inserted the reparse tag in the bad reparse symlink * Supported use of WSL special files * Dropped rejecting having both EA and reparse data * Enabled Creating special files the same way as WSL * Checked the locations of MFT and MFTMirr at startup ## Stable Version 2017.3.23AR.5 (April 1, 2020) * Processed the request argument of ioctl() as unsigned * Accepted alternative recording of cluster size * Fixed a poorly sized string in ntfsinfo * Fixed ntfsfallocate on a void file * Decoded execlink reparse points * Fixed object type returned in readdir() for reparse points * Exported the translations of Windows paths to current ones ## Stable Version 2017.3.23AR.4 (March 1, 2019) * Fixed reporting an error when failed to build the mountpoint * Reverted accessing reparse directory through internal plugins * Cleaned object ids beyond the updated part * Fixed reacting to missing plugin * Returned a low level error when an ioctl fails * Truncated SSD trimming zones to granularity supported by the device ## Stable Version 2017.3.23AR.3 (September 1, 2018) * Made sure log file buffers are properly aligned * Made reparse directories visible through internal plugins * Added an option to ntfscp to copy the modification time * Renamed undeleted files to avoid overwriting existing ones * Extended the allowed cluster size to 2MB * Allocated full clusters for reading and rescuing in ntfsclone * Prevented locally defined headers from interfering with ntfs-3g ones * Attempted mounting read-only after failed permission to read-write * Fixed collecting the label argument in mkntfs ## Stable Version 2017.3.23AR.2 (March 1, 2018) * Made sure log file buffers are properly aligned * Checked log file blocks more recent than temporary ones * Processed redo log actions associated to undoing a CompensationlogRecord * Allowed setting a file object id without defining its birth ids * Documented read-only mount when Windows is hibernated * Stopped checking matches of MFTMirr against MFT at record 16 * Filtered out reparse flags for selecting plugins * Delayed updating the MFT runlist when resizing in read-only mode * Double-checked whether record 15 is an extent of MFT * Checked whether the device to mount was forced read-only ## Stable Version 2017.3.23AR.1 (October 1, 2017) * Bypassed cluster allocation errors using --ignore-fs-check in ntfsclone * Upgraded ntfsrecover to support log files for Windows 10 * Fixed the computation of highest_vcn when applying a runlist fixup * Fixed updating the vcn of subtree in ntfsrecover * Relaxed checks on security descriptors * Enabled directory operations in plugins * Decoded more reparse tags in ntfsinfo * Logged falling back to mounting read-only * Fixed compiling on MacOSX (Erik Larsson)
Revision 1.23 / (download) - annotate - [select for diffs], Thu Sep 7 19:42:47 2023 UTC (2 months, 3 weeks ago) by vins
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
*: revbump after filesystems/fuse update.
Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 25 05:50:15 2021 UTC (2 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm
Revision 1.21 / (download) - annotate - [select for diffs], Tue Apr 16 19:30:55 2019 UTC (4 years, 7 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.20: +12 -3
lines
Diff to previous 1.20 (colored)
filesystems/fuse-ntfs-3g: Use libfuse on NetBSD Due to not fully understood reasons, perhaps use of the low-level FUSE API, or perhaps using a different FUSE high-level API version, this package fails to build with NetBSD's librefuse. It does build when linked against filesystems/fuse, so do that. Not tested, but building is an improvement over not building. (This commit only changes the build on NetBSD.)
Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 7 19:46:21 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.19: +4 -15
lines
Diff to previous 1.19 (colored)
fuse-ntfs-3g: added missing commit
Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 10 17:45:22 2015 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.18: +14 -1
lines
Diff to previous 1.18 (colored)
Changes 2015.3.14: Changes to NTFS-3G: ------------------- Fixed inserting a new ACL after wiping out by chkdsk Fixed Windows-type inheritance Fixed ignoring the umask mount option when permissions are used Fixed checking permissions when Posix ACLs are compiled in but not enabled Disabled option remove_hiberfile on read-only mounts Implemented an extended attribute to get/set EAs Avoid full runlist updating in more situations Update ctime after setting an ACL Use MFT record 15 for the first extent to MFT:DATA Ignore the sloppy mount option (-s) Implemented FITRIM (fstrim) ioctl Reengineered the compression algorithm Changes to ntfsprogs: --------------------- Return success from ntfsprogs utilities with options ãàÅ×ersion and the like Implemented configure option ãàÅÆnable-quarantined for non functional utilities Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate
Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 10 12:15:15 2014 UTC (9 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
Needs pkg-config.
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 19 12:22:06 2014 UTC (9 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.16: +10 -16
lines
Diff to previous 1.16 (colored)
Changes 2014.2.15: libntfs: added use of hd library to get the legacy BIOS geometry libntfs: switched to /proc/mounts for checking existing mounts libntfs: fixed usa checking by ntfsck on 4K sector disks libntfs: fixed processing compressed data beyond file size (Windows 8 compliance) libntfs: fixed expanding a resident attribute without inserting holes libntfs: allow DACLs to not have any ACE libntfs: ignore unmapped regions when checking whether sparse libntfs: upgraded the Win32 interface for use with ntfsprogs ntfsresize: enabled relocating the MFT when shrinking a volume ntfsresize: fixed trying to update the MFT and Bitmap on a test run ntfsresize: fixed updating all the MFT runs in a relocated MFT ntfsresize: set the backup boot sector when the size is reliable ntfsresize: reserved a single sector for the backup boot sector ntfsundelete: output the modification time when scanning files ntfsundelete: ported to Windows ntfsclone: fixed wiping fragmented metadata when creating a metadata image ntfsclone: allowed cloning a file system despite allocation errors ntfsclone: fixed bad copying of the backup boot sector ntfsclone: ported to Windows ntfsdecrypt: made compatible with libgrypt-1.6
Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 3 16:08:32 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.15: +1 -3
lines
Diff to previous 1.15 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 29 11:35:10 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Let to not exec ldconfig, for unprivileged installation.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 8 16:34:40 2009 UTC (14 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
user-destdir support
Revision 1.13 / (download) - annotate - [select for diffs], Sun May 25 21:23:26 2008 UTC (15 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Reset maintainer on his request.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 12 16:43:55 2007 UTC (15 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update to the latest stable version now that refuse has been fixed.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 12 15:39:44 2007 UTC (15 years, 11 months ago) by xtraeme
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Downgrade to 1.913 until the issues are found with newer versions.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 20 13:30:54 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update to 1.1120: * Fix: successful hard link removal may reported "Input/Output error". * Fix: listing the content of a single directory having over 600,000 files and subdirectories may returned "Input/Output error" or truncated directory listing. * Fix: atime mount option didn't work. * Fix: POSIX file time updates (file access and modification times, inode change time). Please note, though NTFS-3G updates the times correctly now, FUSE may keep caching old, invalid time attributes for a short time after rename(2), creat(2), and some file operations which involve hard links. FUSE has fixed already the first two cases and they may be included in the Linux kernel 2.6.24 release. * New: relatime support was added and made the default atime update method.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 11 15:59:22 2007 UTC (16 years ago) by xtraeme
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update to 1.1104: * Fix: reads over the end of a file could return "invalid argument" error using some recent kernels. This problem may have caused Thunderbird to hang. * Fix: some faulty versions of the gcc compiler have crashed during compilation. * Fix: the utimes(2) system call may incorrectly updated the last status change filestamp. * Change: the ntfs.streams.list extended attribute enumerates Alternate Data Streams (ADS) '\0' separated.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 30 01:28:05 2007 UTC (16 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update to 1.1030: * fix: big-endian problems exposed by the NTFS-3G Test Suite. * fix: free space calculation may was wrong for >1 TB volumes. * fix: some faulty Thunderbird versions caused system log flooding. * fix: uClibc and uClinux improvements. * fix: logging improvements. * fix: many other minor fixes.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 11 21:35:42 2007 UTC (16 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update to 1.1004: * fix: unwritten sparse file regions could get corrupted if the end of a write wasn't aligned to cluster boundary. Sparse files are very rarely used, most typically by bittorent clients. * fix: creation of read-only files failed. * change: free inode calculation was CPU intensive during write activity. This could reduce write performance when millions of files are used if a file manager or desktop applet regularly polled for disk space usage. Now the statfs() system call is constant time. * change: file creation performance is improved by 40-80%. * change: smart directory traversal is 20-200% faster for disk based and 300-600% faster for memory cache based traversals.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 14 08:55:49 2007 UTC (16 years, 2 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.5: +3 -6
lines
Diff to previous 1.5 (colored)
Update to 1.913: STABLE Version 1.913 (September 13, 2007) Release Notes * change: free disk space calculation was highly CPU intensive during write activity. This could reduce write performance severely, especially for huge volumes if a file manager or desktop applet regularly polled for disk space usage. Now the calculation is constant time, around only 10 microseconds on a typical desktop, and it's completely independent of the volume size. * fix: hibernation check was too rigid and mount was refused in read/write mode unnecessarily in some cases. * all performance improvements included unchanged from the 1.910-RC test release. Please see those details below. Version 1.910-RC (September 10, 2007) -- Release Notes * change: significantly improved the performance of writing many files, typically by 50-1000% (copying files, unpacking, untarring packages, compilation, directory synchronization, ...). * change: improved the performance of writing multi-GB size files, particularly after the creation of many thousands of other files. Previous disk space defragmentation is highly advised for the best possible speed. File level defragmentation is not enough. * change: improved concurrent write performance.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 15 13:53:57 2007 UTC (16 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update to 1.810: * fix: file rename may updated the modification time of some files which caused some backup tools, like rsync, not to preserve always this timestamp. * fix: unmount (fusermount -u) was denied for an unprivileged user who was allowed to mount a block device. FUSE 2.7.0+ user space package is required for the full fix. * fix: the driver could hang if there wasn't enough memory during reading a large directory * fix: reading a directory may reported success when there was an error * fix: metadata update error was ignored in some very rare cases during writing a file * fix: permissions checking was turned on if umask, fmask and dmask was set to the default 000 value. * change: manual update, added Windows filename compatibility section * change: lots of logging improvements
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 13 10:02:55 2007 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Update to 1.710: * fix: move, rename and hard link could return "input/output error" * fix: very rare, recoverable directory corruption * fix: portability improvements * change: more troubleshooting hints if a volume can't be mounted * change: logging improvements * new: install executables to the root file system otherwise mount could fail during boot * fix: any kind of file size change failure returned "Operation not permitted" * fix: file close failure was not always reported * fix: unmount failure was not always reported * fix: file creation always gave "input/output error" if the $MFT Bitmap wasn't up-to-date * fix: converting very long file names to Unicode may failed * fix: syslog messages didn't show the low level error detail * fix: compilation improvements on OS X and NetBSD
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 1 16:17:54 2007 UTC (16 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 1.417: * new: read-write mount is supported using the "force" mount option if the logfile is unclean * new: libntfs-3g is versioned * fix: default ownership of files weren't always set to the mounting user * fix: mount was denied if the NTFS Master File Table copy had non-standard size * fix: catch and deny all junction/reparse point write operations * fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this) * fix: don't try to run Linux specific code on non-Linux OSes
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 13 09:23:57 2007 UTC (16 years, 7 months ago) by xtraeme
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Update to 1.328 (latest stable version): * fix: fakeraid/softraid detection was incorrect * change: major performance improvement for writing large files (new block allocator) * change: manual update, added access handling, security section * new: use the 'nonempty' FUSE mount option by default, so the driver behaves as the in-kernel file systems * new: --disable-ldconfig configure option
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Feb 26 19:55:28 2007 UTC (16 years, 9 months ago) by pooka
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
fuse-ntfs-3g package, proven to work under NetBSD-current. The original work in pkg'izing this was done by <xtraeme>.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Feb 26 19:55:28 2007 UTC (16 years, 9 months ago) by pooka
Branch: MAIN
Initial revision