Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (53ebb5c35533d1e9cb3e850397de8c4309e7662b)

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 stable-0.62 grimoire by Vlad Glagolev (53ebb5c35533d1e9cb3e850397de8c4309e7662b)
  • Date: Sun, 6 Aug 2017 13:52:42 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/openssl/BUILD | 10 +++++-----
crypto/openssl/DETAILS | 2 +-
crypto/openssl/HISTORY | 6 ++++++
3 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 53ebb5c35533d1e9cb3e850397de8c4309e7662b
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openssl: build using arch from selected archspec

(cherry picked from commit 9cdf7ac896e8971f17b427342bc0c8cf035e9098)

commit d3dd855620bf39e1b52be26620726f2db467ce17
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

crypto/openssl: version 1.0.2l

(cherry picked from commit 4c678fcd51590fe3a6051b4c668cfa212011609d)

Conflicts:
crypto/openssl/DETAILS

diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index a5fefde..c9a07b9 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -1,9 +1,9 @@
# again check if it's there or net and only then use the variable
# else one would lose sse support on a new system
if ! grep -q "sse" /proc/cpuinfo ; then
-if [[ $OPENSSL_SSE == n ]]; then
- OPTS="no-sse2 $OPTS"
-fi
+ if [[ $OPENSSL_SSE == n ]]; then
+ OPTS="no-sse2 $OPTS"
+ fi
fi &&
OPTS="$OPENSSL_TLSEXT $OPTS" &&
OPTS="--prefix=${INSTALL_ROOT}/usr \
@@ -12,8 +12,8 @@ OPTS="--prefix=${INSTALL_ROOT}/usr
\
enable-md2 \
shared \
threads \
- $OPTS"
-./config $OPTS &&
+ $OPTS" &&
+setarch ${HOST%%-*} ./config $OPTS &&

sedit "s/-O3//" Makefile &&
sedit "s/-m486//" Makefile &&
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index f483a77..8325fb4 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -10,7 +10,7 @@ case $OPENSSL_BRANCH in
SECURITY_PATCH=27
;;
1.0)
- VERSION=1.0.2k
+ VERSION=1.0.2l
SECURITY_PATCH=36
;;
esac
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index d758b63..74c257e 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,9 @@
+2017-08-05 Remko van der Vossen <wich AT sourcemage.org>
+ * BUILD: build using arch from selected archspec
+
+2017-05-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.0.2l
+
2017-01-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.0.2k, SECURITY_PATCH++




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (53ebb5c35533d1e9cb3e850397de8c4309e7662b), Vlad Glagolev, 08/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page