diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-05-20 08:26:50 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-05-20 14:53:44 +0000 |
commit | 1fd0ec23231a8bab5f544936657569883a0e45fe (patch) | |
tree | d70f7c3c82047516a973838eac2c2ebd0a001432 /debian | |
parent | a09fd19e86794f7898a30e1c09e0c3055b651134 (diff) | |
download | vyos-walinuxagent-1fd0ec23231a8bab5f544936657569883a0e45fe.tar.gz vyos-walinuxagent-1fd0ec23231a8bab5f544936657569883a0e45fe.zip |
Import patches-unapplied version 2.0.5-0ubuntu1 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: a09fd19e86794f7898a30e1c09e0c3055b651134
New changelog entries:
* 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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/sshd_config_newline_fix.patch | 2 |
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")), |