Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2011 19:45:26 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net Makefile ports/net/isc-dhcp42-client Makefile pkg-descr pkg-message pkg-plist ports/net/isc-dhcp42-relay Makefile pkg-descr pkg-message pkg-plist ports/net/isc-dhcp42-server Makefile distinfo pkg-descr ...
Message-ID:  <201107071945.p67JjQn5020640@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2011-07-07 19:45:26 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/isc-dhcp42-client Makefile pkg-descr pkg-message pkg-plist 
    net/isc-dhcp42-relay Makefile pkg-descr pkg-message pkg-plist 
    net/isc-dhcp42-server Makefile distinfo pkg-descr pkg-message 
                          pkg-plist 
    net/isc-dhcp42-server/files extra-patch-bind__Makefile 
                                isc-dhcpd.in isc-dhcrelay.in 
                                patch-client__Makefile.in 
                                patch-client__dhclient.conf 
                                patch-server__Makefile.am 
                                patch-server__Makefile.in 
                                patch-server__bpf.c 
  Log:
  ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
  These include:
  
  Processing the DHCP to DNS server transactions in an asynchronous fashion.
  The DHCP server or client can now continue with it's processing while
  awaiting replies from the DNS server.
  
  There are a number of DHCPv6 limitations and features missing in this
  release, which will be addressed in the future:
  
  - DHCPv6 includes human-readable text in status code messages, in
  English. A method to reconfigure or support other languages would
  be preferable.
  
  - 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.
  
  PR:             ports/158516
  Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
  
  Revision  Changes    Path
  1.2353    +3 -0      ports/net/Makefile
  1.1       +13 -0     ports/net/isc-dhcp42-client/Makefile (new)
  1.1       +9 -0      ports/net/isc-dhcp42-client/pkg-descr (new)
  1.1       +10 -0     ports/net/isc-dhcp42-client/pkg-message (new)
  1.1       +8 -0      ports/net/isc-dhcp42-client/pkg-plist (new)
  1.1       +13 -0     ports/net/isc-dhcp42-relay/Makefile (new)
  1.1       +9 -0      ports/net/isc-dhcp42-relay/pkg-descr (new)
  1.1       +8 -0      ports/net/isc-dhcp42-relay/pkg-message (new)
  1.1       +6 -0      ports/net/isc-dhcp42-relay/pkg-plist (new)
  1.1       +203 -0    ports/net/isc-dhcp42-server/Makefile (new)
  1.1       +2 -0      ports/net/isc-dhcp42-server/distinfo (new)
  1.1       +11 -0     ports/net/isc-dhcp42-server/files/extra-patch-bind__Makefile (new)
  1.1       +524 -0    ports/net/isc-dhcp42-server/files/isc-dhcpd.in (new)
  1.1       +70 -0     ports/net/isc-dhcp42-server/files/isc-dhcrelay.in (new)
  1.1       +13 -0     ports/net/isc-dhcp42-server/files/patch-client__Makefile.in (new)
  1.1       +11 -0     ports/net/isc-dhcp42-server/files/patch-client__dhclient.conf (new)
  1.1       +23 -0     ports/net/isc-dhcp42-server/files/patch-server__Makefile.am (new)
  1.1       +13 -0     ports/net/isc-dhcp42-server/files/patch-server__Makefile.in (new)
  1.1       +10 -0     ports/net/isc-dhcp42-server/files/patch-server__bpf.c (new)
  1.1       +9 -0      ports/net/isc-dhcp42-server/pkg-descr (new)
  1.1       +26 -0     ports/net/isc-dhcp42-server/pkg-message (new)
  1.1       +31 -0     ports/net/isc-dhcp42-server/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107071945.p67JjQn5020640>