hnetd: add PKG_MIRROR_HASH, refresh patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2022-02-27 13:30:21 +01:00 committed by Paul Spooren
parent 372ec62886
commit f17815946a
2 changed files with 3 additions and 4 deletions

View File

@ -13,6 +13,7 @@ PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sbyx/hnetd.git
PKG_MIRROR_HASH:=5f06f72d5620de25e29b3e34a6524aebd8e7b5c8160cfd29135a6ec0f12ffa3e
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKG_LICENSE:=GPL-2.0

View File

@ -10,8 +10,6 @@ Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
src/dtls.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/dtls.c b/src/dtls.c
index ed5d408..511f724 100644
--- a/src/dtls.c
+++ b/src/dtls.c
@@ -38,6 +38,7 @@
@ -51,7 +49,7 @@ index ed5d408..511f724 100644
if (!d)
{
@@ -916,7 +930,7 @@ bool dtls_set_local_cert(dtls d, const char *certfile, const char *pkfile)
@@ -916,7 +930,7 @@ bool dtls_set_local_cert(dtls d, const c
|SSL_VERIFY_FAIL_IF_NO_PEER_CERT
#endif /* DTLS_OPENSSL */
, _verify_cert_cb);
@ -60,7 +58,7 @@ index ed5d408..511f724 100644
#ifndef USE_ONE_CONTEXT
R1("client cert",
@@ -928,7 +942,7 @@ bool dtls_set_local_cert(dtls d, const char *certfile, const char *pkfile)
@@ -928,7 +942,7 @@ bool dtls_set_local_cert(dtls d, const c
|SSL_VERIFY_PEER_FAIL_IF_NO_PEER_CERT
#endif /* DTLS_OPENSSL */
, _verify_cert_cb);