From a7706d663bd799748a7abc23c874fe9f42bc6544 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 31 Aug 2007 10:37:10 +0200 Subject: [PATCH] dnsmasq: update to 2.40 --- dnsmasq/.md5sum | 4 ++-- dnsmasq/Pkgfile | 2 +- dnsmasq/dnsmasq-config.patch | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index 69b8d909f..286d9402b 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ 90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq -1ffccc1f0d9b8a08f2b99e03ba9cc08b dnsmasq-2.39.tar.gz -2ab58ca6acbbcca9e403304bd2ff4174 dnsmasq-config.patch +91b6063ae81146b9d70b4381b2f3e44f dnsmasq-2.40.tar.gz +72f17f73afef3e70b48b9d3965cc6e61 dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 514208303..366ff3168 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=dnsmasq -version=2.39 +version=2.40 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 cf168eb9c..a7682ff02 100644 --- a/dnsmasq/dnsmasq-config.patch +++ b/dnsmasq/dnsmasq-config.patch @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.39.orig/Makefile dnsmasq-2.39/Makefile ---- dnsmasq-2.39.orig/Makefile 2007-04-30 09:13:03.000000000 +0200 -+++ dnsmasq-2.39/Makefile 2007-04-30 09:14:00.000000000 +0200 +diff -Nru dnsmasq-2.40.orig/Makefile dnsmasq-2.40/Makefile +--- dnsmasq-2.40.orig/Makefile 2007-08-30 09:05:20.000000000 +0200 ++++ dnsmasq-2.40/Makefile 2007-08-30 09:08:36.000000000 +0200 @@ -1,6 +1,6 @@ PREFIX ?= /usr/local BINDIR ?= ${PREFIX}/sbin @@ -9,9 +9,9 @@ diff -Nru dnsmasq-2.39.orig/Makefile dnsmasq-2.39/Makefile LOCALEDIR ?= ${PREFIX}/share/locale SRC = src -diff -Nru dnsmasq-2.39.orig/dnsmasq.conf.example dnsmasq-2.39/dnsmasq.conf.example ---- dnsmasq-2.39.orig/dnsmasq.conf.example 2007-04-30 09:13:03.000000000 +0200 -+++ dnsmasq-2.39/dnsmasq.conf.example 2007-04-30 09:13:18.000000000 +0200 +diff -Nru dnsmasq-2.40.orig/dnsmasq.conf.example dnsmasq-2.40/dnsmasq.conf.example +--- dnsmasq-2.40.orig/dnsmasq.conf.example 2007-08-30 09:05:20.000000000 +0200 ++++ dnsmasq-2.40/dnsmasq.conf.example 2007-08-30 09:08:36.000000000 +0200 @@ -63,8 +63,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -23,7 +23,7 @@ diff -Nru dnsmasq-2.39.orig/dnsmasq.conf.example dnsmasq-2.39/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 -@@ -326,7 +326,7 @@ +@@ -332,7 +332,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.39.orig/dnsmasq.conf.example dnsmasq-2.39/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.39.orig/src/config.h dnsmasq-2.39/src/config.h ---- dnsmasq-2.39.orig/src/config.h 2007-04-30 09:13:03.000000000 +0200 -+++ dnsmasq-2.39/src/config.h 2007-04-30 09:13:18.000000000 +0200 +diff -Nru dnsmasq-2.40.orig/src/config.h dnsmasq-2.40/src/config.h +--- dnsmasq-2.40.orig/src/config.h 2007-08-30 09:05:20.000000000 +0200 ++++ dnsmasq-2.40/src/config.h 2007-08-30 09:08:36.000000000 +0200 @@ -36,7 +36,7 @@ #if defined(__FreeBSD__) || defined (__OpenBSD__) || defined(__DragonFly__) # define LEASEFILE "/var/db/dnsmasq.leases"