summaryrefslogtreecommitdiffstats
path: root/src/openssl.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-23 23:47:41 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-23 23:48:17 (GMT)
commit5821ba29da47631ed5c84e186d6527390ee6ca0a (patch)
tree4505fb43e041e66634373c0b9cc1385b05c407fa /src/openssl.mk
parent08932986a7c2d8a2dd32c0e1af6624d60d256a2b (diff)
downloadmxe-5821ba29da47631ed5c84e186d6527390ee6ca0a.zip
mxe-5821ba29da47631ed5c84e186d6527390ee6ca0a.tar.gz
mxe-5821ba29da47631ed5c84e186d6527390ee6ca0a.tar.bz2
update openssl
Fixes #767.
Diffstat (limited to 'src/openssl.mk')
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index b86a4bf..c8f2d04 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.2c
-$(PKG)_CHECKSUM := 6e4a5e91159eb32383296c7c83ac0e59b83a0a44
+$(PKG)_VERSION := 1.0.2d
+$(PKG)_CHECKSUM := d01d17b44663e8ffa6a33a5a30053779d9593c3d
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)