Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (125f32dbb62fea83723c65947157bac9fdc34d85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (125f32dbb62fea83723c65947157bac9fdc34d85)
  • Date: Wed, 9 May 2012 20:34:27 -0500

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

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

New commits:
commit 125f32dbb62fea83723c65947157bac9fdc34d85
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openssl: fixed #225

diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index 962c5a6..a5fefde 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -36,7 +36,8 @@ make && {
RUN_COMPILER_DIR="${RUN_COMPILER_DIR:-/var/lib/sorcery/build}" &&
PATH="${PATH//$RUN_COMPILER_DIR:/}" &&
(
- unset OPTS &&
+ OPTS="--with-ssl=openssl"
+
delve -c start BUILD wget && # this links against old
libraries still
local TEMPWGET_DIR="$BUILD_DIRECTORY/wget-$(gaze version wget |
head -n 3 | tail -n 1 | awk '{ print $4 }')" &&
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index ac44056..735a355 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2012-05-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed #225
+
2012-04-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8w, SECURITY_PATCH=18
http://www.openssl.org/news/secadv_20120424.txt



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (125f32dbb62fea83723c65947157bac9fdc34d85), Vlad Glagolev, 05/09/2012

Archive powered by MHonArc 2.6.24.

Top of Page