summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-01-18 11:51:54 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-18 11:55:36 +0100
commit6debd7487835622aafb7d2b74d65d3e747d33d6f (patch)
tree65d260fd7f9e875be9fb17de0b8a176db9b0baf9 /rules/openssl.make
parent1d93a6ad8a561e389dd23dfe71c571a1f18713a1 (diff)
downloadptxdist-6debd7487835622aafb7d2b74d65d3e747d33d6f.tar.gz
ptxdist-6debd7487835622aafb7d2b74d65d3e747d33d6f.tar.xz
openssl: version bump 1.0.0k -> 1.0.1f
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 35e9aa59d..cd03b734d 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 1.0.0k
-OPENSSL_MD5 := 99af9b319f928da5ea3e860311b396ef
+OPENSSL_VERSION := 1.0.1f
+OPENSSL_MD5 := f26b09c028a0541cab33da697d522b25
OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX)