From owner-svn-ports-all@freebsd.org Sat Jan 23 12:22:07 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 808B3A8B7FC; Sat, 23 Jan 2016 12:22:07 +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 54037124D; Sat, 23 Jan 2016 12:22:07 +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 u0NCM6Ga095191; Sat, 23 Jan 2016 12:22:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0NCM6qD095189; Sat, 23 Jan 2016 12:22:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601231222.u0NCM6qD095189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 23 Jan 2016 12:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406968 - 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.20 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: Sat, 23 Jan 2016 12:22:07 -0000 Author: pi Date: Sat Jan 23 12:22:06 2016 New Revision: 406968 URL: https://svnweb.freebsd.org/changeset/ports/406968 Log: net/dhcpcd: 6.10.0 -> 6.10.1 - Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout - Fix a crash when a non active interface departs - Add the -1, --oneshot option which causes dhcpcd to exit once an interface has been configured - Fix delegation activating interfaces PR: 206459 Submitted by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Sat Jan 23 12:01:30 2016 (r406967) +++ head/net/dhcpcd/Makefile Sat Jan 23 12:22:06 2016 (r406968) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.10.0 +PORTVERSION= 6.10.1 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Sat Jan 23 12:01:30 2016 (r406967) +++ head/net/dhcpcd/distinfo Sat Jan 23 12:22:06 2016 (r406968) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.10.0.tar.xz) = ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35 -SIZE (dhcpcd-6.10.0.tar.xz) = 179804 +SHA256 (dhcpcd-6.10.1.tar.xz) = 284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b +SIZE (dhcpcd-6.10.1.tar.xz) = 180112