Internet Systems Consortium DHCP Distribution
- Version 4.2.1
- 28 February 2011
+ Version 4.2.1-P1
+ 25 March 2011
README FILE
RELEASE STATUS
-This is ISC DHCP 4.2.1, a maintenance release containing patches.
+This is ISC DHCP 4.2.1-P1, a security release containing patches.
In this release, the DHCPv6 server should be fully functional on Linux,
Solaris, or any BSD. The DHCPv6 client should be similarly functional
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-4.2.1.tar.gz
- tar xvf dhcp-4.2.1.tar
+ gunzip dhcp-4.2.1-P1.tar.gz
+ tar xvf dhcp-4.2.1-P1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.2.1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.1-P1 subdirectory that you've just created and
configure the source tree by typing:
./configure
Internet Systems Consortium DHCP Distribution
- Version 4.2.1
- 28 February 2011
+ Version 4.2.1-P1
+ 25 March 2011
Release Notes
DHCP options parsing and reassembly. */
/*
- * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
-AC_INIT([DHCP], [4.2.1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.1-P1], [dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: bind.sh,v 1.6.2.13 2011/02/25 20:08:07 sar Exp $
+# $Id: bind.sh,v 1.6.2.14 2011/03/24 21:57:13 sar Exp $
# Get the bind distribution for the libraries
# This script is used to build the DHCP distribution and shouldn't be shipped
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.2.1-P1) BINDTAG=v9_8_0 ;;
4.2.1) BINDTAG=v9_8_0 ;;
4.2.1rc1) BINDTAG=v9_8_0rc1 ;;
4.2.1b1) BINDTAG=v9_8_0b1 ;;