# HG changeset patch # User Matt Johnston # Date 1366297067 -28800 # Node ID e76614145aea67f66e4a4257685c771efba21aa1 # Parent ff6e551da826bdd467bee349cbc2846d882249c2 2013.58 diff -r ff6e551da826 -r e76614145aea CHANGES --- a/CHANGES Thu Apr 18 21:47:38 2013 +0800 +++ b/CHANGES Thu Apr 18 22:57:47 2013 +0800 @@ -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 - Decreased connection setup time particularly with high latency connections, diff -r ff6e551da826 -r e76614145aea debian/changelog --- a/debian/changelog Thu Apr 18 21:47:38 2013 +0800 +++ b/debian/changelog Thu Apr 18 22:57:47 2013 +0800 @@ -1,3 +1,9 @@ +dropbear (2013.58-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Thu, 18 Apr 2013 22:54:00 +0800 + dropbear (2013.57-0.1) unstable; urgency=low * New upstream release. diff -r ff6e551da826 -r e76614145aea sysoptions.h --- a/sysoptions.h Thu Apr 18 21:47:38 2013 +0800 +++ b/sysoptions.h Thu Apr 18 22:57:47 2013 +0800 @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2013.57" +#define DROPBEAR_VERSION "2013.58" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION