diff options
author | adam <adam@pkgsrc.org> | 2018-04-02 13:14:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-02 13:14:08 +0000 |
commit | 5bfe5b4f9e70c5a0d3e984bf7393dba3531fbb87 (patch) | |
tree | c86bb182a68913336d35dc7e4fa5b1a6e566fa36 /sysutils/ntfsprogs | |
parent | 23366e796a04a4a4cc43a6ce1dfa3764a8c2ebfd (diff) | |
download | pkgsrc-5bfe5b4f9e70c5a0d3e984bf7393dba3531fbb87.tar.gz |
filesystems/libntfs filesystems/libntfs sysutils/ntfsprogs: updated to 2017.3.23
STABLE Version 2017.3.2:
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
Diffstat (limited to 'sysutils/ntfsprogs')
-rw-r--r-- | sysutils/ntfsprogs/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/ntfsprogs/PLIST b/sysutils/ntfsprogs/PLIST index bfaaae61bd7..3cd73c89c68 100644 --- a/sysutils/ntfsprogs/PLIST +++ b/sysutils/ntfsprogs/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2015/11/10 17:45:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2018/04/02 13:14:08 adam Exp $ bin/ntfscat bin/ntfscluster bin/ntfscmp bin/ntfsfix bin/ntfsinfo bin/ntfsls -man/man8/mkfs.ntfs.8 man/man8/mkntfs.8 man/man8/ntfscat.8 man/man8/ntfsclone.8 @@ -19,9 +18,12 @@ man/man8/ntfsinfo.8 man/man8/ntfslabel.8 man/man8/ntfsls.8 man/man8/ntfsprogs.8 +man/man8/ntfsrecover.8 man/man8/ntfsresize.8 +man/man8/ntfssecaudit.8 man/man8/ntfstruncate.8 man/man8/ntfsundelete.8 +man/man8/ntfsusermap.8 man/man8/ntfswipe.8 sbin/mkntfs sbin/ntfsclone |