Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 22:29:10 +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: r308283 - head/dns/dnsmasq
Message-ID:  <201212042229.qB4MTADo027560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Dec  4 22:29:10 2012
New Revision: 308283
URL: http://svnweb.freebsd.org/changeset/ports/308283

Log:
  Update to new upstream release 2.64.
  
  Feature safe:	yes
  
  Changelog for version 2.64:
  
  Handle DHCP FQDN options with all flag bits zero and --dhcp-client-update set.
  Thanks to Bernd Krumbroeck for spotting the problem.
  
  Finesse the check for /etc/hosts names which conflict with DHCP names.
  Previously a name/address pair in /etc/hosts which didn't match the
  name/address of a DHCP lease would generate a warning. Now that only
  happesn if there is not also a match. This allows multiple addresses for
  a name in /etc/hosts with one of them assigned via DHCP.
  
  Fix broken vendor-option processing for BOOTP. Thanks to Hans-Joachim
  Baader for the bug report.
  
  Don't report spurious netlink errors, regression in 2.63. Thanks to
  Vladislav Grishenko for the patch.
  
  Flag DHCP or DHCPv6 in starup logging. Thanks to Vladislav Grishenko for
  the patch.
  
  Add SetServersEx method in DBus interface. Thanks to Dan Williams for
  the patch.
  
  Add SetDomainServers method in DBus interface. Thanks to Roy Marples for
  the patch.
  
  Fix build with later Lua libraries. Thansk to Cristian Rodriguez for the
  patch.
  
  Add --max-cache-ttl option. Thanks to Dennis Kaarsemaker for the patch.
  
  Fix breakage of --host-record parsing, resulting in infinte loop at
  startup. Regression in 2.63. Thanks to Haim Gelfenbeyn for spotting
  this.
  
  Set SO_REUSEADDRESS and SO_V6ONLY options on the DHCPv6 socket, this
  allows multiple instances of dnsmasq on a single machine, in the same
  way as for DHCPv4. Thanks to Gene Czarcinski and Vladislav Grishenko for
  work on this.
  
  Fix DHCPv6 to do access control correctly when it's configured with
  --listen-address. Thanks to Gene Czarcinski for sorting this out.
  
  Add a "wildcard" dhcp-range which works for any IPv6 subnet,
  --dhcp-range=::,static Useful for Stateless DHCPv6. Thanks to Vladislav
  Grishenko for the patch.
  
  Don't include lease-time in DHCPACK replies to DHCPINFORM queries, since
  RFC-2131 says we shouldn't. Thanks to Wouter Ibens for pointing this
  out.
  
  Makefile tweak to do dependency checking on header files.  Thanks to
  Johan Peeters for the patch.
  
  Check interface for outgoing unsolicited router advertisements, rather
  than relying on interface address configuration. Thanks to Gene
  Czarinski for the patch.
  
  Handle better attempts to transmit on interfaces which are still doing
  DAD, and specifically do not just transmit without setting source
  address and interface, since this can cause very puzzling effects when a
  router advertisement goes astray. Thanks again to Gene Czarinski.
  
  Get RA timers right when there is more than one dhcp-range on a subnet.

Modified:
  head/dns/dnsmasq/Makefile
  head/dns/dnsmasq/distinfo   (contents, props changed)

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Tue Dec  4 22:08:24 2012	(r308282)
+++ head/dns/dnsmasq/Makefile	Tue Dec  4 22:29:10 2012	(r308283)
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	dnsmasq
-DISTVERSION=	2.63
+DISTVERSION=	2.64
 PORTEPOCH=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
 		${MASTER_SITE_LOCAL}/
-#MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 MASTER_SITE_SUBDIR=	mandree
 
 MAINTAINER=	mandree@FreeBSD.org

Modified: head/dns/dnsmasq/distinfo
==============================================================================
--- head/dns/dnsmasq/distinfo	Tue Dec  4 22:08:24 2012	(r308282)
+++ head/dns/dnsmasq/distinfo	Tue Dec  4 22:29:10 2012	(r308283)
@@ -1,2 +1,2 @@
-SHA256 (dnsmasq-2.63.tar.xz) = f5eb1c2dfd47a2c75b0d40a60f85dce2e84c6af6d1cd5318fbe8cd69845ed2d8
-SIZE (dnsmasq-2.63.tar.xz) = 378148
+SHA256 (dnsmasq-2.64.tar.xz) = d80a3aa32c5293d9824a23b12cdd2adc6965d68072572a1d6c9f6781a395a897
+SIZE (dnsmasq-2.64.tar.xz) = 381716



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