Latest iteration of trying to get unbound to fit in OpenBSD base can be found here:
http://gateway.hydroxide.nl/OpenBSD/unbound-wip.5.tar.gz Quite a few things have changed: - better integration of ldns in unbound by writing a better Makefile.bsd-wrapper (thanks to Ralf -at- ackstorm -dot- de); - builds and installs on amd64 / i386 - builds and installs on sparc64 (thanks to Ralf) - builds and installs on vax - simh emulator (again, thanks to Ralf) >From README (included with tarball): - Use of unbound 1.4.16 and ldns 1.6.12 - Integration of unbound is non invasive. Meaning no other pieces of software are being removed. Just another flag in rc.conf - drill is installed (as possible addition to BIND-tooling) - Unbound-control-setup generates self-signed certificate and private keys - etc/rc -> make_keys() - Added _unbound user and group (picked 102 as uid) - Some additions to etc/Makefile (directory creation and installation of root.hint and unbound.conf) - rc.d-script for control of unbound daemon - rc.d-script contains rc_pre() to create anchor file (root.key). However, this function does not run per default (depending on specific setting in unbound.conf) Anybody feels like testing and / or commenting the above?
