FreeBSD Bugzilla – Attachment 160189 Details for
Bug 202555
[MAINTAINER] dns/dnsdist: update to 0.0.213g3172f9b
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
dnsdist.diff (text/plain), 2.57 KB, created by
Carlos J Puga Medina
on 2015-08-21 19:51:15 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Carlos J Puga Medina
Created:
2015-08-21 19:51:15 UTC
Size:
2.57 KB
patch
obsolete
>diff -urN /usr/ports/dns/dnsdist.old/Makefile /usr/ports/dns/dnsdist/Makefile >--- /usr/ports/dns/dnsdist.old/Makefile 2015-08-16 13:27:02.000000000 +0200 >+++ /usr/ports/dns/dnsdist/Makefile 2015-08-21 21:47:29.933530000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/dns/dnsdist/Makefile 394402 2015-08-16 11:27:02Z amdmi3 $ > > PORTNAME= dnsdist >-DISTVERSION= 0.0.211g05c8117 >+DISTVERSION= 0.0.213g3172f9b > CATEGORIES= dns net > MASTER_SITES= http://builder.powerdns.com/files/dnsdist/dist/ > >@@ -23,7 +23,11 @@ > USES= bison cpe gmake libtool lua:52 pkgconfig readline tar:bz2 > INSTALL_TARGET= install-strip > >+USE_RC_SUBR= dnsdist >+SUB_FILES= dnsdist.conf >+ > PLIST_FILES= bin/dnsdist \ >- man/man1/dnsdist.1.gz >+ man/man1/dnsdist.1.gz \ >+ etc/dnsdist.conf > > .include <bsd.port.mk> >diff -urN /usr/ports/dns/dnsdist.old/distinfo /usr/ports/dns/dnsdist/distinfo >--- /usr/ports/dns/dnsdist.old/distinfo 2015-08-16 13:27:02.000000000 +0200 >+++ /usr/ports/dns/dnsdist/distinfo 2015-08-19 19:15:26.254463000 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (dnsdist-0.0.211g05c8117.tar.bz2) = de08b642c0b5c1d2f6ff9900e8e043738789a1068a6283005136badaa8622305 >-SIZE (dnsdist-0.0.211g05c8117.tar.bz2) = 539720 >+SHA256 (dnsdist-0.0.213g3172f9b.tar.bz2) = fe0fa3c3f3c2633d2927b30f54fc92fded3c4dae7d354dde3df7fda3792c6abd >+SIZE (dnsdist-0.0.213g3172f9b.tar.bz2) = 539680 >diff -urN /usr/ports/dns/dnsdist.old/files/dnsdist.conf.in /usr/ports/dns/dnsdist/files/dnsdist.conf.in >--- /usr/ports/dns/dnsdist.old/files/dnsdist.conf.in 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/dns/dnsdist/files/dnsdist.conf.in 2015-08-20 08:42:49.123647000 +0200 >@@ -0,0 +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("192.168.1.2") >+setServerPolicy(firstAvailable) -- first server within its QPS limit >diff -urN /usr/ports/dns/dnsdist.old/files/dnsdist.in /usr/ports/dns/dnsdist/files/dnsdist.in >--- /usr/ports/dns/dnsdist.old/files/dnsdist.in 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/dns/dnsdist/files/dnsdist.in 2015-08-18 22:39:32.234939000 +0200 >@@ -0,0 +1,27 @@ >+#!/bin/sh >+# >+# $FreeBSD$ >+# >+# PROVIDE: dnsdist >+# REQUIRE: NETWORKING DAEMON >+# KEYWORD: shutdown >+# >+# Add the following to /etc/rc.conf to enable dnsdist: >+# >+# dnsdist_enable="YES" >+# >+ >+. /etc/rc.subr >+ >+name="dnsdist" >+rcvar="dnsdist_enable" >+ >+load_rc_config ${name} >+ >+: ${dnsdist_enable:="NO"} >+: ${dnsdist_pidfile:=/var/run/${name}/pid} >+ >+command=/usr/local/sbin/${name} >+command_args="-l 127.0.0.1:53" >+ >+run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202555
:
160189
|
160198
|
160204
|
160205
|
160206
|
160208
|
160209