diff options
author | Juergen Daubert <jue@jue.li> | 2018-03-19 12:20:12 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-03-19 12:20:12 +0100 |
commit | 5da3aae031f9fdeb0ddf0890249c3f0da7b8c116 (patch) | |
tree | 891b1eae89cf8e7a00a94f678e51c599e42b88c1 /dnsmasq/dnsmasq-config.patch | |
parent | 7cb4624626f4b47a461ff4e79decab11c4ec9b58 (diff) | |
download | opt-5da3aae031f9fdeb0ddf0890249c3f0da7b8c116.tar.gz opt-5da3aae031f9fdeb0ddf0890249c3f0da7b8c116.tar.xz |
dnsmasq: update to 2.79
Diffstat (limited to 'dnsmasq/dnsmasq-config.patch')
-rw-r--r-- | dnsmasq/dnsmasq-config.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dnsmasq/dnsmasq-config.patch b/dnsmasq/dnsmasq-config.patch index 74109bab6..377b6afc7 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.77.orig/Makefile dnsmasq-2.77/Makefile ---- dnsmasq-2.77.orig/Makefile 2017-06-02 15:14:52.782042400 +0200 -+++ dnsmasq-2.77/Makefile 2017-06-02 15:15:07.138204285 +0200 +diff -Nru dnsmasq-2.79.orig/Makefile dnsmasq-2.79/Makefile +--- dnsmasq-2.79.orig/Makefile 2018-03-18 18:32:53.591375434 +0100 ++++ dnsmasq-2.79/Makefile 2018-03-18 18:33:16.974452841 +0100 @@ -24,7 +24,7 @@ LOCALEDIR = $(PREFIX)/share/locale BUILDDIR = $(SRC) @@ -10,9 +10,9 @@ diff -Nru dnsmasq-2.77.orig/Makefile dnsmasq-2.77/Makefile LDFLAGS = COPTS = RPM_OPT_FLAGS = -diff -Nru dnsmasq-2.77.orig/dnsmasq.conf.example dnsmasq-2.77/dnsmasq.conf.example ---- dnsmasq-2.77.orig/dnsmasq.conf.example 2017-06-02 15:14:52.782042400 +0200 -+++ dnsmasq-2.77/dnsmasq.conf.example 2017-06-02 15:15:07.138204285 +0200 +diff -Nru dnsmasq-2.79.orig/dnsmasq.conf.example dnsmasq-2.79/dnsmasq.conf.example +--- dnsmasq-2.79.orig/dnsmasq.conf.example 2018-03-18 18:32:53.591375434 +0100 ++++ dnsmasq-2.79/dnsmasq.conf.example 2018-03-18 18:33:16.974452841 +0100 @@ -96,8 +96,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -33,10 +33,10 @@ diff -Nru dnsmasq-2.77.orig/dnsmasq.conf.example dnsmasq-2.77/dnsmasq.conf.examp # Set the DHCP server to authoritative mode. In this mode it will barge in # and take over the lease for any client which broadcasts on the network, -diff -Nru dnsmasq-2.77.orig/src/config.h dnsmasq-2.77/src/config.h ---- dnsmasq-2.77.orig/src/config.h 2017-06-02 15:14:52.778709183 +0200 -+++ dnsmasq-2.77/src/config.h 2017-06-02 15:15:07.138204285 +0200 -@@ -43,7 +43,7 @@ +diff -Nru dnsmasq-2.79.orig/src/config.h dnsmasq-2.79/src/config.h +--- dnsmasq-2.79.orig/src/config.h 2018-03-18 18:32:53.591375434 +0100 ++++ dnsmasq-2.79/src/config.h 2018-03-18 18:33:16.974452841 +0100 +@@ -44,7 +44,7 @@ #define ETHERSFILE "/etc/ethers" #define DEFLEASE 3600 /* default lease time, 1 hour */ #define CHUSER "nobody" @@ -45,7 +45,7 @@ diff -Nru dnsmasq-2.77.orig/src/config.h dnsmasq-2.77/src/config.h #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */ #define LOG_MAX 5 /* log-queue length */ #define RANDFILE "/dev/urandom" -@@ -192,7 +192,7 @@ +@@ -190,7 +190,7 @@ # elif defined(__ANDROID__) # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases" # else |