summaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-03-06 00:28:47 +0100
committerThomas Penteker <tek@serverop.de>2008-03-06 00:28:47 +0100
commit82b7bbc106d0a0db4635547bcbef05fb75b18919 (patch)
treeccd11ee03b08a07d151f66ef60c42d4a2a530ec0 /dhcp
parent2245496ecd92d958ca8f0fa56be94cce977c31d9 (diff)
downloadcontrib-82b7bbc106d0a0db4635547bcbef05fb75b18919.tar.gz
contrib-82b7bbc106d0a0db4635547bcbef05fb75b18919.tar.xz
dhcp: 4.0.0b3 -> 4.0.0
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/.footprint5
-rw-r--r--dhcp/.md5sum4
-rw-r--r--dhcp/Pkgfile6
-rw-r--r--dhcp/default-config.diff14
4 files changed, 17 insertions, 12 deletions
diff --git a/dhcp/.footprint b/dhcp/.footprint
index b005338ea..7e3f76803 100644
--- a/dhcp/.footprint
+++ b/dhcp/.footprint
@@ -14,11 +14,16 @@ drwxr-xr-x root/root usr/include/dhcpctl/
-rw-r--r-- root/root usr/include/dhcpctl/dhcpctl.h
drwxr-xr-x root/root usr/include/isc-dhcp/
-rw-r--r-- root/root usr/include/isc-dhcp/boolean.h
+-rw-r--r-- root/root usr/include/isc-dhcp/commandline.h
-rw-r--r-- root/root usr/include/isc-dhcp/dst.h
+-rw-r--r-- root/root usr/include/isc-dhcp/formatcheck.h
-rw-r--r-- root/root usr/include/isc-dhcp/int.h
-rw-r--r-- root/root usr/include/isc-dhcp/lang.h
-rw-r--r-- root/root usr/include/isc-dhcp/list.h
+-rw-r--r-- root/root usr/include/isc-dhcp/mem.h
+-rw-r--r-- root/root usr/include/isc-dhcp/print.h
-rw-r--r-- root/root usr/include/isc-dhcp/result.h
+-rw-r--r-- root/root usr/include/isc-dhcp/string.h
-rw-r--r-- root/root usr/include/isc-dhcp/types.h
drwxr-xr-x root/root usr/include/omapip/
-rw-r--r-- root/root usr/include/omapip/alloc.h
diff --git a/dhcp/.md5sum b/dhcp/.md5sum
index dcbced4c3..ca3e16931 100644
--- a/dhcp/.md5sum
+++ b/dhcp/.md5sum
@@ -1,3 +1,3 @@
-9d3f34b05e622bdb3466ca725af454d1 default-config.diff
-029211d6d09a3eac0fd65deee40e8f71 dhcp-4.0.0b3.tar.gz
+efc3dbabdb2e1127fddc590922ec46b6 default-config.diff
+31d79b27ce4a94089a0b9ce7f72307fa dhcp-4.0.0.tar.gz
82393e9302e5d8da24ece3ec8717cd7e dhcpd
diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile
index d3bb5887e..f8ca21276 100644
--- a/dhcp/Pkgfile
+++ b/dhcp/Pkgfile
@@ -1,12 +1,12 @@
# Description: DHCP server, client and relay agent.
# URL: http://www.isc.org/sw/dhcp/
-# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Mark Rosenstand, mark at borkware dot net
#
# Depends on:
name=dhcp
-version=4.0.0b3
+version=4.0.0
release=1
source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz
dhcpd
@@ -15,7 +15,7 @@ source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz
build() {
cd dhcp-$version
patch -p1 -i $SRC/default-config.diff
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
mkdir $PKG/etc/
diff --git a/dhcp/default-config.diff b/dhcp/default-config.diff
index a5f9f7468..a9421620f 100644
--- a/dhcp/default-config.diff
+++ b/dhcp/default-config.diff
@@ -1,6 +1,6 @@
-diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf
---- dhcp-3.0.5-orig/client/dhclient.conf 1997-06-03 01:50:44.000000000 +0300
-+++ dhcp-3.0.5/client/dhclient.conf 2007-01-10 17:56:10.000000000 +0200
+diff -ur dhcp-4.0.0.orig/client/dhclient.conf dhcp-4.0.0/client/dhclient.conf
+--- dhcp-4.0.0.orig/client/dhclient.conf 1997-06-03 00:50:44.000000000 +0200
++++ dhcp-4.0.0/client/dhclient.conf 2008-02-23 23:49:14.538607761 +0100
@@ -1,3 +1,7 @@
+#
+# /etc/dhclient.conf: DHCP client configuration file, see dhclient.conf(5)
@@ -24,9 +24,9 @@ diff -Nru dhcp-3.0.5-orig/client/dhclient.conf dhcp-3.0.5/client/dhclient.conf
}
+
+# End of file
-diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf
---- dhcp-3.0.5-orig/server/dhcpd.conf 2001-01-25 10:33:11.000000000 +0200
-+++ dhcp-3.0.5/server/dhcpd.conf 2007-01-10 17:56:20.000000000 +0200
+diff -ur dhcp-4.0.0.orig/server/dhcpd.conf dhcp-4.0.0/server/dhcpd.conf
+--- dhcp-4.0.0.orig/server/dhcpd.conf 2002-08-13 02:55:17.000000000 +0200
++++ dhcp-4.0.0/server/dhcpd.conf 2008-02-23 23:50:52.132354533 +0100
@@ -1,11 +1,11 @@
-# dhcpd.conf
#
@@ -42,7 +42,7 @@ diff -Nru dhcp-3.0.5-orig/server/dhcpd.conf dhcp-3.0.5/server/dhcpd.conf
default-lease-time 600;
max-lease-time 7200;
-@@ -99,3 +99,5 @@
+@@ -102,3 +102,5 @@
range 10.0.29.10 10.0.29.230;
}
}

Generated by cgit