Created attachment 169195 [details] Patch to net/dhcpcd to update to 6.10.2 dhcpcd-6.10.2 has been released with the following 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
The patch is against a net/dhcpd @6.10.1, while the current port is a at 5.8.20151202 ? What am I missing ?
You're missing the letter c :) net/dhcpcd vs net/dhcpd
Testbuilds are fine, after I found the letter c 8-)
A commit references this bug: Author: pi Date: Sat Apr 16 12:21:39 UTC 2016 New revision: 413437 URL: https://svnweb.freebsd.org/changeset/ports/413437 Log: 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) Changes: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo head/net/dhcpcd/files/dhcpcd.in head/net/dhcpcd/files/patch-dhcpcd.conf head/net/dhcpcd/pkg-message
Committed, thanks!
A commit references this bug: Author: junovitch Date: Sun Apr 17 01:17:56 UTC 2016 New revision: 413487 URL: https://svnweb.freebsd.org/changeset/ports/413487 Log: MFH: r413437 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) Approved by: ports-secteam (with hat) Security: CVE-2014-7913 Security: https://vuxml.FreeBSD.org/freebsd/6ec9f210-0404-11e6-9aee-bc5ff4fb5ea1.html Changes: _U branches/2016Q2/ branches/2016Q2/net/dhcpcd/Makefile branches/2016Q2/net/dhcpcd/distinfo branches/2016Q2/net/dhcpcd/files/dhcpcd.in branches/2016Q2/net/dhcpcd/files/patch-dhcpcd.conf branches/2016Q2/net/dhcpcd/pkg-message