summaryrefslogtreecommitdiff
path: root/net/dhcpcd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/dhcpcd: Switch keyword from nojail to nojailvnet in rc scriptLucas Toole2021-11-131-1/+1
| | | | | | | | | | | The keyword was added in 2007 following git history, c7e6df59748c. This is a remnant of the pre-VNET days. dhcpcd is perfectly capable of running in a VNET jail so relax keyword. This allows dhcpcd to start in a VNET jail. PR: 258185 Approved by: 0mp (mentor), philip (mentor) Differential Revision: https://reviews.freebsd.org/D32959
* net/dhcpcd: Update to 9.4.1Dries Michiels2021-10-315-43/+0
| | | | | | | While I'm here, pet portclippy ChangeLog: https://roy.marples.name/projects/posts/dhcpcd-9-4-1_released/ PR: 259364
* net/dhcpcd: Fix build when TOP environment viriable is setDries Michiels2021-10-315-0/+43
| | | | | PR: 253270 Reported by: Volodymyr Kostyrko
* net/dhcpcd: Update to 9.1.0Ben Woods2020-05-311-1/+1
| | | | | | | | Now with privilege separation and capsicumized. Changes this release: https://roy.marples.name/archives/dhcpcd-discuss/0003007.html https://roy.marples.name/archives/dhcpcd-discuss/0002881.html
* net/dhcpcd: Update to 7.2.2Steve Wills2019-05-081-2/+5
| | | | | PR: 237798 Submitted by: roy@marples.name (maintainer)
* net/dhcpcd: remove nostart keyword from rc scriptSteve Wills2017-11-091-1/+1
| | | | | PR: 213018 Submitted by: roy@marples.name (maintainer)
* net/dhcpcd: 6.10.1 -> 6.10.2Kurt Jaeger2016-04-162-23/+14
| | | | | | | | | | | | | | | | | | | | | | | | Changes: - Add fix for CVE-2014-7913. - eloop performance and API improvements. - Don't send a blank hostname. - Prefix Delegation default value fixes. - Prefix Delegation suffix is now configurable. - dhcpcd.conf now allows embedded comments. - IPv6 static address support. - ipv6ra_accept_nopublic has been removed, all prefixes now accepted. - Remove pidfile handling from dhcpcd and use pidfile_lock(3). If not available, use a compat shim. - Fix changing routes on BSD. Specific to FreeBSD ports package: - dhcpcd rc.d script now supports starting as a service (dhcpcd_enable=YES) as well as handling per interface if needed from devd. - The patch to dhcpcd.conf has been removed and the pkg-message adjusted to match the more recent findings in bug #194485 PR: 208702 Submitted by: roy@marples.name (maintainer)
* net/dhcpcd: update 6.9.4 -> 6.10.0Jason Unovitch2016-01-081-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * --noption requires an argument * optimise the ARP BPF filter, thanks to Nate Karstens * send gratuitous ARP each time we apply our IP address * fix truncation of hostnames based on the short hostname option * improve routing and address management by always loading all interfaces, routes and addresses even for interfaces we are not directly working on * timezone, lookup-hostname, wpa_supplicant and YP hooks are no longer installed by default but are installed to an example directory * fix compile on kFreeBSD thanks to Christoph Egger for providing a temporary build host * improve error logging of packet parsing * fix ignoring routing messages generated by dhcpcd just before forking * fix handling of rapid commit messages (allow ACK after DISCOVER) * add PROBE state so we can easily reject DHCP messages received during the ARP probe phase * fix CVE-2016-1503 * fix CVE-2016-1504 PR: 206015 Submitted by: Roy Marples <roy@marples.name> (maintainer) Security: CVE-2016-1504 Security: CVE-2016-1503 Security: https://vuxml.FreeBSD.org/freebsd/df587aa2-b5a5-11e5-9728-002590263bf5.html MFH: 2016Q1
* Update to upstream release 6.8.2Thomas Zander2015-05-311-2/+2
| | | | | | PR: 199914 Submitted by: takefu@airport.fm Approved by: roy@marples.name (maintainer)
* - Update to version 6.5.1, add pkg-message [1]Pawel Pekala2014-11-041-0/+16
| | | | | | | | - Prevent config overwrite by using @sample keyword [2] PR: 194486 [1], 194449 [2] Submitted by: maintainer [1], guyyur@gmail.com [2] Approved by: maintainer [2]
* net/dhcpcd: update 5.5.6 -> 6.4.2Bartek Rutkowski2014-07-291-30/+0
| | | | | | | | | | - Update BZIP usage to new format - Remove files/patch-configure (accomodated by upstream) - Minor fixes in pkg-plist PR: 191863 Submitted by: Roy Marples <roy@marples.name> Approved by: marino (mentor)
* Update to 5.5.6.Xin LI2013-10-291-0/+30
| | | | | | PR: ports/175621 Submitted by: John Hein <jhein symmetricom com> Approved by: maintainer
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Use %%PREFIX%% in rc scriptLars Engels2008-01-011-3/+3
| | | | | | - Bump PORTREVISION Reported by: sat
* dhcpcd is an RFC2131 compliant DHCP client.Lars Engels2007-12-311-0/+36
WWW: http://dhcpcd.berlios.de PR: ports/119173 Submitted by: Roy Marples <roy (AT) marples.name>