summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-21 05:42:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-21 05:42:18 +0000
commitbd2fc1f005f43faa3990090ce7f26f6c51f48d9a (patch)
tree13fbb1098bc2e71a4da6c7e585da1e339d573aa4 /net
parent(Forced commit) (diff)
Upgrade to version 3.0b1pl17.
Notes
Notes: svn path=/head/; revision=30928
Diffstat (limited to 'net')
-rw-r--r--net/isc-dhcp3-server/Makefile6
-rw-r--r--net/isc-dhcp3-server/distinfo2
-rw-r--r--net/isc-dhcp3-server/files/patch-clparse.c16
-rw-r--r--net/isc-dhcp3/Makefile6
-rw-r--r--net/isc-dhcp3/distinfo2
-rw-r--r--net/isc-dhcp3/files/patch-clparse.c16
-rw-r--r--net/isc-dhcp30-server/Makefile6
-rw-r--r--net/isc-dhcp30-server/distinfo2
-rw-r--r--net/isc-dhcp30-server/files/patch-clparse.c16
-rw-r--r--net/isc-dhcp31-server/Makefile6
-rw-r--r--net/isc-dhcp31-server/distinfo2
-rw-r--r--net/isc-dhcp31-server/files/patch-clparse.c16
-rw-r--r--net/isc-dhcp40-server/Makefile6
-rw-r--r--net/isc-dhcp40-server/distinfo2
-rw-r--r--net/isc-dhcp40-server/files/patch-clparse.c16
15 files changed, 40 insertions, 80 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile
index 41050d125adb..a18d5a6c56db 100644
--- a/net/isc-dhcp3-server/Makefile
+++ b/net/isc-dhcp3-server/Makefile
@@ -7,17 +7,15 @@
#
PORTNAME= isc-dhcp3
-PORTVERSION= 3.0.b1.14
+PORTVERSION= 3.0.b1.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-3.0b1pl14
+DISTNAME= dhcp-3.0b1pl17
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo
index a15c0780251e..f0e647982b35 100644
--- a/net/isc-dhcp3-server/distinfo
+++ b/net/isc-dhcp3-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0b1pl14.tar.gz) = 1a9ecd791209f0a21c85a344fa73b3f5
+MD5 (dhcp-3.0b1pl17.tar.gz) = 9e5202eefc133bd30a46882239123be4
diff --git a/net/isc-dhcp3-server/files/patch-clparse.c b/net/isc-dhcp3-server/files/patch-clparse.c
index 771afc5e0e5a..f2da52a15884 100644
--- a/net/isc-dhcp3-server/files/patch-clparse.c
+++ b/net/isc-dhcp3-server/files/patch-clparse.c
@@ -1,11 +1,5 @@
---- client/clparse.c.orig Wed May 10 02:20:11 2000
-+++ client/clparse.c Wed May 10 02:20:31 2000
-@@ -74,7 +74,7 @@
- top_level_config.backoff_cutoff = 15;
- top_level_config.initial_interval = 3;
- top_level_config.bootp_policy = P_ACCEPT;
-- top_level_config.script_name = "/etc/dhclient-script";
-+ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
- top_level_config.requested_options = default_requested_options;
-
- top_level_config.on_receipt = new_group ("read_client_conf");
+--- client/clparse.c.orig Wed Jul 19 21:13:10 2000
++++ client/clparse.c Thu Jul 20 21:52:53 2000
+@@ -46 +46 @@
+-char client_script_name [] = "/etc/dhclient-script";
++char client_script_name [] = CL_DEFAULT_SCRIPT_NAME;
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile
index 41050d125adb..a18d5a6c56db 100644
--- a/net/isc-dhcp3/Makefile
+++ b/net/isc-dhcp3/Makefile
@@ -7,17 +7,15 @@
#
PORTNAME= isc-dhcp3
-PORTVERSION= 3.0.b1.14
+PORTVERSION= 3.0.b1.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-3.0b1pl14
+DISTNAME= dhcp-3.0b1pl17
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
diff --git a/net/isc-dhcp3/distinfo b/net/isc-dhcp3/distinfo
index a15c0780251e..f0e647982b35 100644
--- a/net/isc-dhcp3/distinfo
+++ b/net/isc-dhcp3/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0b1pl14.tar.gz) = 1a9ecd791209f0a21c85a344fa73b3f5
+MD5 (dhcp-3.0b1pl17.tar.gz) = 9e5202eefc133bd30a46882239123be4
diff --git a/net/isc-dhcp3/files/patch-clparse.c b/net/isc-dhcp3/files/patch-clparse.c
index 771afc5e0e5a..f2da52a15884 100644
--- a/net/isc-dhcp3/files/patch-clparse.c
+++ b/net/isc-dhcp3/files/patch-clparse.c
@@ -1,11 +1,5 @@
---- client/clparse.c.orig Wed May 10 02:20:11 2000
-+++ client/clparse.c Wed May 10 02:20:31 2000
-@@ -74,7 +74,7 @@
- top_level_config.backoff_cutoff = 15;
- top_level_config.initial_interval = 3;
- top_level_config.bootp_policy = P_ACCEPT;
-- top_level_config.script_name = "/etc/dhclient-script";
-+ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
- top_level_config.requested_options = default_requested_options;
-
- top_level_config.on_receipt = new_group ("read_client_conf");
+--- client/clparse.c.orig Wed Jul 19 21:13:10 2000
++++ client/clparse.c Thu Jul 20 21:52:53 2000
+@@ -46 +46 @@
+-char client_script_name [] = "/etc/dhclient-script";
++char client_script_name [] = CL_DEFAULT_SCRIPT_NAME;
diff --git a/net/isc-dhcp30-server/Makefile b/net/isc-dhcp30-server/Makefile
index 41050d125adb..a18d5a6c56db 100644
--- a/net/isc-dhcp30-server/Makefile
+++ b/net/isc-dhcp30-server/Makefile
@@ -7,17 +7,15 @@
#
PORTNAME= isc-dhcp3
-PORTVERSION= 3.0.b1.14
+PORTVERSION= 3.0.b1.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-3.0b1pl14
+DISTNAME= dhcp-3.0b1pl17
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
diff --git a/net/isc-dhcp30-server/distinfo b/net/isc-dhcp30-server/distinfo
index a15c0780251e..f0e647982b35 100644
--- a/net/isc-dhcp30-server/distinfo
+++ b/net/isc-dhcp30-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0b1pl14.tar.gz) = 1a9ecd791209f0a21c85a344fa73b3f5
+MD5 (dhcp-3.0b1pl17.tar.gz) = 9e5202eefc133bd30a46882239123be4
diff --git a/net/isc-dhcp30-server/files/patch-clparse.c b/net/isc-dhcp30-server/files/patch-clparse.c
index 771afc5e0e5a..f2da52a15884 100644
--- a/net/isc-dhcp30-server/files/patch-clparse.c
+++ b/net/isc-dhcp30-server/files/patch-clparse.c
@@ -1,11 +1,5 @@
---- client/clparse.c.orig Wed May 10 02:20:11 2000
-+++ client/clparse.c Wed May 10 02:20:31 2000
-@@ -74,7 +74,7 @@
- top_level_config.backoff_cutoff = 15;
- top_level_config.initial_interval = 3;
- top_level_config.bootp_policy = P_ACCEPT;
-- top_level_config.script_name = "/etc/dhclient-script";
-+ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
- top_level_config.requested_options = default_requested_options;
-
- top_level_config.on_receipt = new_group ("read_client_conf");
+--- client/clparse.c.orig Wed Jul 19 21:13:10 2000
++++ client/clparse.c Thu Jul 20 21:52:53 2000
+@@ -46 +46 @@
+-char client_script_name [] = "/etc/dhclient-script";
++char client_script_name [] = CL_DEFAULT_SCRIPT_NAME;
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile
index 41050d125adb..a18d5a6c56db 100644
--- a/net/isc-dhcp31-server/Makefile
+++ b/net/isc-dhcp31-server/Makefile
@@ -7,17 +7,15 @@
#
PORTNAME= isc-dhcp3
-PORTVERSION= 3.0.b1.14
+PORTVERSION= 3.0.b1.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-3.0b1pl14
+DISTNAME= dhcp-3.0b1pl17
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
diff --git a/net/isc-dhcp31-server/distinfo b/net/isc-dhcp31-server/distinfo
index a15c0780251e..f0e647982b35 100644
--- a/net/isc-dhcp31-server/distinfo
+++ b/net/isc-dhcp31-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0b1pl14.tar.gz) = 1a9ecd791209f0a21c85a344fa73b3f5
+MD5 (dhcp-3.0b1pl17.tar.gz) = 9e5202eefc133bd30a46882239123be4
diff --git a/net/isc-dhcp31-server/files/patch-clparse.c b/net/isc-dhcp31-server/files/patch-clparse.c
index 771afc5e0e5a..f2da52a15884 100644
--- a/net/isc-dhcp31-server/files/patch-clparse.c
+++ b/net/isc-dhcp31-server/files/patch-clparse.c
@@ -1,11 +1,5 @@
---- client/clparse.c.orig Wed May 10 02:20:11 2000
-+++ client/clparse.c Wed May 10 02:20:31 2000
-@@ -74,7 +74,7 @@
- top_level_config.backoff_cutoff = 15;
- top_level_config.initial_interval = 3;
- top_level_config.bootp_policy = P_ACCEPT;
-- top_level_config.script_name = "/etc/dhclient-script";
-+ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
- top_level_config.requested_options = default_requested_options;
-
- top_level_config.on_receipt = new_group ("read_client_conf");
+--- client/clparse.c.orig Wed Jul 19 21:13:10 2000
++++ client/clparse.c Thu Jul 20 21:52:53 2000
+@@ -46 +46 @@
+-char client_script_name [] = "/etc/dhclient-script";
++char client_script_name [] = CL_DEFAULT_SCRIPT_NAME;
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile
index 41050d125adb..a18d5a6c56db 100644
--- a/net/isc-dhcp40-server/Makefile
+++ b/net/isc-dhcp40-server/Makefile
@@ -7,17 +7,15 @@
#
PORTNAME= isc-dhcp3
-PORTVERSION= 3.0.b1.14
+PORTVERSION= 3.0.b1.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-3.0b1pl14
+DISTNAME= dhcp-3.0b1pl17
MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/bind/res_update.h:${PORTSDIR}/net/bind8
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo
index a15c0780251e..f0e647982b35 100644
--- a/net/isc-dhcp40-server/distinfo
+++ b/net/isc-dhcp40-server/distinfo
@@ -1 +1 @@
-MD5 (dhcp-3.0b1pl14.tar.gz) = 1a9ecd791209f0a21c85a344fa73b3f5
+MD5 (dhcp-3.0b1pl17.tar.gz) = 9e5202eefc133bd30a46882239123be4
diff --git a/net/isc-dhcp40-server/files/patch-clparse.c b/net/isc-dhcp40-server/files/patch-clparse.c
index 771afc5e0e5a..f2da52a15884 100644
--- a/net/isc-dhcp40-server/files/patch-clparse.c
+++ b/net/isc-dhcp40-server/files/patch-clparse.c
@@ -1,11 +1,5 @@
---- client/clparse.c.orig Wed May 10 02:20:11 2000
-+++ client/clparse.c Wed May 10 02:20:31 2000
-@@ -74,7 +74,7 @@
- top_level_config.backoff_cutoff = 15;
- top_level_config.initial_interval = 3;
- top_level_config.bootp_policy = P_ACCEPT;
-- top_level_config.script_name = "/etc/dhclient-script";
-+ top_level_config.script_name = CL_DEFAULT_SCRIPT_NAME;
- top_level_config.requested_options = default_requested_options;
-
- top_level_config.on_receipt = new_group ("read_client_conf");
+--- client/clparse.c.orig Wed Jul 19 21:13:10 2000
++++ client/clparse.c Thu Jul 20 21:52:53 2000
+@@ -46 +46 @@
+-char client_script_name [] = "/etc/dhclient-script";
++char client_script_name [] = CL_DEFAULT_SCRIPT_NAME;