Received: by mail.netbsd.org (Postfix, from userid 605) id AD77884D71; Sat, 7 Oct 2017 14:18:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EA3084D2F for ; Sat, 7 Oct 2017 14:18:44 +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 ZlgHLN7DGmDw for ; Sat, 7 Oct 2017 14:18:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C333E84D20 for ; Sat, 7 Oct 2017 14:18:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE278FBC7; Sat, 7 Oct 2017 14:18:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150738592381690" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 14:18:43 +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: <20171007141843.BE278FBC7@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. --_----------=_150738592381690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Sat Oct 7 14:18:43 UTC 2017 Modified Files: pkgsrc/net/dhcpcd: Makefile distinfo Log Message: Import dhcpcd-7.0.0-rc3 with the following noteable changes: * Fixed handling RA's from multiple routers * Fixed changing to a better route based on gateway * IPv6 default route is now deleted when config is not persistent * Use hmac(3) if available in libc to reduce binary size To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/dhcpcd/Makefile cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/dhcpcd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150738592381690 Content-Disposition: inline Content-Length: 1617 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.67 pkgsrc/net/dhcpcd/Makefile:1.68 --- pkgsrc/net/dhcpcd/Makefile:1.67 Tue Sep 19 19:25:46 2017 +++ pkgsrc/net/dhcpcd/Makefile Sat Oct 7 14:18:43 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2017/09/19 19:25:46 roy Exp $ +# $NetBSD: Makefile,v 1.68 2017/10/07 14:18:43 roy Exp $ -DISTNAME= dhcpcd-7.0.0-rc2 +DISTNAME= dhcpcd-7.0.0-rc3 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.64 pkgsrc/net/dhcpcd/distinfo:1.65 --- pkgsrc/net/dhcpcd/distinfo:1.64 Tue Sep 19 19:25:46 2017 +++ pkgsrc/net/dhcpcd/distinfo Sat Oct 7 14:18:43 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.64 2017/09/19 19:25:46 roy Exp $ +$NetBSD: distinfo,v 1.65 2017/10/07 14:18:43 roy Exp $ -SHA1 (dhcpcd-7.0.0-rc2.tar.xz) = aa3f7b110448aac7c648282d7e519ea1b6c85727 -RMD160 (dhcpcd-7.0.0-rc2.tar.xz) = 716723f19e103925ab6d80f9aa9c7f5dc29b05e3 -SHA512 (dhcpcd-7.0.0-rc2.tar.xz) = a3e596c605c8ffe9f87f7113522f460d24a639b54dcc31182c70c3d0589d34d8c1cc765d5dfcfc6fd026697846866f7aa5714ef0d0d9eb049404973ef21f8ec7 -Size (dhcpcd-7.0.0-rc2.tar.xz) = 206108 bytes +SHA1 (dhcpcd-7.0.0-rc3.tar.xz) = 4fff47e8746dc00c87cb776480499b6760725d62 +RMD160 (dhcpcd-7.0.0-rc3.tar.xz) = d0d866a28d997dab3c298b69ce27f1328bea8a37 +SHA512 (dhcpcd-7.0.0-rc3.tar.xz) = 982c4c65ea45391e31170b592ce680c6cf5f4069b00decff3a299db23cede3e2521c66df7754a7a2379d5688f113553fe34e2fde825d6d9b83836a9e6d69fba9 +Size (dhcpcd-7.0.0-rc3.tar.xz) = 207164 bytes --_----------=_150738592381690--