Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/external/bsd/bind/include Pull up following revision(s) (...
details: https://anonhg.NetBSD.org/src/rev/b6571e9a8fb0
branches: netbsd-7
changeset: 799868:b6571e9a8fb0
user: snj <snj%NetBSD.org@localhost>
date: Mon Apr 04 10:03:47 2016 +0000
description:
Pull up following revision(s) (requested by spz in ticket #1151):
external/bsd/bind/include/config.h: patch
external/bsd/bind/include/isc/platform.h: patch
Disable SIT (Source Identity Token).
diffstat:
external/bsd/bind/include/config.h | 2 +-
external/bsd/bind/include/isc/platform.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 9b007ae13c6a -r b6571e9a8fb0 external/bsd/bind/include/config.h
--- a/external/bsd/bind/include/config.h Tue Mar 22 09:05:07 2016 +0000
+++ b/external/bsd/bind/include/config.h Mon Apr 04 10:03:47 2016 +0000
@@ -162,7 +162,7 @@
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Use AES for Source Identity Token generation */
-#define AES_SIT 1
+/* #undef AES_SIT */
/* Define to enable the "filter-aaaa-on-v4" and "filter-aaaa-on-v6" options.
*/
diff -r 9b007ae13c6a -r b6571e9a8fb0 external/bsd/bind/include/isc/platform.h
--- a/external/bsd/bind/include/isc/platform.h Tue Mar 22 09:05:07 2016 +0000
+++ b/external/bsd/bind/include/isc/platform.h Mon Apr 04 10:03:47 2016 +0000
@@ -346,7 +346,7 @@
/*
* Defined if we are enabling SIT (Source Identity Token).
*/
-#define ISC_PLATFORM_USESIT 1
+#undef ISC_PLATFORM_USESIT
/***
*** Windows dll support.
Home |
Main Index |
Thread Index |
Old Index