From 2b6d3c8e6e37d37ab0836dcf612d0ad783707fb6 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 28 May 2013 09:32:00 +0000 Subject: Update dnsmasq to 2.66. Changes in 2.66 - Add the ability to act as an authoritative DNS server - Add "constructed DHCP ranges" for DHCPv6 - Fix crash on startup on Solaris 11 - Add code to make behaviour for TCP DNS requests when a request arrives for an allowed address, but via a banned interface - Don't send the default DHCP option advertising dnsmasq as the local DNS server if dnsmasq is configured to not act as DNS server, or it's configured to a non-standard port. - Add DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBCRIBER_ID, DNSMASQ_REMOTE_ID variables to the environment of the lease-change script - Fixed crash whilst handling DHCPv6 information-requests - Add --ipset option - Don't erroneously reject some option names in --dhcp-match options - Allow a trailing '*' wildcard in all interface-name configurations - Handle the situation where libc headers define SO_REUSEPORT, but the kernel in use doesn't - Update Polish translation - Fix crash if the configured DHCP lease limit is reached - Update the French translation Changes in 2.65: - Fix regression which broke forwarding of queries sent via TCP which are not for A and AAAA and which were directed to non-default servers - Fix failure to build with DHCP support excluded - Fix nasty regression in 2.64 which completely broke cacheing See full changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG --- net/dnsmasq/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/dnsmasq/Makefile') diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile index 9aea249ba4e..ed5647752e9 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/04/04 12:38:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2013/05/28 09:32:00 fhajny Exp $ # -DISTNAME= dnsmasq-2.64 -PKGREVISION= 1 +DISTNAME= dnsmasq-2.66 CATEGORIES= net MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ LICENSE= gnu-gpl-v3 -- cgit v1.2.3