[Lunar-commits] <moonbase> dhcp: version bumped to 4.1.0.
Florin Braescu
florin at lunar-linux.org
Sun Dec 21 19:10:42 CET 2008
commit b0781ee2187e3fb70fde99d93c0d74613a0e3d06
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Dec 21 20:10:42 2008 +0200
dhcp: version bumped to 4.1.0.
It includes several new DHCPv6 features that were not included
in DHCP 4.0.x. These include:
- Support for the rapid-commit option on the client side
- Prefix Delegation support
- IA_TA address support
- A basic DHCPv6 relay agent
- Basic and partial DHCPv6 leasequery support
There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:
- Only a single address is supported per IA.
- DHCPv6 includes human-readable text in status code messages. These
should be configurable, and probably localized via gettext() or the
like.
- The "host-identifier" option is limited to a simple token.
- The client and server can only operate DHCPv4 or DHCPv6 at a time,
not both. To use both protocols simultaneously, two instances of the
relevant daemon are required, one with the '-6' command line option.
---
net/dhcp/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/dhcp/DETAILS b/net/dhcp/DETAILS
index 7449cb6..427e17b 100644
--- a/net/dhcp/DETAILS
+++ b/net/dhcp/DETAILS
@@ -1,11 +1,11 @@
MODULE=dhcp
- VERSION=4.0.0
+ VERSION=4.1.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.isc.org/isc/dhcp/
- SOURCE_VFY=sha1:acb4ab7634ba002893b15baba1443ef4d6c92201
+ SOURCE_VFY=sha1:46e161892140a3b60cd56e62b442f48f51bc605f
WEB_SITE=http://www.isc.org/products/DHCP
ENTERED=20010922
- UPDATED=20071223
+ UPDATED=20081221
SHORT="A server and client for automatic IP configuration"
cat << EOF
More information about the Lunar-commits
mailing list