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.3 with the following cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9d8a4ad1540
branches:  trunk
changeset: 351199:c9d8a4ad1540
user:      roy <roy%pkgsrc.org@localhost>
date:      Tue Aug 16 16:15:47 2016 +0000

description:
Import dhcpcd-6.11.3 with the following changes:
  *  Workaround a 14 year old BSD issue where initial address lifetimes
     are transfered to the prefix route and are not updated again,
     causing the kernel to remove the route.
     The fix is to initially add the address with infinite lifetimes
     and then change the lifetimes to the correct ones.
  *  IPv6 RA routes are now expired by dhcpcd.
  *  Fix gateway interface assignment on BSD.
  *  Only mask off signals we do something with
     (allows coredumps on some platforms)
  *  Fix a memory issue where an old lease could be read and discarded
     but the buffer length not reset.
  *  Bind DHCPv6 to the link-local address when not running in master
     mode so that many dhcpcd instances can run per interface.

diffstat:

 net/dhcpcd/Makefile |   4 ++--
 net/dhcpcd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 998d8ef704d3 -r c9d8a4ad1540 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Tue Aug 16 14:12:35 2016 +0000
+++ b/net/dhcpcd/Makefile       Tue Aug 16 16:15:47 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2016/07/29 10:51:16 roy Exp $
+# $NetBSD: Makefile,v 1.59 2016/08/16 16:15:47 roy Exp $
 #
 
-DISTNAME=              dhcpcd-6.11.2
+DISTNAME=              dhcpcd-6.11.3
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
diff -r 998d8ef704d3 -r c9d8a4ad1540 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Tue Aug 16 14:12:35 2016 +0000
+++ b/net/dhcpcd/distinfo       Tue Aug 16 16:15:47 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2016/07/29 10:51:16 roy Exp $
+$NetBSD: distinfo,v 1.58 2016/08/16 16:15:47 roy Exp $
 
-SHA1 (dhcpcd-6.11.2.tar.xz) = ea801a0ec7c9a1f57c6452f44f39966462b8bd2f
-RMD160 (dhcpcd-6.11.2.tar.xz) = 65e7c87ab494baa4c4f4503920a6a1c153b2c67c
-SHA512 (dhcpcd-6.11.2.tar.xz) = eb89e07a934db81e0692d94b4eae2e70cf013d941e820547aa26c70f672ad0e5c17ae82614f453e2e94760b3f5d7ce7a4bfbdd03c1f6b69bda06764a6d6e1fca
-Size (dhcpcd-6.11.2.tar.xz) = 194228 bytes
+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



Home | Main Index | Thread Index | Old Index