Index: head/net/dhcpcd/Makefile =================================================================== --- head/net/dhcpcd/Makefile (revision 372159) +++ head/net/dhcpcd/Makefile (revision 372160) @@ -1,19 +1,23 @@ # Created by: Roy Marples # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.4.3 +PORTVERSION= 6.5.1 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ LOCAL/delphij MAINTAINER= roy@marples.name COMMENT= DHCP/IPv4LL/IPv6RS/DHCPv6 client LICENSE= BSD2CLAUSE USES= tar:bzip2 GNU_CONFIGURE= yes USE_RC_SUBR= dhcpcd + +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf \ + ${STAGEDIR}${PREFIX}/etc/dhcpcd.conf.sample .include Index: head/net/dhcpcd/distinfo =================================================================== --- head/net/dhcpcd/distinfo (revision 372159) +++ head/net/dhcpcd/distinfo (revision 372160) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.4.3.tar.bz2) = 36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c -SIZE (dhcpcd-6.4.3.tar.bz2) = 149927 +SHA256 (dhcpcd-6.5.1.tar.bz2) = 37d3860a3787b656ae2d1a64855e2dede4460956b979304c14192ada3b550e78 +SIZE (dhcpcd-6.5.1.tar.bz2) = 156068 Index: head/net/dhcpcd/files/patch-dhcpcd.conf =================================================================== --- head/net/dhcpcd/files/patch-dhcpcd.conf (nonexistent) +++ head/net/dhcpcd/files/patch-dhcpcd.conf (revision 372160) @@ -0,0 +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 +@@ -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. Property changes on: head/net/dhcpcd/files/patch-dhcpcd.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/dhcpcd/pkg-message =================================================================== --- head/net/dhcpcd/pkg-message (nonexistent) +++ head/net/dhcpcd/pkg-message (revision 372160) @@ -0,0 +1,4 @@ +The default FreeBSD kernel does not allow userland to provide IPv6 +Prefix Routes, which dhcpcd needs to do when running the default configuration. + +See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 for a patch. Property changes on: head/net/dhcpcd/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/dhcpcd/pkg-plist =================================================================== --- head/net/dhcpcd/pkg-plist (revision 372159) +++ head/net/dhcpcd/pkg-plist (revision 372160) @@ -1,17 +1,16 @@ -%%ETCDIR%%.conf +@sample etc/dhcpcd.conf.sample libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/02-dump libexec/dhcpcd-hooks/10-mtu libexec/dhcpcd-hooks/10-wpa_supplicant libexec/dhcpcd-hooks/15-timezone libexec/dhcpcd-hooks/20-resolv.conf libexec/dhcpcd-hooks/29-lookup-hostname libexec/dhcpcd-hooks/30-hostname libexec/dhcpcd-hooks/50-ntp.conf libexec/dhcpcd-hooks/50-ypbind libexec/dhcpcd-run-hooks man/man5/dhcpcd.conf.5.gz man/man8/dhcpcd-run-hooks.8.gz man/man8/dhcpcd.8.gz sbin/dhcpcd -@dirrmtry libexec/dhcpcd-hooks