diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-10 19:17:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-10 19:23:41 -0400 |
commit | 9030f684521ce8db3e9cd6a4e2a10f4edce7bfee (patch) | |
tree | 010f0a533899f6c24b24b1840cd9e8ce162f2d1d /git-annex.cabal | |
parent | fa77d9486dab1348d759722d2f7cbb5232797af7 (diff) |
When checking that an url has a key, verify that the Content-Length, if available, matches the size of the key.
If there's no Content-Length, or the key has no size, this check is not
done, but it should happen most of the time, and protect against web
content that has changed.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 3f152ea4b..0c343e42c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120123 +Version: 3.20120124 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |