From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 17:40:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14EA7B07; Tue, 15 Apr 2014 17:40:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 019B9175A; Tue, 15 Apr 2014 17:40:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FHekhD048689; Tue, 15 Apr 2014 17:40:46 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FHekF8048687; Tue, 15 Apr 2014 17:40:46 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201404151740.s3FHekF8048687@svn.freebsd.org> From: Matthias Andree Date: Tue, 15 Apr 2014 17:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351356 - in head/dns/dnsmasq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 17:40:47 -0000 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 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