head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2009.02.19.11.17.19; author roy; state dead; branches; next 1.1; 1.1 date 2008.12.19.07.53.43; author roy; state Exp; branches; next ; desc @@ 1.2 log @Update to dnsmasq-2.47 Fixes from 2.46 include: * NetBSD-5 support * Better duplicate IPv6 address detection * DBus introspection * work with blank lines in /etc/ethers @ text @$NetBSD: patch-af,v 1.1 2008/12/19 07:53:43 roy Exp $ --- src/rfc1035.c 2008-11-03 16:28:39.000000000 +0000 +++ src/rfc1035.c 2008-11-18 20:51:27.000000000 +0000 @@@@ -25,7 +25,7 @@@@ ((size_t)((pp) - (unsigned char *)(header) + (len)) <= (plen)) #define ADD_RDLEN(header, pp, plen, len) \ - (!CHECK_LEN(header, pp, plen, len) ? 0 : (int)((pp) += (len)), 1) + (!CHECK_LEN(header, pp, plen, len) ? 0 : (long)((pp) += (len)), 1) static int extract_name(HEADER *header, size_t plen, unsigned char **pp, char *name, int isExtract, int extrabytes) @ 1.1 log @Update to dnsmasq-2.46 Noteable changes include: NetBSD-5 support Optional DBus and IPv6 support ISC leasefile support removed Support DHCP clients in multiple DNS domains Re-read /etc/resolv.conf when an "interface up" event occurs @ text @d1 1 a1 1 $NetBSD$ @