summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2012-05-10 23:07:22 +0200
committerVlad Glagolev2012-06-01 17:14:11 +0400
commit65a2833bc957540713b975f2a25bafe94c46fe6d (patch)
tree2c9ee331c539bfb969cfb9ce6811a7fcb6d97cc1
parent65cc937a7fb44727b2a2f3417ed8580533fa7b8f (diff)
openssl 0.9.8x, 1.0.0j, SECURITY_PATCH=19
(cherry picked from commit 3b5cd7ef4bd61857a0ad26a4bf679ad36317bc87)
-rwxr-xr-xcrypto/openssl/DETAILS8
-rw-r--r--crypto/openssl/HISTORY4
2 files changed, 8 insertions, 4 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 957f795d1a..9c5aa04fda 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -6,12 +6,12 @@ fi
case $OPENSSL_BRANCH in
0.9)
- VERSION=0.9.8w
- SECURITY_PATCH=18
+ VERSION=0.9.8x
+ SECURITY_PATCH=19
;;
1.0)
- VERSION=1.0.0i
- SECURITY_PATCH=17
+ VERSION=1.0.0j
+ SECURITY_PATCH=19
PATCHLEVEL=0
;;
esac
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 735a355ff8..85a9b0dfa4 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,7 @@
+2012-05-10 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.9.8x, 1.0.0j, SECURITY_PATCH=19
+ http://www.openssl.org/news/secadv_20120510.txt
+
2012-05-10 Vlad Glagolev <stealth@sourcemage.org>
* BUILD: fixed #225