FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:21 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
isc-dhcp30-server 3.0.7_5 net on this many watch lists=19 search for ports that depend on this port
The ISC Dynamic Host Configuration Protocol server
Maintained by: jpaetzel@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Oct 2008 11:56:30


The ISC Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of the
DHCP protocol, through a suite of DHCP tools:

  * A DHCP server (this port)
  * A DHCP client
  * A DHCP relay agent

Version 3 of the ISC DHCP Distribution includes the following features
that are new since version 2.0:

  * DHCP Failover Protocol support
  * OMAPI, an API for accessing and modifying the DHCP server and client state
  * Conditional behaviour
  * Storing arbitrary information on leases
  * Address pools with access control
  * Client classing
  * Address allocation restriction by class
  * Relay agent information option support 
  * Dynamic DNS updates
  * Many bug fixes, performance enhancements, and minor new DHCP protocol
    features. 

WWW: http://www.isc.org/products/DHCP/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
net/isc-dhcp3-devel
net/isc-dhcp30-client
net/isc-dhcp30-relay

To install the port: cd /usr/ports/net/isc-dhcp30-server/ && make install clean
To add the package: pkg_add -r isc-dhcp30-server


Configuration Options
===> The following configuration options are available for isc-dhcp30-server-3.0.7_5:
     DHCP_PARANOIA=on (default) "add -user, -group and -chroot options"
     DHCP_JAIL=on (default) "add -chroot and -jail options"
     DHCP_SOCKETS=off (default) "use sockets instead of /dev/bpf (jail-only)"
     DHCP_LDAP=off (default) "add experimental LDAP backend support"
     DHCP_LDAP_SSL=on (default) "support LDAP connection over SSL/TLS"
     OPENSSL_BASE=on (default) "use the base system OpenSSL (required by TLS)"
     OPENSSL_PORT=off (default) "use OpenSSL from ports (required by TLS)"
     DHCP_LQ=off (default) "DHCPLEASEQUERY support used by Cisco uBR's"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.isc.org/isc/dhcp/
ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.ciril.fr/pub/isc/dhcp/
ftp://ftp.ciril.fr/pub/isc/dhcp/dhcp-3.0-history/
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/dhcp/
ftp://ftp.freenet.de/pub/ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.iij.ad.jp/pub/network/isc/dhcp/
ftp://ftp.iij.ad.jp/pub/network/isc/dhcp/dhcp-3.0-history/
ftp://ftp.dti.ad.jp/pub/net/isc/dhcp/
ftp://ftp.dti.ad.jp/pub/net/isc/dhcp/dhcp-3.0-history/
ftp://ftp.u-aizu.ac.jp/pub/net/isc/dhcp/
ftp://ftp.u-aizu.ac.jp/pub/net/isc/dhcp/dhcp-3.0-history/
ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/dhcp/
ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.chl.chalmers.se/pub/isc/dhcp/
ftp://ftp.chl.chalmers.se/pub/isc/dhcp/dhcp-3.0-history/
ftp://ftp.sunet.se/pub/network/isc/dhcp/
ftp://ftp.sunet.se/pub/network/isc/dhcp/dhcp-3.0-history/
ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/dhcp/
ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.epix.net/pub/isc/dhcp/
ftp://ftp.epix.net/pub/isc/dhcp/dhcp-3.0-history/
ftp://ftp.nominum.com/pub/isc/dhcp/
ftp://ftp.nominum.com/pub/isc/dhcp/dhcp-3.0-history/
ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/dhcp/
ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/dhcp/dhcp-3.0-history/
ftp://ftp.ntua.gr/pub/net/isc/isc/dhcp/
ftp://ftp.ntua.gr/pub/net/isc/isc/dhcp/dhcp-3.0-history/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Jul 2009 01:11:48
Original commit files touched by this commit  3.0.7_5
jpaetzel search for other commits by this committer
Fix security advsory with patches from Ubuntu project.
http://vuxml.FreeBSD.org/c444c8b7-7169-11de-9ab7-000c29a67389.html

PR:     ports/136891
Submitted by:   wxs@
Reviewed by:    simon@
Approved by:    itetcu@ (mentor)
15 Jul 2009 17:56:10
Original commit files touched by this commit  3.0.7_5
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
27 Jun 2009 18:35:08
Original commit files touched by this commit  3.0.7_5
jpaetzel search for other commits by this committer
- Replace jail patch with one by jhb@
- Add a checkconfig target to rcNG script

PR:     ports/133072
Submitted by:   rea-fbsd@codelabs.ru
Approved by:    itetcu@ (mentor)
12 Jun 2009 16:24:15
Original commit files touched by this commit  3.0.7_4
wxs search for other commits by this committer
- Minor grammar fixes.

Approved by:    jpaetzel (maintainer)
12 May 2009 23:31:41
Original commit files touched by this commit  3.0.7_4
linimon search for other commits by this committer
Reassign these ports to new volunteer; current maintainer has been
inactive for 3 months and has not responded to email.
10 May 2009 16:38:05
Original commit files touched by this commit  3.0.7_4
wxs search for other commits by this committer
- Fix build when using DHCP_JAIL.

PR:             ports/131515
Submitted by:   rallenh <rallenh@hotmail.com>
Approved by:    maintainer timeout
14 Feb 2009 01:11:22
Original commit files touched by this commit  3.0.7_4
lwhsu search for other commits by this committer
- Mark broken only when DHCP_JAIL is defined, this enables basic functions work
on 8

PR:             ports/131621
Submitted by:   lwhsu
Approved by:    Joerg Pulz <Joerg.Pulz AT frm2.tum.de> (maintainer)
13 Jan 2009 06:53:17
Original commit files touched by this commit  3.0.7_4
ale search for other commits by this committer
Fix PORTREVISION breakage.
12 Jan 2009 15:17:52
Original commit files touched by this commit  3.0.7_3
stefan search for other commits by this committer
Register a fixed UID/GID for the user 'dhcpd' and use that instead of a
dynamically chosen one.

PR:             127995
Submitted by:   Ashish Shukla <wahjava@gmail.com>
Approved by:    maintainer timeout (3 months)
08 Jan 2009 17:17:38
Original commit files touched by this commit  3.0.7_3
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after recent jail changes.

Submitted by:   pintyha
06 Jan 2009 17:59:31
Original commit files touched by this commit  3.0.7_3
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
18 Oct 2008 18:25:17
Original commit files touched by this commit  3.0.7_3
stefan search for other commits by this committer
Fix distinfo for LDAP patch.

PR:             128104
Submitted by:   Andrew Daugherity <adaugherity@tamu.edu>
Patch by:       maintainer
13 Oct 2008 13:04:29
Original commit files touched by this commit  3.0.7_2
edwin search for other commits by this committer
Fix PKGNAMESUFFIX for the new version numbering.
13 Oct 2008 12:10:11
Original commit files touched by this commit  3.0.7_2
edwin search for other commits by this committer
Move isc-dhcp3-(server|client|relay) to isc-dhcp30-(server|client|relay)
to make space for the isc-dhcp31 and isc-dhcp40 servers of it.
13 Oct 2008 11:55:32
Original commit files touched by this commit  3.0.5_2
edwin search for other commits by this committer
forced commit to welcome isc-dhcp30-*

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.186 seconds.