Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 23:24:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330686 - head/dns/dnsmasq-devel
Message-ID:  <201310172324.r9HNOM03017247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310172324.r9HNOM03017247>