>> I agree, however I cannot help with these arches as I do not have >> access to them. Anyone does? > > I tested another arch, alpha with -current from 2012-02-12. A couple > of build scripts needed executable bits to build successfully, like > install-sh and libtool (hppa had the same issue, of course, forgot to > mention that). Other than that, it works fine.
Thanks for the feedback! The executable bits got lost during archiving (using tar _without_ the -p flag). My fault... I made an update based on unbound 1.4.16 and different pieces of feedback. Current status: - 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) - executable bits are preserved Updated set of files and diffs are here: http://gateway.hydroxide.nl/OpenBSD/unbound-wip.2.tar.gz -- Bjvrn Ketelaars
