Received: by mail.netbsd.org (Postfix, from userid 605) id 8C41A84D2E; Sun, 6 Sep 2020 15:01:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12A1184D04 for ; Sun, 6 Sep 2020 15:01:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0JTKMDVxjO55 for ; Sun, 6 Sep 2020 15:01:00 +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 8096D84CE7 for ; Sun, 6 Sep 2020 15:01:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79BDDFB28; Sun, 6 Sep 2020 15:01:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599404460160370" MIME-Version: 1.0 Date: Sun, 6 Sep 2020 15:01:00 +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: <20200906150100.79BDDFB28@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. --_----------=_1599404460160370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Sun Sep 6 15:01:00 UTC 2020 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Update to dhcpcd-9.2.0 with the following changes: * route: ensure IPv4LL routes come last in priority * DHCP: fix many issues with extending the last lease * privsep: don't read control group from config in privsep * privsep: only the master process responds to signals * privsep: use a socketpair for stderr/stdin rather than dupping /dev/null * privsep: right limit stdin/stderr/stdout * privsep: dumping a lease is now run in a sandbox * options: check if kernel supports INET or INET6 before enabling default * options: let clientid override a prior duid * options: allow -1 to represent infinity for requested lease time * dhcpcd: fix a crash initing a new interface after route overflow * Linux: fix reading the IPv6 forwarding proc entry To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.100 -r1.101 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599404460160370 Content-Disposition: inline Content-Length: 1587 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.103 pkgsrc/net/dhcpcd/Makefile:1.104 --- pkgsrc/net/dhcpcd/Makefile:1.103 Fri Jul 3 10:49:07 2020 +++ pkgsrc/net/dhcpcd/Makefile Sun Sep 6 15:01:00 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.103 2020/07/03 10:49:07 roy Exp $ +# $NetBSD: Makefile,v 1.104 2020/09/06 15:01:00 roy Exp $ -DISTNAME= dhcpcd-9.1.4 +DISTNAME= dhcpcd-9.2.0 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.100 pkgsrc/net/dhcpcd/distinfo:1.101 --- pkgsrc/net/dhcpcd/distinfo:1.100 Fri Jul 3 10:49:07 2020 +++ pkgsrc/net/dhcpcd/distinfo Sun Sep 6 15:01:00 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.100 2020/07/03 10:49:07 roy Exp $ +$NetBSD: distinfo,v 1.101 2020/09/06 15:01:00 roy Exp $ -SHA1 (dhcpcd-9.1.4.tar.xz) = 1b9614fa4940a1c36a6aa6fa7ad8c80d60307d72 -RMD160 (dhcpcd-9.1.4.tar.xz) = 42468e3f26b48fcf13bc8c0fc43ce9d6c9363a48 -SHA512 (dhcpcd-9.1.4.tar.xz) = ef043dbd45cb6e5cfb407d9835e5fcd4580c4341e37170f2ff26869badf6ae030c477acca15163753e708ae8cadd62fa7d277c8542984b9119b851ed25a3149a -Size (dhcpcd-9.1.4.tar.xz) = 249648 bytes +SHA1 (dhcpcd-9.2.0.tar.xz) = 3a0293bf33036b03e94dafde16500c636d563675 +RMD160 (dhcpcd-9.2.0.tar.xz) = 4f7ee64bde7d58347c39ec4bf883b95ab826ae52 +SHA512 (dhcpcd-9.2.0.tar.xz) = deade0f650445a86de34fa4b354ca7da11ed0be38d07e412b5602c45ac40149d6a2925980b66ff95c625184c981b02864a95ce5c3c01245bb48cd1a21d2f5aba +Size (dhcpcd-9.2.0.tar.xz) = 250584 bytes --_----------=_1599404460160370--