summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-12 10:36:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-12 13:34:15 +0200
commit37bb9326f5b5de023544056650ab326cf03173e8 (patch)
tree24263035af23031b9bdf841d4ee007e0d4a3f52d /rules/openssl.make
parent8fe0e03a8de2750e8b3e5e7dd123cd28c01dbcb5 (diff)
downloadptxdist-37bb9326f5b5de023544056650ab326cf03173e8.tar.gz
ptxdist-37bb9326f5b5de023544056650ab326cf03173e8.tar.xz
openssl: version bump 1.0.1m -> 1.0.2b
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 dc2136ef3..257f410f2 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 1.0.1m
-OPENSSL_MD5 := d143d1555d842a069cb7cc34ba745a06
+OPENSSL_VERSION := 1.0.2b
+OPENSSL_MD5 := 7729b259e2dea7d60b32fc3934d6984b
OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX)