[Midnightbsd-cvs] src: lib/bind: update for 9.4.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 15:23:12 EDT 2009


Log Message:
-----------
update for 9.4.3

Modified Files:
--------------
    src/lib/bind:
        config.h (r1.4 -> r1.5)
    src/lib/bind/dns:
        code.h (r1.5 -> r1.6)
    src/lib/bind/dns/dns:
        enumclass.h (r1.5 -> r1.6)
        enumtype.h (r1.5 -> r1.6)
        rdatastruct.h (r1.6 -> r1.7)
    src/lib/bind/isc:
        Makefile (r1.4 -> r1.5)
    src/lib/bind/isc/isc:
        platform.h (r1.3 -> r1.4)

-------------- next part --------------
Index: config.h
===================================================================
RCS file: /home/cvs/src/lib/bind/config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lib/bind/config.h -L lib/bind/config.h -u -r1.4 -r1.5
--- lib/bind/config.h
+++ lib/bind/config.h
@@ -1,4 +1,4 @@
-/* config.h.  Generated from config.h.in by configure.  */
+/* $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/lib/bind/config.h,v 1.7.2.3 2009/01/10 03:01:18 dougb Exp $ */
 /* config.h.in.  Generated from configure.in by autoheader.  */
 /*
  * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
@@ -158,6 +158,12 @@
 /* Define if you cannot bind() before connect() for TCP sockets. */
 /* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
 
+/* Solaris hack to get select_large_fdset. */
+/* #undef FD_SETSIZE */
+
+/* Define to 1 if you have the `capset' function. */
+/* #undef HAVE_CAPSET */
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /* #undef HAVE_DLFCN_H */
 
@@ -215,6 +221,15 @@
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
+/* Define to 1 if you have the <sys/capability.h> header file. */
+/* #undef HAVE_SYS_CAPABILITY_H */
+
+/* Define to 1 if you have the <sys/devpoll.h> header file. */
+/* #undef HAVE_SYS_DEVPOLL_H */
+
+/* Define to 1 if you have the <sys/dyntune.h> header file. */
+/* #undef HAVE_SYS_DYNTUNE_H */
+
 /* Define to 1 if you have the <sys/param.h> header file. */
 #define HAVE_SYS_PARAM_H 1
 
@@ -308,3 +323,7 @@
 
 /* Define to `unsigned long' if <sys/types.h> does not define. */
 /* #undef uintptr_t */
+
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
+   code using `volatile' can become incorrect without. Disable with care. */
+/* #undef volatile */
Index: code.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/code.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/bind/dns/code.h -L lib/bind/dns/code.h -u -r1.5 -r1.6
--- lib/bind/dns/code.h
+++ lib/bind/dns/code.h
@@ -2,7 +2,7 @@
 /* $FreeBSD: src/lib/bind/dns/code.h,v 1.5 2007/06/02 23:24:13 dougb Exp $ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
Index: rdatastruct.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/rdatastruct.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -L lib/bind/dns/dns/rdatastruct.h -L lib/bind/dns/dns/rdatastruct.h -u -r1.6 -r1.7
--- lib/bind/dns/dns/rdatastruct.h
+++ lib/bind/dns/dns/rdatastruct.h
@@ -2,7 +2,7 @@
 /* $FreeBSD: src/lib/bind/dns/dns/rdatastruct.h,v 1.5 2007/06/02 23:24:14 dougb Exp $ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
Index: enumclass.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/enumclass.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/bind/dns/dns/enumclass.h -L lib/bind/dns/dns/enumclass.h -u -r1.5 -r1.6
--- lib/bind/dns/dns/enumclass.h
+++ lib/bind/dns/dns/enumclass.h
@@ -2,7 +2,7 @@
 /* $FreeBSD: src/lib/bind/dns/dns/enumclass.h,v 1.5 2007/06/02 23:24:13 dougb Exp $ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
Index: enumtype.h
===================================================================
RCS file: /home/cvs/src/lib/bind/dns/dns/enumtype.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -L lib/bind/dns/dns/enumtype.h -L lib/bind/dns/dns/enumtype.h -u -r1.5 -r1.6
--- lib/bind/dns/dns/enumtype.h
+++ lib/bind/dns/dns/enumtype.h
@@ -2,7 +2,7 @@
 /* $FreeBSD: src/lib/bind/dns/dns/enumtype.h,v 1.5 2007/06/02 23:24:13 dougb Exp $ */
 
 /*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003 Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
Index: Makefile
===================================================================
RCS file: /home/cvs/src/lib/bind/isc/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L lib/bind/isc/Makefile -L lib/bind/isc/Makefile -u -r1.4 -r1.5
--- lib/bind/isc/Makefile
+++ lib/bind/isc/Makefile
@@ -33,7 +33,7 @@
 		hash.c heap.c hex.c hmacmd5.c hmacsha.c \
 		lex.c lfsr.c lib.c log.c md5.c \
 		mem.c mutexblock.c netaddr.c netscope.c ondestroy.c \
-		parseint.c print.c quota.c random.c \
+		parseint.c portset.c print.c quota.c random.c \
 		ratelimiter.c refcount.c region.c result.c rwlock.c \
 		serial.c sha1.c sha2.c sockaddr.c string.c strtoul.c \
 		symtab.c task.c taskpool.c timer.c version.c
@@ -85,6 +85,7 @@
 		${SRCDIR}/include/isc/ondestroy.h \
 		${SRCDIR}/include/isc/os.h \
 		${SRCDIR}/include/isc/parseint.h \
+		${SRCDIR}/include/isc/portset.h \
 		${SRCDIR}/include/isc/print.h \
 		${SRCDIR}/include/isc/quota.h \
 		${SRCDIR}/include/isc/random.h \
Index: platform.h
===================================================================
RCS file: /home/cvs/src/lib/bind/isc/isc/platform.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L lib/bind/isc/isc/platform.h -L lib/bind/isc/isc/platform.h -u -r1.3 -r1.4
--- lib/bind/isc/isc/platform.h
+++ lib/bind/isc/isc/platform.h
@@ -1,5 +1,6 @@
+/* $MidnightBSD$ */
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +16,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: platform.h.in,v 1.34.18.9 2007/09/13 05:04:01 each Exp $ */
+/* $Id: platform.h.in,v 1.34.18.11 2008/06/24 23:45:55 tbox Exp $ */
 
 #ifndef ISC_PLATFORM_H
 #define ISC_PLATFORM_H 1
@@ -140,6 +141,21 @@
  */
 #undef ISC_PLATFORM_FIXIN6ISADDR
 
+/*! \brief
+ * Define if the system supports kqueue multiplexing
+ */
+#define ISC_PLATFORM_HAVEKQUEUE 1
+
+/*! \brief
+ * Define if the system supports epoll multiplexing
+ */
+#undef ISC_PLATFORM_HAVEEPOLL
+
+/*! \brief
+ * Define if the system supports /dev/poll multiplexing
+ */
+#undef ISC_PLATFORM_HAVEDEVPOLL
+
 /*
  *** Printing.
  ***/
@@ -224,19 +240,19 @@
 
 /*
  * If the "xadd" operation is available on this architecture,
- * ISC_PLATFORM_HAVEXADD will be defined. 
+ * ISC_PLATFORM_HAVEXADD will be defined.
  */
 #define ISC_PLATFORM_HAVEXADD 1
 
 /*
  * If the "atomic swap" operation is available on this architecture,
- * ISC_PLATFORM_HAVEATOMICSTORE" will be defined. 
+ * ISC_PLATFORM_HAVEATOMICSTORE" will be defined.
  */
 #define ISC_PLATFORM_HAVEATOMICSTORE 1
 
 /*
  * If the "compare-and-exchange" operation is available on this architecture,
- * ISC_PLATFORM_HAVECMPXCHG will be defined. 
+ * ISC_PLATFORM_HAVECMPXCHG will be defined.
  */
 #define ISC_PLATFORM_HAVECMPXCHG 1
 


More information about the Midnightbsd-cvs mailing list