summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2013-07-29 20:42:41 +0000
committerroy <roy@pkgsrc.org>2013-07-29 20:42:41 +0000
commit324c5d46d890dcb17bf4d3d9fd77c780f50e4f66 (patch)
treed910278323bc8f3cf33773baa960ef7dd5d1f493
parent94a01a01ae87a863c3b72f2ecbc31e93e9b832fa (diff)
downloadpkgsrc-324c5d46d890dcb17bf4d3d9fd77c780f50e4f66.tar.gz
Import dhcpcd-6.0.4 with the following changes:
* hostname is not stamped on anymore if already set * hostname will be set to a FQDN when possible as per RFC4702 section 3.1 * a domain is derived from the FQDN if no domain option is set * add new hostname_short command to send a short hostname for DDNS * hostname_fqdn is now documented, along with a new server setting and the potential problems associated with it * the FQDN option is no longer sent by default for DHCPv4 messages
-rw-r--r--net/dhcpcd/Makefile4
-rw-r--r--net/dhcpcd/PLIST4
-rw-r--r--net/dhcpcd/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 4b9a3f13478..f72239373af 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2012/10/23 17:18:16 asau Exp $
+# $NetBSD: Makefile,v 1.33 2013/07/29 20:42:41 roy Exp $
#
-DISTNAME= dhcpcd-5.5.4
+DISTNAME= dhcpcd-6.0.4
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
diff --git a/net/dhcpcd/PLIST b/net/dhcpcd/PLIST
index 6a2c4e8ef3a..874999a744b 100644
--- a/net/dhcpcd/PLIST
+++ b/net/dhcpcd/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2010/11/27 12:59:31 roy Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/07/29 20:42:41 roy Exp $
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
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index dccc9f9e538..4201a8a4fcf 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2012/02/06 15:43:49 roy Exp $
+$NetBSD: distinfo,v 1.30 2013/07/29 20:42:41 roy Exp $
-SHA1 (dhcpcd-5.5.4.tar.bz2) = 8aa42abd28d49cce5b179998490c36f6c490e338
-RMD160 (dhcpcd-5.5.4.tar.bz2) = bb5cd50f64f4c8ef023605cb86bde07df3d2f72a
-Size (dhcpcd-5.5.4.tar.bz2) = 77349 bytes
+SHA1 (dhcpcd-6.0.4.tar.bz2) = 3e93b02071015e90f9199658c04509e4b565dd4d
+RMD160 (dhcpcd-6.0.4.tar.bz2) = e3b704fc6654dd2bcbe406ca9b8f45fba032f181
+Size (dhcpcd-6.0.4.tar.bz2) = 110200 bytes