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@
This commit is contained in:
parent
aee26b4bb9
commit
5bd7acb54f
4
external/bsd/bind/Makefile.inc
vendored
4
external/bsd/bind/Makefile.inc
vendored
@ -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 @@ LIBDPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread
|
||||
.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
|
||||
|
2
external/bsd/bind/include/isc/platform.h
vendored
2
external/bsd/bind/include/isc/platform.h
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user