summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-30 02:34:33 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-06-30 02:34:33 (GMT)
commit2b42e831c9939f8d681c4e9e2564b1cec8fd2953 (patch)
treee855b4cdb54203b814b1eb26c5947f23d036a0cb /src
parentd1e78f1e1c897ca0571033597193fbb7d293db42 (diff)
downloadmxe-2b42e831c9939f8d681c4e9e2564b1cec8fd2953.zip
mxe-2b42e831c9939f8d681c4e9e2564b1cec8fd2953.tar.gz
mxe-2b42e831c9939f8d681c4e9e2564b1cec8fd2953.tar.bz2
openssl: update
Again, a security update, including the fix for Heartbleed. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 414dd37..2ba5ed9 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.1e
-$(PKG)_CHECKSUM := 3f1b1223c9e8189bfe4e186d86449775bd903460
+$(PKG)_VERSION := 1.0.1h
+$(PKG)_CHECKSUM := b2239599c8bf8f7fc48590a55205c26abe560bf8
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)