From owner-svn-ports-all@freebsd.org Mon Apr 25 08:31:54 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 6CC65B11704; Mon, 25 Apr 2016 08:31:54 +0000 (UTC) (envelope-from vg@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 3D4691951; Mon, 25 Apr 2016 08:31:54 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3P8Vr79069251; Mon, 25 Apr 2016 08:31:53 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3P8VrgD069249; Mon, 25 Apr 2016 08:31:53 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201604250831.u3P8VrgD069249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 25 Apr 2016 08:31:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413970 - head/sysutils/cbsd 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.21 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, 25 Apr 2016 08:31:54 -0000 Author: vg Date: Mon Apr 25 08:31:53 2016 New Revision: 413970 URL: https://svnweb.freebsd.org/changeset/ports/413970 Log: update cbsd to 10.3.2: - fix zfsinstall script on -current; - add expose: tcp/udp port forwarding from master host to jail - jrctl: filesystem bandwidth/ops limit by iops and bps - ability to use the pre compiled base from other sources via specify path to archve ( #57 ) - bhyve fixes: soft shutdown PR: ports/209013 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Mon Apr 25 08:28:09 2016 (r413969) +++ head/sysutils/cbsd/Makefile Mon Apr 25 08:31:53 2016 (r413970) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 10.3.1 +PORTVERSION= 10.3.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Mon Apr 25 08:28:09 2016 (r413969) +++ head/sysutils/cbsd/distinfo Mon Apr 25 08:31:53 2016 (r413970) @@ -1,2 +1,2 @@ -SHA256 (olevole-cbsd-v10.3.1_GH0.tar.gz) = aa8e350f6424e59bcbc73a7182881542424d9fde0047d79fafbec07e6cb384b4 -SIZE (olevole-cbsd-v10.3.1_GH0.tar.gz) = 2687570 +SHA256 (olevole-cbsd-v10.3.2_GH0.tar.gz) = 853315b63980d747b9f5441d319ebcba129fec6ad60f0778795cdf35d1b0f591 +SIZE (olevole-cbsd-v10.3.2_GH0.tar.gz) = 2690226