diff options
author | tron <tron> | 2004-10-03 09:20:41 +0000 |
---|---|---|
committer | tron <tron> | 2004-10-03 09:20:41 +0000 |
commit | 0519c2168227eda1b254bdbb6dd3a65a0a930444 (patch) | |
tree | ea9deb29383726ca8a1b867acacf25bdde46af7e /net/bind9/patches/patch-ab | |
parent | 56f2432a35e2fab58fe54ee5d0967ef8620551ac (diff) | |
download | pkgsrc-0519c2168227eda1b254bdbb6dd3a65a0a930444.tar.gz |
Update "bind9" package to version 9.3.0. Changes since version 9.2.3:
- DNSSEC is now DS based (RFC 3658).
See also RFC 3845, doc/draft/draft-ietf-dnsext-dnssec-*.
- DNSSEC lookaside validation.
- check-names is now implemented.
- rrset-order in more complete.
- IPv4/IPv6 transition support, dual-stack-servers.
- IXFR deltas can now be generated when loading master files,
ixfr-from-differences.
- It is now possible to specify the size of a journal, max-journal-size.
- It is now possible to define a named set of master servers to be
used in masters clause, masters.
- The advertised EDNS UDP size can now be set, edns-udp-size.
allow-v6-synthesis has been obsoleted.
NOTE:
* Zones containing MD and MF will now be rejected.
* dig, nslookup name. now report "Not Implemented" as
NOTIMP rather than NOTIMPL. This will have impact on scripts
that are looking for NOTIMPL.
- libbind: corresponds to that from BIND 8.4.5.
Diffstat (limited to 'net/bind9/patches/patch-ab')
-rw-r--r-- | net/bind9/patches/patch-ab | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/bind9/patches/patch-ab b/net/bind9/patches/patch-ab index 9b26c64ee4f..47027f84330 100644 --- a/net/bind9/patches/patch-ab +++ b/net/bind9/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.7 2001/11/27 03:38:42 itojun Exp $ +$NetBSD: patch-ab,v 1.8 2004/10/03 09:20:41 tron Exp $ ---- lib/lwres/getnameinfo.c.orig Sat Jul 14 08:34:02 2001 -+++ lib/lwres/getnameinfo.c Tue Jul 17 10:14:33 2001 -@@ -66,6 +66,10 @@ - #include <lwres/net.h> +--- lib/lwres/getnameinfo.c.orig 2004-08-28 08:25:24.000000000 +0200 ++++ lib/lwres/getnameinfo.c 2004-10-03 08:56:21.000000000 +0200 +@@ -63,6 +63,10 @@ #include <lwres/netdb.h> + #include "print_p.h" +#ifdef __KAME__ +#include <net/if.h> @@ -13,12 +13,11 @@ $NetBSD: patch-ab,v 1.7 2001/11/27 03:38:42 itojun Exp $ #include "assert_p.h" #define SUCCESS 0 -@@ -214,13 +218,11 @@ +@@ -211,13 +215,10 @@ ((const struct sockaddr_in6 *)sa)->sin6_scope_id) { char *p = numaddr + strlen(numaddr); const char *stringscope = NULL; -#if 0 -+ +#ifdef __KAME__ if ((flags & NI_NUMERICSCOPE) == 0) { - /* |