diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-09-22 00:49:33 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-11-02 10:00:32 -1000 |
commit | 03bb3412a2b8bf8ac69e062ea9fd88e2c6c6fb57 (patch) | |
tree | 29eb6f9e6b106d8e73ce71ae750e246a32471c72 /tools | |
parent | 6a5b4228e30244b44a49f523dea66caf3fbe3307 (diff) | |
download | upstream-03bb3412a2b8bf8ac69e062ea9fd88e2c6c6fb57.tar.gz upstream-03bb3412a2b8bf8ac69e062ea9fd88e2c6c6fb57.tar.bz2 upstream-03bb3412a2b8bf8ac69e062ea9fd88e2c6c6fb57.zip |
tools/libressl: update to 3.4.1
Signed-off-by: Rosen Penev <rosenp@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 29fae1dfb6..be053ac788 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.3.4 -PKG_HASH:=bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 +PKG_VERSION:=3.4.1 +PKG_HASH:=107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |