Skip to Content.
Sympa Menu

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

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 (5755e2f4550c7a71f489b63fea14e28350c7d6af)
  • Date: Mon, 15 Sep 2008 08:59:07 -0500

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

crypto/openssl/DETAILS | 33 +++++++++++++++------------------
crypto/openssl/HISTORY | 3 +++
crypto/openssl/INSTALL | 5 +++--
crypto/openssl/PRE_BUILD | 4 ++--
4 files changed, 23 insertions(+), 22 deletions(-)

New commits:
commit 5755e2f4550c7a71f489b63fea14e28350c7d6af
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openssl: => 0.9.8i

diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 4b85482..6eadf48 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -1,32 +1,29 @@
SPELL=openssl
- VERSION=0.9.8h
- PATCHLEVEL=0
+ VERSION=0.9.8i
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.openssl.org/source/$SOURCE
SOURCE_URL[1]=ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/$SOURCE

SOURCE_URL[2]=ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/$SOURCE
SOURCE_URL[3]=ftp://ftp.mirror.ac.uk/sites/ftp.openssl.org/source/$SOURCE
SOURCE_URL[4]=ftp://sunsite.uio.no/pub/security/openssl/source/$SOURCE
-
SOURCE_HASH=sha512:231915f3e49e54dd72d965d0335a9281e263bf0c5e3013857968d50d92e4c21d66dff0b9a7ea59126967f48aba113593147197dac875c634d13d27f3a6578a80
- WEB_SITE=http://www.openssl.org
+
SOURCE_HASH=sha512:da252415cb02c4d22b3ae5fabab620bf55ff1de6f9ba8aa3f9c12391cb35fcd563997a668cbff0adee387d14b86073d5153df26507bc68f0438d9a4c261818c5
+ WEB_SITE=http://www.openssl.org/
ENTERED=20010922
SECURITY_PATCH=3

LICENSE[0]=http://www.cgicentral.net/400CS/Docs/openssl/LICENSE.openssl.html
KEYWORDS="crypto"
- SHORT="A library for providing encrypted transport layers"
+ SHORT="library for providing encrypted transport layers"
cat << EOF
-OpenSSL
The OpenSSL Project is a collaborative effort to develop a robust,
-commercial-grade, full-featured, and Open Source toolkit implementing
-the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
-v1) protocols as well as a full-strength general purpose cryptography
-library. The project is managed by a worldwide community of volunteers
-that use the Internet to communicate, plan, and develop the OpenSSL
-toolkit and its related documentation.
-OpenSSL is based on the excellent SSLeay library developed by Eric A.
-Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
-Apache-style licence, which basically means that you are free to get and
-use it for commercial and non-commercial purposes subject to some simple
-license conditions.
+commercial-grade, full-featured, and Open Source toolkit implementing the
Secure
+Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as
+well as a full-strength general purpose cryptography library. The project is
+managed by a worldwide community of volunteers that use the Internet to
+communicate, plan, and develop the OpenSSL toolkit and its related
+documentation. OpenSSL is based on the excellent SSLeay library developed by
+Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
+Apache-style licence, which basically means that you are free to get and use
it
+for commercial and non-commercial purposes subject to some simple license
+conditions.
EOF
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 6bc91a3..0e771e7 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2008-09-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.8i; cleaned up; quoting the paths
+
2008-05-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.8h, SECURITY_PATCH=3
http://www.openssl.org/news/secadv_20080528.txt
diff --git a/crypto/openssl/INSTALL b/crypto/openssl/INSTALL
index 14e19e3..2f8c320 100755
--- a/crypto/openssl/INSTALL
+++ b/crypto/openssl/INSTALL
@@ -1,2 +1,3 @@
-make_normal &&
-make MANDIR=${INSTALL_ROOT}/usr/share/man install
+make_normal &&
+
+make MANDIR="$INSTALL_ROOT/usr/share/man" install
diff --git a/crypto/openssl/PRE_BUILD b/crypto/openssl/PRE_BUILD
index 8c1bf56..16b877c 100755
--- a/crypto/openssl/PRE_BUILD
+++ b/crypto/openssl/PRE_BUILD
@@ -1,4 +1,4 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
# braindead openssl 0.9.8e config: -march=evXX is _not_ valid
sed -i -e 's/ -march=ev5//' -e 's/ -march=ev56//' -e 's/ -march=ev6//' config



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5755e2f4550c7a71f489b63fea14e28350c7d6af), Vlad Glagolev, 09/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page