diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-04-25 08:31:53 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-04-25 08:31:53 +0000 |
commit | d3257afc765c62abeed4b68afb65565c02b1d3db (patch) | |
tree | 8ed41d4c42b0f0eb3dd5448c20de99b9829360a1 | |
parent | www/node: update 5.10.1 -> 5.11.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=413970
-rw-r--r-- | sysutils/cbsd/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cbsd/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 2c185122ce15..a83759aa37af 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 10.3.1 +PORTVERSION= 10.3.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index d7d73d40ddcf..d3b3b6c1dab3 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -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 |