svn commit: r466189 - in branches/2018Q2/dns/dnsdist: . files

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Apr 1 23:53:09 UTC 2018


Author: cpm
Date: Sun Apr  1 23:53:08 2018
New Revision: 466189
URL: https://svnweb.freebsd.org/changeset/ports/466189

Log:
  MFH: r466147
  
  dns/dnsdist: Update to 1.3.0 (bugfix)
  
  Changes: https://dnsdist.org/changelog.html#change-1.3.0
  
  Approved by:	ports-secteam (riggs)

Modified:
  branches/2018Q2/dns/dnsdist/Makefile
  branches/2018Q2/dns/dnsdist/distinfo
  branches/2018Q2/dns/dnsdist/files/dnsdist.conf.sample
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/dns/dnsdist/Makefile
==============================================================================
--- branches/2018Q2/dns/dnsdist/Makefile	Sun Apr  1 22:38:06 2018	(r466188)
+++ branches/2018Q2/dns/dnsdist/Makefile	Sun Apr  1 23:53:08 2018	(r466189)
@@ -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: branches/2018Q2/dns/dnsdist/distinfo
==============================================================================
--- branches/2018Q2/dns/dnsdist/distinfo	Sun Apr  1 22:38:06 2018	(r466188)
+++ branches/2018Q2/dns/dnsdist/distinfo	Sun Apr  1 23:53:08 2018	(r466189)
@@ -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: branches/2018Q2/dns/dnsdist/files/dnsdist.conf.sample
==============================================================================
--- branches/2018Q2/dns/dnsdist/files/dnsdist.conf.sample	Sun Apr  1 22:38:06 2018	(r466188)
+++ branches/2018Q2/dns/dnsdist/files/dnsdist.conf.sample	Sun Apr  1 23:53:08 2018	(r466189)
@@ -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


More information about the svn-ports-branches mailing list