diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-12-12 17:30:34 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-12 17:39:52 +0100 |
commit | 902961c148b1f6d06a6159090366250281d801d7 (patch) | |
tree | d4d9f9292266cc7f1e8194adaaf499efe21b0b45 /package/libs/wolfssl/Makefile | |
parent | 905bbc96efdef696c33d8a8bc202a7a35fe7fe35 (diff) | |
download | upstream-902961c148b1f6d06a6159090366250281d801d7.tar.gz upstream-902961c148b1f6d06a6159090366250281d801d7.tar.bz2 upstream-902961c148b1f6d06a6159090366250281d801d7.zip |
wolfssl: update to 3.12.2 (1 CVE)
Update wolfssl to the latest release v3.12.2 and backport an upstream
pending fix for CVE-2017-13099 ("ROBOT vulnerability").
Ref: https://github.com/wolfSSL/wolfssl/pull/1229
Ref: https://robotattack.org/
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/libs/wolfssl/Makefile')
-rw-r--r-- | package/libs/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile index 9f5c5f66d6..1d4b7f5579 100644 --- a/package/libs/wolfssl/Makefile +++ b/package/libs/wolfssl/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wolfssl -PKG_VERSION:=3.12.0 +PKG_VERSION:=3.12.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=https://www.wolfssl.com/ -PKG_HASH:=5bb196056ac0086efbf07ecea7d3e73b1c31722eb52a88b85879f920428a9a0f +PKG_HASH:=4993844c4b7919007c4511ec3f987fb06543536c3fc933cb53491bffe9150e49 PKG_FIXUP:=libtool PKG_INSTALL:=1 |