From: Wouter Wijngaards Date: Tue, 6 Apr 2010 08:35:50 +0000 (+0000) Subject: - Fix EDNS probe for .de DNSSEC testbed failure, where the infra X-Git-Tag: release-1.4.4rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8413dd946eb82a980b67976c138957f7787aae7f;p=thirdparty%2Funbound.git - Fix EDNS probe for .de DNSSEC testbed failure, where the infra cache timeout coincided with a server update, the current EDNS backoff is less sensitive, and does not cache the backoff unless the backoff actually works and the domain is not expecting DNSSEC. git-svn-id: file:///svn/unbound/trunk@2064 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 2730b291d..d59a858c3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +6 April 2010: Wouter + - Fix EDNS probe for .de DNSSEC testbed failure, where the infra + cache timeout coincided with a server update, the current EDNS + backoff is less sensitive, and does not cache the backoff unless + the backoff actually works and the domain is not expecting DNSSEC. + 1 April 2010: Wouter - iana portlist updated. diff --git a/testdata/fwd_edns_bksec.tpkg b/testdata/fwd_edns_bksec.tpkg new file mode 100644 index 000000000..3b03df766 Binary files /dev/null and b/testdata/fwd_edns_bksec.tpkg differ diff --git a/testdata/fwd_edns_probe.tpkg b/testdata/fwd_edns_probe.tpkg new file mode 100644 index 000000000..10608e114 Binary files /dev/null and b/testdata/fwd_edns_probe.tpkg differ