Commit graph

23 commits

Author SHA1 Message Date
adam
7e6e1ebd79 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
2018-04-02 13:14:08 +00:00
adam
f42f931c43 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 –version and the like
Implemented configure option –enable-quarantined for non functional utilities
Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate
2015-11-10 17:45:22 +00:00
adam
4cc423339b 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
2014-05-19 12:22:06 +00:00
jakllsch
04ccb69a42 Consistently use DIOCGDINFO. 2014-03-30 23:58:19 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
sbd
d6dd89f801 Add devel/libuuid buildlink.
Bump PKGREVISION
2011-12-03 03:40:45 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
obache
3037526248 The URL for project Web page in DESCR is outdated as noticed in PR 40273.
We have HOMEPAGE for the purpose, so just remove the URL from DESCR.
2008-12-26 04:10:20 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
adam
b835c1d276 Changes 2.0.0:
* ntfsmount (and libntfs) now has full basic read/write support.
* Cryptographic code is now integrated into libntfs, thus ntfscat and ntfsmount
  now can read encrypted files.  See "man 8 libntfs" for details.
* ntfsresize (and the entirety of ntfsprogs/libntfs in fact) now have full
  support for Windows Vista.
* ntfsprogs and libntfs are now entirely endian safe and more over now we have
  checks that automatically reports endian errors.
* mkntfs now creates a DCE compliant GUID for the volume and does a few other
  things to be more compliant with Windows Vista.
2008-03-08 08:56:47 +00:00
rillig
05f4e9951f Fixed "test ==". 2006-10-05 02:52:16 +00:00
adam
24b09649fc Changes 1.13.1:
- Fix bug in ntfs_attr_pwrite() when we sometimes lose current run in
	  the runlist.
	- Fix build with --disable-gnome-vfs --enable-fuse-module.
	- ntfscluster: identify files even if their clusters aren't set
	  in $Bitmap (useful to find potentially corrupted files).
	- mkntfs: set the physical drive and the extended boot signature to
	  0x80 in the Extended BPB which are needed to boot from disk.
	- ntfsinfo: fix two freed memory usages when dumping $SDS and index
	  allocation entries.
	- libntfs: add ntfs_attr_readall() which reads the entire data
	  from an ntfs attribute.
	- libntfs: add ntfs_index_root_get() which reads the index root of
	  an attribute.
	- ntfsclone: the --metadata option will wipe the timestamps in the
	  index allocation attributes as well. This further decreases the
	  compressed metadata image size by 10-25% and more importantly it
	  eliminates non-interesting ntfscmp differences.
	- ntfscmp: support bad cluster list, compare full attribute headers
	  for non-resident attributes, added manual, build and install by
	  default.
	- Fix bug with renaming directories with names in DOS and WIN32
	  namespaces.
	- ntfsclone: fix 64 bit destination size calculation on Mac OS X
2006-07-20 08:22:02 +00:00
joerg
d177c8b04f Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist. 2006-06-07 23:30:34 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
adam
1025591688 Changes 1.13.0:
* mkntfs now creates NTFS 3.1 (Windows XP) volumes by default
* ntfsmount can deal with symbolic links and device files
* bug fixes and improvements
2006-03-03 10:15:46 +00:00
wiz
b269c76867 Do not touch /sbin during installation. 2006-02-20 23:10:05 +00:00
adam
848b9ae948 Changes 1.12.1:
- Fix hardcoded location for uninstalling mount.ntfs-fuse hardlink to
	  match the relocatable location for installing it.
	- Move mount.ntfs-fuse and mkfs.ntfs to be symlinks instead of
	  hardlinks and move both to /sbin rather than prefix/sbin.  Note we
	  still obey $destdir so building packages works as well as installing
	  into alternate chroot / other system still works.
	- ntfscmp: fix some corner cases and all memory leaks; handle corrupt
	  NTFS more gracefully.
	- If the system does not have realpath(), supply our own dummy version
	  which just copies the string without any kind of checking or
	  expansion.
2006-01-26 21:43:51 +00:00
dbj
b8055acb03 fix statvfs hack for non netbsd platforms 2005-11-04 21:46:12 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
rillig
6e3899bf70 Added some patches to make ntfsprogs compile on NetBSD-1.6.2, which does
not have ENOTSUP. Approved by jlam.
2005-03-15 20:24:30 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
kristerw
8df03fad14 Add GCC_REQD+= 2.96 since this pkg uses unnamed/annonymous structures
and unions, which are not supported by gcc 2.95.
2004-10-09 10:29:12 +00:00
agc
f6726d0a8f Initial import of ntfsprogs-1.9.4 into the packages collection.
The Linux-NTFS project (http://linux-ntfs.sf.net/) aims to
	bring full support for the NTFS filesystem to the Linux
	operating system.  The ntfsprogs package currently consists of
	a static library and utilities such as mkntfs, ntfscat,
	ntfsls, ntfsresize, and ntfsundelete (for a full list of
	included utilities see man 8 ntfsprogs after installation).

Provided in PR 27119 by Darrin B.  Jewell, modified by myself to
remove dylib files from PLIST, add NetBSD statvfs compatibility, and
quieten a warning in one of the patches.

Darrin's patches perform the following changes:
  . provide for redirection of error output without having an lvalue stderr
  . support for NetBSD disklabels
  . fix for ntfs_attr_pread to avoid reading a partial block
  . workaround for darwin sys/mount.h namespace pollution

This package is currently configured with the gnome-vfs module disabled.
2004-10-05 12:39:38 +00:00