Subject: CVS commit: pkgsrc/sysutils/ntfsprogs
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/20/2006 08:22:02
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Jul 20 08:22:02 UTC 2006

Modified Files:
	pkgsrc/sysutils/ntfsprogs: Makefile PLIST distinfo
	pkgsrc/sysutils/ntfsprogs/patches: patch-af patch-am
Removed Files:
	pkgsrc/sysutils/ntfsprogs/patches: patch-aa

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/ntfsprogs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/ntfsprogs/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/sysutils/ntfsprogs/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/sysutils/ntfsprogs/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/ntfsprogs/patches/patch-af
cvs rdiff -r1.2 -r1.3 pkgsrc/sysutils/ntfsprogs/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.