Your message dated Sat, 13 Mar 2021 22:48:10 +0100
with message-id <[email protected]>
and subject line release notes bug for EOL Debian release
has caused the Debian Bug report #864307,
regarding release-notes: Document openssh regression
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
864307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock openssh 1:7.4p1-11, which contains a one-line patch for
compression statistics. This fell through the cracks, but is apparently
a significant issue for some users tracking data transfers. It was a
regression in OpenSSH 6.8 (i.e. since jessie).
diff -Nru openssh-7.4p1/debian/.git-dpm openssh-7.4p1/debian/.git-dpm
--- openssh-7.4p1/debian/.git-dpm 2017-03-30 11:18:22.000000000 +0100
+++ openssh-7.4p1/debian/.git-dpm 2017-06-06 15:02:30.000000000 +0100
@@ -1,6 +1,6 @@
# see git-dpm(1) from git-dpm package
-904bc482ad87648a2c799c441dc6a8449f24e15a
-904bc482ad87648a2c799c441dc6a8449f24e15a
+a93e5207256eff3a51db335c5a12b3ad2291f686
+a93e5207256eff3a51db335c5a12b3ad2291f686
971a7653746a6972b907dfe0ce139c06e4a6f482
971a7653746a6972b907dfe0ce139c06e4a6f482
openssh_7.4p1.orig.tar.gz
diff -Nru openssh-7.4p1/debian/changelog openssh-7.4p1/debian/changelog
--- openssh-7.4p1/debian/changelog 2017-03-30 11:19:04.000000000 +0100
+++ openssh-7.4p1/debian/changelog 2017-06-06 15:03:48.000000000 +0100
@@ -1,3 +1,10 @@
+openssh (1:7.4p1-11) unstable; urgency=medium
+
+ * Fix incoming compression statistics (thanks, Russell Coker; closes:
+ #797964).
+
+ -- Colin Watson <[email protected]> Tue, 06 Jun 2017 15:03:48 +0100
+
openssh (1:7.4p1-10) unstable; urgency=medium
* Move privilege separation directory and PID file from /var/run/ to /run/
diff -Nru
openssh-7.4p1/debian/patches/fix-incoming-compression-statistics.patch
openssh-7.4p1/debian/patches/fix-incoming-compression-statistics.patch
--- openssh-7.4p1/debian/patches/fix-incoming-compression-statistics.patch
1970-01-01 01:00:00.000000000 +0100
+++ openssh-7.4p1/debian/patches/fix-incoming-compression-statistics.patch
2017-06-06 15:02:30.000000000 +0100
@@ -0,0 +1,27 @@
+From a93e5207256eff3a51db335c5a12b3ad2291f686 Mon Sep 17 00:00:00 2001
+From: Russell Coker <[email protected]>
+Date: Tue, 6 Jun 2017 15:00:20 +0100
+Subject: Fix incoming compression statistics
+
+Bug-Debian: https://bugs.debian.org/797964
+Forwarded:
https://lists.mindrot.org/pipermail/openssh-unix-dev/2017-June/036077.html
+Last-Update: 2017-06-06
+
+Patch-Name: fix-incoming-compression-statistics.patch
+---
+ packet.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/packet.c b/packet.c
+index ad1f6b49..afcde6f3 100644
+--- a/packet.c
++++ b/packet.c
+@@ -587,7 +587,7 @@ ssh_packet_close(struct ssh *ssh)
+ deflateEnd(stream);
+ }
+ if (state->compression_in_started) {
+- z_streamp stream = &state->compression_out_stream;
++ z_streamp stream = &state->compression_in_stream;
+ debug("compress incoming: "
+ "raw data %llu, compressed %llu, factor %.2f",
+ (unsigned long long)stream->total_out,
diff -Nru openssh-7.4p1/debian/patches/series
openssh-7.4p1/debian/patches/series
--- openssh-7.4p1/debian/patches/series 2017-03-30 11:18:21.000000000 +0100
+++ openssh-7.4p1/debian/patches/series 2017-06-06 15:02:30.000000000 +0100
@@ -34,3 +34,4 @@
ssh-keyscan-hash-port.patch
ssh-keygen-null-deref.patch
unbreak-unix-forwarding-for-root.patch
+fix-incoming-compression-statistics.patch
unblock openssh/1:7.4p1-11
Thanks,
--
Colin Watson [[email protected]]
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Dear reporter,
Thanks for taking the time long ago to submit your release notes bug.
I'm closing these reports now because the Debian releases they were
reported against have reached their end-of-life (some long ago).
Unfortunately it's possible that the report I'm now closing may still
have relevant information for the current release (bullseye). If you
believe that's the case, don't hesitate to reopen the bug, retitle it
and provide further information and it will be seen during the current
freeze period of Debian.
Paul
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---