summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/.git-dpm4
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/authorized-keys-man-symlink.patch2
-rw-r--r--debian/patches/debian-banner.patch2
-rw-r--r--debian/patches/debian-config.patch2
-rw-r--r--debian/patches/doc-hash-tab-completion.patch2
-rw-r--r--debian/patches/fix-incoming-compression-statistics.patch2
-rw-r--r--debian/patches/gnome-ssh-askpass2-icon.patch2
-rw-r--r--debian/patches/mention-ssh-keygen-on-keychange.patch18
-rw-r--r--debian/patches/no-dsa-host-key-by-default.patch2
-rw-r--r--debian/patches/no-openssl-version-status.patch2
-rw-r--r--debian/patches/openbsd-docs.patch2
-rw-r--r--debian/patches/package-versioning.patch4
-rw-r--r--debian/patches/regress-integrity-robust.patch2
-rw-r--r--debian/patches/restore-authorized_keys2.patch2
-rw-r--r--debian/patches/s390-missing-header.patch2
-rw-r--r--debian/patches/ssh-agent-setgid.patch2
-rw-r--r--debian/patches/ssh-argv0.patch2
-rw-r--r--debian/patches/systemd-readiness.patch2
-rw-r--r--debian/patches/x32-syntax-error.patch2
-rw-r--r--sshconnect.c5
21 files changed, 36 insertions, 30 deletions
diff --git a/debian/.git-dpm b/debian/.git-dpm
index d096efccd..011e71d0a 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,6 +1,6 @@
1# see git-dpm(1) from git-dpm package 1# see git-dpm(1) from git-dpm package
2f62d1568c95ad1ad193b95d61e6e93baf8b935a0 2cda04ac1f5c69710187e602043758063479c3c65
3f62d1568c95ad1ad193b95d61e6e93baf8b935a0 3cda04ac1f5c69710187e602043758063479c3c65
46fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 46fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874
56fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 56fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874
6openssh_7.5p1.orig.tar.gz 6openssh_7.5p1.orig.tar.gz
diff --git a/debian/changelog b/debian/changelog
index 57b7520ea..5c618e385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ openssh (1:7.5p1-6) UNRELEASED; urgency=medium
9 [ Dimitri John Ledkov ] 9 [ Dimitri John Ledkov ]
10 * Drop upstart system and user jobs (closes: #872851). 10 * Drop upstart system and user jobs (closes: #872851).
11 11
12 [ Chris Lamb ]
13 * Quote IP address in suggested "ssh-keygen -f" calls (closes: #872643).
14
12 -- Colin Watson <cjwatson@debian.org> Mon, 26 Jun 2017 10:09:28 +0100 15 -- Colin Watson <cjwatson@debian.org> Mon, 26 Jun 2017 10:09:28 +0100
13 16
14openssh (1:7.5p1-5) unstable; urgency=medium 17openssh (1:7.5p1-5) unstable; urgency=medium
diff --git a/debian/patches/authorized-keys-man-symlink.patch b/debian/patches/authorized-keys-man-symlink.patch
index 1875385e8..9287f84e2 100644
--- a/debian/patches/authorized-keys-man-symlink.patch
+++ b/debian/patches/authorized-keys-man-symlink.patch
@@ -1,4 +1,4 @@
1From 983412e0c80c406705e3c65402868b0d15d8695b Mon Sep 17 00:00:00 2001 1From 603fd07727100d4d95d4ac2853a160878cf16b66 Mon Sep 17 00:00:00 2001
2From: Tomas Pospisek <tpo_deb@sourcepole.ch> 2From: Tomas Pospisek <tpo_deb@sourcepole.ch>
3Date: Sun, 9 Feb 2014 16:10:07 +0000 3Date: Sun, 9 Feb 2014 16:10:07 +0000
4Subject: Install authorized_keys(5) as a symlink to sshd(8) 4Subject: Install authorized_keys(5) as a symlink to sshd(8)
diff --git a/debian/patches/debian-banner.patch b/debian/patches/debian-banner.patch
index 784cdf746..0939035cd 100644
--- a/debian/patches/debian-banner.patch
+++ b/debian/patches/debian-banner.patch
@@ -1,4 +1,4 @@
1From ddf05e4adc7feda2421bdf641bab79b76c1a918e Mon Sep 17 00:00:00 2001 1From 0eb0f49c5c32940fd192ef98e0d13bf5407da27b Mon Sep 17 00:00:00 2001
2From: Kees Cook <kees@debian.org> 2From: Kees Cook <kees@debian.org>
3Date: Sun, 9 Feb 2014 16:10:06 +0000 3Date: Sun, 9 Feb 2014 16:10:06 +0000
4Subject: Add DebianBanner server configuration option 4Subject: Add DebianBanner server configuration option
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch
index 9cac5ba1c..d65ed45fa 100644
--- a/debian/patches/debian-config.patch
+++ b/debian/patches/debian-config.patch
@@ -1,4 +1,4 @@
1From 2a56febeeeb301ce75748d175e35268f45790377 Mon Sep 17 00:00:00 2001 1From cf60afd3438c444e20b114fbd799168002c74aae Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:18 +0000 3Date: Sun, 9 Feb 2014 16:10:18 +0000
4Subject: Various Debian-specific configuration changes 4Subject: Various Debian-specific configuration changes
diff --git a/debian/patches/doc-hash-tab-completion.patch b/debian/patches/doc-hash-tab-completion.patch
index 7af55869b..cc30ec4b5 100644
--- a/debian/patches/doc-hash-tab-completion.patch
+++ b/debian/patches/doc-hash-tab-completion.patch
@@ -1,4 +1,4 @@
1From 0d5ad9fa8d9270ddaaed964edac35b99e7eed067 Mon Sep 17 00:00:00 2001 1From b0c0c72ecdbef4ae020bbe17b47f1f616253722d Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:11 +0000 3Date: Sun, 9 Feb 2014 16:10:11 +0000
4Subject: Document that HashKnownHosts may break tab-completion 4Subject: Document that HashKnownHosts may break tab-completion
diff --git a/debian/patches/fix-incoming-compression-statistics.patch b/debian/patches/fix-incoming-compression-statistics.patch
index 482787e82..d948d67bc 100644
--- a/debian/patches/fix-incoming-compression-statistics.patch
+++ b/debian/patches/fix-incoming-compression-statistics.patch
@@ -1,4 +1,4 @@
1From f62d1568c95ad1ad193b95d61e6e93baf8b935a0 Mon Sep 17 00:00:00 2001 1From cda04ac1f5c69710187e602043758063479c3c65 Mon Sep 17 00:00:00 2001
2From: Russell Coker <russell@coker.com.au> 2From: Russell Coker <russell@coker.com.au>
3Date: Tue, 6 Jun 2017 15:00:20 +0100 3Date: Tue, 6 Jun 2017 15:00:20 +0100
4Subject: Fix incoming compression statistics 4Subject: Fix incoming compression statistics
diff --git a/debian/patches/gnome-ssh-askpass2-icon.patch b/debian/patches/gnome-ssh-askpass2-icon.patch
index f4047c43b..5bfea56e9 100644
--- a/debian/patches/gnome-ssh-askpass2-icon.patch
+++ b/debian/patches/gnome-ssh-askpass2-icon.patch
@@ -1,4 +1,4 @@
1From fb48aada85eeeca2c0c90dcfd126463b6e77a441 Mon Sep 17 00:00:00 2001 1From 28b830b6c22317c039ec2b2070fcd94bc3cf0477 Mon Sep 17 00:00:00 2001
2From: Vincent Untz <vuntz@ubuntu.com> 2From: Vincent Untz <vuntz@ubuntu.com>
3Date: Sun, 9 Feb 2014 16:10:16 +0000 3Date: Sun, 9 Feb 2014 16:10:16 +0000
4Subject: Give the ssh-askpass-gnome window a default icon 4Subject: Give the ssh-askpass-gnome window a default icon
diff --git a/debian/patches/mention-ssh-keygen-on-keychange.patch b/debian/patches/mention-ssh-keygen-on-keychange.patch
index f2274cb7f..a425efa55 100644
--- a/debian/patches/mention-ssh-keygen-on-keychange.patch
+++ b/debian/patches/mention-ssh-keygen-on-keychange.patch
@@ -1,19 +1,20 @@
1From 315c5a460b33d076edc27a41b0e790ea73cc3b9d Mon Sep 17 00:00:00 2001 1From 78963ce671198209cadd01ebb0aa20ae4fac22d6 Mon Sep 17 00:00:00 2001
2From: Scott Moser <smoser@ubuntu.com> 2From: Scott Moser <smoser@ubuntu.com>
3Date: Sun, 9 Feb 2014 16:10:03 +0000 3Date: Sun, 9 Feb 2014 16:10:03 +0000
4Subject: Mention ssh-keygen in ssh fingerprint changed warning 4Subject: Mention ssh-keygen in ssh fingerprint changed warning
5 5
6Author: Chris Lamb <lamby@debian.org>
6Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1843 7Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1843
7Bug-Ubuntu: https://bugs.launchpad.net/bugs/686607 8Bug-Ubuntu: https://bugs.launchpad.net/bugs/686607
8Last-Update: 2015-09-08 9Last-Update: 2017-08-22
9 10
10Patch-Name: mention-ssh-keygen-on-keychange.patch 11Patch-Name: mention-ssh-keygen-on-keychange.patch
11--- 12---
12 sshconnect.c | 8 +++++++- 13 sshconnect.c | 9 ++++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-) 14 1 file changed, 8 insertions(+), 1 deletion(-)
14 15
15diff --git a/sshconnect.c b/sshconnect.c 16diff --git a/sshconnect.c b/sshconnect.c
16index 7f169a8f..66c495f4 100644 17index 7f169a8f..881b0886 100644
17--- a/sshconnect.c 18--- a/sshconnect.c
18+++ b/sshconnect.c 19+++ b/sshconnect.c
19@@ -1080,9 +1080,13 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, 20@@ -1080,9 +1080,13 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
@@ -25,18 +26,19 @@ index 7f169a8f..66c495f4 100644
25 error("Offending key for IP in %s:%lu", 26 error("Offending key for IP in %s:%lu",
26 ip_found->file, ip_found->line); 27 ip_found->file, ip_found->line);
27+ error(" remove with:"); 28+ error(" remove with:");
28+ error(" ssh-keygen -f \"%s\" -R %s", 29+ error(" ssh-keygen -f \"%s\" -R \"%s\"",
29+ ip_found->file, ip); 30+ ip_found->file, ip);
30+ } 31+ }
31 } 32 }
32 /* The host key has changed. */ 33 /* The host key has changed. */
33 warn_changed_key(host_key); 34 warn_changed_key(host_key);
34@@ -1090,6 +1094,8 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, 35@@ -1090,6 +1094,9 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
35 user_hostfiles[0]); 36 user_hostfiles[0]);
36 error("Offending %s key in %s:%lu", key_type(host_found->key), 37 error("Offending %s key in %s:%lu", key_type(host_found->key),
37 host_found->file, host_found->line); 38 host_found->file, host_found->line);
38+ error(" remove with:"); 39+ error(" remove with:");
39+ error(" ssh-keygen -f \"%s\" -R %s", host_found->file, host); 40+ error(" ssh-keygen -f \"%s\" -R \"%s\"",
41+ host_found->file, host);
40 42
41 /* 43 /*
42 * If strict host key checking is in use, the user will have 44 * If strict host key checking is in use, the user will have
diff --git a/debian/patches/no-dsa-host-key-by-default.patch b/debian/patches/no-dsa-host-key-by-default.patch
index d301e387a..92f9d7c61 100644
--- a/debian/patches/no-dsa-host-key-by-default.patch
+++ b/debian/patches/no-dsa-host-key-by-default.patch
@@ -1,4 +1,4 @@
1From 12b741fba8a8430c32b8b48e5427504e97d48625 Mon Sep 17 00:00:00 2001 1From 5fc5168dde0c840bf743058d235193fc27e61cab Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Mon, 16 Jan 2017 13:53:04 +0000 3Date: Mon, 16 Jan 2017 13:53:04 +0000
4Subject: Remove ssh_host_dsa_key from HostKey default 4Subject: Remove ssh_host_dsa_key from HostKey default
diff --git a/debian/patches/no-openssl-version-status.patch b/debian/patches/no-openssl-version-status.patch
index 03d1dbd59..63a226284 100644
--- a/debian/patches/no-openssl-version-status.patch
+++ b/debian/patches/no-openssl-version-status.patch
@@ -1,4 +1,4 @@
1From a4fa272fdeee5d56d94e0a6aac5c5b3ee4f73ce2 Mon Sep 17 00:00:00 2001 1From 1780065057642803e173730f6e2162943ae54302 Mon Sep 17 00:00:00 2001
2From: Kurt Roeckx <kurt@roeckx.be> 2From: Kurt Roeckx <kurt@roeckx.be>
3Date: Sun, 9 Feb 2014 16:10:14 +0000 3Date: Sun, 9 Feb 2014 16:10:14 +0000
4Subject: Don't check the status field of the OpenSSL version 4Subject: Don't check the status field of the OpenSSL version
diff --git a/debian/patches/openbsd-docs.patch b/debian/patches/openbsd-docs.patch
index 94574e321..2a5a2e466 100644
--- a/debian/patches/openbsd-docs.patch
+++ b/debian/patches/openbsd-docs.patch
@@ -1,4 +1,4 @@
1From 22fa108c15a43eb80d5fa7114208ab813019954e Mon Sep 17 00:00:00 2001 1From 10138a01a89b20e851d85bd040e289d47b9815b0 Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:09 +0000 3Date: Sun, 9 Feb 2014 16:10:09 +0000
4Subject: Adjust various OpenBSD-specific references in manual pages 4Subject: Adjust various OpenBSD-specific references in manual pages
diff --git a/debian/patches/package-versioning.patch b/debian/patches/package-versioning.patch
index 1a1036fa8..566761b3a 100644
--- a/debian/patches/package-versioning.patch
+++ b/debian/patches/package-versioning.patch
@@ -1,4 +1,4 @@
1From 8f127a3c84d2eae8d1fb5529887c880c22c5cf75 Mon Sep 17 00:00:00 2001 1From 24262015f741a40c9374b15d24c23b8e98b7b7ae Mon Sep 17 00:00:00 2001
2From: Matthew Vernon <matthew@debian.org> 2From: Matthew Vernon <matthew@debian.org>
3Date: Sun, 9 Feb 2014 16:10:05 +0000 3Date: Sun, 9 Feb 2014 16:10:05 +0000
4Subject: Include the Debian version in our identification 4Subject: Include the Debian version in our identification
@@ -19,7 +19,7 @@ Patch-Name: package-versioning.patch
19 3 files changed, 9 insertions(+), 4 deletions(-) 19 3 files changed, 9 insertions(+), 4 deletions(-)
20 20
21diff --git a/sshconnect.c b/sshconnect.c 21diff --git a/sshconnect.c b/sshconnect.c
22index 66c495f4..120f0945 100644 22index 881b0886..d9ed5910 100644
23--- a/sshconnect.c 23--- a/sshconnect.c
24+++ b/sshconnect.c 24+++ b/sshconnect.c
25@@ -526,10 +526,10 @@ send_client_banner(int connection_out, int minor1) 25@@ -526,10 +526,10 @@ send_client_banner(int connection_out, int minor1)
diff --git a/debian/patches/regress-integrity-robust.patch b/debian/patches/regress-integrity-robust.patch
index 4ef0f1b5f..fe8a321c3 100644
--- a/debian/patches/regress-integrity-robust.patch
+++ b/debian/patches/regress-integrity-robust.patch
@@ -1,4 +1,4 @@
1From 989ce98a71063acb2a13f35977b962125c07d1b2 Mon Sep 17 00:00:00 2001 1From 11f55875afff41aa1f1732ff138c9f76dc2a0afa Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 1 Jan 2017 15:21:10 +0000 3Date: Sun, 1 Jan 2017 15:21:10 +0000
4Subject: Make integrity tests more robust against timeouts 4Subject: Make integrity tests more robust against timeouts
diff --git a/debian/patches/restore-authorized_keys2.patch b/debian/patches/restore-authorized_keys2.patch
index 888f45489..8ef01fe57 100644
--- a/debian/patches/restore-authorized_keys2.patch
+++ b/debian/patches/restore-authorized_keys2.patch
@@ -1,4 +1,4 @@
1From b24b239b07ee05d677141592921e74fadbdd16b2 Mon Sep 17 00:00:00 2001 1From 91dbdb5e4e0a34acdf8dbc79ef70c7f3942d4a95 Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 5 Mar 2017 02:02:11 +0000 3Date: Sun, 5 Mar 2017 02:02:11 +0000
4Subject: Restore reading authorized_keys2 by default 4Subject: Restore reading authorized_keys2 by default
diff --git a/debian/patches/s390-missing-header.patch b/debian/patches/s390-missing-header.patch
index 3789d650f..be7c511b9 100644
--- a/debian/patches/s390-missing-header.patch
+++ b/debian/patches/s390-missing-header.patch
@@ -1,4 +1,4 @@
1From 8f69d359e39fef44d60c12ac105ed5f398ad2599 Mon Sep 17 00:00:00 2001 1From 735a04bf257744fc490581e9d5d7e607e4419579 Mon Sep 17 00:00:00 2001
2From: Damien Miller <djm@mindrot.org> 2From: Damien Miller <djm@mindrot.org>
3Date: Wed, 22 Mar 2017 12:43:02 +1100 3Date: Wed, 22 Mar 2017 12:43:02 +1100
4Subject: Missing header on Linux/s390 4Subject: Missing header on Linux/s390
diff --git a/debian/patches/ssh-agent-setgid.patch b/debian/patches/ssh-agent-setgid.patch
index 72ee695be..188869fe2 100644
--- a/debian/patches/ssh-agent-setgid.patch
+++ b/debian/patches/ssh-agent-setgid.patch
@@ -1,4 +1,4 @@
1From c001f571bd899e59ae81fba7bb8dd69da2b55059 Mon Sep 17 00:00:00 2001 1From 8c1482336efd745a72cbd27ac07977ccb6d8b35b Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:13 +0000 3Date: Sun, 9 Feb 2014 16:10:13 +0000
4Subject: Document consequences of ssh-agent being setgid in ssh-agent(1) 4Subject: Document consequences of ssh-agent being setgid in ssh-agent(1)
diff --git a/debian/patches/ssh-argv0.patch b/debian/patches/ssh-argv0.patch
index b637b7bda..f07a061a1 100644
--- a/debian/patches/ssh-argv0.patch
+++ b/debian/patches/ssh-argv0.patch
@@ -1,4 +1,4 @@
1From dce48f6795b6f0b1d4c2e069f26a21419ba4d575 Mon Sep 17 00:00:00 2001 1From 5be45fb4b0459bbff7b4b5a67c2f754c601155df Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:10 +0000 3Date: Sun, 9 Feb 2014 16:10:10 +0000
4Subject: ssh(1): Refer to ssh-argv0(1) 4Subject: ssh(1): Refer to ssh-argv0(1)
diff --git a/debian/patches/systemd-readiness.patch b/debian/patches/systemd-readiness.patch
index e7511110f..bddc781f2 100644
--- a/debian/patches/systemd-readiness.patch
+++ b/debian/patches/systemd-readiness.patch
@@ -1,4 +1,4 @@
1From 92415b13be2ce917028d1327fb9bb50208d0139e Mon Sep 17 00:00:00 2001 1From 49ea641997b0dce73df3271f10a875cb702729b7 Mon Sep 17 00:00:00 2001
2From: Michael Biebl <biebl@debian.org> 2From: Michael Biebl <biebl@debian.org>
3Date: Mon, 21 Dec 2015 16:08:47 +0000 3Date: Mon, 21 Dec 2015 16:08:47 +0000
4Subject: Add systemd readiness notification support 4Subject: Add systemd readiness notification support
diff --git a/debian/patches/x32-syntax-error.patch b/debian/patches/x32-syntax-error.patch
index 7399bb0d1..c7b7a0a94 100644
--- a/debian/patches/x32-syntax-error.patch
+++ b/debian/patches/x32-syntax-error.patch
@@ -1,4 +1,4 @@
1From 59b1519ddb11cc2393037e97ae806656c6276020 Mon Sep 17 00:00:00 2001 1From 4a6a0dd530022333dccf0e54a4c2827662b14109 Mon Sep 17 00:00:00 2001
2From: Damien Miller <djm@mindrot.org> 2From: Damien Miller <djm@mindrot.org>
3Date: Tue, 21 Mar 2017 08:47:55 +1100 3Date: Tue, 21 Mar 2017 08:47:55 +1100
4Subject: Fix syntax error on Linux/X32 4Subject: Fix syntax error on Linux/X32
diff --git a/sshconnect.c b/sshconnect.c
index 120f09458..d9ed5910b 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1084,7 +1084,7 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
1084 error("Offending key for IP in %s:%lu", 1084 error("Offending key for IP in %s:%lu",
1085 ip_found->file, ip_found->line); 1085 ip_found->file, ip_found->line);
1086 error(" remove with:"); 1086 error(" remove with:");
1087 error(" ssh-keygen -f \"%s\" -R %s", 1087 error(" ssh-keygen -f \"%s\" -R \"%s\"",
1088 ip_found->file, ip); 1088 ip_found->file, ip);
1089 } 1089 }
1090 } 1090 }
@@ -1095,7 +1095,8 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port,
1095 error("Offending %s key in %s:%lu", key_type(host_found->key), 1095 error("Offending %s key in %s:%lu", key_type(host_found->key),
1096 host_found->file, host_found->line); 1096 host_found->file, host_found->line);
1097 error(" remove with:"); 1097 error(" remove with:");
1098 error(" ssh-keygen -f \"%s\" -R %s", host_found->file, host); 1098 error(" ssh-keygen -f \"%s\" -R \"%s\"",
1099 host_found->file, host);
1099 1100
1100 /* 1101 /*
1101 * If strict host key checking is in use, the user will have 1102 * If strict host key checking is in use, the user will have