diff options
author | Colin Watson <cjwatson@debian.org> | 2018-07-10 15:06:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-07-10 15:06:26 +0000 |
commit | 064fa3f4a8bd3b2e297bc4cfbaa7a22375323663 (patch) | |
tree | c23159a23239438f10da5f025ca2297ad44ca9d5 /debian/patches/package-versioning.patch | |
parent | 970f1c25f7c73067f2f07e2e64c88201c90ff490 (diff) | |
parent | 92d266b9e75233afd4a1ce663f062b7e9a843e65 (diff) |
Merge branch 'fix-authorized_keys-environment-var' into 'master'
Fix ENV restriction of authorized keys
See merge request ssh-team/openssh!2
Diffstat (limited to 'debian/patches/package-versioning.patch')
-rw-r--r-- | debian/patches/package-versioning.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/package-versioning.patch b/debian/patches/package-versioning.patch index db144f505..c95f06568 100644 --- a/debian/patches/package-versioning.patch +++ b/debian/patches/package-versioning.patch | |||
@@ -19,7 +19,7 @@ Patch-Name: package-versioning.patch | |||
19 | 3 files changed, 8 insertions(+), 3 deletions(-) | 19 | 3 files changed, 8 insertions(+), 3 deletions(-) |
20 | 20 | ||
21 | diff --git a/sshconnect.c b/sshconnect.c | 21 | diff --git a/sshconnect.c b/sshconnect.c |
22 | index 58f9eac8..15d8b807 100644 | 22 | index 58f9eac8a..15d8b807e 100644 |
23 | --- a/sshconnect.c | 23 | --- a/sshconnect.c |
24 | +++ b/sshconnect.c | 24 | +++ b/sshconnect.c |
25 | @@ -638,7 +638,7 @@ send_client_banner(int connection_out, int minor1) | 25 | @@ -638,7 +638,7 @@ send_client_banner(int connection_out, int minor1) |
@@ -32,7 +32,7 @@ index 58f9eac8..15d8b807 100644 | |||
32 | strlen(client_version_string)) != strlen(client_version_string)) | 32 | strlen(client_version_string)) != strlen(client_version_string)) |
33 | fatal("write: %.100s", strerror(errno)); | 33 | fatal("write: %.100s", strerror(errno)); |
34 | diff --git a/sshd.c b/sshd.c | 34 | diff --git a/sshd.c b/sshd.c |
35 | index 6d911c19..9a7f5495 100644 | 35 | index 6d911c19a..9a7f5495c 100644 |
36 | --- a/sshd.c | 36 | --- a/sshd.c |
37 | +++ b/sshd.c | 37 | +++ b/sshd.c |
38 | @@ -384,7 +384,7 @@ sshd_exchange_identification(struct ssh *ssh, int sock_in, int sock_out) | 38 | @@ -384,7 +384,7 @@ sshd_exchange_identification(struct ssh *ssh, int sock_in, int sock_out) |
@@ -45,7 +45,7 @@ index 6d911c19..9a7f5495 100644 | |||
45 | options.version_addendum); | 45 | options.version_addendum); |
46 | 46 | ||
47 | diff --git a/version.h b/version.h | 47 | diff --git a/version.h b/version.h |
48 | index ea52b26f..a3fa6e0b 100644 | 48 | index ea52b26f5..a3fa6e0b9 100644 |
49 | --- a/version.h | 49 | --- a/version.h |
50 | +++ b/version.h | 50 | +++ b/version.h |
51 | @@ -3,4 +3,9 @@ | 51 | @@ -3,4 +3,9 @@ |