Date: Thu, 11 Oct 2018 08:14:32 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339303 - in head/contrib/ldns: . ldns Message-ID: <201810110814.w9B8EWH3024441@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810110814.w9B8EWH3024441>