diff options
author | des <des@FreeBSD.org> | 2015-12-04 13:26:12 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-12-04 13:26:12 +0000 |
commit | 72c7e45913048bf7a7a9f4f898363ea802ba3ab7 (patch) | |
tree | 658b312c2da2a4079aee851908bd5b4bd805ab2b /lib | |
parent | fc230dcf447eb45f054aa940c35313f825b926df (diff) | |
download | FreeBSD-src-72c7e45913048bf7a7a9f4f898363ea802ba3ab7.zip FreeBSD-src-72c7e45913048bf7a7a9f4f898363ea802ba3ab7.tar.gz |
MFH (r287917, r287918, r289063): upgrade to latest Unbound
MFH (r283301, r289592, r291582): rc script improvements
MFH (r287880): respect manually configured forwarders when using DHCP
MFH (r289321): deconfuse man page
PR: 184047 203580 204931
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libunbound/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index 67195ce..8519b77 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -5,7 +5,7 @@ LDNSDIR= ${.CURDIR}/../../contrib/ldns UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound # Hold my beer and watch this -.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/ldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator +.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/compat ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator LIB= unbound PRIVATELIB= @@ -20,10 +20,10 @@ SRCS= alloc.c autotrust.c config_file.c configlexer.l configparser.y \ lookup3.c lruhash.c mesh.c mini_event.c modstack.c module.c \ msgencode.c msgparse.c msgreply.c net_help.c netevent.c \ outbound_list.c outside_network.c packed_rrset.c parse.c \ - parseutil.c random.c rbtree.c regional.c rrdef.c rrset.c rtt.c \ - sbuffer.c slabhash.c str2wire.c timehist.c tube.c val_anchor.c \ - val_kcache.c val_kentry.c val_neg.c val_nsec.c val_nsec3.c \ - val_secalgo.c val_sigcrypt.c val_utils.c validator.c \ + parseutil.c random.c rbtree.c reallocarray.c regional.c rrdef.c \ + rrset.c rtt.c sbuffer.c slabhash.c str2wire.c timehist.c tube.c \ + val_anchor.c val_kcache.c val_kentry.c val_neg.c val_nsec.c \ + val_nsec3.c val_secalgo.c val_sigcrypt.c val_utils.c validator.c \ winsock_event.c wire2str.c WARNS?= 3 |