diff options
| author | Rosen Penev | 2021-09-02 02:29:40 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-03-06 19:56:23 +0000 |
| commit | 2736a5df94134fcad19dbd429fa21761536937b7 (patch) | |
| tree | f96ccbfd8ed1533376cb5100925c3c6184528c98 | |
| parent | 49b2e6365d054aa49c88478ab2000eb2dd439cd8 (diff) | |
| download | openwrt-2736a5df94134fcad19dbd429fa21761536937b7.tar.gz | |
tools/libressl: update to 3.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit f78ad901e1ce07c42a9f5e670c39dbdcea15eb87)
| -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 e25b5661ee..29fae1dfb6 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libressl -PKG_VERSION:=3.3.3 -PKG_HASH:=a471565b36ccd1a70d0bd7d37c6e95c43a26a62829b487d9d2cdebfe58be3066 +PKG_VERSION:=3.3.4 +PKG_HASH:=bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 PKG_RELEASE:=1 PKG_CPE_ID:=cpe:/a:openbsd:libressl |