diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-03-19 19:57:53 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-20 23:40:23 +0100 |
commit | c2d4abc380209e583f8dbf99a2070d68dbbb21f0 (patch) | |
tree | 686a2451d4d04669bba717a7513a301f78377f2c | |
parent | 27a5f33d2cf1595821eff30addabe870ec031bdb (diff) | |
download | upstream-c2d4abc380209e583f8dbf99a2070d68dbbb21f0.tar.gz upstream-c2d4abc380209e583f8dbf99a2070d68dbbb21f0.tar.bz2 upstream-c2d4abc380209e583f8dbf99a2070d68dbbb21f0.zip |
tools/libressl: bump to 3.7.1
Release Notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.1-relnotes.txt
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
-rw-r--r-- | tools/libressl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index f687f6b413..8e51e4c54b 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,9 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.7.0 -PKG_HASH:=3fc1290f4007ec75f6e9acecbb25512630d1b9ab8c53ba79844e395868c3e006 -PKG_RELEASE:=1 +PKG_VERSION:=3.7.1 +PKG_HASH:=98086961a2b8b657ed0fea3056fb2db14294b6bfa193c15a5236a0a35c843ded PKG_CPE_ID:=cpe:/a:openbsd:libressl |