summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2013-03-21 19:35:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-03-23 11:44:19 +0100
commitc3b5104d59b1489792f27d4763b3ab4879928243 (patch)
tree67a58de568d30b56db5c5c9f99bf38ad6007f2b9 /rules/openssl.make
parent1f8324e1676416bc848d5ba3fcc829e54b6c84c1 (diff)
downloadptxdist-c3b5104d59b1489792f27d4763b3ab4879928243.tar.gz
ptxdist-c3b5104d59b1489792f27d4763b3ab4879928243.tar.xz
openssl: bump to 1.0.0k
Fixes CVE-2013-0166 and CVE-2013-0169. See http://www.openssl.org/news/secadv_20130205.txt. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/openssl.make')
-rw-r--r--rules/openssl.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/openssl.make b/rules/openssl.make
index fe1e7229c..f448e7c50 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 1.0.0j
-OPENSSL_MD5 := cbe4ac0d8f598680f68a951e04b0996b
+OPENSSL_VERSION := 1.0.0k
+OPENSSL_MD5 := 99af9b319f928da5ea3e860311b396ef
OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := http://openssl.org/source//$(OPENSSL).$(OPENSSL_SUFFIX)