Received: by mail.netbsd.org (Postfix, from userid 605) id 68BAC84E1F; Fri, 3 Jan 2020 10:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E398A84D5A for ; Fri, 3 Jan 2020 10:15:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XXnSUb6a95I1 for ; Fri, 3 Jan 2020 10:15:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5B90884D58 for ; Fri, 3 Jan 2020 10:15:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48C54FA97; Fri, 3 Jan 2020 10:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157804651863730" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 10:15:18 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/dhcpcd To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20200103101518.48C54FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157804651863730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Fri Jan 3 10:15:18 UTC 2020 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Update to dhcpcd-8.1.5 with the following changes: * inet: Allow forcing a host route from an interface without a lease * dhcpcd: Don't wait for an address family to complete if not using it * Linux: fix RA time unit confusion If you are suffering from IPv6 addresses not transitioning from the tentative state (regression from dhcpcd-8.1 on Linux), you will need to do one of the following after installing dhcpcd: * reboot OR * dhcpcd -x * echo 1000 > /proc/sys/net/ipv6/neigh/$interface/retrans_time_ms * ip -f inet6 a flush * start dhcpcd as normal To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.92 -r1.93 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157804651863730 Content-Disposition: inline Content-Length: 1577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dhcpcd/Makefile diff -u pkgsrc/net/dhcpcd/Makefile:1.95 pkgsrc/net/dhcpcd/Makefile:1.96 --- pkgsrc/net/dhcpcd/Makefile:1.95 Fri Dec 20 22:28:04 2019 +++ pkgsrc/net/dhcpcd/Makefile Fri Jan 3 10:15:18 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.95 2019/12/20 22:28:04 roy Exp $ +# $NetBSD: Makefile,v 1.96 2020/01/03 10:15:18 roy Exp $ -DISTNAME= dhcpcd-8.1.4 +DISTNAME= dhcpcd-8.1.5 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.92 pkgsrc/net/dhcpcd/distinfo:1.93 --- pkgsrc/net/dhcpcd/distinfo:1.92 Fri Dec 20 22:28:04 2019 +++ pkgsrc/net/dhcpcd/distinfo Fri Jan 3 10:15:18 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.92 2019/12/20 22:28:04 roy Exp $ +$NetBSD: distinfo,v 1.93 2020/01/03 10:15:18 roy Exp $ -SHA1 (dhcpcd-8.1.4.tar.xz) = ea854304ed4225660ebd201953374f4dfc0ac178 -RMD160 (dhcpcd-8.1.4.tar.xz) = d1b334c017b714d24f1f78c34fff738cb895b890 -SHA512 (dhcpcd-8.1.4.tar.xz) = 4fe05853928a25d0a15acd4ece84a32ffa9093cd8a7b254d92c200f13591d6e7d16d45c9affa5ec1e6a561be3808181c42002bd2c267d8434d0e0067a30fa5ac -Size (dhcpcd-8.1.4.tar.xz) = 229228 bytes +SHA1 (dhcpcd-8.1.5.tar.xz) = ccadb96d62dfd3bd58dd576f614c16e861ea4065 +RMD160 (dhcpcd-8.1.5.tar.xz) = 3299e7fd257a635eb3fac7240e1fa187b95ed4a0 +SHA512 (dhcpcd-8.1.5.tar.xz) = 59c8ae255b18b6678b22d4bd5f6797ac20e762d1d22e5ba4c0aefce5ec0d4f863876c06c03dd4c5e71f4d65884474cef9c29f95658eac55097603becd96e3846 +Size (dhcpcd-8.1.5.tar.xz) = 229212 bytes --_----------=_157804651863730--