svn commit: r339303 - in head/contrib/ldns: . ldns

Dag-Erling Smørgrav des at FreeBSD.org
Thu Oct 11 08:14:32 UTC 2018


Author: des
Date: Thu Oct 11 08:14:31 2018
New Revision: 339303
URL: https://svnweb.freebsd.org/changeset/base/339303

Log:
  Regenerate: remove GOST, enable DANE-TA now that we have OpenSSL 1.1.1.
  
  Approved by:	re (gjb)

Modified:
  head/contrib/ldns/freebsd-configure.sh
  head/contrib/ldns/ldns/config.h

Modified: head/contrib/ldns/freebsd-configure.sh
==============================================================================
--- head/contrib/ldns/freebsd-configure.sh	Thu Oct 11 07:34:56 2018	(r339302)
+++ head/contrib/ldns/freebsd-configure.sh	Thu Oct 11 08:14:31 2018	(r339303)
@@ -24,7 +24,7 @@ unset CFLAGS CPPFLAGS LDFLAGS LD_LIBRARY_PATH LIBS
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
 
 cd $ldns
-./configure --prefix= --exec-prefix=/usr --disable-dane-ta-usage
+./configure --prefix= --exec-prefix=/usr
 
 cd $ldns/drill
 ./configure --prefix= --exec-prefix=/usr

Modified: head/contrib/ldns/ldns/config.h
==============================================================================
--- head/contrib/ldns/ldns/config.h	Thu Oct 11 07:34:56 2018	(r339302)
+++ head/contrib/ldns/ldns/config.h	Thu Oct 11 08:14:31 2018	(r339303)
@@ -362,7 +362,7 @@
 #define USE_DANE 1
 
 /* Define this to enable DANE-TA usage type support. */
-/* #undef USE_DANE_TA_USAGE */
+#define USE_DANE_TA_USAGE 1
 
 /* Define this to enable DANE verify support. */
 #define USE_DANE_VERIFY 1
@@ -380,7 +380,7 @@
 /* #undef USE_ED448 */
 
 /* Define this to enable GOST support. */
-#define USE_GOST 1
+/* #undef USE_GOST */
 
 /* Define this to enable SHA256 and SHA512 support. */
 #define USE_SHA2 1


More information about the svn-src-all mailing list