dnsmasq: update to 2.37

This commit is contained in:
Juergen Daubert 2007-02-05 19:12:55 +01:00
parent d55e4f63d9
commit 80021b6a9c
3 changed files with 13 additions and 13 deletions

View File

@ -1,3 +1,3 @@
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
392bf22dbff84eae010e149f15cd4136 dnsmasq-2.36.tar.gz
81846e3123d2714b0530ebd01017efe4 dnsmasq-config.patch
e105a41cdf5adb8b615f0a06eb17ecb9 dnsmasq-2.37.tar.gz
3ad6e7e46d2e903a2142a57fcbb34af9 dnsmasq-config.patch

View File

@ -3,7 +3,7 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
version=2.36
version=2.37
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.36.orig/Makefile dnsmasq-2.36/Makefile
--- dnsmasq-2.36.orig/Makefile 2007-01-22 15:04:04.000000000 +0100
+++ dnsmasq-2.36/Makefile 2007-01-22 15:04:19.000000000 +0100
diff -Nru dnsmasq-2.37.orig/Makefile dnsmasq-2.37/Makefile
--- dnsmasq-2.37.orig/Makefile 2007-02-05 17:26:49.000000000 +0100
+++ dnsmasq-2.37/Makefile 2007-02-05 17:27:02.000000000 +0100
@@ -1,6 +1,6 @@
PREFIX?=/usr/local
BINDIR = ${PREFIX}/sbin
@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.36.orig/Makefile dnsmasq-2.36/Makefile
LOCALEDIR = ${PREFIX}/share/locale
SRC = src
diff -Nru dnsmasq-2.36.orig/dnsmasq.conf.example dnsmasq-2.36/dnsmasq.conf.example
--- dnsmasq-2.36.orig/dnsmasq.conf.example 2007-01-22 15:04:04.000000000 +0100
+++ dnsmasq-2.36/dnsmasq.conf.example 2007-01-22 15:04:19.000000000 +0100
diff -Nru dnsmasq-2.37.orig/dnsmasq.conf.example dnsmasq-2.37/dnsmasq.conf.example
--- dnsmasq-2.37.orig/dnsmasq.conf.example 2007-02-05 17:26:49.000000000 +0100
+++ dnsmasq-2.37/dnsmasq.conf.example 2007-02-05 17:27:02.000000000 +0100
@@ -59,8 +59,8 @@
# If you want dnsmasq to change uid and gid to something other
@ -23,7 +23,7 @@ diff -Nru dnsmasq-2.36.orig/dnsmasq.conf.example dnsmasq-2.36/dnsmasq.conf.examp
# If you want dnsmasq to listen for DHCP and DNS requests only on
# specified interfaces (and the loopback) give the name of the
@@ -298,7 +298,7 @@
@@ -305,7 +305,7 @@
# The DHCP server needs somewhere on disk to keep its lease database.
# This defaults to a sane location, but if you want to change it, use
# the line below.
@ -32,9 +32,9 @@ diff -Nru dnsmasq-2.36.orig/dnsmasq.conf.example dnsmasq-2.36/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.36.orig/src/config.h dnsmasq-2.36/src/config.h
--- dnsmasq-2.36.orig/src/config.h 2007-01-22 15:04:04.000000000 +0100
+++ dnsmasq-2.36/src/config.h 2007-01-22 15:04:19.000000000 +0100
diff -Nru dnsmasq-2.37.orig/src/config.h dnsmasq-2.37/src/config.h
--- dnsmasq-2.37.orig/src/config.h 2007-02-05 17:26:49.000000000 +0100
+++ dnsmasq-2.37/src/config.h 2007-02-05 17:27:02.000000000 +0100
@@ -36,7 +36,7 @@
#if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__)
# define LEASEFILE "/var/db/dnsmasq.leases"