From owner-svn-ports-all@freebsd.org Mon May 9 18:08:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E830AB343C8; Mon, 9 May 2016 18:08:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9EB1347; Mon, 9 May 2016 18:08:44 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49I8hFk068828; Mon, 9 May 2016 18:08:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49I8hR7068826; Mon, 9 May 2016 18:08:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605091808.u49I8hR7068826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 9 May 2016 18:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414876 - head/net/dhcpcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2016 18:08:45 -0000 Author: pi Date: Mon May 9 18:08:43 2016 New Revision: 414876 URL: https://svnweb.freebsd.org/changeset/ports/414876 Log: net/dhcpcd: 6.10.2 -> 6.11.0 - pidfile directory is now created correctly at startup. - bootp "leases" are now stored so dhcpcd can dump them. - ARP state is kept open so we can detect duplicates (currently this is only logged, no action is taken). - --lastleastextend allows dhcpcd to extend a DHCP lease once it has expired. The lease is dropped if any other node claims the address. - Delegated Prefix reject routes will be correctly bound to the loopback interface. If a delegated address uses the whole prefix, then the reject route is removed. If this address is removed, the reject route is restored. - dhcp code has been reworked around a classic BOOTP structure instead of a fixed size DHCP structure based on a max MTU of 1500. Each reference to it also has a size so we know it's length. Adding an option to a message is now guarded via easy macros. Option concatenation buffer is no longer a fixed size. - Many other cleanups, fully passes Coverity scan on FreeBSD! PR: 209395 Submitted by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Mon May 9 17:45:41 2016 (r414875) +++ head/net/dhcpcd/Makefile Mon May 9 18:08:43 2016 (r414876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.10.2 +PORTVERSION= 6.11.0 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Mon May 9 17:45:41 2016 (r414875) +++ head/net/dhcpcd/distinfo Mon May 9 18:08:43 2016 (r414876) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.10.2.tar.xz) = 64a0ff84ba7f1e820b2ccfe08980b3b73e96bb072274b21de523f1da83a94e09 -SIZE (dhcpcd-6.10.2.tar.xz) = 184512 +SHA256 (dhcpcd-6.11.0.tar.xz) = 31c2cd327657f11c427fe5044f74c5b942e70450fa43ceabf4b25f3fd4999959 +SIZE (dhcpcd-6.11.0.tar.xz) = 187580