From: Wouter Wijngaards Date: Mon, 10 Aug 2009 09:09:29 +0000 (+0000) Subject: Label as experimental, include ldns that does so. X-Git-Tag: release-1.4.0rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0205e3ae29af0a4d14c7ebcf6d0335d7a87d9b4b;p=thirdparty%2Funbound.git Label as experimental, include ldns that does so. git-svn-id: file:///svn/unbound/trunk@1752 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index f6f15b24a..697d4347b 100755 --- a/configure +++ b/configure @@ -1580,8 +1580,8 @@ Optional Features: optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-rpath disable hardcoded rpath (default=enabled) - --enable-sha2 Enable SHA256 and SHA512 RRSIG support - --enable-gost Enable GOST support + --enable-sha2 Enable SHA256 and SHA512 RRSIG support, experimental + --enable-gost Enable GOST support, experimental --enable-static-exe enable to compile executables statically against event, ldns libs, for debug purposes --enable-lock-checks enable to check lock and unlock calls, for debug diff --git a/configure.ac b/configure.ac index 7e2cd69f2..63cd329cc 100644 --- a/configure.ac +++ b/configure.ac @@ -353,7 +353,7 @@ ACX_WITH_SSL ACX_LIB_SSL AC_CHECK_FUNCS([OPENSSL_config EVP_sha1 EVP_sha256 EVP_sha512]) -AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support])) +AC_ARG_ENABLE(sha2, AC_HELP_STRING([--enable-sha2], [Enable SHA256 and SHA512 RRSIG support, experimental])) case "$enable_sha2" in yes) AC_DEFINE([USE_SHA2], [1], [Define this to enable SHA256 and SHA512 support.]) @@ -362,7 +362,7 @@ case "$enable_sha2" in ;; esac -AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support])) +AC_ARG_ENABLE(gost, AC_HELP_STRING([--enable-gost], [Enable GOST support, experimental])) case "$enable_gost" in yes) AC_DEFINE([USE_GOST], [1], [Define this to enable GOST support.]) diff --git a/ldns-src.tar.gz b/ldns-src.tar.gz index feeb86894..dcd34f436 100644 Binary files a/ldns-src.tar.gz and b/ldns-src.tar.gz differ