pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/rdfind
Module Name: pkgsrc
Committed By: mef
Date: Sun Nov 17 12:38:52 UTC 2019
Modified Files:
pkgsrc/sysutils/rdfind: Makefile distinfo
Log Message:
(sysutils/rdfind) Updated 1.3.4 to 1.4.1
2018-11-12 Paul Dreik <rdfind%pauldreik.se@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* fix bug in using sha1 even if md5 is selected
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/rdfind/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/rdfind/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/rdfind/Makefile
diff -u pkgsrc/sysutils/rdfind/Makefile:1.3 pkgsrc/sysutils/rdfind/Makefile:1.4
--- pkgsrc/sysutils/rdfind/Makefile:1.3 Sat Jul 20 22:46:51 2019
+++ pkgsrc/sysutils/rdfind/Makefile Sun Nov 17 12:38:52 2019
@@ -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/
Index: pkgsrc/sysutils/rdfind/distinfo
diff -u pkgsrc/sysutils/rdfind/distinfo:1.2 pkgsrc/sysutils/rdfind/distinfo:1.3
--- pkgsrc/sysutils/rdfind/distinfo:1.2 Wed Nov 4 01:32:28 2015
+++ pkgsrc/sysutils/rdfind/distinfo Sun Nov 17 12:38:52 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index