diff options
author | Joey Hess <joey@kitenet.net> | 2012-07-04 09:08:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-07-04 09:11:36 -0400 |
commit | 1da79ea61faaddd71bdb84ee2c5a89bbe04a69ed (patch) | |
tree | fe84b51559199fa9ea0f945ede3be8d9641ffc22 /debian | |
parent | 597d16ed9c185e2c2cf5616d63b6eadd187927ea (diff) |
When shaNsum commands cannot be found, use the Haskell SHA library (already a dependency) to do the checksumming. This may be slower, but avoids portability problems.
Using Crypto's version of the hashes would be another option.
I need to benchmark it. The SHA2 library (which provides SHA1 also,
confusing name) may be the fastest option, but is not currently in Debian.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 33c850861..ebd34c944 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ git-annex (3.20120630) UNRELEASED; urgency=low transfer is already in progress by another process. * status: Lists transfers that are currently in progress. * Fix passing --uuid to git-annex-shell. + * When shaNsum commands cannot be found, use the Haskell SHA library + (already a dependency) to do the checksumming. This may be slower, + but avoids portability problems. -- Joey Hess <joeyh@debian.org> Sun, 01 Jul 2012 15:04:37 -0400 |