mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
Upgrade to 3.0.r1.1.
PR: 26688/ports Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
This commit is contained in:
parent
31252166a4
commit
b3ee3aeed4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41742
15 changed files with 110 additions and 145 deletions
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dhcp
|
PORTNAME= dhcp
|
||||||
PORTVERSION= 3.0.b2.24
|
PORTVERSION= 3.0.r1.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
||||||
PKGNAMEPREFIX= isc-
|
PKGNAMEPREFIX= isc-
|
||||||
PKGNAMESUFFIX= 3
|
PKGNAMESUFFIX= 3
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clefevre@poboxes.com
|
MAINTAINER= clefevre@poboxes.com
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca
|
MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
The ISC Dynamic Host Configuration Protocol Distribution provides
|
The ISC Dynamic Host Configuration Protocol Distribution provides a
|
||||||
a freely redistributable reference implementation of all aspects
|
freely redistributable reference implementation of all aspects of the
|
||||||
of the DHCP protocol, through a suite of DHCP tools:
|
DHCP protocol, through a suite of DHCP tools:
|
||||||
|
|
||||||
* A DHCP server
|
* A DHCP server
|
||||||
* A DHCP client
|
* A DHCP client
|
||||||
* A DHCP relay agent
|
* A DHCP relay agent
|
||||||
|
|
||||||
Version 3, Beta 2 of the ISC DHCP Distribution includes the following
|
Version 3 of the ISC DHCP Distribution includes the following features
|
||||||
features that are new since version 2.0:
|
that are new since version 2.0:
|
||||||
|
|
||||||
* DHCP Failover Protocol support
|
* DHCP Failover Protocol support
|
||||||
* OMAPI, an API for accessing and modifying the DHCP
|
* OMAPI, an API for accessing and modifying the DHCP server and client state
|
||||||
server and client state.
|
* Conditional behaviour
|
||||||
* Conditional behaviour
|
* Storing arbitrary information on leases
|
||||||
* Storing arbitrary information on leases
|
* Address pools with access control
|
||||||
* Address pools with access control
|
* Client classing
|
||||||
* Client classing
|
* Address allocation restriction by class
|
||||||
* Address allocation restriction by class
|
* Relay agent information option support
|
||||||
* Relay agent information option support
|
* Dynamic DNS updates
|
||||||
* Dynamic DNS updates
|
* Many bug fixes, performance enhancements, and minor new DHCP protocol
|
||||||
* Many bug fixes, performance enhancements, and minor
|
features.
|
||||||
new DHCP protocol features.
|
|
||||||
|
|
||||||
Also, a fully-featured implementation of dynamic DNS updates is
|
|
||||||
included and there are no build dependencies with any BIND version.
|
|
||||||
|
|
||||||
Since patch-level 15, a log-facility configuration parameter has
|
|
||||||
been added, see the manual pages for details.
|
|
||||||
|
|
||||||
WWW: http://www.isc.org/products/DHCP/
|
WWW: http://www.isc.org/products/DHCP/
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dhcp
|
PORTNAME= dhcp
|
||||||
PORTVERSION= 3.0.b2.24
|
PORTVERSION= 3.0.r1.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
||||||
PKGNAMEPREFIX= isc-
|
PKGNAMEPREFIX= isc-
|
||||||
PKGNAMESUFFIX= 3
|
PKGNAMESUFFIX= 3
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clefevre@poboxes.com
|
MAINTAINER= clefevre@poboxes.com
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca
|
MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
The ISC Dynamic Host Configuration Protocol Distribution provides
|
The ISC Dynamic Host Configuration Protocol Distribution provides a
|
||||||
a freely redistributable reference implementation of all aspects
|
freely redistributable reference implementation of all aspects of the
|
||||||
of the DHCP protocol, through a suite of DHCP tools:
|
DHCP protocol, through a suite of DHCP tools:
|
||||||
|
|
||||||
* A DHCP server
|
* A DHCP server
|
||||||
* A DHCP client
|
* A DHCP client
|
||||||
* A DHCP relay agent
|
* A DHCP relay agent
|
||||||
|
|
||||||
Version 3, Beta 2 of the ISC DHCP Distribution includes the following
|
Version 3 of the ISC DHCP Distribution includes the following features
|
||||||
features that are new since version 2.0:
|
that are new since version 2.0:
|
||||||
|
|
||||||
* DHCP Failover Protocol support
|
* DHCP Failover Protocol support
|
||||||
* OMAPI, an API for accessing and modifying the DHCP
|
* OMAPI, an API for accessing and modifying the DHCP server and client state
|
||||||
server and client state.
|
* Conditional behaviour
|
||||||
* Conditional behaviour
|
* Storing arbitrary information on leases
|
||||||
* Storing arbitrary information on leases
|
* Address pools with access control
|
||||||
* Address pools with access control
|
* Client classing
|
||||||
* Client classing
|
* Address allocation restriction by class
|
||||||
* Address allocation restriction by class
|
* Relay agent information option support
|
||||||
* Relay agent information option support
|
* Dynamic DNS updates
|
||||||
* Dynamic DNS updates
|
* Many bug fixes, performance enhancements, and minor new DHCP protocol
|
||||||
* Many bug fixes, performance enhancements, and minor
|
features.
|
||||||
new DHCP protocol features.
|
|
||||||
|
|
||||||
Also, a fully-featured implementation of dynamic DNS updates is
|
|
||||||
included and there are no build dependencies with any BIND version.
|
|
||||||
|
|
||||||
Since patch-level 15, a log-facility configuration parameter has
|
|
||||||
been added, see the manual pages for details.
|
|
||||||
|
|
||||||
WWW: http://www.isc.org/products/DHCP/
|
WWW: http://www.isc.org/products/DHCP/
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dhcp
|
PORTNAME= dhcp
|
||||||
PORTVERSION= 3.0.b2.24
|
PORTVERSION= 3.0.r1.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
||||||
PKGNAMEPREFIX= isc-
|
PKGNAMEPREFIX= isc-
|
||||||
PKGNAMESUFFIX= 3
|
PKGNAMESUFFIX= 3
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clefevre@poboxes.com
|
MAINTAINER= clefevre@poboxes.com
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca
|
MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
The ISC Dynamic Host Configuration Protocol Distribution provides
|
The ISC Dynamic Host Configuration Protocol Distribution provides a
|
||||||
a freely redistributable reference implementation of all aspects
|
freely redistributable reference implementation of all aspects of the
|
||||||
of the DHCP protocol, through a suite of DHCP tools:
|
DHCP protocol, through a suite of DHCP tools:
|
||||||
|
|
||||||
* A DHCP server
|
* A DHCP server
|
||||||
* A DHCP client
|
* A DHCP client
|
||||||
* A DHCP relay agent
|
* A DHCP relay agent
|
||||||
|
|
||||||
Version 3, Beta 2 of the ISC DHCP Distribution includes the following
|
Version 3 of the ISC DHCP Distribution includes the following features
|
||||||
features that are new since version 2.0:
|
that are new since version 2.0:
|
||||||
|
|
||||||
* DHCP Failover Protocol support
|
* DHCP Failover Protocol support
|
||||||
* OMAPI, an API for accessing and modifying the DHCP
|
* OMAPI, an API for accessing and modifying the DHCP server and client state
|
||||||
server and client state.
|
* Conditional behaviour
|
||||||
* Conditional behaviour
|
* Storing arbitrary information on leases
|
||||||
* Storing arbitrary information on leases
|
* Address pools with access control
|
||||||
* Address pools with access control
|
* Client classing
|
||||||
* Client classing
|
* Address allocation restriction by class
|
||||||
* Address allocation restriction by class
|
* Relay agent information option support
|
||||||
* Relay agent information option support
|
* Dynamic DNS updates
|
||||||
* Dynamic DNS updates
|
* Many bug fixes, performance enhancements, and minor new DHCP protocol
|
||||||
* Many bug fixes, performance enhancements, and minor
|
features.
|
||||||
new DHCP protocol features.
|
|
||||||
|
|
||||||
Also, a fully-featured implementation of dynamic DNS updates is
|
|
||||||
included and there are no build dependencies with any BIND version.
|
|
||||||
|
|
||||||
Since patch-level 15, a log-facility configuration parameter has
|
|
||||||
been added, see the manual pages for details.
|
|
||||||
|
|
||||||
WWW: http://www.isc.org/products/DHCP/
|
WWW: http://www.isc.org/products/DHCP/
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dhcp
|
PORTNAME= dhcp
|
||||||
PORTVERSION= 3.0.b2.24
|
PORTVERSION= 3.0.r1.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
||||||
PKGNAMEPREFIX= isc-
|
PKGNAMEPREFIX= isc-
|
||||||
PKGNAMESUFFIX= 3
|
PKGNAMESUFFIX= 3
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clefevre@poboxes.com
|
MAINTAINER= clefevre@poboxes.com
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca
|
MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
The ISC Dynamic Host Configuration Protocol Distribution provides
|
The ISC Dynamic Host Configuration Protocol Distribution provides a
|
||||||
a freely redistributable reference implementation of all aspects
|
freely redistributable reference implementation of all aspects of the
|
||||||
of the DHCP protocol, through a suite of DHCP tools:
|
DHCP protocol, through a suite of DHCP tools:
|
||||||
|
|
||||||
* A DHCP server
|
* A DHCP server
|
||||||
* A DHCP client
|
* A DHCP client
|
||||||
* A DHCP relay agent
|
* A DHCP relay agent
|
||||||
|
|
||||||
Version 3, Beta 2 of the ISC DHCP Distribution includes the following
|
Version 3 of the ISC DHCP Distribution includes the following features
|
||||||
features that are new since version 2.0:
|
that are new since version 2.0:
|
||||||
|
|
||||||
* DHCP Failover Protocol support
|
* DHCP Failover Protocol support
|
||||||
* OMAPI, an API for accessing and modifying the DHCP
|
* OMAPI, an API for accessing and modifying the DHCP server and client state
|
||||||
server and client state.
|
* Conditional behaviour
|
||||||
* Conditional behaviour
|
* Storing arbitrary information on leases
|
||||||
* Storing arbitrary information on leases
|
* Address pools with access control
|
||||||
* Address pools with access control
|
* Client classing
|
||||||
* Client classing
|
* Address allocation restriction by class
|
||||||
* Address allocation restriction by class
|
* Relay agent information option support
|
||||||
* Relay agent information option support
|
* Dynamic DNS updates
|
||||||
* Dynamic DNS updates
|
* Many bug fixes, performance enhancements, and minor new DHCP protocol
|
||||||
* Many bug fixes, performance enhancements, and minor
|
features.
|
||||||
new DHCP protocol features.
|
|
||||||
|
|
||||||
Also, a fully-featured implementation of dynamic DNS updates is
|
|
||||||
included and there are no build dependencies with any BIND version.
|
|
||||||
|
|
||||||
Since patch-level 15, a log-facility configuration parameter has
|
|
||||||
been added, see the manual pages for details.
|
|
||||||
|
|
||||||
WWW: http://www.isc.org/products/DHCP/
|
WWW: http://www.isc.org/products/DHCP/
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= dhcp
|
PORTNAME= dhcp
|
||||||
PORTVERSION= 3.0.b2.24
|
PORTVERSION= 3.0.r1.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
|
||||||
PKGNAMEPREFIX= isc-
|
PKGNAMEPREFIX= isc-
|
||||||
PKGNAMESUFFIX= 3
|
PKGNAMESUFFIX= 3
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/:R}pl${PORTVERSION:E}
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/:R}pl${PORTVERSION:E}
|
||||||
|
|
||||||
MAINTAINER= clefevre@poboxes.com
|
MAINTAINER= clefevre@poboxes.com
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (dhcp-3.0b2pl24.tar.gz) = ea48b791cb2be15c6d3458f5f55de8ca
|
MD5 (dhcp-3.0rc1pl1.tar.gz) = 93b7e388b9229605684235bb30080773
|
||||||
|
|
|
@ -1,31 +1,24 @@
|
||||||
The ISC Dynamic Host Configuration Protocol Distribution provides
|
The ISC Dynamic Host Configuration Protocol Distribution provides a
|
||||||
a freely redistributable reference implementation of all aspects
|
freely redistributable reference implementation of all aspects of the
|
||||||
of the DHCP protocol, through a suite of DHCP tools:
|
DHCP protocol, through a suite of DHCP tools:
|
||||||
|
|
||||||
* A DHCP server
|
* A DHCP server
|
||||||
* A DHCP client
|
* A DHCP client
|
||||||
* A DHCP relay agent
|
* A DHCP relay agent
|
||||||
|
|
||||||
Version 3, Beta 2 of the ISC DHCP Distribution includes the following
|
Version 3 of the ISC DHCP Distribution includes the following features
|
||||||
features that are new since version 2.0:
|
that are new since version 2.0:
|
||||||
|
|
||||||
* DHCP Failover Protocol support
|
* DHCP Failover Protocol support
|
||||||
* OMAPI, an API for accessing and modifying the DHCP
|
* OMAPI, an API for accessing and modifying the DHCP server and client state
|
||||||
server and client state.
|
* Conditional behaviour
|
||||||
* Conditional behaviour
|
* Storing arbitrary information on leases
|
||||||
* Storing arbitrary information on leases
|
* Address pools with access control
|
||||||
* Address pools with access control
|
* Client classing
|
||||||
* Client classing
|
* Address allocation restriction by class
|
||||||
* Address allocation restriction by class
|
* Relay agent information option support
|
||||||
* Relay agent information option support
|
* Dynamic DNS updates
|
||||||
* Dynamic DNS updates
|
* Many bug fixes, performance enhancements, and minor new DHCP protocol
|
||||||
* Many bug fixes, performance enhancements, and minor
|
features.
|
||||||
new DHCP protocol features.
|
|
||||||
|
|
||||||
Also, a fully-featured implementation of dynamic DNS updates is
|
|
||||||
included and there are no build dependencies with any BIND version.
|
|
||||||
|
|
||||||
Since patch-level 15, a log-facility configuration parameter has
|
|
||||||
been added, see the manual pages for details.
|
|
||||||
|
|
||||||
WWW: http://www.isc.org/products/DHCP/
|
WWW: http://www.isc.org/products/DHCP/
|
||||||
|
|
Loading…
Add table
Reference in a new issue