Received: by mail.netbsd.org (Postfix, from userid 605) id 7CFE884DB9; Tue, 21 Apr 2020 09:59:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0678084DB8 for ; Tue, 21 Apr 2020 09:59:49 +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 5tnMeTqEwyFL for ; Tue, 21 Apr 2020 09:59:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B01084D69 for ; Tue, 21 Apr 2020 09:59:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 762ECFB27; Tue, 21 Apr 2020 09:59:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587463188254010" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 09:59:48 +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: <20200421095948.762ECFB27@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. --_----------=_1587463188254010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Tue Apr 21 09:59:48 UTC 2020 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Update to dhcpcd-9.0.2 with the following changes: * Control sockets are not opened in test mode * privsep: no longer aborts if protocol not available * inet6: Don't regen temporary addresses without a state * inet6: Reduce RA log spam * dhcp6: Don't log when things consitently fail * inet6: Add temporary directive to slaac option [1] * Ensure current interface flags persist when setting a flag * DHCP via BPF is now aligned correctly * CMSG buffers are now aligned correctly * hostnames are no longer clobbered when being forced and a RA is recieved [1] dhcpcd no longer looks at any possible kernel settings when deciding to manage IPv6 temporary addresses or not. You now instruct dhcpcd to do this in dhcpcd.conf. Playing whack-a-mole with various kernel knobs wasn't fun and some OS's have or are removing RA and thus temporary address managemnt from the kernel so said knobs are no longer there. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.96 -r1.97 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587463188254010 Content-Disposition: inline Content-Length: 1579 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.99 pkgsrc/net/dhcpcd/Makefile:1.100 --- pkgsrc/net/dhcpcd/Makefile:1.99 Mon Apr 13 16:24:09 2020 +++ pkgsrc/net/dhcpcd/Makefile Tue Apr 21 09:59:48 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2020/04/13 16:24:09 roy Exp $ +# $NetBSD: Makefile,v 1.100 2020/04/21 09:59:48 roy Exp $ -DISTNAME= dhcpcd-9.0.1 +DISTNAME= dhcpcd-9.0.2 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.96 pkgsrc/net/dhcpcd/distinfo:1.97 --- pkgsrc/net/dhcpcd/distinfo:1.96 Mon Apr 13 16:24:09 2020 +++ pkgsrc/net/dhcpcd/distinfo Tue Apr 21 09:59:48 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.96 2020/04/13 16:24:09 roy Exp $ +$NetBSD: distinfo,v 1.97 2020/04/21 09:59:48 roy Exp $ -SHA1 (dhcpcd-9.0.1.tar.xz) = 572154cb44497458d0a7994ccb35249b3c0e12d6 -RMD160 (dhcpcd-9.0.1.tar.xz) = c03fdbcc39b855aeec92248dafd92f51d83a4ffc -SHA512 (dhcpcd-9.0.1.tar.xz) = dea153c9a2f4a9d9c983bf50d8c18b544d7dbe1a2972ccc8eb33bbbc8b09178b39bdb9a38cc293db7861024509ccd475e11d84004bc4cd45947786f5e10db0a3 -Size (dhcpcd-9.0.1.tar.xz) = 244816 bytes +SHA1 (dhcpcd-9.0.2.tar.xz) = 6aa06f0f8fb0c01adabdad9028c0473312dbe1b9 +RMD160 (dhcpcd-9.0.2.tar.xz) = 571e4a0552185c19ea14d4ab34bf3610e9071c4e +SHA512 (dhcpcd-9.0.2.tar.xz) = 2a606bff2e96d1da5d3642ac68341c14b378d9a905cba364ab42eba1285604f8be56b9efeff3eee18d89b71f0f9f3b05cb7b88e8fce568baf1c0d1e5d3becb5f +Size (dhcpcd-9.0.2.tar.xz) = 244800 bytes --_----------=_1587463188254010--