libuhttpd: update to 3.14.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5c8d0939e8
commit
a9f03ff5b0
2 changed files with 4 additions and 4 deletions
|
@ -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 <zhaojh329@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue