svn commit: r351356 - in head/dns/dnsmasq: . files
Matthias Andree
mandree at FreeBSD.org
Tue Apr 15 17:40:47 UTC 2014
Author: mandree
Date: Tue Apr 15 17:40:46 2014
New Revision: 351356
URL: http://svnweb.freebsd.org/changeset/ports/351356
QAT: https://qat.redports.org/buildarchive/r351356/
Log:
Propose local-service option in default .example configuration.
PR: ports/188548
Submitted by: Jeroen van der Ham <jeroen at 1sand0s.nl>
Added:
head/dns/dnsmasq/files/patch-dnsmasq.conf.example (contents, props changed)
Modified:
head/dns/dnsmasq/Makefile
Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile Tue Apr 15 17:33:02 2014 (r351355)
+++ head/dns/dnsmasq/Makefile Tue Apr 15 17:40:46 2014 (r351356)
@@ -4,6 +4,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.69
PORTEPOCH= 1
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
LOCAL/mandree/
Added: head/dns/dnsmasq/files/patch-dnsmasq.conf.example
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/dnsmasq/files/patch-dnsmasq.conf.example Tue Apr 15 17:40:46 2014 (r351356)
@@ -0,0 +1,15 @@
+--- ./dnsmasq.conf.example.orig 2014-04-09 21:36:53.000000000 +0200
++++ ./dnsmasq.conf.example 2014-04-15 19:32:54.000000000 +0200
+@@ -123,6 +123,12 @@
+ # running another nameserver on the same machine.
+ #bind-interfaces
+
++# Accept DNS queries only from hosts whose address is on a local
++# subnet, ie a subnet for which an interface exists on the server.
++# This option only has effect if there are no --interface
++# --except-interface, --listen-address or --auth-server options.
++local-service
++
+ # If you don't want dnsmasq to read /etc/hosts, uncomment the
+ # following line.
+ #no-hosts
More information about the svn-ports-head
mailing list