Index: head/net/dhcpcd/Makefile =================================================================== --- head/net/dhcpcd/Makefile (revision 388157) +++ head/net/dhcpcd/Makefile (revision 388158) @@ -1,26 +1,27 @@ # Created by: Roy Marples # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.6.5 +PORTVERSION= 6.8.2 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ http://cflags.cc/roy/dhcpcd/ \ LOCAL/delphij MAINTAINER= roy@marples.name COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE USES= cpe tar:bzip2 CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes USE_RC_SUBR= dhcpcd post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/dhcpcd .include Index: head/net/dhcpcd/distinfo =================================================================== --- head/net/dhcpcd/distinfo (revision 388157) +++ head/net/dhcpcd/distinfo (revision 388158) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.6.5.tar.bz2) = 62efd1c7fa162f7277b8a09089065f726e5d4dd45f426bb5db06e879e068bbe0 -SIZE (dhcpcd-6.6.5.tar.bz2) = 157743 +SHA256 (dhcpcd-6.8.2.tar.bz2) = a72187fe1f31553264571720d47ebf919cf484f04c2fa974e57a10e16a505cb2 +SIZE (dhcpcd-6.8.2.tar.bz2) = 175355 Index: head/net/dhcpcd/files/patch-dhcpcd.conf =================================================================== --- head/net/dhcpcd/files/patch-dhcpcd.conf (revision 388157) +++ head/net/dhcpcd/files/patch-dhcpcd.conf (revision 388158) @@ -1,16 +1,16 @@ Disable private SLAAC addresses as that would cause dhcpcd to own the routes by default. See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 ---- dhcpcd.conf.orig 2014-10-20 14:32:57.000000000 +0100 -+++ dhcpcd.conf 2014-10-20 14:33:37.000000000 +0100 +--- dhcpcd.conf.orig 2015-05-02 23:07:59 UTC ++++ dhcpcd.conf @@ -34,7 +34,7 @@ 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.