Received: by mail.netbsd.org (Postfix, from userid 605) id F335084DF2; Wed, 16 Oct 2019 14:46:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79FBA84D94 for ; Wed, 16 Oct 2019 14:46:06 +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 mWgcCshm2e_8 for ; Wed, 16 Oct 2019 14:46:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 05F7084D63 for ; Wed, 16 Oct 2019 14:46:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F3FF5FBF4; Wed, 16 Oct 2019 14:46:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571237165189850" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 14:46:05 +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: <20191016144605.F3FF5FBF4@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. --_----------=_1571237165189850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Wed Oct 16 14:46:05 UTC 2019 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Import dhcpcd-8.1.1 with the following changes: * IPv6: Fix a potential crash when udevs marks an interface ready. * Linux: compat shim added for setproctitle(3). * arc4random: fixed UB in compat shim. * DHCP: Fix fallout from dhcpcd-8.1.0 for checksum calculation. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571237165189850 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.91 pkgsrc/net/dhcpcd/Makefile:1.92 --- pkgsrc/net/dhcpcd/Makefile:1.91 Fri Oct 11 10:57:19 2019 +++ pkgsrc/net/dhcpcd/Makefile Wed Oct 16 14:46:05 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2019/10/11 10:57:19 roy Exp $ +# $NetBSD: Makefile,v 1.92 2019/10/16 14:46:05 roy Exp $ -DISTNAME= dhcpcd-8.1.0 +DISTNAME= dhcpcd-8.1.1 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.88 pkgsrc/net/dhcpcd/distinfo:1.89 --- pkgsrc/net/dhcpcd/distinfo:1.88 Fri Oct 11 10:57:19 2019 +++ pkgsrc/net/dhcpcd/distinfo Wed Oct 16 14:46:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.88 2019/10/11 10:57:19 roy Exp $ +$NetBSD: distinfo,v 1.89 2019/10/16 14:46:05 roy Exp $ -SHA1 (dhcpcd-8.1.0.tar.xz) = 192678a32429e611a3ea6c3f3439ffb28db821e9 -RMD160 (dhcpcd-8.1.0.tar.xz) = 5682e8b243229a03eb3ec2707690df102f2822c7 -SHA512 (dhcpcd-8.1.0.tar.xz) = 1bfb6b5be11c4a9ae4669130f0e549b4f51d96201988e5c0e32bd8e1f85b41488f8eed0c49c578ef99811ec892b740726697a667d4afb8fb11350cb01d0346e5 -Size (dhcpcd-8.1.0.tar.xz) = 225716 bytes +SHA1 (dhcpcd-8.1.1.tar.xz) = 0bcc45f9acb628f0637afbc13f5f15e8467e6514 +RMD160 (dhcpcd-8.1.1.tar.xz) = 42fc3559bed7ed196bfc2bcbae983fc48febe978 +SHA512 (dhcpcd-8.1.1.tar.xz) = 2acca049029fa629ab6ba4f45959a2b67cf20c13e8659e71c1d5688fff5527df7007a4edfd9e88634ded9c76179d91b3e7adb92719f7a049d4f0cdbbd06e9a79 +Size (dhcpcd-8.1.1.tar.xz) = 227088 bytes --_----------=_1571237165189850--