diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index 7868d36ca..218cd1de3 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ 90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq -a40b79bec295bb4631b1c033cf0bbdf1 dnsmasq-2.34.tar.gz -347b8d1591e9ec8a70f3cfa248352cb8 dnsmasq-config.patch +57b8643dc394cf2fbd1bced64536c6df dnsmasq-2.35.tar.gz +bb81f0859ba3662df8b00dd2b43638ba dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 3c0b6740f..9cc6e145b 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -4,7 +4,7 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=dnsmasq -version=2.34 +version=2.35 release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \ $name-config.patch dnsmasq) diff --git a/dnsmasq/dnsmasq-config.patch b/dnsmasq/dnsmasq-config.patch index cda25b2f2..51fa3ff8b 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.34.orig/Makefile dnsmasq-2.34/Makefile ---- dnsmasq-2.34.orig/Makefile 2006-10-17 06:45:53.000000000 +0200 -+++ dnsmasq-2.34/Makefile 2006-10-17 06:46:03.000000000 +0200 +diff -Nru dnsmasq-2.35.orig/Makefile dnsmasq-2.35/Makefile +--- dnsmasq-2.35.orig/Makefile 2006-10-28 21:54:12.000000000 +0200 ++++ dnsmasq-2.35/Makefile 2006-10-28 21:54:22.000000000 +0200 @@ -1,6 +1,6 @@ PREFIX?=/usr/local BINDIR = ${PREFIX}/sbin @@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.34.orig/Makefile dnsmasq-2.34/Makefile LOCALEDIR = ${PREFIX}/share/locale SRC = src -diff -Nru dnsmasq-2.34.orig/dnsmasq.conf.example dnsmasq-2.34/dnsmasq.conf.example ---- dnsmasq-2.34.orig/dnsmasq.conf.example 2006-10-17 06:45:53.000000000 +0200 -+++ dnsmasq-2.34/dnsmasq.conf.example 2006-10-17 06:46:03.000000000 +0200 +diff -Nru dnsmasq-2.35.orig/dnsmasq.conf.example dnsmasq-2.35/dnsmasq.conf.example +--- dnsmasq-2.35.orig/dnsmasq.conf.example 2006-10-28 21:54:12.000000000 +0200 ++++ dnsmasq-2.35/dnsmasq.conf.example 2006-10-28 21:54:22.000000000 +0200 @@ -59,8 +59,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -32,11 +32,11 @@ diff -Nru dnsmasq-2.34.orig/dnsmasq.conf.example dnsmasq-2.34/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.34.orig/src/config.h dnsmasq-2.34/src/config.h ---- dnsmasq-2.34.orig/src/config.h 2006-10-17 06:45:53.000000000 +0200 -+++ dnsmasq-2.34/src/config.h 2006-10-17 06:46:03.000000000 +0200 +diff -Nru dnsmasq-2.35.orig/src/config.h dnsmasq-2.35/src/config.h +--- dnsmasq-2.35.orig/src/config.h 2006-10-28 21:54:12.000000000 +0200 ++++ dnsmasq-2.35/src/config.h 2006-10-28 21:54:22.000000000 +0200 @@ -36,7 +36,7 @@ - #if defined(__FreeBSD__) || defined (__OpenBSD__) + #if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__) # define LEASEFILE "/var/db/dnsmasq.leases" #else -# define LEASEFILE "/var/lib/misc/dnsmasq.leases"