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

(-)dhcpcd/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/dhcpcd/Makefile 403006 2015-12-04 18:46:29Z pi $
2
# $FreeBSD: head/net/dhcpcd/Makefile 403006 2015-12-04 18:46:29Z pi $
3
3
4
PORTNAME=	dhcpcd
4
PORTNAME=	dhcpcd
5
PORTVERSION=	6.9.4
5
PORTVERSION=	6.10.0
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
		http://roy.aydogan.net/dhcpcd/ \
8
		http://roy.aydogan.net/dhcpcd/ \
Lines 17-22 Link Here
17
USES=		cpe tar:xz
17
USES=		cpe tar:xz
18
CPE_VENDOR=	dhcpcd_project
18
CPE_VENDOR=	dhcpcd_project
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/examples
20
USE_RC_SUBR=	dhcpcd
21
USE_RC_SUBR=	dhcpcd
21
22
22
post-install:
23
post-install:
(-)dhcpcd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dhcpcd-6.9.4.tar.xz) = c3f3ff7473ef158a1e71db9aea7424df2c3477ad064e2b542f27948a5abc9ba0
1
SHA256 (dhcpcd-6.10.0.tar.xz) = ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35
2
SIZE (dhcpcd-6.9.4.tar.xz) = 178632
2
SIZE (dhcpcd-6.10.0.tar.xz) = 179804
(-)dhcpcd/files/patch-dhcpcd.conf (-5 / +2 lines)
Lines 3-16 Link Here
3
3
4
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485
4
See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485
5
5
6
--- dhcpcd.conf.orig	  2015-05-02 23:07:59 UTC
6
--- dhcpcd.conf.orig	2016-01-07 16:47:19 UTC
7
+++ dhcpcd.conf
7
+++ dhcpcd.conf
8
@@ -34,7 +34,7 @@
8
@@ -35,4 +35,4 @@ option interface_mtu
9
 require dhcp_server_identifier
9
 require dhcp_server_identifier
10
 
10
 
11
 # Generate Stable Private IPv6 Addresses instead of hardware based ones
11
 # Generate Stable Private IPv6 Addresses instead of hardware based ones
12
-slaac private
12
-slaac private
13
+#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-plist (-4 / +4 lines)
Lines 1-15 Link Here
1
@sample etc/dhcpcd.conf.sample
1
@sample etc/dhcpcd.conf.sample
2
libexec/dhcpcd-hooks/01-test
2
libexec/dhcpcd-hooks/01-test
3
libexec/dhcpcd-hooks/02-dump
3
libexec/dhcpcd-hooks/02-dump
4
libexec/dhcpcd-hooks/10-wpa_supplicant
5
libexec/dhcpcd-hooks/15-timezone
6
libexec/dhcpcd-hooks/20-resolv.conf
4
libexec/dhcpcd-hooks/20-resolv.conf
7
libexec/dhcpcd-hooks/29-lookup-hostname
8
libexec/dhcpcd-hooks/30-hostname
5
libexec/dhcpcd-hooks/30-hostname
9
libexec/dhcpcd-hooks/50-ntp.conf
6
libexec/dhcpcd-hooks/50-ntp.conf
10
libexec/dhcpcd-hooks/50-ypbind
11
libexec/dhcpcd-run-hooks
7
libexec/dhcpcd-run-hooks
12
man/man5/dhcpcd.conf.5.gz
8
man/man5/dhcpcd.conf.5.gz
13
man/man8/dhcpcd-run-hooks.8.gz
9
man/man8/dhcpcd-run-hooks.8.gz
14
man/man8/dhcpcd.8.gz
10
man/man8/dhcpcd.8.gz
15
sbin/dhcpcd
11
sbin/dhcpcd
12
share/examples/dhcpcd/hooks/10-wpa_supplicant
13
share/examples/dhcpcd/hooks/15-timezone
14
share/examples/dhcpcd/hooks/29-lookup-hostname
15
share/examples/dhcpcd/hooks/50-ypbind

Return to bug 206015