Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/external/bsd/bind/include Pull up following revision(s)...
details: https://anonhg.NetBSD.org/src/rev/68e6539f1773
branches: netbsd-7-0
changeset: 801163:68e6539f1773
user: snj <snj%NetBSD.org@localhost>
date: Mon Apr 04 10:02:46 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 7d405923128d -r 68e6539f1773 external/bsd/bind/include/config.h
--- a/external/bsd/bind/include/config.h Sun Mar 13 08:02:22 2016 +0000
+++ b/external/bsd/bind/include/config.h Mon Apr 04 10:02:46 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 7d405923128d -r 68e6539f1773 external/bsd/bind/include/isc/platform.h
--- a/external/bsd/bind/include/isc/platform.h Sun Mar 13 08:02:22 2016 +0000
+++ b/external/bsd/bind/include/isc/platform.h Mon Apr 04 10:02:46 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