Commit graph

9 commits

Author SHA1 Message Date
Kurt Jaeger
30c930dc0d net/dhcpcd: 6.10.1 -> 6.10.2
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)
2016-04-16 12:21:38 +00:00
Jason Unovitch
7e6947b279 net/dhcpcd: update 6.9.4 -> 6.10.0
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
2016-01-08 01:31:35 +00:00
Thomas Zander
ce5a3c5fbd Update to upstream release 6.8.2
PR:		199914
Submitted by:	takefu@airport.fm
Approved by:	roy@marples.name (maintainer)
2015-05-31 19:42:55 +00:00
Pawel Pekala
d2a94f2424 - Update to version 6.5.1, add pkg-message [1]
- 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]
2014-11-04 17:59:53 +00:00
Bartek Rutkowski
e183443e78 net/dhcpcd: update 5.5.6 -> 6.4.2
- 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)
2014-07-29 11:57:01 +00:00
Xin LI
90713c7acd Update to 5.5.6.
PR:		ports/175621
Submitted by:	John Hein <jhein symmetricom com>
Approved by:	maintainer
2013-10-29 05:37:53 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Lars Engels
b81d36b196 - Use %%PREFIX%% in rc script
- Bump PORTREVISION

Reported by:	sat
2008-01-01 16:13:00 +00:00
Lars Engels
c7e6df5974 dhcpcd is an RFC2131 compliant DHCP client.
WWW: http://dhcpcd.berlios.de

PR:		ports/119173
Submitted by:	Roy Marples <roy (AT) marples.name>
2007-12-31 17:23:26 +00:00