diff options
author | Roman Yeryomin <roman@advem.lv> | 2019-07-18 19:35:50 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:30:54 +0200 |
commit | e8cbcce6088b8b8508cd099be562e15c384fa375 (patch) | |
tree | b94a7112f3dbdad206bfa8f0a0fc79ced4cf04c1 /tools | |
parent | f9a7a40ac42fd9435d767e8cb23c7d7f818deead (diff) | |
download | upstream-e8cbcce6088b8b8508cd099be562e15c384fa375.tar.gz upstream-e8cbcce6088b8b8508cd099be562e15c384fa375.tar.bz2 upstream-e8cbcce6088b8b8508cd099be562e15c384fa375.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>
(cherry picked from commit 3f1e8c01316a5ea0162197cd8eb6dbbabe396176)
Diffstat (limited to 'tools')
-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 |