summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-05-27 21:37:50 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-05-27 21:37:50 (GMT)
commita6ede15108f762a638eb28b9addb39aef723fdbc (patch)
treeee379d86554d3c2af46cf30241eee62a9b846385
parentb8d0c45c78d5cc89a2d7b40c7c4941eb30af09ad (diff)
downloadmxe-a6ede15108f762a638eb28b9addb39aef723fdbc.zip
mxe-a6ede15108f762a638eb28b9addb39aef723fdbc.tar.gz
mxe-a6ede15108f762a638eb28b9addb39aef723fdbc.tar.bz2
openssl: update
-rw-r--r--src/openssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 13f42bf..67ba958 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -3,8 +3,8 @@
PKG := openssl
$(PKG)_WEBSITE := https://www.openssl.org/
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.0.2k
-$(PKG)_CHECKSUM := 6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
+$(PKG)_VERSION := 1.0.2l
+$(PKG)_CHECKSUM := ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.openssl.org/source/$($(PKG)_FILE)