From owner-svn-ports-all@freebsd.org Fri Jan 8 01:31:36 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 F2356A66F6B; Fri, 8 Jan 2016 01:31:36 +0000 (UTC) (envelope-from junovitch@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 CC3F617D9; Fri, 8 Jan 2016 01:31:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u081VZ28030895; Fri, 8 Jan 2016 01:31:35 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u081VZ86030891; Fri, 8 Jan 2016 01:31:35 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601080131.u081VZ86030891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 8 Jan 2016 01:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405503 - in head/net/dhcpcd: . files 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: Fri, 08 Jan 2016 01:31:37 -0000 Author: junovitch Date: Fri Jan 8 01:31:35 2016 New Revision: 405503 URL: https://svnweb.freebsd.org/changeset/ports/405503 Log: net/dhcpcd: update 6.9.4 -> 6.10.0 Changes: * --noption requires an argument * optimise the ARP BPF filter, thanks to Nate Karstens * send gratuitous ARP each time we apply our IP address * fix truncation of hostnames based on the short hostname option * improve routing and address management by always loading all interfaces, routes and addresses even for interfaces we are not directly working on * timezone, lookup-hostname, wpa_supplicant and YP hooks are no longer installed by default but are installed to an example directory * fix compile on kFreeBSD thanks to Christoph Egger for providing a temporary build host * improve error logging of packet parsing * fix ignoring routing messages generated by dhcpcd just before forking * fix handling of rapid commit messages (allow ACK after DISCOVER) * add PROBE state so we can easily reject DHCP messages received during the ARP probe phase * fix CVE-2016-1503 * fix CVE-2016-1504 PR: 206015 Submitted by: Roy Marples (maintainer) Security: CVE-2016-1504 Security: CVE-2016-1503 Security: https://vuxml.FreeBSD.org/freebsd/df587aa2-b5a5-11e5-9728-002590263bf5.html MFH: 2016Q1 Modified: head/net/dhcpcd/Makefile head/net/dhcpcd/distinfo head/net/dhcpcd/files/patch-dhcpcd.conf head/net/dhcpcd/pkg-plist Modified: head/net/dhcpcd/Makefile ============================================================================== --- head/net/dhcpcd/Makefile Fri Jan 8 01:31:32 2016 (r405502) +++ head/net/dhcpcd/Makefile Fri Jan 8 01:31:35 2016 (r405503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcpcd -PORTVERSION= 6.9.4 +PORTVERSION= 6.10.0 CATEGORIES= net MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/ \ http://roy.aydogan.net/dhcpcd/ \ @@ -17,6 +17,7 @@ LICENSE= BSD2CLAUSE USES= cpe tar:xz CPE_VENDOR= dhcpcd_project GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --datadir=${PREFIX}/share/examples USE_RC_SUBR= dhcpcd post-install: Modified: head/net/dhcpcd/distinfo ============================================================================== --- head/net/dhcpcd/distinfo Fri Jan 8 01:31:32 2016 (r405502) +++ head/net/dhcpcd/distinfo Fri Jan 8 01:31:35 2016 (r405503) @@ -1,2 +1,2 @@ -SHA256 (dhcpcd-6.9.4.tar.xz) = c3f3ff7473ef158a1e71db9aea7424df2c3477ad064e2b542f27948a5abc9ba0 -SIZE (dhcpcd-6.9.4.tar.xz) = 178632 +SHA256 (dhcpcd-6.10.0.tar.xz) = ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35 +SIZE (dhcpcd-6.10.0.tar.xz) = 179804 Modified: head/net/dhcpcd/files/patch-dhcpcd.conf ============================================================================== --- head/net/dhcpcd/files/patch-dhcpcd.conf Fri Jan 8 01:31:32 2016 (r405502) +++ head/net/dhcpcd/files/patch-dhcpcd.conf Fri Jan 8 01:31:35 2016 (r405503) @@ -3,14 +3,11 @@ by default. See http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194485 ---- dhcpcd.conf.orig 2015-05-02 23:07:59 UTC +--- dhcpcd.conf.orig 2016-01-07 16:47:19 UTC +++ dhcpcd.conf -@@ -34,7 +34,7 @@ +@@ -35,4 +35,4 @@ option interface_mtu require dhcp_server_identifier # Generate Stable Private IPv6 Addresses instead of hardware based ones -slaac private +#slaac private - - # A hook script is provided to lookup the hostname if not set by the DHCP - # server, but it should not be run by default. Modified: head/net/dhcpcd/pkg-plist ============================================================================== --- head/net/dhcpcd/pkg-plist Fri Jan 8 01:31:32 2016 (r405502) +++ head/net/dhcpcd/pkg-plist Fri Jan 8 01:31:35 2016 (r405503) @@ -1,15 +1,15 @@ @sample etc/dhcpcd.conf.sample libexec/dhcpcd-hooks/01-test libexec/dhcpcd-hooks/02-dump -libexec/dhcpcd-hooks/10-wpa_supplicant -libexec/dhcpcd-hooks/15-timezone libexec/dhcpcd-hooks/20-resolv.conf -libexec/dhcpcd-hooks/29-lookup-hostname libexec/dhcpcd-hooks/30-hostname libexec/dhcpcd-hooks/50-ntp.conf -libexec/dhcpcd-hooks/50-ypbind libexec/dhcpcd-run-hooks man/man5/dhcpcd.conf.5.gz man/man8/dhcpcd-run-hooks.8.gz man/man8/dhcpcd.8.gz sbin/dhcpcd +share/examples/dhcpcd/hooks/10-wpa_supplicant +share/examples/dhcpcd/hooks/15-timezone +share/examples/dhcpcd/hooks/29-lookup-hostname +share/examples/dhcpcd/hooks/50-ypbind