Upgrade Unbound to 1.6.1. More to follow.

This commit is contained in:
Dag-Erling Smørgrav 2018-05-12 14:04:30 +00:00
parent dfb8c122c9
commit d7d1dffb61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333557
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ SRCS= alloc.c as112.c autotrust.c cachedb.c config_file.c configlexer.l \
val_utils.c validator.c view.c winsock_event.c wire2str.c
WARNS?= 3
NO_WTHREAD_SAFETY= true
LIBADD= ssl crypto pthread

View file

@ -1,6 +1,7 @@
# $FreeBSD$
NO_WERROR= true
NO_WERROR= true
NO_WTHREAD_SAFETY= true
PACKAGE= unbound
.include "../Makefile.inc"