svn commit: r351373 - in head/sysutils/cbsd: . files
Veniamin Gvozdikov
vg at FreeBSD.org
Wed Apr 16 06:30:33 UTC 2014
Author: vg
Date: Wed Apr 16 06:30:31 2014
New Revision: 351373
URL: http://svnweb.freebsd.org/changeset/ports/351373
QAT: https://qat.redports.org/buildarchive/r351373/
Log:
- Update to 10.0.4
- jail2iso: imgsize arg renamed to freesize
- jcreate: jailskeldir path configure via jail.conf
- cbsdsh: build-in function for is_number
- Support for allow.kmem, which is allows to run Xorg server in the jail
- Initial support for bhyve
PR: ports/188661
Submitted by: Oleg Ginzburg <olevole at olevole.ru> (maintainer)
Modified:
head/sysutils/cbsd/Makefile
head/sysutils/cbsd/distinfo
head/sysutils/cbsd/files/cbsdd.in
head/sysutils/cbsd/files/pkg-message.in
Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile Wed Apr 16 01:43:53 2014 (r351372)
+++ head/sysutils/cbsd/Makefile Wed Apr 16 06:30:31 2014 (r351373)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cbsd
-PORTVERSION= 10.0.3
+PORTVERSION= 10.0.4
CATEGORIES= sysutils
MASTER_SITES= http://www.bsdstore.ru/downloads/ \
GH
@@ -19,7 +19,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/secu
USE_GITHUB= yes
GH_ACCOUNT= olevole
GH_PROJECT= cbsd
-GH_COMMIT= 2bb261e
+GH_COMMIT= a5d3690
USE_RC_SUBR= cbsdd cbsdrsyncd
Modified: head/sysutils/cbsd/distinfo
==============================================================================
--- head/sysutils/cbsd/distinfo Wed Apr 16 01:43:53 2014 (r351372)
+++ head/sysutils/cbsd/distinfo Wed Apr 16 06:30:31 2014 (r351373)
@@ -1,2 +1,2 @@
-SHA256 (cbsd-10.0.3.tar.gz) = 42c51fcfb2144d6bcebb808024908f2aef9fa5d338bdccbe6e27e83fdd89cb1a
-SIZE (cbsd-10.0.3.tar.gz) = 328334
+SHA256 (cbsd-10.0.4.tar.gz) = fb2f0bd29ddf0af9ffdc8914a2666cf83a5e6e2dace2f2b4acebba5e26233366
+SIZE (cbsd-10.0.4.tar.gz) = 358750
Modified: head/sysutils/cbsd/files/cbsdd.in
==============================================================================
--- head/sysutils/cbsd/files/cbsdd.in Wed Apr 16 01:43:53 2014 (r351372)
+++ head/sysutils/cbsd/files/cbsdd.in Wed Apr 16 06:30:31 2014 (r351373)
@@ -16,6 +16,7 @@ load_rc_config $name
: ${cbsdd_enable="NO"}
export workdir="${cbsd_workdir}"
+export NO_CBSD_HISTORY=yes
globalconf=${cbsd_globalconf:-"${workdir}/cbsd.conf"}
if [ ! -f ${globalconf} ]; then
@@ -59,6 +60,7 @@ pidfile="/var/run/$name.pid"
cbsdd_prestart() {
find ${ftmpdir} -depth 1 -maxdepth 1 -type f -exec rm -f {} \;
%%PREFIX%%/bin/cbsd sysinv mode=update
+ %%PREFIX%%/bin/cbsd netinv
. ${inventory}
Modified: head/sysutils/cbsd/files/pkg-message.in
==============================================================================
--- head/sysutils/cbsd/files/pkg-message.in Wed Apr 16 01:43:53 2014 (r351372)
+++ head/sysutils/cbsd/files/pkg-message.in Wed Apr 16 06:30:31 2014 (r351373)
@@ -5,7 +5,7 @@ For the first time please run:
env workdir="/path" %%PREFIX%%/cbsd/sudoexec/initenv
-where /path is path for cbsd workdir, e.g.: /usr/jails
+where /path is path for cbsd workdir, e.g.: /usr/jails
For upgrade an existing installation:
More information about the svn-ports-all
mailing list