diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-28 16:07:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-28 16:07:10 -0400 |
commit | ee5a28cc2e2a5821aac4ad07662d0b424235d072 (patch) | |
tree | 83078fbf277a7829149f9c99d8a1db8c6559c88f /debian | |
parent | c4185df50827608161d6c93fc7ed2dbd3bc91257 (diff) |
correction of scope of security problem
AFAICS, it's not only affecting resumes, but any upload to a special remote
with chunking enabled.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f24c11da4..d4c586bac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,8 @@ git-annex (6.20160419) unstable; urgency=medium * Fix bug that prevented resuming of uploads to encrypted special remotes that used chunking. - * That bug could also expose the names of keys to such remotes when - attempting to resume an upload, so it is a minor security issue. + * That bug could also expose the names of keys to such remotes, so it is a + minor security issue. * Fix duplicate progress meter display when downloading from a git remote over http with -J. * reinject: When src file's content cannot be verified, leave it alone, |