Update to dnsmasq 2.72.

ok sthen@
This commit is contained in:
brad 2014-09-28 17:34:01 +00:00
parent 82ab6b97d7
commit 9dbf1becab
4 changed files with 13 additions and 13 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.38 2014/05/21 00:47:43 brad Exp $
# $OpenBSD: Makefile,v 1.39 2014/09/28 17:34:01 brad Exp $
COMMENT= lightweight caching DNS forwarder, DHCP and TFTP server
DISTNAME= dnsmasq-2.71
DISTNAME= dnsmasq-2.72
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
EXTRACT_SUFX= .tar.xz

View File

@ -1,2 +1,2 @@
SHA256 (dnsmasq-2.71.tar.xz) = SRn7Vy/tXGIF3h04T4ZhwlwZNYkEwuYmWSjjo+S//7o=
SIZE (dnsmasq-2.71.tar.xz) = 448380
SHA256 (dnsmasq-2.72.tar.xz) = fQvSP110s6ayanXV/8+duB1GG0fL5XjLZag6mACGALE=
SIZE (dnsmasq-2.72.tar.xz) = 454048

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-man_dnsmasq_8,v 1.19 2014/05/01 13:07:17 sthen Exp $
--- man/dnsmasq.8.orig Sat Mar 29 05:20:07 2014
+++ man/dnsmasq.8 Mon Mar 31 15:36:06 2014
$OpenBSD: patch-man_dnsmasq_8,v 1.20 2014/09/28 17:34:01 brad Exp $
--- man/dnsmasq.8.orig Tue Sep 9 16:46:07 2014
+++ man/dnsmasq.8 Tue Sep 9 18:49:26 2014
@@ -128,13 +128,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.19 2014/05/01 13:07:17 sthen Exp $
.TP
.B \-v, --version
Print the version number.
@@ -1724,7 +1723,7 @@ in the configuration file included. Secondly, the file
@@ -1744,7 +1743,7 @@ in the configuration file included. Secondly, the file
therein is updated when dnsmasq recieves SIGHUP.
.SH CONFIG FILE
At startup, dnsmasq reads
@ -26,7 +26,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.19 2014/05/01 13:07:17 sthen Exp $
if it exists. (On
FreeBSD, the file is
.I /usr/local/etc/dnsmasq.conf
@@ -2171,7 +2170,7 @@ dnsmasq has no direct way of determining the charset i
@@ -2191,7 +2190,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.15 2014/05/01 13:07:17 sthen Exp $
--- src/config.h.orig Sat Mar 29 05:20:07 2014
+++ src/config.h Mon Mar 31 15:36:06 2014
$OpenBSD: patch-src_config_h,v 1.16 2014/09/28 17:34:01 brad Exp $
--- src/config.h.orig Tue Sep 9 16:46:07 2014
+++ src/config.h Tue Sep 9 18:49:26 2014
@@ -36,8 +36,8 @@
#define HOSTSFILE "/etc/hosts"
#define ETHERSFILE "/etc/ethers"
@ -12,7 +12,7 @@ $OpenBSD: patch-src_config_h,v 1.15 2014/05/01 13:07:17 sthen Exp $
#define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
#define LOG_MAX 5 /* log-queue length */
#define RANDFILE "/dev/urandom"
@@ -174,7 +174,7 @@ RESOLVFILE
@@ -188,7 +188,7 @@ RESOLVFILE
# if defined(__FreeBSD__)
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
# else