diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-14 23:33:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-28 15:29:28 +0200 |
commit | 2c192b69163fe8809a79b422abea06b41f9be1fb (patch) | |
tree | 9d6b585c0baa2079a9801b3a7d5313fb9af1f267 /tools/libressl | |
parent | 3e93df07071e79bb8cf1d8fb7fd1539c87bdc3a4 (diff) | |
download | upstream-2c192b69163fe8809a79b422abea06b41f9be1fb.tar.gz upstream-2c192b69163fe8809a79b422abea06b41f9be1fb.tar.bz2 upstream-2c192b69163fe8809a79b422abea06b41f9be1fb.zip |
tools/libressl: update to version 2.7.2
Libressl version 2.7.0 and later implement more of the OpenSSL 1.1 API
and this needs some modifications of the code using it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/libressl')
-rw-r--r-- | tools/libressl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index a068a7c834..4c7e8a7b6e 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=2.6.4 -PKG_HASH:=638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f +PKG_VERSION:=2.7.2 +PKG_HASH:=917a8779c342177ff3751a2bf955d0262d1d8916a4b408930c45cef326700995 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |