summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre>2008-07-23 23:46:08 +0000
committertonnerre <tonnerre>2008-07-23 23:46:08 +0000
commit36b9c02bc158a601a2d19e9a71df0421420f539e (patch)
tree22e4b2cda32a3bd03d40283bffe0c39a1228c051 /net/dnsmasq/Makefile
parentf2a610f2dfa1fb61a4d0c48e171f237c326f979b (diff)
downloadpkgsrc-36b9c02bc158a601a2d19e9a71df0421420f539e.tar.gz
Update dnsmasq to version 2.45 in order to fix CVE-2008-1447.
Changes since version 2.38: - Names ending in a dot now work. - Whitespaces arround commata in config files are now ignored. - Asynchronous logging. - New --log-dhcp flag was added. - RFC3046 relay agent data matching. - RFC3993 subscriber ID relay agent data matching. - RFC 5107 server-id-override DHCP relay agent option. - Option for interface names added. - SIGUSR2 now closes and reopens the log files. - DNS LOC record support. - Allow disabling the DNS functionality by setting the port to 0. - DNSMASQ_INTERFACE is now part of the environment of the lease change script. - PMTUd disabled on DHCP and TFTP sockets. - --dhcp-bridge now works on all BSD variants. - Now including a Solaris 10 SMF. - Random source ports for DNS queries (CVE-2008-1447).
Diffstat (limited to 'net/dnsmasq/Makefile')
-rw-r--r--net/dnsmasq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index fbc10e6d9f0..99489e279b1 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2007/02/23 15:08:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/23 23:46:08 tonnerre Exp $
#
-DISTNAME= dnsmasq-2.38
+DISTNAME= dnsmasq-2.45
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/