From e8cbcce6088b8b8508cd099be562e15c384fa375 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 18 Jul 2019 19:35:50 +0300 Subject: [PATCH] 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 (cherry picked from commit 3f1e8c01316a5ea0162197cd8eb6dbbabe396176) --- tools/libressl/Makefile | 4 ++-- 1 file 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 -- 2.30.2