oxen-core/external/unbound
moneromooo-monero 1a271d25a1
unbound: enable SHA1
Fixes the unit test failure about SHA1 being unavailable,
and hopefully the monerod complaints about not being able
to verify DNSSEC.

Thanks to iDunk for the remote Windows testing.
2017-12-23 16:14:49 +00:00
..
compat Upgrade unbound library 2017-06-17 23:04:00 +10:00
contrib Upgrade unbound library 2017-06-17 23:04:00 +10:00
daemon Upgrade unbound library 2017-06-17 23:04:00 +10:00
dns64 Upgrade unbound library 2017-06-17 23:04:00 +10:00
dnscrypt Upgrade unbound library 2017-06-17 23:04:00 +10:00
dnstap Upgrade unbound library 2017-06-17 23:04:00 +10:00
doc Upgrade unbound library 2017-06-17 23:04:00 +10:00
iterator Upgrade unbound library 2017-06-17 23:04:00 +10:00
libunbound Upgrade unbound library 2017-06-17 23:04:00 +10:00
pythonmod Upgrade unbound library 2017-06-17 23:04:00 +10:00
respip Upgrade unbound library 2017-06-17 23:04:00 +10:00
services Upgrade unbound library 2017-06-17 23:04:00 +10:00
sldns Upgrade unbound library 2017-06-17 23:04:00 +10:00
smallapp Upgrade unbound library 2017-06-17 23:04:00 +10:00
testcode Upgrade unbound library 2017-06-17 23:04:00 +10:00
util Upgrade unbound library 2017-06-17 23:04:00 +10:00
validator Upgrade unbound library 2017-06-17 23:04:00 +10:00
winrc Upgrade unbound library 2017-06-17 23:04:00 +10:00
ac_pkg_swig.m4 Upgrade unbound library 2017-06-17 23:04:00 +10:00
aclocal.m4 Upgrade unbound library 2017-06-17 23:04:00 +10:00
acx_nlnetlabs.m4 Upgrade unbound library 2017-06-17 23:04:00 +10:00
acx_python.m4 Upgrade unbound library 2017-06-17 23:04:00 +10:00
ax_pthread.m4 update unbound, fix unbound openssl issue on OS X 2015-12-30 12:57:50 +02:00
CMakeLists.txt unbound: enable SHA1 2017-12-23 16:14:49 +00:00
config.guess update unbound from upstream 2015-04-02 11:16:18 +02:00
config.h.cmake.in Upgrade unbound library 2017-06-17 23:04:00 +10:00
config.h.in Upgrade unbound library 2017-06-17 23:04:00 +10:00
config.sub update unbound from upstream 2015-04-02 11:16:18 +02:00
configure Upgrade unbound library 2017-06-17 23:04:00 +10:00
configure.ac Upgrade unbound library 2017-06-17 23:04:00 +10:00
configure_checks.cmake make this build on SunOS/Solaris 2017-11-14 17:03:48 +00:00
install-sh Upgrade unbound library 2017-06-17 23:04:00 +10:00
LICENSE added unbound to external deps 2014-10-05 23:44:31 +02:00
ltmain.sh Upgrade unbound library 2017-06-17 23:04:00 +10:00
makedist.sh update unbound, fix unbound openssl issue on OS X 2015-12-30 12:57:50 +02:00
Makefile.in Upgrade unbound library 2017-06-17 23:04:00 +10:00
README added unbound to external deps 2014-10-05 23:44:31 +02:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf