summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
-rw-r--r--debian/control2
-rw-r--r--debian/patches/sshd_config_newline_fix.patch2
3 files changed, 18 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dac7683..94ba03e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+walinuxagent (2.0.5-0ubuntu1) utopic; urgency=medium
+
+ * New upstream release (LP: #1321024).
+ - Multiple fixes for extension handler framework
+ - New logging support
+ - Add state handling for each extension
+ - Properly handle non-JSON extensions
+ - Several other bugfixes
+ - Replace platform.* calls with DistInfo() function
+ - EnvMonitor - Set SCSI I/O timeout for all attached disks
+ * Packaging changes
+ - Rebased Ubuntu packaging patches from 2.0.4.
+ - Updated Debian standards from 3.9.4 to 3.9.5.
+
+ -- Ben Howard <ben.howard@ubuntu.com> Tue, 20 May 2014 08:26:50 -0600
+
walinuxagent (2.0.4-0ubuntu2) trusty; urgency=low
* Fix for broken sshd configuration (LP: #1305418)
diff --git a/debian/control b/debian/control
index e3d3d6c..7cd9c8c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Ben Howard <ben.howard@ubuntu.com>
XSBC-Original-Maintainer: Microsoft Corporation <walinuxagent@microsoft.com>
Build-Depends: debhelper (>= 8), python-all, python-setuptools
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
XS-Python-Version: all
Homepage: http://go.microsoft.com/fwlink/?LinkId=250998
diff --git a/debian/patches/sshd_config_newline_fix.patch b/debian/patches/sshd_config_newline_fix.patch
index a599c81..97c7b5d 100644
--- a/debian/patches/sshd_config_newline_fix.patch
+++ b/debian/patches/sshd_config_newline_fix.patch
@@ -11,7 +11,7 @@ Bug-Ubuntu: https://bugs.launchpad.net/bugs/1305418
--- a/waagent
+++ b/waagent
-@@ -3353,7 +3353,7 @@
+@@ -3719,7 +3719,7 @@
# Disable RFC 4252 and RFC 4256 authentication schemes.
ReplaceFileContentsAtomic(filepath, "\n".join(filter(lambda a: not
(a.startswith("PasswordAuthentication") or a.startswith("ChallengeResponseAuthentication")),