pkgsrc/net/bind9/patches/patch-al
tron a4caaa600c 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.
2004-10-03 09:20:41 +00:00

13 lines
456 B
Text

$NetBSD: patch-al,v 1.1 2004/10/03 09:20:41 tron Exp $
--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200
+++ lib/bind/port_after.h.in 2004-05-18 08:15:19.000000000 +0200
@@ -361,7 +361,7 @@
#define gettimeofday isc__gettimeofday
#ifdef NEED_GETTIMEOFDAY
int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
-#else
+#elif !defined(__NetBSD__)
int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
#endif