diff options
author | roy <roy> | 2016-04-20 09:02:44 +0000 |
---|---|---|
committer | roy <roy> | 2016-04-20 09:02:44 +0000 |
commit | c42956c8e43b39ee4a427a720278924e246681db (patch) | |
tree | be5718b630affda652a5a135675f2daff7a6da47 | |
parent | 6d51b3f37084b7d5ae1f9604cc46a254729dca38 (diff) | |
download | pkgsrc-c42956c8e43b39ee4a427a720278924e246681db.tar.gz |
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.
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 1f01df66df8..8907c923c72 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -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/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index ff344c598b4..208bde3fb51 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -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 |