diff options
| author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-01-08 01:31:35 +0000 |
|---|---|---|
| committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-01-08 01:31:35 +0000 |
| commit | 7e6947b279595df4f98a607400bbe612f348804f (patch) | |
| tree | 8171c436baa8ea1d44d52241d0aad36f85a0399c /net/dhcpcd/files/patch-dhcpcd.conf | |
| parent | Document two dhcpcd vulnerabilities (diff) | |
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
Diffstat (limited to 'net/dhcpcd/files/patch-dhcpcd.conf')
| -rw-r--r-- | net/dhcpcd/files/patch-dhcpcd.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/dhcpcd/files/patch-dhcpcd.conf b/net/dhcpcd/files/patch-dhcpcd.conf index 74cf87164ba9..9c18804e5430 100644 --- a/net/dhcpcd/files/patch-dhcpcd.conf +++ b/net/dhcpcd/files/patch-dhcpcd.conf @@ -3,14 +3,11 @@ by default. See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 ---- dhcpcd.conf.orig 2015-05-02 23:07:59 UTC +--- dhcpcd.conf.orig 2016-01-07 16:47:19 UTC +++ dhcpcd.conf -@@ -34,7 +34,7 @@ +@@ -35,4 +35,4 @@ option interface_mtu require dhcp_server_identifier # Generate Stable Private IPv6 Addresses instead of hardware based ones -slaac private +#slaac private - - # A hook script is provided to lookup the hostname if not set by the DHCP - # server, but it should not be run by default. |
