summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2015-07-09 10:32:25 +0000
committerroy <roy@pkgsrc.org>2015-07-09 10:32:25 +0000
commit6a44c3236190cb6beb7904d79469fda2ad245548 (patch)
tree58eeee9aae94414146a624d97489ab0d262cc2ef /net
parenta1516dd3e936ca9545edf025dc542d6eeab2ff22 (diff)
downloadpkgsrc-6a44c3236190cb6beb7904d79469fda2ad245548.tar.gz
Update to dhcpcd-6.9.1 with the following changes:
* Change packaging from bz2 to xz * Fixed waitip * For Prefix Delegation, servers must now support RFC7550 * Fixed detecting host routes in DHCP messages * Fixed ARP checking that failed in some situations * Fixed static address assignment in dhcpcd.conf * Split IPv4LL state from DHCP and into it's own state * Reject any NA/RA with a hop limit != 255 * Replace if_oneup with if_afwaited and af_waited for hook scripts * Fix a potential buffer overrun if an embedded DHCP option is a zero length or fails to parse - thanks to Paul Stewart * Check fclose for errors - thanks to Bob * wpad_url has been added to dhcpcd-definitions.conf * Fix a double free when failing to send a DHCPv6 RELEASE Thanks to Todd Blanchard. * Correct IPv6 public address test, thanks to Micha? K?pie? * Fix DHCPv6 starting if no public addresses found in the RA but the M or O bit was set * Replaced custom uptime() with clock_gettime(2) * Fix DHCPv6 elapsed time
Diffstat (limited to 'net')
-rw-r--r--net/dhcpcd/Makefile8
-rw-r--r--net/dhcpcd/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile
index 16ece3de7aa..4aeb373c524 100644
--- a/net/dhcpcd/Makefile
+++ b/net/dhcpcd/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.48 2015/05/16 23:37:25 roy Exp $
+# $NetBSD: Makefile,v 1.49 2015/07/09 10:32:25 roy Exp $
#
-DISTNAME= dhcpcd-6.9.0
+DISTNAME= dhcpcd-6.9.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
MASTER_SITES+= http://cflags.cc/roy/dhcpcd/
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
-COMMENT= RFC2131 compliant DHCP client
+COMMENT= DHCP / IPv4LL / IPv6RA / DHCPv6 client
LICENSE= modified-bsd
USE_LANGUAGES= c99
diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo
index bd7681976f1..a7c646780c2 100644
--- a/net/dhcpcd/distinfo
+++ b/net/dhcpcd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2015/05/16 23:37:25 roy Exp $
+$NetBSD: distinfo,v 1.46 2015/07/09 10:32:25 roy Exp $
-SHA1 (dhcpcd-6.9.0.tar.bz2) = 0e4900e05c01b795508b51f882e1316aad5ad932
-RMD160 (dhcpcd-6.9.0.tar.bz2) = c092e666440fafc8793a86d86b300327db31d9e6
-Size (dhcpcd-6.9.0.tar.bz2) = 176736 bytes
+SHA1 (dhcpcd-6.9.1.tar.xz) = b4c32d5ef1fe23e1d8541566f41a15173e005f74
+RMD160 (dhcpcd-6.9.1.tar.xz) = 6f30306e277512a642de7a6bc9895de4ee029f10
+Size (dhcpcd-6.9.1.tar.xz) = 175656 bytes