Date: Mon, 25 Apr 2016 08:31:53 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413970 - head/sysutils/cbsd Message-ID: <201604250831.u3P8VrgD069249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604250831.u3P8VrgD069249>