diff options
author | 2020-08-24 15:33:33 +0000 | |
---|---|---|
committer | 2020-08-24 15:33:33 +0000 | |
commit | 1df24b40b532950c5fa9b49f92d9f7cca7ac5255 (patch) | |
tree | c819417f69f397cf8ab3aac1bdd4e3f3d27bd088 | |
parent | Remove ptr_array from struct pf_ruleset (diff) | |
download | wireguard-openbsd-1df24b40b532950c5fa9b49f92d9f7cca7ac5255.tar.xz wireguard-openbsd-1df24b40b532950c5fa9b49f92d9f7cca7ac5255.zip |
The kernel provides sufficiently randomised ports.
OK sthen
-rw-r--r-- | usr.sbin/unbound/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/unbound/Makefile.bsd-wrapper b/usr.sbin/unbound/Makefile.bsd-wrapper index ff9bc927592..7fcd0818ff1 100644 --- a/usr.sbin/unbound/Makefile.bsd-wrapper +++ b/usr.sbin/unbound/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2020/06/02 14:41:13 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2020/08/24 15:33:33 florian Exp $ .include <bsd.own.mk> @@ -17,7 +17,8 @@ CONFIGURE_OPTS_UNBOUND= --enable-allsymbols \ --with-rootkey-file=/var/unbound/db/root.key \ --with-conf-file=${CHROOTDIR}/etc/unbound.conf \ --with-username=_unbound \ - --disable-shared + --disable-shared \ + --disable-explicit-port-randomisation # do not remove, breaks unwind(8) CONFIGURE_OPTS_UNBOUND+= --without-pthreads |