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-8.0.4 with the following chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d4181dc8898
branches:  trunk
changeset: 339029:1d4181dc8898
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Sep 04 13:32:40 2019 +0000

description:
Import dhcpcd-8.0.4 with the following changes:

 * BSD: Fixed router reachability tests
 * inet6: If router unreachable, just solicit a new one
 * inet6: Fon't install a default route if only lladdresses
 * build: New make target import-src, only imports the bare essentials
 * inet6: Stop listening to NA messages
 * BSD: Listen to RTM_MISS messages
 * DHCP: Fix in_cksum for Big Endian
 * DHCP{,6}: Don't log an error if the lease file is truncated
 * Solaris: Now fully supported!

diffstat:

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

diffs (27 lines):

diff -r 387eef76d31f -r 1d4181dc8898 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Wed Sep 04 13:19:33 2019 +0000
+++ b/net/dhcpcd/Makefile       Wed Sep 04 13:32:40 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2019/08/21 17:08:33 roy Exp $
+# $NetBSD: Makefile,v 1.88 2019/09/04 13:32:40 roy Exp $
 
-DISTNAME=              dhcpcd-8.0.3
+DISTNAME=              dhcpcd-8.0.4
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
diff -r 387eef76d31f -r 1d4181dc8898 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Wed Sep 04 13:19:33 2019 +0000
+++ b/net/dhcpcd/distinfo       Wed Sep 04 13:32:40 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.84 2019/08/21 17:08:33 roy Exp $
+$NetBSD: distinfo,v 1.85 2019/09/04 13:32:40 roy Exp $
 
-SHA1 (dhcpcd-8.0.3.tar.xz) = 039739364dd494c3f49a4a924bc46e58506ea520
-RMD160 (dhcpcd-8.0.3.tar.xz) = aa03ef190208c9d3bc355eab8c619883c69a5d26
-SHA512 (dhcpcd-8.0.3.tar.xz) = 0a740286181e1b24e7ac5157f60727c2a3abd81080235efc8ba86628bb8e2aa877b8d9348055c16cdae1a819f443afbf452907a25152bb936a6dc72f3a179944
-Size (dhcpcd-8.0.3.tar.xz) = 223104 bytes
+SHA1 (dhcpcd-8.0.4.tar.xz) = e20990045d546e73a661a6715d9a9420f1382318
+RMD160 (dhcpcd-8.0.4.tar.xz) = 162b929a662b66be12b2966bb8837baa68297a9d
+SHA512 (dhcpcd-8.0.4.tar.xz) = d5ea895b841a1afcabd50013800f567c0a9c077cd409ec18c5442b3da6bac814db5e9ae4a4218076eb5119bd7ccb732d3f58e22dcbba38ede26ee668f9733ec4
+Size (dhcpcd-8.0.4.tar.xz) = 224236 bytes



Home | Main Index | Thread Index | Old Index