summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-06-02 02:34:12 +0200
committerLadislav Hagara2010-06-02 02:34:12 +0200
commit314508b1d757adcb986c73934d75ec47624732da (patch)
tree92fd56154ca242f094b663a66c2d739edcafcd23
parentb91e2d2ac4793ea3434016475f1135aee0b61491 (diff)
openssl 0.9.8o, 1.0.0a, SECURITY_PATCH=9
-rwxr-xr-xcrypto/openssl/DETAILS8
-rw-r--r--crypto/openssl/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index ae4e484806..cb8164f190 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -6,11 +6,11 @@ fi
case $OPENSSL_BRANCH in
0.9)
- VERSION=0.9.8n
+ VERSION=0.9.8o
;;
1.0)
- VERSION=1.0.0
- PATCHLEVEL=2
+ VERSION=1.0.0a
+ PATCHLEVEL=0
;;
esac
@@ -31,7 +31,7 @@ esac
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.openssl.org/
ENTERED=20010922
- SECURITY_PATCH=8
+ SECURITY_PATCH=9
LICENSE[0]=http://www.cgicentral.net/400CS/Docs/openssl/LICENSE.openssl.html
KEYWORDS="crypto"
SHORT="library for providing encrypted transport layers"
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index f79b5b0299..c0973de820 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2010-06-02 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.9.8o, 1.0.0a, SECURITY_PATCH=9
+
2010-04-17 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: PATCHLEVEL=2 for 1.0
* BUILD: corrected lib path (fixes installation on x86-64 systems)