pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fdupes: Add COMMIT_MSG



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sat Dec 12 04:21:31 2015 +0100
Changeset:	8e1d976a42180dbf3b18dc21ddf8a532ecbae4d6

Added Files:
	fdupes/COMMIT_MSG

Log Message:
fdupes: Add COMMIT_MSG

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e1d976a42180dbf3b18dc21ddf8a532ecbae4d6

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

diffstat:
 fdupes/COMMIT_MSG | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diffs:
diff --git a/fdupes/COMMIT_MSG b/fdupes/COMMIT_MSG
new file mode 100644
index 0000000..4dd2bf1
--- /dev/null
+++ b/fdupes/COMMIT_MSG
@@ -0,0 +1,42 @@
+fdupes: Update sysutils/fdupes to 1.51.
+
+ fdupes/Makefile         |  7 +++----
+ fdupes/distinfo         | 13 ++++++-------
+ fdupes/patches/patch-aa | 26 +++++++++++++++++++-------
+ fdupes/patches/patch-ab | 21 ---------------------
+ fdupes/patches/patch-ac | 45 +++++++++++++++++++++++++++++++++++----------
+ 5 files changed, 63 insertions(+), 49 deletions(-)
+
+Changes from 1.50 to 1.51
+
+- Added support for 64-bit file offsets on 32-bit systems.
+- Using tty for interactive input instead of regular stdin. This is to
+  allow  feeding filenames via stdin in future versions of fdupes without
+  breaking interactive deletion feature.
+- Fixed some typos in --help.
+- Turned C++ style comments into C style comments.
+
+Changes from 1.40 to 1.50-PR2
+
+- Fixed memory leak. [JB]
+- Added "--summarize" option. [AL]
+- Added "--recurse:" selective recursion option. [AL]
+- Added "--noprompt" option for totally automated deletion of
+  duplicate files.
+- Now sorts duplicates (old to new) for consistent order when
+  listing or deleteing duplicate files.
+- Now tests for early matching of files, which should help speed up
+  the matching process when large files are involved.
+- Added warning whenever a file cannot be deleted. [CHL, AL]
+- Fixed bug where some files would not be closed after failure. [AL]
+- Fixed bug where confirmmatch() function wouldn't always deal
+  properly with zero-length files. [AL]
+- Fixed bug where progress indicator would not be cleared
+  when no files were found. [AL]
+- Removed experimental red-black tree code (it was slower on
+  my system than the default code). [AL]
+- Modified md5/md5.c to avoid compiler warning. [CHL]
+- Changes to fdupes.c for compilation under platforms where
+  getopt_long is unavailable. [LR, AL]
+- Changes to help text for clarity. [AL]
+- Various changes and improvements to Makefile. [PB, AL]


Home | Main Index | Thread Index | Old Index