summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-10 07:24:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-10 07:24:33 +0200
commit7932785fe6b6ccd902b7e1d3365a458000e3a457 (patch)
treedfc5046b7a4d8db1b649318762008ba01760d572 /rules/openssl.make
parent7e72f224677b46a2a417611838ef510dfd189c5b (diff)
downloadptxdist-7932785fe6b6ccd902b7e1d3365a458000e3a457.tar.gz
ptxdist-7932785fe6b6ccd902b7e1d3365a458000e3a457.tar.xz
openssl: version bump 1.0.2c -> 1.0.2d
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 d130fee2e..a50e64ef6 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 1.0.2c
-OPENSSL_MD5 := 8c8d81a9ae7005276e486702edbcd4b6
+OPENSSL_VERSION := 1.0.2d
+OPENSSL_MD5 := 38dd619b2e77cbac69b99f52a053d25a
OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX)