summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-05-27 19:35:16 +0000
committeradrianp <adrianp@pkgsrc.org>2008-05-27 19:35:16 +0000
commitb1908f97f1c8c3e126255955caabba97e0007956 (patch)
tree2e785aecb3c89498d683740ce19faae374dfb86a /net
parent39c1a13f1eaae4bd85abdfd7d360093eac4e8b9a (diff)
downloadpkgsrc-b1908f97f1c8c3e126255955caabba97e0007956.tar.gz
Update to 3.1.1
Fixed --version flag in dhcrelay Clarified error message when lease limit exceeded Log messages when failover peer names mismatch have been improved to point out t he problem. Manpage entries in dhcp-options.5 for the 'domain-list' format have been updated . The 'min-secs' configuration parameter's log message has been updated to be more helpful. Fixes to allow code to compile on Mac OS X Leopard (10.5). See http://www.isc.org/sw/dhcp/dhcp_rel2.php for all the details
Diffstat (limited to 'net')
-rw-r--r--net/isc-dhclient/Makefile3
-rw-r--r--net/isc-dhclient/distinfo9
-rw-r--r--net/isc-dhcpd/Makefile3
-rw-r--r--net/isc-dhcpd/distinfo9
-rw-r--r--net/isc-dhcrelay/Makefile3
-rw-r--r--net/isc-dhcrelay/distinfo9
6 files changed, 15 insertions, 21 deletions
diff --git a/net/isc-dhclient/Makefile b/net/isc-dhclient/Makefile
index e55bde3cbf3..861d31153ea 100644
--- a/net/isc-dhclient/Makefile
+++ b/net/isc-dhclient/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2008/01/10 18:53:16 reed Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/27 19:35:16 adrianp Exp $
#
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client
COMPONENT= client
-PKGREVISION= 3
SUBDIR= client
CONFLICTS+= isc-dhclient-[0-9]*
diff --git a/net/isc-dhclient/distinfo b/net/isc-dhclient/distinfo
index 8b80b0823e4..c1af1bd870e 100644
--- a/net/isc-dhclient/distinfo
+++ b/net/isc-dhclient/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:03:48 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/05/27 19:35:16 adrianp Exp $
-SHA1 (dhcp-3.1.0.tar.gz) = f33d017f055648e6571aa26cf314d37857491a2e
-RMD160 (dhcp-3.1.0.tar.gz) = 59ef8b695b66d3cb61437e25a179d9f17639017d
-Size (dhcp-3.1.0.tar.gz) = 797100 bytes
+SHA1 (dhcp-3.1.1.tar.gz) = 3f7e013cb62aed0f3af45bdd97424d8b63e9c280
+RMD160 (dhcp-3.1.1.tar.gz) = 08ed15d26ca64928e1d3b07c631cbbfa9a3dc8cb
+Size (dhcp-3.1.1.tar.gz) = 798228 bytes
SHA1 (patch-ab) = e5d0a682c0228ce1c63533fe361f5649d5dd2c17
-SHA1 (patch-ac) = 14f834431c1cb97d0b9c11ae43abc7b758bac923
SHA1 (patch-ad) = bd10d5f519065ecbd061f3ccff6685c390a1118a
diff --git a/net/isc-dhcpd/Makefile b/net/isc-dhcpd/Makefile
index e75c2a5be49..e616a2bc606 100644
--- a/net/isc-dhcpd/Makefile
+++ b/net/isc-dhcpd/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/01/03 12:25:02 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/27 19:35:49 adrianp Exp $
#
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Server
COMPONENT= server
-PKGREVISION= 2
SUBDIR= omapip dhcpctl server
CONF_FILES+= ${EGDIR}/dhcpd.conf ${PKG_SYSCONFDIR}/dhcpd.conf
diff --git a/net/isc-dhcpd/distinfo b/net/isc-dhcpd/distinfo
index adb87a69986..62623495c58 100644
--- a/net/isc-dhcpd/distinfo
+++ b/net/isc-dhcpd/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:04:29 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/05/27 19:35:49 adrianp Exp $
-SHA1 (dhcp-3.1.0.tar.gz) = f33d017f055648e6571aa26cf314d37857491a2e
-RMD160 (dhcp-3.1.0.tar.gz) = 59ef8b695b66d3cb61437e25a179d9f17639017d
-Size (dhcp-3.1.0.tar.gz) = 797100 bytes
+SHA1 (dhcp-3.1.1.tar.gz) = 3f7e013cb62aed0f3af45bdd97424d8b63e9c280
+RMD160 (dhcp-3.1.1.tar.gz) = 08ed15d26ca64928e1d3b07c631cbbfa9a3dc8cb
+Size (dhcp-3.1.1.tar.gz) = 798228 bytes
SHA1 (patch-ab) = e5d0a682c0228ce1c63533fe361f5649d5dd2c17
-SHA1 (patch-ac) = 14f834431c1cb97d0b9c11ae43abc7b758bac923
SHA1 (patch-ad) = bd10d5f519065ecbd061f3ccff6685c390a1118a
diff --git a/net/isc-dhcrelay/Makefile b/net/isc-dhcrelay/Makefile
index 942b72dd2c6..8b6b3f3c2b8 100644
--- a/net/isc-dhcrelay/Makefile
+++ b/net/isc-dhcrelay/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/01/03 12:25:02 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/27 19:35:36 adrianp Exp $
#
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Relay
COMPONENT= relay
-PKGREVISION= 2
SUBDIR= relay
RCD_SCRIPTS= isc_dhcrelay
diff --git a/net/isc-dhcrelay/distinfo b/net/isc-dhcrelay/distinfo
index d2d84e39823..0c44754f669 100644
--- a/net/isc-dhcrelay/distinfo
+++ b/net/isc-dhcrelay/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:05:11 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/05/27 19:35:36 adrianp Exp $
-SHA1 (dhcp-3.1.0.tar.gz) = f33d017f055648e6571aa26cf314d37857491a2e
-RMD160 (dhcp-3.1.0.tar.gz) = 59ef8b695b66d3cb61437e25a179d9f17639017d
-Size (dhcp-3.1.0.tar.gz) = 797100 bytes
+SHA1 (dhcp-3.1.1.tar.gz) = 3f7e013cb62aed0f3af45bdd97424d8b63e9c280
+RMD160 (dhcp-3.1.1.tar.gz) = 08ed15d26ca64928e1d3b07c631cbbfa9a3dc8cb
+Size (dhcp-3.1.1.tar.gz) = 798228 bytes
SHA1 (patch-ab) = e5d0a682c0228ce1c63533fe361f5649d5dd2c17
-SHA1 (patch-ac) = 14f834431c1cb97d0b9c11ae43abc7b758bac923
SHA1 (patch-ad) = bd10d5f519065ecbd061f3ccff6685c390a1118a