From 722944f3071008c2067c4fadbdb6b7c7079491aa Mon Sep 17 00:00:00 2001
From: Matt Johnston <matt@ucc.asn.au>
Date: Thu, 26 Nov 2015 23:04:13 +0800
Subject: [PATCH] 2015.70

---
 CHANGES          | 4 ++++
 debian/changelog | 6 ++++++
 sysoptions.h     | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 1fc88951..d1d98c78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+2015.70 - 27 November 2015
+
+- Fix server password authentication on Linux, broke in 2015.69
+
 2015.69 - 25 November 2015
 
 - Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68)
diff --git a/debian/changelog b/debian/changelog
index 49bfd94e..7de66174 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2015.70-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au>  Thu, 26 Nov 2015 22:52:58 +0800
+
 dropbear (2015.69-0.1) unstable; urgency=low
 
   * New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index d0ae61ff..0ca491a4 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
  *******************************************************************/
 
 #ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2015.69"
+#define DROPBEAR_VERSION "2015.70"
 #endif
 
 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
-- 
GitLab