hnetd: update to latest commit
authorRosen Penev <rosenp@gmail.com>
Wed, 16 Dec 2020 01:58:15 +0000 (17:58 -0800)
committerMoritz Warning <moritzwarning@web.de>
Thu, 17 Dec 2020 06:28:05 +0000 (06:28 +0000)
commit3dd7f27558fa1d6f0a11b997a6bbde5614bdbe96
tree483cd20d0934cf3fe7eab16215afdd5eb46e9868
parent330a0cc9d48eb3a08ea805b41d0f5d792237f781
hnetd: update to latest commit

Fixed compilation with newer libubox.

libubox added a sys/stat.h include, which happens to break compilation.
The reason being __unused is a variable in musl and an attribute here.
Fixed by undefining right before including the headers.

Clean up Makefile for consistency between packages.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
hnetd/Makefile
hnetd/patches/0001-dtls.c-Update-openssl-API-to-1.1.0.patch [deleted file]
hnetd/patches/010-openssl-deprecated.patch
hnetd/patches/020-unused.patch [new file with mode: 0644]