dnsmasq: update to 2.46

This commit is contained in:
Juergen Daubert 2008-11-15 10:12:30 +01:00
parent 31c4261c84
commit d38504d2c8
3 changed files with 17 additions and 17 deletions

View File

@ -1,3 +1,3 @@
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
b7956e15c9766e05b3eca3ce88fdb616 dnsmasq-2.45.tar.gz
87dc03c39198d779fb9a544ccd11e2d3 dnsmasq-config.patch
79ec740d1a10ee75f13efa4ff36d0250 dnsmasq-2.46.tar.gz
9ac70b8fc8c1e2d2db5779a4316d46a0 dnsmasq-config.patch

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
name=dnsmasq
version=2.45
version=2.46
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.43.orig/Makefile dnsmasq-2.43/Makefile
--- dnsmasq-2.43.orig/Makefile 2008-07-10 14:47:10.000000000 +0200
+++ dnsmasq-2.43/Makefile 2008-07-10 14:47:25.000000000 +0200
diff -Nru dnsmasq-2.46.orig/Makefile dnsmasq-2.46/Makefile
--- dnsmasq-2.46.orig/Makefile 2008-11-14 23:43:19.000000000 +0100
+++ dnsmasq-2.46/Makefile 2008-11-14 23:43:35.000000000 +0100
@@ -15,7 +15,7 @@
PREFIX = /usr/local
@ -10,18 +10,18 @@ diff -Nru dnsmasq-2.43.orig/Makefile dnsmasq-2.43/Makefile
LOCALEDIR = ${PREFIX}/share/locale
SRC = src
diff -Nru dnsmasq-2.43.orig/bld/Makefile dnsmasq-2.43/bld/Makefile
--- dnsmasq-2.43.orig/bld/Makefile 2008-07-10 14:47:10.000000000 +0200
+++ dnsmasq-2.43/bld/Makefile 2008-07-10 14:47:25.000000000 +0200
diff -Nru dnsmasq-2.46.orig/bld/Makefile dnsmasq-2.46/bld/Makefile
--- dnsmasq-2.46.orig/bld/Makefile 2008-11-14 23:43:19.000000000 +0100
+++ dnsmasq-2.46/bld/Makefile 2008-11-14 23:43:35.000000000 +0100
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -W -O2
+CFLAGS += -Wall -W
OBJS = cache.o rfc1035.o util.o option.o forward.o isc.o network.o \
OBJS = cache.o rfc1035.o util.o option.o forward.o network.o \
dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o \
diff -Nru dnsmasq-2.43.orig/dnsmasq.conf.example dnsmasq-2.43/dnsmasq.conf.example
--- dnsmasq-2.43.orig/dnsmasq.conf.example 2008-07-10 14:47:10.000000000 +0200
+++ dnsmasq-2.43/dnsmasq.conf.example 2008-07-10 14:47:25.000000000 +0200
diff -Nru dnsmasq-2.46.orig/dnsmasq.conf.example dnsmasq-2.46/dnsmasq.conf.example
--- dnsmasq-2.46.orig/dnsmasq.conf.example 2008-11-14 23:43:19.000000000 +0100
+++ dnsmasq-2.46/dnsmasq.conf.example 2008-11-14 23:43:35.000000000 +0100
@@ -75,8 +75,8 @@
# If you want dnsmasq to change uid and gid to something other
@ -33,7 +33,7 @@ diff -Nru dnsmasq-2.43.orig/dnsmasq.conf.example dnsmasq-2.43/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
@@ -351,7 +351,7 @@
@@ -365,7 +365,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.
@ -42,9 +42,9 @@ diff -Nru dnsmasq-2.43.orig/dnsmasq.conf.example dnsmasq-2.43/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.43.orig/src/config.h dnsmasq-2.43/src/config.h
--- dnsmasq-2.43.orig/src/config.h 2008-07-10 14:47:10.000000000 +0200
+++ dnsmasq-2.43/src/config.h 2008-07-10 14:47:25.000000000 +0200
diff -Nru dnsmasq-2.46.orig/src/config.h dnsmasq-2.46/src/config.h
--- dnsmasq-2.46.orig/src/config.h 2008-11-14 23:43:19.000000000 +0100
+++ dnsmasq-2.46/src/config.h 2008-11-14 23:43:35.000000000 +0100
@@ -43,7 +43,7 @@
#elif defined(__sun__) || defined (__sun)
# define LEASEFILE "/var/cache/dnsmasq.leases"