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/dnssec-sshfp.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/dnssec-sshfp.patch')
-rw-r--r-- | debian/patches/dnssec-sshfp.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/dnssec-sshfp.patch b/debian/patches/dnssec-sshfp.patch index 0ba825f4e..6c2ebf173 100644 --- a/debian/patches/dnssec-sshfp.patch +++ b/debian/patches/dnssec-sshfp.patch | |||
@@ -18,7 +18,7 @@ Patch-Name: dnssec-sshfp.patch | |||
18 | 3 files changed, 21 insertions(+), 6 deletions(-) | 18 | 3 files changed, 21 insertions(+), 6 deletions(-) |
19 | 19 | ||
20 | diff --git a/dns.c b/dns.c | 20 | diff --git a/dns.c b/dns.c |
21 | index ff1a2c41..82ec9719 100644 | 21 | index ff1a2c41c..82ec97199 100644 |
22 | --- a/dns.c | 22 | --- a/dns.c |
23 | +++ b/dns.c | 23 | +++ b/dns.c |
24 | @@ -211,6 +211,7 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address, | 24 | @@ -211,6 +211,7 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address, |
@@ -51,7 +51,7 @@ index ff1a2c41..82ec9719 100644 | |||
51 | verbose("DNS lookup error: %s", dns_result_totext(result)); | 51 | verbose("DNS lookup error: %s", dns_result_totext(result)); |
52 | return -1; | 52 | return -1; |
53 | diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c | 53 | diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c |
54 | index dc6fe053..e061a290 100644 | 54 | index dc6fe0533..e061a290a 100644 |
55 | --- a/openbsd-compat/getrrsetbyname.c | 55 | --- a/openbsd-compat/getrrsetbyname.c |
56 | +++ b/openbsd-compat/getrrsetbyname.c | 56 | +++ b/openbsd-compat/getrrsetbyname.c |
57 | @@ -209,8 +209,8 @@ getrrsetbyname(const char *hostname, unsigned int rdclass, | 57 | @@ -209,8 +209,8 @@ getrrsetbyname(const char *hostname, unsigned int rdclass, |
@@ -79,7 +79,7 @@ index dc6fe053..e061a290 100644 | |||
79 | 79 | ||
80 | /* make query */ | 80 | /* make query */ |
81 | diff --git a/openbsd-compat/getrrsetbyname.h b/openbsd-compat/getrrsetbyname.h | 81 | diff --git a/openbsd-compat/getrrsetbyname.h b/openbsd-compat/getrrsetbyname.h |
82 | index 1283f550..dbbc85a2 100644 | 82 | index 1283f5506..dbbc85a2a 100644 |
83 | --- a/openbsd-compat/getrrsetbyname.h | 83 | --- a/openbsd-compat/getrrsetbyname.h |
84 | +++ b/openbsd-compat/getrrsetbyname.h | 84 | +++ b/openbsd-compat/getrrsetbyname.h |
85 | @@ -72,6 +72,9 @@ | 85 | @@ -72,6 +72,9 @@ |