dnsmasq: update to 2.35

This commit is contained in:
Juergen Daubert 2006-10-29 10:17:10 +01:00
parent 1debfd3c77
commit 6548c9d89c
3 changed files with 13 additions and 13 deletions

View File

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

View File

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

View File

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