#
1df24b40 |
| 24-Aug-2020 |
florian <florian@openbsd.org> |
The kernel provides sufficiently randomised ports. OK sthen
|
#
7ed870dc |
| 02-Jun-2020 |
espie <espie@openbsd.org> |
less convoluted Makefile, removes useless redirections
okay tb@, florian@
|
#
3367dcf5 |
| 21-Dec-2019 |
espie <espie@openbsd.org> |
a few depend:-related thingies that were still in.
okay millert@, tb@
|
#
ac178724 |
| 31-Mar-2019 |
florian <florian@openbsd.org> |
The way we merge libunbound from unbound(8) into unwind(8) we need to make sure that we don't accidentally enable threading by accident. A threaded unwind(8) does not work since it's missing openssl
The way we merge libunbound from unbound(8) into unwind(8) we need to make sure that we don't accidentally enable threading by accident. A threaded unwind(8) does not work since it's missing openssl locks. No config.h change. input & OK sthen
show more ...
|
#
2be9e038 |
| 12-Aug-2017 |
sthen <sthen@openbsd.org> |
update to unbound 1.6.4, ok florian@
|
#
85edfc94 |
| 28-Jan-2017 |
tb <tb@openbsd.org> |
Back out make(obj) hack: it doesn't solve the problem entirely and may interfere with read-only src tree setups.
|
#
62022a2f |
| 24-Jan-2017 |
tb <tb@openbsd.org> |
Add a workaround for the fact that 'install -d' without explicit mode defaults to 755, which is incompatible with WOBJUMASK. Make sure that obj/util has permissions :wobj 770, as all other directorie
Add a workaround for the fact that 'install -d' without explicit mode defaults to 755, which is incompatible with WOBJUMASK. Make sure that obj/util has permissions :wobj 770, as all other directories in obj/. Issue also found by jmc, actual reason tracked down by ajacoutot.
ok ajacoutot
show more ...
|
#
9fd7ba08 |
| 05-Oct-2016 |
natano <natano@openbsd.org> |
Rewriting USER gets in the way of the de-escalation mechanism as it shadows the real user's identity. ok deraadt
|
#
49f2dcf1 |
| 27-Oct-2015 |
sthen <sthen@openbsd.org> |
Don't use a pidfile in unbound by default. Retain the ability in unbound.conf to set one if needed. ok millert@
|
#
ee124332 |
| 30-Nov-2014 |
brad <brad@openbsd.org> |
Remove passing an override of INSTALL_PROGRAM to the autoconf script. It doesn't seem to serve any purpose.
ok sthen@
|
#
66be0861 |
| 20-Nov-2014 |
brad <brad@openbsd.org> |
clean up some files generated during the build.
noticed by deraadt@
|
#
a277877f |
| 26-Mar-2014 |
sthen <sthen@openbsd.org> |
Remove bsd-wrapper pieces to handle pulling unbound-host.1 from src, no longer needed now that this file is handled the same in Unbound's build infrastructure as the other manpages.
|
#
0dc6a031 |
| 21-Mar-2014 |
sthen <sthen@openbsd.org> |
Install a /var/unbound/db directory, writable by the _unbound daemon, and use it as the default location for the DNSSEC root key. Update default config for this location.
With this, the only step re
Install a /var/unbound/db directory, writable by the _unbound daemon, and use it as the default location for the DNSSEC root key. Update default config for this location.
With this, the only step required to enable DNSSEC validation is to uncomment these default config entries and restart:
#module-config: "validator iterator" #auto-trust-anchor-file: "/var/unbound/db/root.key"
There is no longer a requirement to run unbound-anchor manually to update the root key. The rc.d script will take care of updates at boot, and Unbound will manage the file itself at runtime.
Test with "dig test.dnssec-or-not.net txt @127.0.0.1" or similar.
show more ...
|
#
0b68ff31 |
| 16-Mar-2014 |
sthen <sthen@openbsd.org> |
merge conflicts, remove old libldns files
|
#
7036c4a8 |
| 15-Mar-2014 |
sthen <sthen@openbsd.org> |
change pidfile location again; actually this is written before chroot, so it can go straight in /var/run
|
#
fae4f9fb |
| 14-Mar-2014 |
sthen <sthen@openbsd.org> |
use $chrootdir/run for pid file, like nsd.
|
#
96e9c439 |
| 26-Mar-2012 |
sthen <sthen@openbsd.org> |
Add a few missing files for 'make clean'.
|
#
e7308433 |
| 26-Mar-2012 |
sthen <sthen@openbsd.org> |
When clenaing, run "make realclean" in the ldns subdirectory, not just unbound.
|
#
8b9921c4 |
| 26-Mar-2012 |
sthen <sthen@openbsd.org> |
set --without-pythonmodule (this is the default anyway, but better to be explicit).
|
#
a0d2c93c |
| 26-Mar-2012 |
sthen <sthen@openbsd.org> |
Add Makefile wrapper for Unbound. From Bjorn Ketelaars <bjorn.ketelaars at hydroxide.nl>.
|