Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind disable SIT, as we've been doing in -7 sin...



details:   https://anonhg.NetBSD.org/src/rev/936fde35a453
branches:  trunk
changeset: 826439:936fde35a453
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Sep 04 19:57:53 2017 +0000

description:
disable SIT, as we've been doing in -7 since this experimental feature
popped up. it was problematic and has been obsoleted in BIND 9.11.
ok christos@ reed@

diffstat:

 external/bsd/bind/Makefile.inc           |  4 ++--
 external/bsd/bind/include/isc/platform.h |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 0b98335713a2 -r 936fde35a453 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Mon Sep 04 18:01:28 2017 +0000
+++ b/external/bsd/bind/Makefile.inc    Mon Sep 04 19:57:53 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.26 2017/05/21 15:28:38 riastradh Exp $
+#      $NetBSD: Makefile.inc,v 1.27 2017/09/04 19:57:53 snj Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -87,7 +87,7 @@
 .endif
 
 .if ${NAMED_USE_OPENSSL} == "yes"
-CPPFLAGS+=-DOPENSSL -DUSE_ISC_SPNEGO -DHAVE_OPENSSL_GOST -DAES_SIT
+CPPFLAGS+=-DOPENSSL -DUSE_ISC_SPNEGO -DHAVE_OPENSSL_GOST
 .if ${MKKERBEROS} != "no"
 CPPFLAGS+=-DGSSAPI
 .endif
diff -r 0b98335713a2 -r 936fde35a453 external/bsd/bind/include/isc/platform.h
--- a/external/bsd/bind/include/isc/platform.h  Mon Sep 04 18:01:28 2017 +0000
+++ b/external/bsd/bind/include/isc/platform.h  Mon Sep 04 19:57:53 2017 +0000
@@ -359,7 +359,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