aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-server
Commit message (Collapse)AuthorAgeFilesLines
* - Apply an extra patch to fix the LDAP breakage that happened with the lastWesley Shields2011-08-172-0/+33
| | | | | | | | | | | update. It should be noted that LDAP support is built in to 4.2, so people are encouraged to move to that if you want LDAP support. PR: ports/159830 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279902
* - Add the LDAP patch back into distinfo. I accidentally removed it with myWesley Shields2011-08-151-0/+2
| | | | | | | | | | last commit. Noticed by: Robert Huff Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=279752
* - Update to 4.1-ESV-R3 to address DoS issue.Wesley Shields2011-08-142-6/+4
| | | | | | | | | | PR: ports/159698 Submitted by: wxs@ Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Security: 510b630e-c43b-11e0-916c-00e0815b8da8 Notes: svn path=/head/; revision=279664
* Expand CONFLICTS to handle isc-dhcp42 and beyondDoug Barton2011-07-101-3/+3
| | | | | | | Prompted by: sunpoet Notes: svn path=/head/; revision=277438
* Fix -user argument for dhcpdv6Doug Barton2011-07-072-2/+2
| | | | | | | | PR: ports/158375 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=277262
* Fix rc(5) complains about dhcrelay6_enable variable.Lev A. Serebryakov2011-06-212-2/+3
| | | | Notes: svn path=/head/; revision=276010
* - Add shutdown keyword.Wesley Shields2011-06-031-1/+2
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=275045
* net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd andWesley Shields2011-06-032-8/+36
| | | | | | | | | | | | | | | isc-dhcpd6 when it is built with IPv6 support. net/isc-dchp41-relay could be built with IPv6 support, but it doesn't provide way to start two realys (for IPv4 and IPv6) simultaneously. This patch changes RC_SUBR script isc-dhcrelay to support such operations, and install link from isc-dhcrelay to isc-dhcrelay6 when port is built with IPv6 support. PR: ports/157501 Submitted by: lev@ Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=275023
* - Add OPTIONS: DHCP_IPV6 to make IPv6 support optionalSunpoet Po-Chuan Hsieh2011-05-092-13/+30
| | | | | | | | | | | | - Use bsd.port.mk and bsd.port.options.mk - Make portlint happier PR: ports/156846 Submitted by: Alex Deiter <alex.deiter@gmail.com> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=273831
* Update to the latest ESV release to address security vulnerability.Wesley Shields2011-04-102-11/+14
| | | | | | | | | PR: ports/156246 Submitted by: Douglas Thrift <douglas@douglasthrift.net> Security: 7e69f00d-632a-11e0-9f3a-001d092480a4 Notes: svn path=/head/; revision=272488
* Pass maintainer to Douglas Thrift. He's able to give theseWesley Shields2011-02-171-1/+1
| | | | | | | | | ports the tender loving care they deserve. Submitted by: Douglas Thrift <douglas@douglasthrift.net> (private mail) Notes: svn path=/head/; revision=269277
* Add support for DHCPv6 server.Wesley Shields2011-02-143-95/+120
| | | | | | | | PR: ports/153781 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Notes: svn path=/head/; revision=269110
* Update to 4.1.2-P1 (4.1.2_1,1) to address DHCPv6 server crash bug.Wesley Shields2011-01-292-5/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268355
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 4.1.2Wesley Shields2010-11-243-28/+12
| | | | Notes: svn path=/head/; revision=265100
* Fix installation when using LDAP option.Wesley Shields2010-10-241-4/+12
| | | | Notes: svn path=/head/; revision=263518
* Add a patch to support running on VLAN interfaces.Wesley Shields2010-10-242-1/+11
| | | | | | | | | Bump server PORTREVISION to accomodate. Submitted by: matpockuh@gmail.com (via current@) Notes: svn path=/head/; revision=263513
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Migration of final set of working ports from automake{19,110} -> 111Ade Lovett2010-10-071-1/+1
| | | | Notes: svn path=/head/; revision=262565
* Remove trailing backslash.Wesley Shields2010-09-301-1/+1
| | | | | | | Noticed by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=262163
* Quickly revert PORTREVISION_SERVER and increment PORTREVISION_CLIENT instead.Wesley Shields2010-09-281-2/+2
| | | | Notes: svn path=/head/; revision=262053
* Use the provided script instead of the one provided by the port. The oneWesley Shields2010-09-282-515/+1
| | | | | | | | | provided by the port infrastructure is outdated and doesn't support dhcpv6. Noticed by: lstewart@ Notes: svn path=/head/; revision=262052
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-4/+4
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Make sure _PATH_DHCPD_CONF is defined properly.Wesley Shields2010-09-061-2/+2
| | | | | | | | PR: ports/150209 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=260640
* [1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setupsWesley Shields2010-07-126-126/+80
| | | | | | | | | | | | | | | | on upgrade. [2]: Install more man pages. [3]: Add LDAP configuration support. This was present in the other port. PR: [1]: ports/147857 [2]: ports/147917 [3]: ports/147869 Submitted by: [1]: Henno Schooljan <henno@schooljan.nl> [2]: Craig Leres <leres@ee.lbl.gov> [3]: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Notes: svn path=/head/; revision=257652
* Update to 4.1.1-P1.Wesley Shields2010-06-092-7/+8
| | | | | | | Have to bump PORTEPOCH here unfortunately. Notes: svn path=/head/; revision=256163
* net/isc-dhcp41-client:Wesley Shields2010-05-292-3/+18
| | | | | | | | | | - Set the default dhclient-script and dhclient.conf properly. PR: ports/146608 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=255294
* Add the headers and libraries to net/isc-dhcp41-server. There will be noWesley Shields2010-05-152-6/+39
| | | | | | | | | | | net/isc-dhcp4-devel port as it would conflict with the server (installs some of the same files). For this reason I decided to just make net/isc-dhcp41-server install the development libraries and headers. Based upon a patch from: Attila Nagy (private mail) Notes: svn path=/head/; revision=254337
* Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relayWesley Shields2010-05-0612-0/+1398
to the tree. There's still a small bit of work to do including adding conflicts for the existing DHCP ports (which should have been conflicting with each other already) and add a 41-devel port so people can use the headers and libraries. Notes: svn path=/head/; revision=253843