From owner-svn-ports-all@FreeBSD.ORG Thu Oct 17 23:24:22 2013 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 ESMTP id A83E232D; Thu, 17 Oct 2013 23:24:22 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5302A4F; Thu, 17 Oct 2013 23:24:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9HNOMQu017254; Thu, 17 Oct 2013 23:24:22 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9HNOM03017247; Thu, 17 Oct 2013 23:24:22 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201310172324.r9HNOM03017247@svn.freebsd.org> From: Matthias Andree Date: Thu, 17 Oct 2013 23:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330686 - head/dns/dnsmasq-devel 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.14 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: Thu, 17 Oct 2013 23:24:22 -0000 Author: mandree Date: Thu Oct 17 23:24:21 2013 New Revision: 330686 URL: http://svnweb.freebsd.org/changeset/ports/330686 Log: Upgrade to rc4, changes over rc3 (-: removed, +: added) REVERT: Add --force-fast-ra option. Another thanks to Uwe Schindler. NEW: + Update Spanish transalation. Thanks to Vicente Soriano. + Add --ra-param option. Thanks to Vladislav Grishenko for + inspiration on this. + Add --add-subnet configuration, to tell upstream DNS + servers where the original client is. Thanks to DNSthingy + for sponsoring this feature. + Add --quiet-dhcp, --quiet-dhcp6 and --quiet-ra. Thanks to + Kevin Darbyshire-Bryant for the initial patch. + Allow A/AAAA records created by --interface-name to be the + target of --cname. Thanks to Hadmut Danisch for the + suggestion. + Avoid treating a --dhcp-host which has an IPv6 address + as eligable for use with DHCPv4 on the grounds that it has + no address, and vice-versa. Thanks to Yury Konovalov for + spotting the problem. + Do a better job caching dangling CNAMEs. Thanks to Yves + Dorfsman for spotting the problem. Fix shebang lines of two Perl scripts. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Thu Oct 17 22:54:53 2013 (r330685) +++ head/dns/dnsmasq-devel/Makefile Thu Oct 17 23:24:21 2013 (r330686) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.67rc3 +DISTVERSION= 2.67rc4 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel @@ -28,6 +28,9 @@ OPTIONS_EXCLUDE+= EXAMPLES NLS_DESC= National Language Support (NLS, enables IDN) IDN_DESC= International Domain Names (IDN) WITHOUT NLS LUA_DESC= Support lease-change scripts in LUA +USES= shebangfix +SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ + contrib/dnslist/dnslist.pl .include Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Thu Oct 17 22:54:53 2013 (r330685) +++ head/dns/dnsmasq-devel/distinfo Thu Oct 17 23:24:21 2013 (r330686) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.67rc3.tar.xz) = 2db4a3d8d7358a91ecf2ec9127ccc9ba878cf7c000337570a14434ee8628d153 -SIZE (dnsmasq-2.67rc3.tar.xz) = 427608 +SHA256 (dnsmasq-2.67rc4.tar.xz) = 73e0e482bd9cccbdc2f2e10dc12bc1b43ba010c22b5054fea45b09e5d76239b0 +SIZE (dnsmasq-2.67rc4.tar.xz) = 431584