Commit graph

28 commits

Author SHA1 Message Date
Wesley Shields
399b68fd38 - Add the LDAP patch back into distinfo. I accidentally removed it with my
last commit.

Noticed by:	Robert Huff
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2011-08-15 14:59:39 +00:00
Wesley Shields
757d60fde2 - Update to 4.1-ESV-R3 to address DoS issue.
PR:		ports/159698
Submitted by:	wxs@
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Security:	510b630e-c43b-11e0-916c-00e0815b8da8
2011-08-14 01:45:25 +00:00
Doug Barton
c15c6962cd Expand CONFLICTS to handle isc-dhcp42 and beyond
Prompted by:	sunpoet
2011-07-10 03:24:46 +00:00
Doug Barton
97c92d72e7 Fix -user argument for dhcpdv6
PR:		ports/158375
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2011-07-07 18:58:24 +00:00
Lev A. Serebryakov
a623bde66d Fix rc(5) complains about dhcrelay6_enable variable. 2011-06-21 17:08:11 +00:00
Wesley Shields
8e849614ee - Add shutdown keyword.
Submitted by:	dougb@
2011-06-03 21:37:42 +00:00
Wesley Shields
be3682b91d net/isc-dchp41-server port installs two RC_SUBR scripts: isc-dhcpd and
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)
2011-06-03 12:31:24 +00:00
Sunpoet Po-Chuan Hsieh
d5665382a5 - Add OPTIONS: DHCP_IPV6 to make IPv6 support optional
- 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)
2011-05-09 00:58:17 +00:00
Wesley Shields
c8dc054bd2 Update to the latest ESV release to address security vulnerability.
PR:		ports/156246
Submitted by:	Douglas Thrift <douglas@douglasthrift.net>
Security:	7e69f00d-632a-11e0-9f3a-001d092480a4
2011-04-10 21:40:52 +00:00
Wesley Shields
646b5ff3b7 Pass maintainer to Douglas Thrift. He's able to give these
ports the tender loving care they deserve.

Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (private mail)
2011-02-17 14:16:56 +00:00
Wesley Shields
c6d65e84f2 Add support for DHCPv6 server.
PR:		ports/153781
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
2011-02-14 02:21:27 +00:00
Wesley Shields
656119ccfd Update to 4.1.2-P1 (4.1.2_1,1) to address DHCPv6 server crash bug.
Feature safe:	yes
2011-01-29 01:05:38 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Wesley Shields
74fc769e49 Update to 4.1.2 2010-11-24 19:10:37 +00:00
Wesley Shields
74cfde1c87 Fix installation when using LDAP option. 2010-10-24 16:00:39 +00:00
Wesley Shields
66c8879878 Add a patch to support running on VLAN interfaces.
Bump server PORTREVISION to accomodate.

Submitted by:	matpockuh@gmail.com (via current@)
2010-10-24 13:56:35 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
231b6073de Migration of final set of working ports from automake{19,110} -> 111 2010-10-07 15:18:56 +00:00
Wesley Shields
ec9af97962 Remove trailing backslash.
Noticed by:	Craig Leres <leres@ee.lbl.gov>
2010-09-30 12:17:47 +00:00
Wesley Shields
ae7e003834 Quickly revert PORTREVISION_SERVER and increment PORTREVISION_CLIENT instead. 2010-09-28 20:57:45 +00:00
Wesley Shields
cc75f1763a Use the provided script instead of the one provided by the port. The one
provided by the port infrastructure is outdated and doesn't support dhcpv6.

Noticed by:	lstewart@
2010-09-28 20:55:42 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Wesley Shields
a438b3bbe8 Make sure _PATH_DHCPD_CONF is defined properly.
PR:		ports/150209
Submitted by:	Craig Leres <leres@ee.lbl.gov>
2010-09-06 12:22:40 +00:00
Wesley Shields
26a38793e9 [1]: Don't remove /var/db/dhcpd on deinstall. This was breaking chroot setups
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>
2010-07-12 01:54:25 +00:00
Wesley Shields
37a9daa188 Update to 4.1.1-P1.
Have to bump PORTEPOCH here unfortunately.
2010-06-09 01:06:04 +00:00
Wesley Shields
213a856db3 net/isc-dhcp41-client:
- Set the default dhclient-script and dhclient.conf properly.

PR:		ports/146608
Submitted by:	Craig Leres <leres@ee.lbl.gov>
2010-05-29 22:20:30 +00:00
Wesley Shields
2e3ee85e91 Add the headers and libraries to net/isc-dhcp41-server. There will be no
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)
2010-05-15 02:58:48 +00:00
Wesley Shields
541cf69201 Welcome net/isc-dhcp41-server, net/isc-dhcp41-client and net/isc-dhcp41-relay
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.
2010-05-06 20:24:01 +00:00