diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index 5a6626a2f..867531ced 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ 90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq -26932aec55865b5b4ffe53e7abcf9396 dnsmasq-2.31.tar.gz -439eb977bc3c043b00167b2f4bb8a700 dnsmasq-config.patch +d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +55d9979127d3b2cda5b57bbcbcc4d23e dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 3523cb3e9..9d1f7f7f7 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.31 +version=2.32 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 3bcaac931..5c5ad69b2 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.28.orig/Makefile dnsmasq-2.28/Makefile ---- dnsmasq-2.28.orig/Makefile 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/Makefile 2006-04-17 18:58:33.000000000 +0200 +diff -Nru dnsmasq-2.32.orig/Makefile dnsmasq-2.32/Makefile +--- dnsmasq-2.32.orig/Makefile 2006-06-11 11:09:31.000000000 +0200 ++++ dnsmasq-2.32/Makefile 2006-06-11 11:09:42.000000000 +0200 @@ -1,6 +1,6 @@ PREFIX?=/usr/local BINDIR = ${PREFIX}/sbin @@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.28.orig/Makefile dnsmasq-2.28/Makefile LOCALEDIR = ${PREFIX}/share/locale SRC = src -diff -Nru dnsmasq-2.28.orig/dnsmasq.conf.example dnsmasq-2.28/dnsmasq.conf.example ---- dnsmasq-2.28.orig/dnsmasq.conf.example 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/dnsmasq.conf.example 2006-04-17 18:58:33.000000000 +0200 +diff -Nru dnsmasq-2.32.orig/dnsmasq.conf.example dnsmasq-2.32/dnsmasq.conf.example +--- dnsmasq-2.32.orig/dnsmasq.conf.example 2006-06-11 11:09:31.000000000 +0200 ++++ dnsmasq-2.32/dnsmasq.conf.example 2006-06-11 11:09:42.000000000 +0200 @@ -59,8 +59,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -32,10 +32,10 @@ diff -Nru dnsmasq-2.28.orig/dnsmasq.conf.example dnsmasq-2.28/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.28.orig/src/config.h dnsmasq-2.28/src/config.h ---- dnsmasq-2.28.orig/src/config.h 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/src/config.h 2006-04-17 19:00:55.000000000 +0200 -@@ -36,7 +36,7 @@ +diff -Nru dnsmasq-2.32.orig/src/config.h dnsmasq-2.32/src/config.h +--- dnsmasq-2.32.orig/src/config.h 2006-06-11 11:09:31.000000000 +0200 ++++ dnsmasq-2.32/src/config.h 2006-06-11 11:09:42.000000000 +0200 +@@ -37,7 +37,7 @@ #if defined(__FreeBSD__) || defined (__OpenBSD__) # define LEASEFILE "/var/db/dnsmasq.leases" #else @@ -44,7 +44,7 @@ diff -Nru dnsmasq-2.28.orig/src/config.h dnsmasq-2.28/src/config.h #endif #if defined(__FreeBSD__) # define CONFFILE "/usr/local/etc/dnsmasq.conf" -@@ -45,7 +45,7 @@ +@@ -46,7 +46,7 @@ #endif #define DEFLEASE 3600 /* default lease time, 1 hour */ #define CHUSER "nobody"