diff options
author | Roman Yeryomin <roman@advem.lv> | 2019-07-18 19:35:50 +0300 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-07-21 10:51:43 +0200 |
commit | 3f1e8c01316a5ea0162197cd8eb6dbbabe396176 (patch) | |
tree | 96bcf982dd8c97608347a8e0a9ac1071140643cb /tools/libressl | |
parent | ff7909f69ef8f178501797ea9599a0add3f2cbd5 (diff) | |
download | upstream-3f1e8c01316a5ea0162197cd8eb6dbbabe396176.tar.gz upstream-3f1e8c01316a5ea0162197cd8eb6dbbabe396176.tar.bz2 upstream-3f1e8c01316a5ea0162197cd8eb6dbbabe396176.zip |
tools: libressl: update to 2.9.2 version
To keep in sync with OpenSSL 1.1.x branch version options.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
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 8894a058e4..d029666611 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=2.8.1 -PKG_HASH:=334bf7050f1db4087feebb30571ec13d9fa975bf05d6003ce3ab6d7d2452cf42 +PKG_VERSION:=2.9.2 +PKG_HASH:=c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4 PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |