From: Wouter Wijngaards Date: Mon, 19 Nov 2007 09:06:56 +0000 (+0000) Subject: fixup leaking unbound daemons. X-Git-Tag: release-0.8~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff975871abe573b8202247ffe0ec901249ded53c;p=thirdparty%2Funbound.git fixup leaking unbound daemons. git-svn-id: file:///svn/unbound/trunk@755 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index de5e3eda9..1ae05c906 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 19 November 2007: Wouter - do not downcase NSEC and RRSIG for verification. Follows draft-ietf-dnsext-dnssec-bis-updates-06.txt. + - fixup leaking unbound daemons at end of tests. 16 November 2007: Wouter - privilege separation is not needed in unbound at this time. diff --git a/testdata/00-lint.tpkg b/testdata/00-lint.tpkg index 19dfc2838..5b636bdb6 100644 Binary files a/testdata/00-lint.tpkg and b/testdata/00-lint.tpkg differ diff --git a/testdata/01-doc.tpkg b/testdata/01-doc.tpkg index b4a7f11ee..a9cb944ad 100644 Binary files a/testdata/01-doc.tpkg and b/testdata/01-doc.tpkg differ diff --git a/testdata/02-unittest.tpkg b/testdata/02-unittest.tpkg index 316667d77..32cb2c894 100644 Binary files a/testdata/02-unittest.tpkg and b/testdata/02-unittest.tpkg differ diff --git a/testdata/03-testbound.tpkg b/testdata/03-testbound.tpkg index 55083daa3..e2c8141e2 100644 Binary files a/testdata/03-testbound.tpkg and b/testdata/03-testbound.tpkg differ diff --git a/testdata/04-checkconf.tpkg b/testdata/04-checkconf.tpkg index 0ff6bedb7..d01b6410c 100644 Binary files a/testdata/04-checkconf.tpkg and b/testdata/04-checkconf.tpkg differ diff --git a/testdata/fwd_compress_c00c.tpkg b/testdata/fwd_compress_c00c.tpkg index 372d25556..91275e703 100644 Binary files a/testdata/fwd_compress_c00c.tpkg and b/testdata/fwd_compress_c00c.tpkg differ diff --git a/testdata/fwd_no_edns.tpkg b/testdata/fwd_no_edns.tpkg index a12aaf906..05bda57ed 100644 Binary files a/testdata/fwd_no_edns.tpkg and b/testdata/fwd_no_edns.tpkg differ diff --git a/testdata/fwd_tcp.tpkg b/testdata/fwd_tcp.tpkg index 953ea18d7..184a55e73 100644 Binary files a/testdata/fwd_tcp.tpkg and b/testdata/fwd_tcp.tpkg differ diff --git a/testdata/fwd_tcp_tc.tpkg b/testdata/fwd_tcp_tc.tpkg index 91f2977b3..fa3990896 100644 Binary files a/testdata/fwd_tcp_tc.tpkg and b/testdata/fwd_tcp_tc.tpkg differ diff --git a/testdata/fwd_tcp_tc6.tpkg b/testdata/fwd_tcp_tc6.tpkg index b25b94e4d..9c0ea0340 100644 Binary files a/testdata/fwd_tcp_tc6.tpkg and b/testdata/fwd_tcp_tc6.tpkg differ diff --git a/testdata/fwd_three.tpkg b/testdata/fwd_three.tpkg index 09c84617a..9bdecea99 100644 Binary files a/testdata/fwd_three.tpkg and b/testdata/fwd_three.tpkg differ diff --git a/testdata/fwd_three_service.tpkg b/testdata/fwd_three_service.tpkg index b85d291b1..64c3d5721 100644 Binary files a/testdata/fwd_three_service.tpkg and b/testdata/fwd_three_service.tpkg differ diff --git a/testdata/fwd_ttlexpire.tpkg b/testdata/fwd_ttlexpire.tpkg index d478e5a97..aa9c1a586 100644 Binary files a/testdata/fwd_ttlexpire.tpkg and b/testdata/fwd_ttlexpire.tpkg differ diff --git a/testdata/fwd_udp.tpkg b/testdata/fwd_udp.tpkg index 4dde7181d..e26833f8b 100644 Binary files a/testdata/fwd_udp.tpkg and b/testdata/fwd_udp.tpkg differ