diff options
| author | Rosen Penev | 2021-09-02 02:29:40 +0000 |
|---|---|---|
| committer | Hans Dedecker | 2021-09-05 19:28:55 +0000 |
| commit | f78ad901e1ce07c42a9f5e670c39dbdcea15eb87 (patch) | |
| tree | 957985e789edeaa2f0668c0adde1e6ae93cfb266 | |
| parent | eef7f9ea37366c93039b386ca8e438b26a199214 (diff) | |
| download | openwrt-f78ad901e1ce07c42a9f5e670c39dbdcea15eb87.tar.gz | |
tools/libressl: update to 3.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
| -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 |