Move libexpat, unbound into core and introduce hnsd
authorRISCi_ATOM <bob@bobcall.me>
Thu, 6 Sep 2018 08:34:11 +0000 (04:34 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 6 Sep 2018 08:34:11 +0000 (04:34 -0400)
commit7b61fa9e1ad6d8fb01699b28ca3f056652f557e1
tree4b8906b787ab03a9b58f10e68e503eb51a4d88ea
parent099782a32799e04f939ec085d424e3b2ce0dbbcf
Move libexpat, unbound into core and introduce hnsd

hnsd is the Handshake SPV name resolver daemon for the Handshake
network. see https://handshake.org and https://github.com/handshake-org/hnsd

Currently, hnsd needs some more work.
19 files changed:
package/libs/expat/Makefile [new file with mode: 0644]
package/network/services/hnsd/Makefile [new file with mode: 0644]
package/network/services/unbound/Makefile [new file with mode: 0644]
package/network/services/unbound/files/README.md [new file with mode: 0644]
package/network/services/unbound/files/defaults.sh [new file with mode: 0644]
package/network/services/unbound/files/dnsmasq.sh [new file with mode: 0644]
package/network/services/unbound/files/iptools.sh [new file with mode: 0644]
package/network/services/unbound/files/odhcpd.awk [new file with mode: 0644]
package/network/services/unbound/files/odhcpd.sh [new file with mode: 0644]
package/network/services/unbound/files/root.key [new file with mode: 0644]
package/network/services/unbound/files/stopping.sh [new file with mode: 0644]
package/network/services/unbound/files/unbound.init [new file with mode: 0755]
package/network/services/unbound/files/unbound.ntpd [new file with mode: 0755]
package/network/services/unbound/files/unbound.sh [new file with mode: 0644]
package/network/services/unbound/files/unbound.uci [new file with mode: 0644]
package/network/services/unbound/files/unbound_ext.conf [new file with mode: 0644]
package/network/services/unbound/files/unbound_srv.conf [new file with mode: 0644]
package/network/services/unbound/patches/100-example-conf-in.patch [new file with mode: 0644]
package/network/services/unbound/patches/200-openssl-log-err.patch [new file with mode: 0644]