summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-05-28 09:32:00 +0000
committerfhajny <fhajny>2013-05-28 09:32:00 +0000
commit2b6d3c8e6e37d37ab0836dcf612d0ad783707fb6 (patch)
tree8635fcbebfb9d02983a81762a7eeeec00828377b /net/dnsmasq/Makefile
parentb88e3b7b4fec8706975b0143e01423800000e36d (diff)
downloadpkgsrc-2b6d3c8e6e37d37ab0836dcf612d0ad783707fb6.tar.gz
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
Diffstat (limited to 'net/dnsmasq/Makefile')
-rw-r--r--net/dnsmasq/Makefile5
1 files changed, 2 insertions, 3 deletions
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