From aefa62f3b9cb942885a6bb78faaf3b5b47b5c6fa Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Wed, 19 Apr 2006 07:08:58 +0000 Subject: [PATCH] dnsmasq: update to 2.28 --- dnsmasq/.md5sum | 4 ++-- dnsmasq/Pkgfile | 2 +- dnsmasq/dnsmasq-config.patch | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index a1be1a938..40092facd 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ 90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq -489198ec87101087043adc98bbe062dc dnsmasq-2.27.tar.gz -b9f04d55b69e12b47439497f0902eca7 dnsmasq-config.patch +e3c92c0da06ab08ef83a1e9fe1d4ad75 dnsmasq-2.28.tar.gz +439eb977bc3c043b00167b2f4bb8a700 dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 20ea4d98a..d76c66790 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.27 +version=2.28 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 4b68b8f33..3bcaac931 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.27.orig/Makefile dnsmasq-2.27/Makefile ---- dnsmasq-2.27.orig/Makefile 2006-03-17 10:29:17.000000000 +0100 -+++ dnsmasq-2.27/Makefile 2006-03-17 10:29:33.000000000 +0100 +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 @@ -1,6 +1,6 @@ PREFIX?=/usr/local BINDIR = ${PREFIX}/sbin @@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.27.orig/Makefile dnsmasq-2.27/Makefile LOCALEDIR = ${PREFIX}/share/locale SRC = src -diff -Nru dnsmasq-2.27.orig/dnsmasq.conf.example dnsmasq-2.27/dnsmasq.conf.example ---- dnsmasq-2.27.orig/dnsmasq.conf.example 2006-03-17 10:29:17.000000000 +0100 -+++ dnsmasq-2.27/dnsmasq.conf.example 2006-03-17 10:29:36.000000000 +0100 +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 @@ -59,8 +59,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -32,9 +32,9 @@ diff -Nru dnsmasq-2.27.orig/dnsmasq.conf.example dnsmasq-2.27/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.27.orig/src/config.h dnsmasq-2.27/src/config.h ---- dnsmasq-2.27.orig/src/config.h 2006-03-17 10:29:17.000000000 +0100 -+++ dnsmasq-2.27/src/config.h 2006-03-17 10:29:37.000000000 +0100 +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 @@ #if defined(__FreeBSD__) || defined (__OpenBSD__) # define LEASEFILE "/var/db/dnsmasq.leases" @@ -50,6 +50,6 @@ diff -Nru dnsmasq-2.27.orig/src/config.h dnsmasq-2.27/src/config.h #define CHUSER "nobody" -#define CHGRP "dip" +#define CHGRP "nobody" - #define IP6INTERFACES "/proc/net/if_inet6" - #define UPTIME "/proc/uptime" #define DHCP_SERVER_PORT 67 + #define DHCP_CLIENT_PORT 68 +