Date: Sat, 12 May 2018 14:04:30 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333557 - in head: lib/libunbound usr.sbin/unbound Message-ID: <201805121404.w4CE4UiY085410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805121404.w4CE4UiY085410>