[openwrt/openwrt] tools/libressl: bump to 3.7.1

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 20 15:41:06 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c2d4abc380209e583f8dbf99a2070d68dbbb21f0

commit c2d4abc380209e583f8dbf99a2070d68dbbb21f0
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sun Mar 19 19:57:53 2023 +0800

    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 at gmail.com>
---
 tools/libressl/Makefile | 5 ++---
 1 file 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
 




More information about the lede-commits mailing list