diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index 85cdcabb16..362a0c56e8 100644 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd -PKG_VERSION:=3.12.1 -PKG_RELEASE:=4 +PKG_VERSION:=3.14.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd/releases/download/v$(PKG_VERSION) -PKG_HASH:=c234dd3d491c4daa047e28870c6e740529b2eff2dd027dafb6bf02d8dba286b0 +PKG_HASH:=512d4abfced0ec916d985d3d1eac7528e6676eecae6aca27fdaf313374e29f16 PKG_MAINTAINER:=Jianhui Zhao PKG_LICENSE:=MIT diff --git a/libs/libuhttpd/patches/100-wolfssl_5_support.patch b/libs/libuhttpd/patches/100-wolfssl_5_support.patch index 872affdcb5..096a32ef00 100644 --- a/libs/libuhttpd/patches/100-wolfssl_5_support.patch +++ b/libs/libuhttpd/patches/100-wolfssl_5_support.patch @@ -9,7 +9,7 @@ Date: Mon Jan 3 19:25:45 2022 +0300 --- a/src/ssl/openssl.c +++ b/src/ssl/openssl.c -@@ -314,7 +314,9 @@ static bool handle_wolfssl_asn_error(voi +@@ -336,7 +336,9 @@ static bool handle_wolfssl_asn_error(voi case ASN_SIG_HASH_E: case ASN_SIG_KEY_E: case ASN_DH_KEY_E: