From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 14:01:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BDE447B; Thu, 31 Jul 2014 14:01:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 799832255; Thu, 31 Jul 2014 14:01:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VE1BSo007235; Thu, 31 Jul 2014 14:01:11 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VE1BNa007233; Thu, 31 Jul 2014 14:01:11 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201407311401.s6VE1BNa007233@svn.freebsd.org> From: William Grzybowski Date: Thu, 31 Jul 2014 14:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363589 - 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.18 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: Thu, 31 Jul 2014 14:01:11 -0000 Author: wg Date: Thu Jul 31 14:01:10 2014 New Revision: 363589 URL: http://svnweb.freebsd.org/changeset/ports/363589 QAT: https://qat.redports.org/buildarchive/r363589/ Log: net/dhcpcd: update to 6.4.3 Changes: * Correct DHCPv6 Prefix Delegation option decoding * Ensure that a given buffer is at least BUFSIZ (for getline compat) * Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained * Check for an IA to use in DHCPv6 lease validation * Fix compile on NetBSD-6 (and possibly earlier NetBSDs) * Warn about exceeding IDGEN_RETRIES when a stable private address cannot be obtained * Fix DHCP option overload handling, thanks to Tobias Stoeckmann PR: 192276 Submitted by: maintainer Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Thu Jul 31 13:28:45 2014 (r363588) +++ head/net/dhcpcd/Makefile Thu Jul 31 14:01:10 2014 (r363589) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.4.2 +PORTVERSION= 6.4.3 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ LOCAL/delphij Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Thu Jul 31 13:28:45 2014 (r363588) +++ head/net/dhcpcd/distinfo Thu Jul 31 14:01:10 2014 (r363589) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.4.2.tar.bz2) = eebb9f9e13b40d47efbb56d8568e54f640bee3337ba45b30b3e47db5b14220b7 -SIZE (dhcpcd-6.4.2.tar.bz2) = 149510 +SHA256 (dhcpcd-6.4.3.tar.bz2) = 36ad01619ee81ac3815467d0157c38a14f5db464371326e97f719be362d5ab9c +SIZE (dhcpcd-6.4.3.tar.bz2) = 149927