summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:23:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:23:06 +0000
commit6fe269b1f75c6bdcb92577f9bf37359711336cf2 (patch)
tree0d36686b619c4305279af667017ac148b2aae6f9 /debian/changelog
parentAdding debian version 1:9.7p1-3. (diff)
downloadopenssh-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/changelog9
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;