[openwrt/openwrt] wolfssl: bump PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Tue Oct 19 00:09:39 PDT 2021
blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/43a5bebda1745dbb037746ff39bf900863ab43f3
commit 43a5bebda1745dbb037746ff39bf900863ab43f3
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Tue Oct 19 09:08:30 2021 +0200
wolfssl: bump PKG_RELEASE
Fixes commit 4b212b1306a9 ("wolfssl: build with WOLFSSL_ALT_CERT_CHAINS")
Signed-off-by: David Bauer <mail at david-bauer.net>
---
package/libs/wolfssl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/wolfssl/Makefile b/package/libs/wolfssl/Makefile
index 539f16d399..41df3147d0 100644
--- a/package/libs/wolfssl/Makefile
+++ b/package/libs/wolfssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wolfssl
PKG_VERSION:=4.7.0-stable
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/wolfSSL/wolfssl/archive/v$(PKG_VERSION)
More information about the lede-commits
mailing list