From owner-svn-ports-head@freebsd.org Fri Dec 4 18:46:31 2015 Return-Path: Delivered-To: svn-ports-head@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 6849CA416BA; Fri, 4 Dec 2015 18:46:31 +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 1A75112E6; Fri, 4 Dec 2015 18:46:31 +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 tB4IkUFi029020; Fri, 4 Dec 2015 18:46:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4IkUNs029018; Fri, 4 Dec 2015 18:46:30 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201512041846.tB4IkUNs029018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 4 Dec 2015 18:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403006 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 18:46:31 -0000 Author: pi Date: Fri Dec 4 18:46:29 2015 New Revision: 403006 URL: https://svnweb.freebsd.org/changeset/ports/403006 Log: net/dhcpcd: 6.9.3 -> 6.9.4 Changes: - dhcpcd will now configure chrony if installed and ntp isn't - replace the SixRD decode function with a generic definition - try harder to ensure only 1 lladdr exists per interface on BSD - change IPv6 routes on MTU change - -p works with -x on an already running process started without -p - fix TEST for IPv4LL - Correct size allocation for prefix delegation, thanks to Jade - Add an option to enable DHCPv6 Information Request without the need for dhcpcd to recieve an IPv6 Router Advertisement with the Other Configuration bit set. - Introduce the optional option type, which allows embedded options to be optional - Mark our logger function as sysloglike because we enjoy using %m - Don't check link state if not instruted to before working out if we can fork early or not. - Add a -N --renew option to renew any existing address early - Obey the hostname_short option even for configured FQDN hostnames - -U, --dumplease now works with standard input. It no longer works with a filename. - If dumping leases, skip authentication and address expiry checks - Fix adding static routes via a gateway on BSD - Always send LOG_DEBUG to syslog(3) even if we are in quiet mode. It's upto syslog to filter it. - If testing or dumping leases, don't send to syslog only stdout/stderr. PR: 204936 Submitted by: roy@marples.name (maintainer) Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Fri Dec 4 18:32:36 2015 (r403005) +++ head/net/dhcpcd/Makefile Fri Dec 4 18:46:29 2015 (r403006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.9.3 +PORTVERSION= 6.9.4 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Fri Dec 4 18:32:36 2015 (r403005) +++ head/net/dhcpcd/distinfo Fri Dec 4 18:46:29 2015 (r403006) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.9.3.tar.xz) = 6089471ed695fa62ac8351466b96b4b6365fd14ec455a120a6524663808eae53 -SIZE (dhcpcd-6.9.3.tar.xz) = 176320 +SHA256 (dhcpcd-6.9.4.tar.xz) = c3f3ff7473ef158a1e71db9aea7424df2c3477ad064e2b542f27948a5abc9ba0 +SIZE (dhcpcd-6.9.4.tar.xz) = 178632