[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1c56539d102b99ac38916e20c31c9df0fed1481d)

Vlad Glagolev scm at sourcemage.org
Wed Oct 20 06:24:00 EDT 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 crypto/openssl/CONFIGURE |    2 +-
 crypto/openssl/HISTORY   |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1c56539d102b99ac38916e20c31c9df0fed1481d
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    openssl: set TLSEXT to y

diff --git a/crypto/openssl/CONFIGURE b/crypto/openssl/CONFIGURE
index ee32e70..9f28015 100755
--- a/crypto/openssl/CONFIGURE
+++ b/crypto/openssl/CONFIGURE
@@ -5,6 +5,6 @@ message "broken installation. You are advised to disable it." &&
 config_query OPENSSL_SSE "Are you sure you want to enable SSE support?" n
 fi &&
 
-config_query_option  OPENSSL_TLSEXT  "enable TLS extensions ?" n \
+config_query_option  OPENSSL_TLSEXT  "Enable TLS extensions ?" y \
                                      "enable-tlsext"             \
                                      "disable-tlsext"
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index c0973de..f64c92b 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2010-10-20 Vlad Glagolev <stealth at sourcemage.org>
+	* CONFIGURE: TLS ext is mostly required option
+
 2010-06-02 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.9.8o, 1.0.0a, SECURITY_PATCH=9
 



More information about the SM-Commit mailing list