pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-6.11.4 with the following cha...
details: https://anonhg.NetBSD.org/pkgsrc/rev/427e477bb962
branches: trunk
changeset: 353489:427e477bb962
user: roy <roy%pkgsrc.org@localhost>
date: Fri Oct 07 08:26:14 2016 +0000
description:
Import dhcpcd-6.11.4 with the following changes:
* Fixed octal and hex string parsing in options.
* Ignore bogus RTM_DELADDR on FreeBSD when the interface goes down.
* Several statically sized buffers have been removed and replaced
with dynamically sized ones where we have no real idea of what
the size will be.
* Reverse IPv4 route removal order.
* Improved handling of Netlink messages on Linux.
* Poll for tentative link-local addresses if needed.
* Added --small configure directive to reduce binary size
* Allow DHCPv6, IPv4lL and authentication to be compiled out
* dhcpcd requries the interface to be up when considering link status
* Add support for ifa_addrflags in getifaddrs(3)
* Add support for ifam_addrflags and ifam_pid from route(4)
* If T1 or T2 are not set in DHCPv6 messages, use a default from the
lowest pltime instead of the expiration time.
* Validate lease before moving to REQUEST when both ends use
rapid commit.
* If lease validation fails, don't restart the DISCOVER phase if
we're already in it.
diffstat:
net/dhcpcd/Makefile | 4 ++--
net/dhcpcd/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r cec68bdca3e7 -r 427e477bb962 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile Fri Oct 07 08:20:53 2016 +0000
+++ b/net/dhcpcd/Makefile Fri Oct 07 08:26:14 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2016/08/16 16:15:47 roy Exp $
+# $NetBSD: Makefile,v 1.60 2016/10/07 08:26:14 roy Exp $
#
-DISTNAME= dhcpcd-6.11.3
+DISTNAME= dhcpcd-6.11.4
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
diff -r cec68bdca3e7 -r 427e477bb962 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo Fri Oct 07 08:20:53 2016 +0000
+++ b/net/dhcpcd/distinfo Fri Oct 07 08:26:14 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.58 2016/08/16 16:15:47 roy Exp $
+$NetBSD: distinfo,v 1.59 2016/10/07 08:26:14 roy Exp $
-SHA1 (dhcpcd-6.11.3.tar.xz) = 6e362f8fcb7e39759ede1ae0f4f98d29f59eb487
-RMD160 (dhcpcd-6.11.3.tar.xz) = 18544fde83ce87951ad5648997235a186c32395f
-SHA512 (dhcpcd-6.11.3.tar.xz) = 249185532cb239124f847c28e6bfb3e8a85e818e05a07eb0c6ac6843fbbab8afa8d6ebce4032b3537ccfb7fafb306dd0dc51c0e97f337f12f5071ba499686a70
-Size (dhcpcd-6.11.3.tar.xz) = 194892 bytes
+SHA1 (dhcpcd-6.11.4.tar.xz) = 05a5a61cf67f9d29636619cf133f766de9032bb7
+RMD160 (dhcpcd-6.11.4.tar.xz) = 57002d0d96feedd54552c3c6ffe5590b8a134d69
+SHA512 (dhcpcd-6.11.4.tar.xz) = cc2cd3996b43f27dfe947c9cc94e0993b9ab692ed62e58185b2024a287f25b6a02d1ef9f5fc50b515fbe7fbf2cca5c6408db76359da03615008615208f9f49de
+Size (dhcpcd-6.11.4.tar.xz) = 198060 bytes
Home |
Main Index |
Thread Index |
Old Index