diff options
Diffstat (limited to 'debian/patches/dnssec-sshfp.patch')
-rw-r--r-- | debian/patches/dnssec-sshfp.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/dnssec-sshfp.patch b/debian/patches/dnssec-sshfp.patch index e4498fb48..f85eaadd9 100644 --- a/debian/patches/dnssec-sshfp.patch +++ b/debian/patches/dnssec-sshfp.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9d9a37bb0c2d7546253ff2b0b67e314d8475bfc7 Mon Sep 17 00:00:00 2001 | 1 | From cb15899de8dc5d2e8b3869d743307d252af69643 Mon Sep 17 00:00:00 2001 |
2 | From: Colin Watson <cjwatson@debian.org> | 2 | From: Colin Watson <cjwatson@debian.org> |
3 | Date: Sun, 9 Feb 2014 16:10:01 +0000 | 3 | Date: Sun, 9 Feb 2014 16:10:01 +0000 |
4 | Subject: Force use of DNSSEC even if "options edns0" isn't in resolv.conf | 4 | Subject: Force use of DNSSEC even if "options edns0" isn't in resolv.conf |
@@ -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 e813afe..fce2e30 100644 | 21 | index e813afea..fce2e308 100644 |
22 | --- a/dns.c | 22 | --- a/dns.c |
23 | +++ b/dns.c | 23 | +++ b/dns.c |
24 | @@ -206,6 +206,7 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address, | 24 | @@ -206,6 +206,7 @@ verify_host_key_dns(const char *hostname, struct sockaddr *address, |
@@ -51,7 +51,7 @@ index e813afe..fce2e30 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 dc6fe05..e061a29 100644 | 54 | index dc6fe053..e061a290 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 dc6fe05..e061a29 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 1283f55..dbbc85a 100644 | 82 | index 1283f550..dbbc85a2 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 @@ |