Index: head/dns/dnsdist/Makefile =================================================================== --- head/dns/dnsdist/Makefile (revision 466146) +++ head/dns/dnsdist/Makefile (revision 466147) @@ -1,51 +1,51 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm MAINTAINER= cpm@FreeBSD.org COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer LICENSE= GPLv2 UNLICENSE LICENSE_COMB= multi LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 \ libsodium.so:security/libsodium GNU_CONFIGURE= yes USES= bison compiler cpe gmake libedit libtool localbase lua:52 \ pkgconfig tar:bz2 CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --enable-dnscrypt \ --enable-libsodium \ --enable-re2 INSTALL_TARGET= install-strip USERS= _dnsdist GROUPS= _dnsdist USE_RC_SUBR= dnsdist .include # Fix dnsdist binaries when building on FreeBSD 10.3 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 BUILD_DEPENDS+= clang50:devel/llvm50 CC= clang50 CXX= clang++50 .endif post-install: ${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample \ ${STAGEDIR}${PREFIX}/etc .include Index: head/dns/dnsdist/distinfo =================================================================== --- head/dns/dnsdist/distinfo (revision 466146) +++ head/dns/dnsdist/distinfo (revision 466147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518870121 -SHA256 (dnsdist-1.2.1.tar.bz2) = dc71baebc1fe024035dd3fdc7b08a0ad5aa834bc9438f3152adeb881d2323012 -SIZE (dnsdist-1.2.1.tar.bz2) = 866549 +TIMESTAMP = 1522585108 +SHA256 (dnsdist-1.3.0.tar.bz2) = aa67cd4db8404a13ed4ed1097dd850203dab8a327372f72bb140df11ef7eba08 +SIZE (dnsdist-1.3.0.tar.bz2) = 924183 Index: head/dns/dnsdist/files/dnsdist.conf.sample =================================================================== --- head/dns/dnsdist/files/dnsdist.conf.sample (revision 466146) +++ head/dns/dnsdist/files/dnsdist.conf.sample (revision 466147) @@ -1,6 +1,6 @@ -newServer {address="2001:4860:4860::8888", qps=1} -newServer {address="2001:4860:4860::8844", qps=1} -newServer {address="2620:0:ccc::2", qps=10} -newServer {address="2620:0:ccd::2", qps=10} +newServer ({address="2001:4860:4860::8888", qps=1}) +newServer ({address="2001:4860:4860::8844", qps=1}) +newServer ({address="2620:0:ccc::2", qps=10}) +newServer ({address="2620:0:ccd::2", name="dns1", qps=10}) newServer("192.168.1.2") setServerPolicy(firstAvailable) -- first server within its QPS limit