summaryrefslogtreecommitdiffstats
path: root/src/polarssl.mk
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@intevation.de>2014-05-21 14:06:16 (GMT)
committerAndre Heinecke <aheinecke@intevation.de>2014-05-21 14:06:16 (GMT)
commitad7ed6d0737e2b820c46eaf77f60398569f98532 (patch)
tree3c05f79bc444c95bfcff4127e033c501b2b9c30d /src/polarssl.mk
parentc4561d939df680845ba1ab9953c6c350668aa08c (diff)
downloadmxe-ad7ed6d0737e2b820c46eaf77f60398569f98532.zip
mxe-ad7ed6d0737e2b820c46eaf77f60398569f98532.tar.gz
mxe-ad7ed6d0737e2b820c46eaf77f60398569f98532.tar.bz2
Update package Polarssl
The patch was handed upstream as a pull request ( https://github.com/polarssl/polarssl/pull/104 ) so it is likely that it can be removed with the next update.
Diffstat (limited to 'src/polarssl.mk')
-rw-r--r--src/polarssl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/polarssl.mk b/src/polarssl.mk
index 2e49f64..68f2a2f 100644
--- a/src/polarssl.mk
+++ b/src/polarssl.mk
@@ -3,8 +3,8 @@
PKG := polarssl
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.3.4
-$(PKG)_CHECKSUM := e43dc467e36ae2761ca2e4fa02c54f5771ee51a1
+$(PKG)_VERSION := 1.3.7
+$(PKG)_CHECKSUM := 4bfce7f2e833bead53ecd38098325a784ada5c39
$(PKG)_SUBDIR := polarssl-$($(PKG)_VERSION)
$(PKG)_FILE := polarssl-$($(PKG)_VERSION)-gpl.tgz
$(PKG)_URL := https://polarssl.org/download/$($(PKG)_FILE)