# HG changeset patch # User Matt Johnston # Date 1380894079 -28800 # Node ID 32862e8283e7b154afde1d9e4de006250a0589e4 # Parent f8b28a3de6cb1ff8f06a9b2ef28346adefcac77d Version 2013.59 diff -r f8b28a3de6cb -r 32862e8283e7 CHANGES --- a/CHANGES Thu Oct 03 23:50:04 2013 +0800 +++ b/CHANGES Fri Oct 04 21:41:19 2013 +0800 @@ -1,3 +1,35 @@ +2013.59 - Friday 4 October 2013 + +- Fix crash from -J command + Thanks to LluĂ­s Batlle i Rossell and Arnaud Mouiche for patches + +- Avoid reading too much from /proc/net/rt_cache since that causes + system slowness. + +- Improve EOF handling for half-closed connections + Thanks to Catalin Patulea + +- Send a banner message to report PAM error messages intended for the user + Patch from Martin Donnelly + +- Limit the size of decompressed payloads, avoids memory exhaustion denial + of service + Thanks to Logan Lamb for reporting and investigating it + +- Avoid disclosing existence of valid users through inconsistent delays + Thanks to Logan Lamb for reporting + +- Update config.guess and config.sub for newer architectures + +- Avoid segfault in server for locked accounts + +- "make install" now installs manpages + dropbearkey.8 has been renamed to dropbearkey.1 + manpage added for dropbearconvert + +- Get rid of one second delay when running non-interactive commands + + 2013.58 - Thursday 18 April 2013 - Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz diff -r f8b28a3de6cb -r 32862e8283e7 debian/changelog --- a/debian/changelog Thu Oct 03 23:50:04 2013 +0800 +++ b/debian/changelog Fri Oct 04 21:41:19 2013 +0800 @@ -1,3 +1,9 @@ +dropbear (2013.59-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Fri, 4 Oct 2013 22:54:00 +0800 + dropbear (2013.58-0.1) unstable; urgency=low * New upstream release. diff -r f8b28a3de6cb -r 32862e8283e7 sysoptions.h --- a/sysoptions.h Thu Oct 03 23:50:04 2013 +0800 +++ b/sysoptions.h Fri Oct 04 21:41:19 2013 +0800 @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2013.58" +#define DROPBEAR_VERSION "2013.59" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION