Import dhcpcd-6.10.3 with the following changes:
* Support iSNS, RFC4174 * Fix Prefix Delegation with SLA 0 and warn that it's not really RFC compliant * Fix build with --disable-embedded * On an IPv4LL defence, an ARP announcement is now sent in accordance with RFC 3927 Section 2.5 dhcpcd-6.10.2 had the following changes: * Add fix for CVE-2014-7913. * eloop performance and API improvements. * Don't send a blank hostname. * Prefix Delegation default value fixes. * Prefix Delegation suffix is now configurable. * dhcpcd.conf now allows embedded comments. * IPv6 static address support. * ipv6ra_accept_nopublic has been removed, all prefixes now accepted. * Support RTF_CONNECTED on NetBSD. * Fix compile on older platforms which lack O_CLOEXEC. Thanks to OBATA Akio. * Remove pidfile handling from dhcpcd and use pidfile_lock(3). If not available, use a compat shim. * Fix ignoring messages sent to the kernel and receive via another one on Linux. * Fix changing routes on BSD.
This commit is contained in:
parent
3ed9a4f983
commit
21c285e61d
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.54 2016/01/20 19:27:07 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2016/04/20 09:02:44 roy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dhcpcd-6.10.1
|
||||
DISTNAME= dhcpcd-6.10.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
|
||||
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.53 2016/01/20 19:27:07 roy Exp $
|
||||
$NetBSD: distinfo,v 1.54 2016/04/20 09:02:44 roy Exp $
|
||||
|
||||
SHA1 (dhcpcd-6.10.1.tar.xz) = bb37e0211858df8a919c494e14a6bbfb67b1f72c
|
||||
RMD160 (dhcpcd-6.10.1.tar.xz) = 64abc259d2ffc3f4f198a1559b417f17506312c1
|
||||
SHA512 (dhcpcd-6.10.1.tar.xz) = f323c155cff47f21dde181c216408b79f10e6ed923aa3d1f3482feff47a1e88e02193ec82f831da4ef63d3703ca1837715c36a47cf3f5d09f117f6eb53bfcf67
|
||||
Size (dhcpcd-6.10.1.tar.xz) = 180112 bytes
|
||||
SHA1 (dhcpcd-6.10.3.tar.xz) = 62a48730bb1af0a187fc2a0873f719ddbc89f2b7
|
||||
RMD160 (dhcpcd-6.10.3.tar.xz) = 2d22e5f0dff0056646bf236425b8d2a6ed55049f
|
||||
SHA512 (dhcpcd-6.10.3.tar.xz) = 6ebcb720909f4d167d064d5e8ed961c331470762e89f4e5c145f048424ef170ffc218e9a9dcc94e3a8dce6ccc147710ec2ef17627a708918203858f3dcdca43d
|
||||
Size (dhcpcd-6.10.3.tar.xz) = 185520 bytes
|
||||
|
|
Loading…
Reference in a new issue