View | Details | Raw Unified | Return to bug 194486
Collapse All | Expand All

(-)dhcpcd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/dhcpcd/Makefile 363589 2014-07-31 14:01:10Z wg $
2
# $FreeBSD: head/net/dhcpcd/Makefile 363589 2014-07-31 14:01:10Z wg $
3
3
4
PORTNAME=	dhcpcd
4
PORTNAME=	dhcpcd
5
PORTVERSION=	6.4.3
5
PORTVERSION=	6.5.1
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
7
MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
8
		LOCAL/delphij
8
		LOCAL/delphij
(-)dhcpcd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dhcpcd-6.4.3.tar.bz2) = 36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c
1
SHA256 (dhcpcd-6.5.1.tar.bz2) = 37d3860a3787b656ae2d1a64855e2dede4460956b979304c14192ada3b550e78
2
SIZE (dhcpcd-6.4.3.tar.bz2) = 149927
2
SIZE (dhcpcd-6.5.1.tar.bz2) = 156068
(-)dhcpcd/files/patch-dhcpcd.conf (+16 lines)
Line 0 Link Here
1
Disable private SLAAC addresses as that would cause dhcpcd to own the routes
2
by default.
3
4
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485
5
6
--- dhcpcd.conf.orig	2014-10-20 14:32:57.000000000 +0100
7
+++ dhcpcd.conf	2014-10-20 14:33:37.000000000 +0100
8
@@ -34,7 +34,7 @@
9
 require dhcp_server_identifier
10
 
11
 # Generate Stable Private IPv6 Addresses instead of hardware based ones
12
-slaac private
13
+#slaac private
14
 
15
 # A hook script is provided to lookup the hostname if not set by the DHCP
16
 # server, but it should not be run by default.
(-)dhcpcd/pkg-message (+4 lines)
Line 0 Link Here
1
The default FreeBSD kernel does not allow userland to provide IPv6
2
Prefix Routes, which dhcpcd needs to do when running the default configuration.
3
4
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 for a patch.

Return to bug 194486