update to dhcpcd-6.9.3
This commit is contained in:
parent
43b89ca6a9
commit
ea46e94c57
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/07/25 14:51:28 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/09/08 19:10:19 sthen Exp $
|
||||
|
||||
COMMENT= DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client
|
||||
DISTNAME= dhcpcd-6.9.1
|
||||
DISTNAME= dhcpcd-6.9.3
|
||||
CATEGORIES= net
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dhcpcd-6.9.1.tar.xz) = wDt1Dh/iiQtirA59cJKhaYtZittviLZ5FlhqYZ98Bm8=
|
||||
SIZE (dhcpcd-6.9.1.tar.xz) = 175656
|
||||
SHA256 (dhcpcd-6.9.3.tar.xz) = YIlHHtaV+mKsg1FGa5a0tjZf0U7EVaEgplJGY4COrlM=
|
||||
SIZE (dhcpcd-6.9.3.tar.xz) = 176320
|
||||
|
@ -1,17 +1,15 @@
|
||||
$OpenBSD: patch-dhcpcd_conf,v 1.2 2015/07/25 14:51:28 sthen Exp $
|
||||
$OpenBSD: patch-dhcpcd_conf,v 1.3 2015/09/08 19:10:19 sthen Exp $
|
||||
|
||||
Disable NTP by default.
|
||||
|
||||
--- dhcpcd.conf.orig Thu Jul 9 10:29:43 2015
|
||||
+++ dhcpcd.conf Sat Jul 25 15:16:42 2015
|
||||
@@ -26,8 +26,8 @@ option rapid_commit
|
||||
# A list of options to request from the DHCP server.
|
||||
--- dhcpcd.conf.orig Fri Sep 4 13:41:18 2015
|
||||
+++ dhcpcd.conf Tue Sep 8 21:04:20 2015
|
||||
@@ -27,7 +27,7 @@ option rapid_commit
|
||||
option domain_name_servers, domain_name, domain_search, host_name
|
||||
option classless_static_routes
|
||||
-# Most distributions have NTP support.
|
||||
# Most distributions have NTP support.
|
||||
-option ntp_servers
|
||||
+# Most distributions have NTP support, disabled by default on OpenBSD.
|
||||
+#option ntp_servers
|
||||
# Respect the network MTU.
|
||||
# Some interface drivers reset when changing the MTU so disabled by default.
|
||||
#option interface_mtu
|
||||
# Respect the network MTU. This is applied to DHCP routes.
|
||||
option interface_mtu
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/07/14 15:50:55 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/09/08 19:10:19 sthen Exp $
|
||||
libexec/dhcpcd-hooks/
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user