Here is an update to dnsmasq 2.67. Tested with DNS, DHCPv4 and RA.
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/dnsmasq/Makefile,v retrieving revision 1.32 diff -u -p -u -p -r1.32 Makefile --- Makefile 7 Aug 2013 15:37:11 -0000 1.32 +++ Makefile 26 Oct 2013 19:12:05 -0000 @@ -2,12 +2,14 @@ COMMENT= lightweight caching DNS forwarder, DHCP and TFTP server -DISTNAME= dnsmasq-2.66 +DISTNAME= dnsmasq-2.67 CATEGORIES= net MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ EXTRACT_SUFX= .tar.xz HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html + +MAINTAINER= Brad Smith <[email protected]> # GPLv2+ PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/net/dnsmasq/distinfo,v retrieving revision 1.22 diff -u -p -u -p -r1.22 distinfo --- distinfo 20 Apr 2013 02:38:33 -0000 1.22 +++ distinfo 26 Oct 2013 19:12:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.66.tar.xz) = XhQ5R1J7zcRqMPSxu9+/qWMz3Zi87NrDtbHWys/gbHU= -SIZE (dnsmasq-2.66.tar.xz) = 401056 +SHA256 (dnsmasq-2.67.tar.xz) = qPHOydPzjRnHxU4oeXA9QnSKzg9iwy5pWwggUb3ScF0= +SIZE (dnsmasq-2.67.tar.xz) = 418484 Index: patches/patch-man_dnsmasq_8 =================================================================== RCS file: /cvs/ports/net/dnsmasq/patches/patch-man_dnsmasq_8,v retrieving revision 1.15 diff -u -p -u -p -r1.15 patch-man_dnsmasq_8 --- patches/patch-man_dnsmasq_8 20 Apr 2013 02:38:33 -0000 1.15 +++ patches/patch-man_dnsmasq_8 26 Oct 2013 19:12:05 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.15 2013/04/20 02:38:33 brad Exp $ ---- man/dnsmasq.8.orig Wed Apr 17 08:52:49 2013 -+++ man/dnsmasq.8 Wed Apr 17 17:12:39 2013 +--- man/dnsmasq.8.orig Wed Oct 16 09:33:23 2013 ++++ man/dnsmasq.8 Wed Oct 16 23:42:24 2013 @@ -125,13 +125,12 @@ Specify an alternate path for dnsmasq to record its pr .TP .B \-u, --user=<username> @@ -17,7 +17,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.15 201 .TP .B \-v, --version Print the version number. -@@ -1527,7 +1526,7 @@ with # are always skipped. This flag may be given on t +@@ -1635,7 +1634,7 @@ with # are always skipped. This flag may be given on t line or in a configuration file. .SH CONFIG FILE At startup, dnsmasq reads @@ -26,7 +26,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.15 201 if it exists. (On FreeBSD, the file is .I /usr/local/etc/dnsmasq.conf -@@ -1958,7 +1957,7 @@ dnsmasq has no direct way of determining the charset i +@@ -2066,7 +2065,7 @@ dnsmasq has no direct way of determining the charset i assume that it is the system default. .SH FILES Index: patches/patch-src_config_h =================================================================== RCS file: /cvs/ports/net/dnsmasq/patches/patch-src_config_h,v retrieving revision 1.12 diff -u -p -u -p -r1.12 patch-src_config_h --- patches/patch-src_config_h 20 Apr 2013 02:38:33 -0000 1.12 +++ patches/patch-src_config_h 26 Oct 2013 19:12:05 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-src_config_h,v 1.12 2013/04/20 02:38:33 brad Exp $ ---- src/config.h.orig Thu Mar 7 15:59:28 2013 -+++ src/config.h Fri Mar 8 20:42:51 2013 +--- src/config.h.orig Wed Oct 16 09:33:23 2013 ++++ src/config.h Wed Oct 16 23:42:24 2013 @@ -34,8 +34,8 @@ #define HOSTSFILE "/etc/hosts" #define ETHERSFILE "/etc/ethers" @@ -12,7 +12,7 @@ $OpenBSD: patch-src_config_h,v 1.12 2013 #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ #define LOG_MAX 5 /* log-queue length */ #define RANDFILE "/dev/urandom" -@@ -161,7 +161,7 @@ RESOLVFILE +@@ -159,7 +159,7 @@ RESOLVFILE # if defined(__FreeBSD__) # define CONFFILE "/usr/local/etc/dnsmasq.conf" # else -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
