summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-10-04 21:41:19 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-10-04 21:41:19 +0800
commita0cb27b4091f368dee9deab6a3db976ac2d5ec02 (patch)
tree7cc8e9d0dbfcaf5b8b10a622b306d9da4fafa3c6
parentaa8530b3d46540e843399ff47be396cccdc15599 (diff)
downloaddropbear-a0cb27b4091f368dee9deab6a3db976ac2d5ec02.tar.gz
Version 2013.59
-rw-r--r--CHANGES32
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 39 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 65d237b..ab57073 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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 --git a/debian/changelog b/debian/changelog
index d6aeeb8..7c9f23d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2013.59-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Fri, 4 Oct 2013 22:54:00 +0800
+
dropbear (2013.58-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index c12f5d1..f19608f 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -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