Author: des Date: Sat May 12 14:04:30 2018 New Revision: 333557 URL: https://svnweb.freebsd.org/changeset/base/333557
Log: Upgrade Unbound to 1.6.1. More to follow. Modified: head/lib/libunbound/Makefile head/usr.sbin/unbound/Makefile.inc Modified: head/lib/libunbound/Makefile ============================================================================== --- head/lib/libunbound/Makefile Sat May 12 13:14:01 2018 (r333556) +++ head/lib/libunbound/Makefile Sat May 12 14:04:30 2018 (r333557) @@ -29,6 +29,7 @@ SRCS= alloc.c as112.c autotrust.c cachedb.c config_fil val_utils.c validator.c view.c winsock_event.c wire2str.c WARNS?= 3 +NO_WTHREAD_SAFETY= true LIBADD= ssl crypto pthread Modified: head/usr.sbin/unbound/Makefile.inc ============================================================================== --- head/usr.sbin/unbound/Makefile.inc Sat May 12 13:14:01 2018 (r333556) +++ head/usr.sbin/unbound/Makefile.inc Sat May 12 14:04:30 2018 (r333557) @@ -1,6 +1,7 @@ # $FreeBSD$ -NO_WERROR= true +NO_WERROR= true +NO_WTHREAD_SAFETY= true PACKAGE= unbound .include "../Makefile.inc" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"