pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dhcpcd



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Sep  4 13:32:40 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
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!


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.84 -r1.85 pkgsrc/net/dhcpcd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.87 pkgsrc/net/dhcpcd/Makefile:1.88
--- pkgsrc/net/dhcpcd/Makefile:1.87     Wed Aug 21 17:08:33 2019
+++ pkgsrc/net/dhcpcd/Makefile  Wed Sep  4 13:32:40 2019
@@ -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/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.84 pkgsrc/net/dhcpcd/distinfo:1.85
--- pkgsrc/net/dhcpcd/distinfo:1.84     Wed Aug 21 17:08:33 2019
+++ pkgsrc/net/dhcpcd/distinfo  Wed Sep  4 13:32:40 2019
@@ -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