summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/DETAILS')
-rwxr-xr-xcrypto/openssl/DETAILS5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 06e570c7fe..30f982f153 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -7,9 +7,11 @@ fi
case $OPENSSL_BRANCH in
0.9)
VERSION=0.9.8r
+ SECURITY_PATCH=12
;;
1.0)
- VERSION=1.0.0d
+ VERSION=1.0.0e
+ SECURITY_PATCH=13
PATCHLEVEL=0
;;
esac
@@ -31,7 +33,6 @@ esac
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.openssl.org/
ENTERED=20010922
- SECURITY_PATCH=12
LICENSE[0]=http://www.cgicentral.net/400CS/Docs/openssl/LICENSE.openssl.html
KEYWORDS="crypto"
SHORT="library for providing encrypted transport layers"