summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8a838d6..01e430e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+openssh (1:9.7p1-1) unstable; urgency=medium
+
+ * Add the isolation-container restriction to the "regress" autopkgtest.
+ Our setup code wants to ensure that the haveged service is running, and
+ furthermore at least the agent-subprocess test assumes that there's an
+ init to reap zombie processes and doesn't work in (e.g.)
+ autopkgtest-virt-unshare.
+ * New upstream release (https://www.openssh.com/releasenotes.html#9.7p1):
+ - ssh(1), sshd(8): add a "global" ChannelTimeout type that watches all
+ open channels and will close all open channels if there is no traffic
+ on any of them for the specified interval. This is in addition to the
+ existing per-channel timeouts added recently.
+ This supports situations like having both session and x11 forwarding
+ channels open where one may be idle for an extended period but the
+ other is actively used. The global timeout could close both channels
+ when both have been idle for too long (closes: #165185).
+ - All: make DSA key support compile-time optional, defaulting to on.
+ - sshd(8): don't append an unnecessary space to the end of subsystem
+ arguments (bz3667)
+ - ssh(1): fix the multiplexing "channel proxy" mode, broken when
+ keystroke timing obfuscation was added. (GHPR#463)
+ - ssh(1), sshd(8): fix spurious configuration parsing errors when
+ options that accept array arguments are overridden (bz3657).
+ - ssh-agent(1): fix potential spin in signal handler (bz3670)
+ - Many fixes to manual pages and other documentation.
+ - Greatly improve interop testing against PuTTY.
+ * Skip utimensat test on ZFS, since it seems to leave the atime set to 0.
+ * Allow passing extra options to debian/tests/regress, for debugging.
+ * Fix gssapi-keyex declaration, broken when rebasing onto 8.9p1
+ (LP: #2053146).
+
+ -- Colin Watson <cjwatson@debian.org> Thu, 14 Mar 2024 10:47:58 +0000
+
openssh (1:9.6p1-5) unstable; urgency=medium
* Restore systemd template unit for per-connection sshd instances,