summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-11-29 17:36:13 +0000
committerColin Watson <cjwatson@debian.org>2015-11-29 17:39:41 +0000
commit2028ecabc263b3e43903b8d170f4bbd07fe408e9 (patch)
tree565242aad1c1d73b6d99f9bf2c62278fca5bdd8c /debian/changelog
parent18a9bd1867ee6fb9d913515773b322a279759b5d (diff)
parent733c4de05612fe398ac3dc7d31d318d7012fda05 (diff)
New upstream release (7.1p1).
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog13
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 262b74285..2ce43a7f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
1openssh (1:7.0p1-1) UNRELEASED; urgency=medium 1openssh (1:7.1p1-1) UNRELEASED; urgency=medium
2 2
3 * New upstream release (http://www.openssh.com/txt/release-7.0, closes: 3 * New upstream release (http://www.openssh.com/txt/release-7.0, closes:
4 #785190): 4 #785190):
@@ -43,6 +43,17 @@ openssh (1:7.0p1-1) UNRELEASED; urgency=medium
43 - sshd(8): Clarify documentation for UseDNS option. 43 - sshd(8): Clarify documentation for UseDNS option.
44 - Check realpath(3) behaviour matches what sftp-server requires and use 44 - Check realpath(3) behaviour matches what sftp-server requires and use
45 a replacement if necessary. 45 a replacement if necessary.
46 * New upstream release (http://www.openssh.com/txt/release-7.1):
47 - sshd(8): OpenSSH 7.0 contained a logic error in PermitRootLogin=
48 prohibit-password/without-password that could, depending on
49 compile-time configuration, permit password authentication to root
50 while preventing other forms of authentication. This problem was
51 reported by Mantas Mikulenas.
52 - ssh(1), sshd(8): Add compatibility workarounds for FuTTY.
53 - ssh(1), sshd(8): Refine compatibility workarounds for WinSCP.
54 - Fix a number of memory faults (double-free, free of uninitialised
55 memory, etc) in ssh(1) and ssh-keygen(1). Reported by Mateusz
56 Kocielski.
46 * Change "PermitRootLogin without-password" to the new preferred spelling 57 * Change "PermitRootLogin without-password" to the new preferred spelling
47 of "PermitRootLogin prohibit-password" in sshd_config, and update 58 of "PermitRootLogin prohibit-password" in sshd_config, and update
48 documentation to reflect the new upstream default. 59 documentation to reflect the new upstream default.