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 | 320f1b54bf746a6664e17df719a20f5c14a5ea2f (patch) | |
tree | 116650330685e98abfd3d0f3f7cde100ef8f8f24 /debian/patches/sshd_config_newline_fix.patch | |
parent | b2eb317cf1393f7d58f842a8dc1eabc81f03166b (diff) | |
parent | 00c97042e31a0b55b34e0fc9ed8773651a708bfe (diff) | |
download | vyos-walinuxagent-320f1b54bf746a6664e17df719a20f5c14a5ea2f.tar.gz vyos-walinuxagent-320f1b54bf746a6664e17df719a20f5c14a5ea2f.zip |
Import patches-applied version 2.0.5-0ubuntu1 to applied/ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: b2eb317cf1393f7d58f842a8dc1eabc81f03166b
Unapplied parent: 00c97042e31a0b55b34e0fc9ed8773651a708bfe
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/patches/sshd_config_newline_fix.patch')
-rw-r--r-- | debian/patches/sshd_config_newline_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |