Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4f8e99cb69862d1b4ec11da773b083ab55e298f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4f8e99cb69862d1b4ec11da773b083ab55e298f)
  • Date: Mon, 11 Feb 2013 18:19:44 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/openssl/CONFIGURE | 5 ++---
crypto/openssl/HISTORY | 3 +++
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit e4f8e99cb69862d1b4ec11da773b083ab55e298f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openssl: Remove TLSEXT option (See Bug #511)

diff --git a/crypto/openssl/CONFIGURE b/crypto/openssl/CONFIGURE
index 9f28015..9ff1556 100755
--- a/crypto/openssl/CONFIGURE
+++ b/crypto/openssl/CONFIGURE
@@ -5,6 +5,5 @@ 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 ?" y \
- "enable-tlsext" \
- "disable-tlsext"
+# Broken in 0.9.8y, remove option (Bug #511)
+persistent_remove OPENSSL_TLSEXT
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 208468b..dc4115c 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2013-02-11 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Remove TLSEXT option (See Bug #511)
+
2013-02-05 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8y, 1.0.0k, SECURITY_PATCH=20
http://www.openssl.org/news/secadv_20130205.txt



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e4f8e99cb69862d1b4ec11da773b083ab55e298f), Eric Sandall, 02/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page