summaryrefslogtreecommitdiffstats
path: root/lib/libunbound
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-10-21 14:28:35 +0000
committerdes <des@FreeBSD.org>2016-10-21 14:28:35 +0000
commit962480b2ab226916f69182001ad8aacdc0cd839e (patch)
tree708cc00e6b46dd6756a68a75a46449e799e4bbfb /lib/libunbound
parent9590e954cbe2100263a41aba9beeccfa0b8022b3 (diff)
downloadFreeBSD-src-962480b2ab226916f69182001ad8aacdc0cd839e.zip
FreeBSD-src-962480b2ab226916f69182001ad8aacdc0cd839e.tar.gz
MFH (r305381, r306457): upgrade to unbound 1.5.10 via 1.5.9
Diffstat (limited to 'lib/libunbound')
-rw-r--r--lib/libunbound/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile
index aeb59095..a30bfc7 100644
--- a/lib/libunbound/Makefile
+++ b/lib/libunbound/Makefile
@@ -6,7 +6,7 @@ LDNSDIR= ${.CURDIR}/../../contrib/ldns
UNBOUNDDIR= ${.CURDIR}/../../contrib/unbound
# Hold my beer and watch this
-.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/dns64 ${UNBOUNDDIR}/iterator ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache ${UNBOUNDDIR}/util ${UNBOUNDDIR}/util/data ${UNBOUNDDIR}/util/storage ${UNBOUNDDIR}/validator
+.PATH: ${UNBOUNDDIR} ${UNBOUNDDIR}/cachedb ${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=
@@ -14,19 +14,19 @@ PACKAGE= unbound
CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}
-SRCS= alloc.c as112.c autotrust.c config_file.c configlexer.l configparser.y \
- context.c dname.c dns.c dns64.c dnstree.c fptr_wlist.c infra.c \
- iter_delegpt.c iter_donotq.c iter_fwd.c iter_hints.c iter_priv.c \
- iter_resptype.c iter_scrub.c iter_utils.c iterator.c keyraw.c \
- libunbound.c libworker.c listen_dnsport.c localzone.c locks.c log.c \
- 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 \
+SRCS= alloc.c as112.c autotrust.c cachedb.c config_file.c configlexer.l \
+ configparser.y context.c dname.c dns.c dns64.c dnstree.c \
+ fptr_wlist.c infra.c iter_delegpt.c iter_donotq.c iter_fwd.c \
+ iter_hints.c iter_priv.c iter_resptype.c iter_scrub.c iter_utils.c \
+ iterator.c keyraw.c libunbound.c libworker.c listen_dnsport.c \
+ localzone.c locks.c log.c 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 \
- winsock_event.c wire2str.c
+ sbuffer.c slabhash.c str2wire.c timehist.c tube.c \
+ ub_event_pluggable.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
OpenPOWER on IntegriCloud