mirror of
https://github.com/clearml/dropbear
synced 2025-03-16 00:17:18 +00:00
2013.58
This commit is contained in:
parent
43769b5bb3
commit
6da90b34fe
11
CHANGES
11
CHANGES
@ -1,3 +1,14 @@
|
|||||||
|
2013.58 - Thursday 18 April 2013
|
||||||
|
|
||||||
|
- Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz
|
||||||
|
|
||||||
|
- Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder
|
||||||
|
|
||||||
|
- Reject logins for other users when running as non-root, from Hans Harder
|
||||||
|
|
||||||
|
- Disable client immediate authentication request by default, it prevents
|
||||||
|
passwordless logins from working
|
||||||
|
|
||||||
2013.57 - Monday 15 April 2013
|
2013.57 - Monday 15 April 2013
|
||||||
|
|
||||||
- Decreased connection setup time particularly with high latency connections,
|
- Decreased connection setup time particularly with high latency connections,
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
dropbear (2013.58-0.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Matt Johnston <matt@ucc.asn.au> Thu, 18 Apr 2013 22:54:00 +0800
|
||||||
|
|
||||||
dropbear (2013.57-0.1) unstable; urgency=low
|
dropbear (2013.57-0.1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
|
|
||||||
#ifndef DROPBEAR_VERSION
|
#ifndef DROPBEAR_VERSION
|
||||||
#define DROPBEAR_VERSION "2013.57"
|
#define DROPBEAR_VERSION "2013.58"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user