Add dnscrypt-proxy (ldns, libsodium, luci-app-dnscrypt-proxy)
authorRISCi_ATOM <bob@bobcall.me>
Fri, 10 Jan 2020 17:50:06 +0000 (12:50 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 10 Jan 2020 17:50:06 +0000 (12:50 -0500)
commit61b816f2384e0ae70fceebcd686f3d01521cf434
tree6d17174ad54cc4bcaadc0a644b9ca2d153823eed
parent84ed0f639b0237bc2d6bd3df0c72c7344638cfc3
Add dnscrypt-proxy (ldns, libsodium, luci-app-dnscrypt-proxy)
30 files changed:
libs/ldns/Makefile [new file with mode: 0644]
libs/ldns/patches/001-fix-cross-compile-on-darwin.patch [new file with mode: 0644]
libs/ldns/patches/100-CVE-2017-1000231.patch [new file with mode: 0644]
libs/ldns/patches/101-CVE-2017-1000232.patch [new file with mode: 0644]
libs/ldns/patches/200-deprecated-openssl.patch [new file with mode: 0644]
libs/ldns/patches/300-openssl-engine.patch [new file with mode: 0644]
libs/libsodium/Makefile [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/Makefile [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/controller/dnscrypt-proxy.lua [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_dnsmasq_tab.lua [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/cfg_resolvcrypt_tab.lua [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/configuration_tab.lua [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/model/cbi/dnscrypt-proxy/overview_tab.lua [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/logread.htm [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/res_options.htm [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/view_reslist.htm [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/es/dnscrypt-proxy.po [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/ja/dnscrypt-proxy.po [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/ru/dnscrypt-proxy.po [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/templates/dnscrypt-proxy.pot [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/zh-cn/dnscrypt-proxy.po [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/po/zh-tw/dnscrypt-proxy.po [new file with mode: 0644]
luci/luci-app-dnscrypt-proxy/root/etc/uci-defaults/60_luci-dnscrypt-proxy [new file with mode: 0755]
net/dnscrypt-proxy/Config.in [new file with mode: 0755]
net/dnscrypt-proxy/Makefile [new file with mode: 0644]
net/dnscrypt-proxy/files/dnscrypt-proxy.config [new file with mode: 0644]
net/dnscrypt-proxy/files/dnscrypt-proxy.init [new file with mode: 0644]
net/dnscrypt-proxy/files/dnscrypt-resolvers.csv [new file with mode: 0644]
net/dnscrypt-proxy/patches/010-internal.patch [new file with mode: 0644]