danicoin/external/unbound
moneromooo-monero 5d0cb73356
unbound: do not try to link against libevent
It is now not needed anymore, as we use minievent instead
2015-10-05 20:57:52 +01:00
..
compat update unbound from upstream 2015-04-02 11:16:18 +02:00
contrib update libunbound 2015-05-31 16:36:48 +02:00
daemon update unbound 2015-08-14 19:12:19 +02:00
dns64 update unbound from upstream 2015-04-02 11:16:18 +02:00
dnstap update unbound from upstream 2015-04-02 11:16:18 +02:00
doc update unbound 2015-08-14 19:12:19 +02:00
iterator update unbound 2015-08-14 19:12:19 +02:00
libunbound Revert "re-re-add Windows DNS bug fix, per c0de96f" 2015-08-18 02:26:02 +02:00
pythonmod update libunbound 2015-05-31 16:36:48 +02:00
services update unbound 2015-08-14 19:12:19 +02:00
sldns update unbound 2015-08-14 19:12:19 +02:00
smallapp update unbound 2015-08-14 19:12:19 +02:00
testcode update unbound 2015-08-14 19:12:19 +02:00
util update unbound 2015-08-14 19:12:19 +02:00
validator update unbound 2015-08-14 19:12:19 +02:00
winrc update libunbound 2015-05-31 16:36:48 +02:00
ac_pkg_swig.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
aclocal.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
acx_nlnetlabs.m4 update unbound from upstream 2015-04-02 11:16:18 +02:00
acx_python.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
ax_pthread.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
CMakeLists.txt unbound: do not try to link against libevent 2015-10-05 20:57:52 +01:00
config.guess update unbound from upstream 2015-04-02 11:16:18 +02:00
config.h.cmake.in unbound: use the mini event fallback implementation 2015-08-30 15:21:24 +01:00
config.h.in update unbound 2015-08-14 19:12:19 +02:00
config.sub update unbound from upstream 2015-04-02 11:16:18 +02:00
configure update unbound 2015-08-14 19:12:19 +02:00
configure.ac update unbound 2015-08-14 19:12:19 +02:00
configure_checks.cmake updated unbound cmake for static builds 2015-04-06 19:39:59 +02:00
install-sh added unbound to external deps 2014-10-05 23:44:31 +02:00
LICENSE added unbound to external deps 2014-10-05 23:44:31 +02:00
ltmain.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
makedist.sh update unbound 2015-08-14 19:12:19 +02:00
Makefile.in update unbound 2015-08-14 19:12:19 +02: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