diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2022-12-15 15:29:38 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-18 16:34:47 +0100 |
commit | ee0cade0141beb0e24c9734a4305161d570a59b2 (patch) | |
tree | 3617817042a10a3f0f5d0d76c5ef711323d61615 /tools | |
parent | 8ed53e0928b9453e5c65311f6281475fb24df51f (diff) | |
download | upstream-ee0cade0141beb0e24c9734a4305161d570a59b2.tar.gz upstream-ee0cade0141beb0e24c9734a4305161d570a59b2.tar.bz2 upstream-ee0cade0141beb0e24c9734a4305161d570a59b2.zip |
tools/libressl: update to 3.7.0
Release notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.0-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.1-relnotes.txt
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.0-relnotes.txt
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
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 fe73e7cde2..f687f6b413 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.5.3 -PKG_HASH:=3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28 +PKG_VERSION:=3.7.0 +PKG_HASH:=3fc1290f4007ec75f6e9acecbb25512630d1b9ab8c53ba79844e395868c3e006 PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |