dnsmasq: update to 2.79

This commit is contained in:
Juergen Daubert 2018-03-19 12:20:12 +01:00
parent 7cb4624626
commit 5da3aae031
4 changed files with 18 additions and 18 deletions

View File

@ -1,3 +1,3 @@
cf2b6cff8356ce9da3f6da7dfa0e588b dnsmasq
6d0241b72c79d2b510776ccc4ed69ca4 dnsmasq-2.78.tar.xz
490957d8ec26925be2fe5ddd17ec7e6e dnsmasq-config.patch
64010c9734f5e275eb591374a6dad924 dnsmasq-2.79.tar.xz
21befd927fdef41cb6cb920e910ae258 dnsmasq-config.patch

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UKwrGCr36sVXSUV8EQ7pLn0g2Tziu5dZPMLQ7pWjIpJJlATWJEphN9deE6BsQf1f+9nHBNgGZEvLTHJ3FgMHwk=
SHA256 (Pkgfile) = 3a02f1099d36aa8fc2b95d86a7d81ec48adcbbadb7e362f13acf7544e0ddcdf7
RWSE3ohX2g5d/Smya1rJeKYLw8sGuc9RoFn2iB/h/cTqrIB1NqOjQ0DCQR3tKwzn4uEx1DMx5M+tdBjcV+w4h0RuMbEo7ncITAE=
SHA256 (Pkgfile) = 3f238835c17201301648d332858bb18b6bedf9bcbba4fb7fe10159018a00d933
SHA256 (.footprint) = 0a67922c7b59eb4a638cf4582f91ea285eb9876696d5a0829a7c70a9c9cb9804
SHA256 (dnsmasq-2.78.tar.xz) = 89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b
SHA256 (dnsmasq-config.patch) = 18a021a69fb134785c0b2ea690a12251d31c8a1d0e2405a71480827fe8a83507
SHA256 (dnsmasq-2.79.tar.xz) = 78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f
SHA256 (dnsmasq-config.patch) = 79f524d34e7a77dfc59138a78d0df59504c0570ecceb23c06a1af97d34a4861c
SHA256 (dnsmasq) = 1550a45a85219d7e286f6c50d72d4794da27e7b78e6b482b8414f4cf8a4dbd7b

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=dnsmasq
version=2.78
version=2.79
release=1
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
$name-config.patch dnsmasq)

View File

@ -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