diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-27 12:54:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-27 12:54:43 -0400 |
commit | d34a125d5a20bec416ff28d32648b9119677f3c7 (patch) | |
tree | 2dffa4196fc4e179ad1d0d86d4976eedafd70fb9 /debian | |
parent | 0328c7d3c46344be3570f5813aa8a2c5e57f89c3 (diff) |
Fix bug that prevented resuming of uploads to encrypted special remotes that used chunking. This bug could also expose the names of keys to such remotes.
This is a low-severity security hole.
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 938ed35c0..f1a54eaab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ git-annex (6.20160419) UNRELEASED; urgency=medium this behavior change when the assistant merges. Note though that this is not done for git annex sync's merges, so it will follow git's default or configured behavior. + * Fix bug that prevented resuming of uploads to encrypted special remotes + that used chunking. This bug could also expose the names of keys to + such remotes. -- Joey Hess <id@joeyh.name> Tue, 19 Apr 2016 12:57:15 -0400 |