1
0
forked from ports/opt

dnsmasq: update to 2.28

This commit is contained in:
Juergen Daubert 2006-04-19 07:08:58 +00:00
parent 7bf2795d82
commit aefa62f3b9
3 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

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