diff options
author | Nick Hainke <vincent@systemli.org> | 2023-04-15 08:44:42 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-04-22 01:31:50 +0200 |
commit | 1b624eb29dde4727c7015e8627da9d3f1613e7b0 (patch) | |
tree | 2c436d34d0b9faaf74d3c16971954acec83eb2b6 /tools/libressl/Makefile | |
parent | 126c64df2bb6dec95906c1f68aa37e581ef2550f (diff) | |
download | upstream-1b624eb29dde4727c7015e8627da9d3f1613e7b0.tar.gz upstream-1b624eb29dde4727c7015e8627da9d3f1613e7b0.tar.bz2 upstream-1b624eb29dde4727c7015e8627da9d3f1613e7b0.zip |
tools/libressl: update to 3.7.2
Release Notes:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.2-relnotes.txt
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/libressl/Makefile')
-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 8e51e4c54b..9a0fb6bee4 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.7.1 -PKG_HASH:=98086961a2b8b657ed0fea3056fb2db14294b6bfa193c15a5236a0a35c843ded +PKG_VERSION:=3.7.2 +PKG_HASH:=b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7 PKG_CPE_ID:=cpe:/a:openbsd:libressl |