r1507 - crux-2.2/ports/opt/dnsmasq
Author: jue Date: 2006-06-11 11:12:11 +0200 (Sun, 11 Jun 2006) New Revision: 1507 Modified: crux-2.2/ports/opt/dnsmasq/.md5sum crux-2.2/ports/opt/dnsmasq/Pkgfile crux-2.2/ports/opt/dnsmasq/dnsmasq-config.patch Log: dnsmasq: update to 2.32 Modified: crux-2.2/ports/opt/dnsmasq/.md5sum =================================================================== --- crux-2.2/ports/opt/dnsmasq/.md5sum 2006-06-11 09:06:38 UTC (rev 1506) +++ crux-2.2/ports/opt/dnsmasq/.md5sum 2006-06-11 09:12:11 UTC (rev 1507) @@ -1,3 +1,3 @@ 90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq -26932aec55865b5b4ffe53e7abcf9396 dnsmasq-2.31.tar.gz -439eb977bc3c043b00167b2f4bb8a700 dnsmasq-config.patch +d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +55d9979127d3b2cda5b57bbcbcc4d23e dnsmasq-config.patch Modified: crux-2.2/ports/opt/dnsmasq/Pkgfile =================================================================== --- crux-2.2/ports/opt/dnsmasq/Pkgfile 2006-06-11 09:06:38 UTC (rev 1506) +++ crux-2.2/ports/opt/dnsmasq/Pkgfile 2006-06-11 09:12:11 UTC (rev 1507) @@ -4,7 +4,7 @@ # Maintainer: J�rgen Daubert, juergen dot daubert at t-online dot de name=dnsmasq -version=2.31 +version=2.32 release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \ $name-config.patch dnsmasq) Modified: crux-2.2/ports/opt/dnsmasq/dnsmasq-config.patch =================================================================== --- crux-2.2/ports/opt/dnsmasq/dnsmasq-config.patch 2006-06-11 09:06:38 UTC (rev 1506) +++ crux-2.2/ports/opt/dnsmasq/dnsmasq-config.patch 2006-06-11 09:12:11 UTC (rev 1507) @@ -1,6 +1,6 @@ -diff -Nru dnsmasq-2.28.orig/Makefile dnsmasq-2.28/Makefile ---- dnsmasq-2.28.orig/Makefile 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/Makefile 2006-04-17 18:58:33.000000000 +0200 +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 @@ -1,6 +1,6 @@ PREFIX?=/usr/local BINDIR = ${PREFIX}/sbin @@ -9,9 +9,9 @@ LOCALEDIR = ${PREFIX}/share/locale SRC = src -diff -Nru dnsmasq-2.28.orig/dnsmasq.conf.example dnsmasq-2.28/dnsmasq.conf.example ---- dnsmasq-2.28.orig/dnsmasq.conf.example 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/dnsmasq.conf.example 2006-04-17 18:58:33.000000000 +0200 +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 @@ -59,8 +59,8 @@ # If you want dnsmasq to change uid and gid to something other @@ -32,10 +32,10 @@ # 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.28.orig/src/config.h dnsmasq-2.28/src/config.h ---- dnsmasq-2.28.orig/src/config.h 2006-04-17 18:58:19.000000000 +0200 -+++ dnsmasq-2.28/src/config.h 2006-04-17 19:00:55.000000000 +0200 -@@ -36,7 +36,7 @@ +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 @@ #if defined(__FreeBSD__) || defined (__OpenBSD__) # define LEASEFILE "/var/db/dnsmasq.leases" #else @@ -44,7 +44,7 @@ #endif #if defined(__FreeBSD__) # define CONFFILE "/usr/local/etc/dnsmasq.conf" -@@ -45,7 +45,7 @@ +@@ -46,7 +46,7 @@ #endif #define DEFLEASE 3600 /* default lease time, 1 hour */ #define CHUSER "nobody"
participants (1)
-
crux@crux.nu