summaryrefslogtreecommitdiff
path: root/sysutils/rdfind
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2019-11-17 12:38:52 +0000
committermef <mef@pkgsrc.org>2019-11-17 12:38:52 +0000
commitdd16a7df186c3278050e72185bba9d26cbb483cb (patch)
treed5e79262f2e2e5733c46814d43f2bcc591ecf081 /sysutils/rdfind
parent2648384117c63702ac56e75fd30d0b6e28826ccd (diff)
downloadpkgsrc-dd16a7df186c3278050e72185bba9d26cbb483cb.tar.gz
(sysutils/rdfind) Updated 1.3.4 to 1.4.1
2018-11-12 Paul Dreik <rdfind@pauldreik.se> * release of 1.4.1 * fixes build failure on 32 bit platforms * tests: fix bad test logic in hardlink fail test 2018-11-09 Paul Dreik <rdfind@pauldreik.se> * release of 1.4.0 * improve error message when failing to make symlink. See Github bug #5. 2018-10-28 Paul Dreik <rdfind@pauldreik.se> * release of 1.4.0-alpha0 * cleanup of source to remove compiler warnings and switch to c++11 * failure of making hard links will not delete the deduplicated file, if pssible. See Github bug #5. * failure of making symlinks will not delete the deduplicated file, if possible. See Github bug #5. * added option -minsize to optionally ignore files under a certain size. See Github bug #1 * add sha256 support - see Debian Bug 815120 and Github #7 the default checksum is now sha1 instead of md5 * better error messages when -dryrun is misused. See Github #8 and Debian Bug 754663 * performance: pruning empty files earlier and other improvements. "rdfind -checksum sha1 /usr /usr" goes from 5.9 to 4.86 seconds on the author's machine, with hot filesystem cache. * increase size of integer types to be able to handle more than INTMAX files. * add deterministic mode, enabled by default. See Github issue #13 and Debian Bug 795790. When enabled, makes the program insensitive to the order of files when listing directories. 2017-01-04 Paul Dreik <rdfind@pauldreik.se> * release 1.3.5 * source cleanup like removing obsolete comments, formatting. * fix man page typo on dryrun * console output showing how much space that can be saved is now properly capitalized. as you may have noted, I do not really like uppercase... * make check now works again (for some reason, it broke. maybe due to autotools updates) 2014-08-23 Paul Dreik <rdfind@pauldreik.se> * fix bug in using sha1 even if md5 is selected
Diffstat (limited to 'sysutils/rdfind')
-rw-r--r--sysutils/rdfind/Makefile5
-rw-r--r--sysutils/rdfind/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/rdfind/Makefile b/sysutils/rdfind/Makefile
index 8a515482323..2ac60a9fcad 100644
--- a/sysutils/rdfind/Makefile
+++ b/sysutils/rdfind/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/07/20 22:46:51 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/17 12:38:52 mef Exp $
-DISTNAME= rdfind-1.3.4
-PKGREVISION= 2
+DISTNAME= rdfind-1.4.1
CATEGORIES= sysutils
MASTER_SITES= http://rdfind.pauldreik.se/
diff --git a/sysutils/rdfind/distinfo b/sysutils/rdfind/distinfo
index 228177dfa14..0939baa936d 100644
--- a/sysutils/rdfind/distinfo
+++ b/sysutils/rdfind/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:32:28 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/11/17 12:38:52 mef Exp $
-SHA1 (rdfind-1.3.4.tar.gz) = c01bd2910cdec885b6c24164a389457e4f01ef61
-RMD160 (rdfind-1.3.4.tar.gz) = 6bc32205392d4142b53ddc442f8e8ccbf39a097a
-SHA512 (rdfind-1.3.4.tar.gz) = 1ab6255e2dad653bdef4e83133b3072057ed8d21ec0a35f840472084fdc35d63447f64fe83a903b4d2300bc4c84c6a8cba3acfaef9165ace890b95d5aaa5ce5a
-Size (rdfind-1.3.4.tar.gz) = 109584 bytes
+SHA1 (rdfind-1.4.1.tar.gz) = 5334f6d807d85be5f6a1c039b9eabd4d2bf91656
+RMD160 (rdfind-1.4.1.tar.gz) = 6208cb323f1ed45c3089d5e6ed7e33dd6838d359
+SHA512 (rdfind-1.4.1.tar.gz) = 38fceac92386b75cb66a85fb369dedc393e7ea08634f4972d83138c43c5ee04c3471df21aaf5192a8218714171fbc05cd7315c2422371d03c312d116c7902945
+Size (rdfind-1.4.1.tar.gz) = 136665 bytes