summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-02-09 01:56:24 +0100
committerGeorge Sherwood2011-02-13 09:39:24 -0600
commita62cf6d32969ec378aad2440c99f9bbc8247a01a (patch)
tree4735f1dd65bb33ccdf9d0c0cfebbb59415556590
parent1b1bc365aaeef12212df755244e09d30bf1b8e7a (diff)
openssl 0.9.8r, 1.0.0d, SECURITY_PATCH=12
(cherry picked from commit 9c3b304867703eb5478ae2af492e34eb9dee0480)
-rwxr-xr-xcrypto/openssl/DETAILS6
-rw-r--r--crypto/openssl/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index a2e1238d15..06e570c7fe 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -6,10 +6,10 @@ fi
case $OPENSSL_BRANCH in
0.9)
- VERSION=0.9.8q
+ VERSION=0.9.8r
;;
1.0)
- VERSION=1.0.0c
+ VERSION=1.0.0d
PATCHLEVEL=0
;;
esac
@@ -31,7 +31,7 @@ esac
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.openssl.org/
ENTERED=20010922
- SECURITY_PATCH=11
+ SECURITY_PATCH=12
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 92252d27bb..c582cb2b2e 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,7 @@
+2011-02-09 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.9.8r, 1.0.0d, SECURITY_PATCH=12
+ http://www.openssl.org/news/secadv_20110208.txt
+
2010-12-02 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 0.9.8q, 1.0.0c, SECURITY_PATCH=11, #15917