Update to dnsmasq 2.66.

ok sthen@
This commit is contained in:
brad 2013-04-20 02:38:33 +00:00
parent 8a275d20b1
commit 18460e1074
4 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2013/03/11 11:35:46 espie Exp $
# $OpenBSD: Makefile,v 1.31 2013/04/20 02:38:33 brad Exp $
NOT_FOR_ARCHS= ${GCC2_ARCHS}
COMMENT= lightweight caching DNS forwarder, DHCP and TFTP server
DISTNAME= dnsmasq-2.65
DISTNAME= dnsmasq-2.66
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
EXTRACT_SUFX= .tar.xz

View File

@ -1,2 +1,2 @@
SHA256 (dnsmasq-2.65.tar.xz) = WdEq2ta3oRr2RzeX0VbGnlTp21otENg3KGQE2/Qh5sI=
SIZE (dnsmasq-2.65.tar.xz) = 381900
SHA256 (dnsmasq-2.66.tar.xz) = XhQ5R1J7zcRqMPSxu9+/qWMz3Zi87NrDtbHWys/gbHU=
SIZE (dnsmasq-2.66.tar.xz) = 401056

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-man_dnsmasq_8,v 1.14 2012/12/04 22:41:42 brad Exp $
--- man/dnsmasq.8.orig Wed Nov 14 09:12:56 2012
+++ man/dnsmasq.8 Thu Nov 15 22:41:57 2012
@@ -118,13 +118,12 @@ Specify an alternate path for dnsmasq to record its pr
$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
@@ -125,13 +125,12 @@ Specify an alternate path for dnsmasq to record its pr
.TP
.B \-u, --user=<username>
Specify the userid to which dnsmasq will change after startup. Dnsmasq must normally be started as root, but it will drop root
@ -17,7 +17,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.14 2012/12/04 22:41:42 brad Exp $
.TP
.B \-v, --version
Print the version number.
@@ -1457,7 +1456,7 @@ with # are always skipped. This flag may be given on t
@@ -1527,7 +1526,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.14 2012/12/04 22:41:42 brad Exp $
if it exists. (On
FreeBSD, the file is
.I /usr/local/etc/dnsmasq.conf
@@ -1729,7 +1728,7 @@ dnsmasq has no direct way of determining the charset i
@@ -1958,7 +1957,7 @@ dnsmasq has no direct way of determining the charset i
assume that it is the system default.
.SH FILES

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_config_h,v 1.11 2012/12/19 19:56:03 brad Exp $
--- src/config.h.orig Fri Dec 14 06:48:26 2012
+++ src/config.h Tue Dec 18 17:55:10 2012
$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
@@ -34,8 +34,8 @@
#define HOSTSFILE "/etc/hosts"
#define ETHERSFILE "/etc/ethers"
@ -12,7 +12,7 @@ $OpenBSD: patch-src_config_h,v 1.11 2012/12/19 19:56:03 brad Exp $
#define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
#define LOG_MAX 5 /* log-queue length */
#define RANDFILE "/dev/urandom"
@@ -145,7 +145,7 @@ RESOLVFILE
@@ -161,7 +161,7 @@ RESOLVFILE
# if defined(__FreeBSD__)
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
# else