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