summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2015-01-08 18:40:48 +0100
committerVlad Glagolev2015-01-30 10:32:34 +0300
commit23ac7eb7d1da05c1f0c550c788f0f8456c5e7773 (patch)
tree43f77e7b96b66b333192ac1673892c9a7e1d0c90
parent5480ac69a892f6601605a45fa26d0cfbe5b450f6 (diff)
openssl 0.9.8zd, 1.0.1k, SECURITY_PATCH++
(cherry picked from commit e89b45edd79e13d5e6dcf594e65269c3a1a84422)
-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 e9c50d42e9..db26781fbe 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -6,12 +6,12 @@ fi
case $OPENSSL_BRANCH in
0.9)
- VERSION=0.9.8zc
- SECURITY_PATCH=23
+ VERSION=0.9.8zd
+ SECURITY_PATCH=24
;;
1.0)
- VERSION=1.0.1j
- SECURITY_PATCH=25
+ VERSION=1.0.1k
+ SECURITY_PATCH=26
;;
esac
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 2485128540..582d0db3f8 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,7 @@
+2015-01-08 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 0.9.8zd, 1.0.1k, SECURITY_PATCH++
+ https://www.openssl.org/news/secadv_20150108.txt
+
2014-12-31 Eric Sandall <sandalle@sourcemage.org>
* BUILD: Work-around for Bug #556 no longer needed
* INSTALL: Parallel jobs on install work, re-enable with make_normal