diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-05 12:50:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-05 12:50:15 -0400 |
commit | 1c13c9814dc11374e361f2af2e07e7e419418e76 (patch) | |
tree | 4d140ad70f92294f1512a2e551655d2de8b17846 /debian/changelog | |
parent | 43c3dce6504595edf9b496062e9733c90f4c9f2d (diff) |
webapp: Include ssh port in mangled hostname.
This avoids a collision if different ssh ports are used on the same host
for some reason.
Note that it's ok to change the format of the mangled hostname; unmangling
only extracts the hostname from it, and once ssh is configured for a
mangled hostname, that config is not changed.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0de7c25f8..dd2583e3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ git-annex (5.20140530) UNRELEASED; urgency=medium an already existing remote. * assistant: Make sanity checker tmp dir cleanup code more robust. * unused: Avoid checking view branches for unused files. + * webapp: Include ssh port in mangled hostname. -- Joey Hess <joeyh@debian.org> Thu, 29 May 2014 20:10:59 -0400 |