dnsmasq: update to 2.34

This commit is contained in:
Juergen Daubert 2006-10-17 18:01:58 +00:00
parent e18b8df9eb
commit 52c0139ed0
3 changed files with 14 additions and 14 deletions

View File

@ -1,3 +1,3 @@
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz
55d9979127d3b2cda5b57bbcbcc4d23e dnsmasq-config.patch
a40b79bec295bb4631b1c033cf0bbdf1 dnsmasq-2.34.tar.gz
347b8d1591e9ec8a70f3cfa248352cb8 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.33
version=2.34
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.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
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
@@ -1,6 +1,6 @@
PREFIX?=/usr/local
BINDIR = ${PREFIX}/sbin
@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.32.orig/Makefile dnsmasq-2.32/Makefile
LOCALEDIR = ${PREFIX}/share/locale
SRC = src
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
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
@@ -59,8 +59,8 @@
# If you want dnsmasq to change uid and gid to something other
@ -32,10 +32,10 @@ diff -Nru dnsmasq-2.32.orig/dnsmasq.conf.example dnsmasq-2.32/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.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 @@
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
@@ -36,7 +36,7 @@
#if defined(__FreeBSD__) || defined (__OpenBSD__)
# define LEASEFILE "/var/db/dnsmasq.leases"
#else
@ -44,7 +44,7 @@ diff -Nru dnsmasq-2.32.orig/src/config.h dnsmasq-2.32/src/config.h
#endif
#if defined(__FreeBSD__)
# define CONFFILE "/usr/local/etc/dnsmasq.conf"
@@ -46,7 +46,7 @@
@@ -45,7 +45,7 @@
#endif
#define DEFLEASE 3600 /* default lease time, 1 hour */
#define CHUSER "nobody"