Skip to content

Commit

Permalink
(sysutils/rdfind) Updated 1.3.4 to 1.4.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mef committed Nov 17, 2019
1 parent 6d49a70 commit 0709082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions sysutils/rdfind/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
10 changes: 5 additions & 5 deletions sysutils/rdfind/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0709082

Please sign in to comment.