diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:23:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:23:06 +0000 |
commit | 6fe269b1f75c6bdcb92577f9bf37359711336cf2 (patch) | |
tree | 0d36686b619c4305279af667017ac148b2aae6f9 /debian/changelog | |
parent | Adding debian version 1:9.7p1-3. (diff) | |
download | openssh-6fe269b1f75c6bdcb92577f9bf37359711336cf2.tar.xz openssh-6fe269b1f75c6bdcb92577f9bf37359711336cf2.zip |
Adding debian version 1:9.7p1-4.debian/1%9.7p1-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b39967..4aefd40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +openssh (1:9.7p1-4) unstable; urgency=medium + + * Rework systemd readiness notification and socket activation patches to + not link against libsystemd (the former via an upstream patch). + * Force -fzero-call-used-regs=used not to be used on ppc64el (it's + unsupported, but configure fails to detect this). + + -- Colin Watson <cjwatson@debian.org> Wed, 03 Apr 2024 12:06:08 +0100 + openssh (1:9.7p1-3) unstable; urgency=medium * Fix gssapi-keyex declaration further (thanks, Andreas Hasenack; |