From 36b9c02bc158a601a2d19e9a71df0421420f539e Mon Sep 17 00:00:00 2001 From: tonnerre Date: Wed, 23 Jul 2008 23:46:08 +0000 Subject: 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). --- net/dnsmasq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/dnsmasq/Makefile') 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/ -- cgit v1.2.3