Date: Sun, 1 Apr 2018 12:43:53 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466147 - in head/dns/dnsdist: . files Message-ID: <201804011243.w31ChrBR013245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sun Apr 1 12:43:53 2018 New Revision: 466147 URL: https://svnweb.freebsd.org/changeset/ports/466147 Log: dns/dnsdist: Update to 1.3.0 (bugfix) Changes: https://dnsdist.org/changelog.html#change-1.3.0 MFH: 2018Q2 Modified: head/dns/dnsdist/Makefile head/dns/dnsdist/distinfo head/dns/dnsdist/files/dnsdist.conf.sample Modified: head/dns/dnsdist/Makefile ============================================================================== --- head/dns/dnsdist/Makefile Sun Apr 1 12:36:59 2018 (r466146) +++ head/dns/dnsdist/Makefile Sun Apr 1 12:43:53 2018 (r466147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm Modified: head/dns/dnsdist/distinfo ============================================================================== --- head/dns/dnsdist/distinfo Sun Apr 1 12:36:59 2018 (r466146) +++ head/dns/dnsdist/distinfo Sun Apr 1 12:43:53 2018 (r466147) @@ -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 Modified: head/dns/dnsdist/files/dnsdist.conf.sample ============================================================================== --- head/dns/dnsdist/files/dnsdist.conf.sample Sun Apr 1 12:36:59 2018 (r466146) +++ head/dns/dnsdist/files/dnsdist.conf.sample Sun Apr 1 12:43:53 2018 (r466147) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804011243.w31ChrBR013245>