Date: Tue, 15 Apr 2014 14:30:28 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/188661: sysutils/cbsd: update to 10.0.4 Message-ID: <201404151430.s3FEUSCT017863@cgiserv.freebsd.org> Resent-Message-ID: <201404151440.s3FEe01C090823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188661 >Category: ports >Synopsis: sysutils/cbsd: update to 10.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 14:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: >Organization: >Environment: >Description: update to 10.0.4, changes: 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; >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN cbsd.bak/Makefile cbsd/Makefile --- cbsd.bak/Makefile 2014-04-11 15:44:45.000000000 +0400 +++ cbsd/Makefile 2014-04-15 17:30:02.000000000 +0400 @@ -1,7 +1,7 @@ # $FreeBSD: head/sysutils/cbsd/Makefile 345675 2014-02-22 19:45:34Z vg $ PORTNAME= cbsd -PORTVERSION= 10.0.3 +PORTVERSION= 10.0.4 CATEGORIES= sysutils MASTER_SITES= http://www.bsdstore.ru/downloads/ \ GH @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= olevole GH_PROJECT= cbsd -GH_COMMIT= 2bb261e +GH_COMMIT= a5d3690 USE_RC_SUBR= cbsdd cbsdrsyncd diff -ruN cbsd.bak/distinfo cbsd/distinfo --- cbsd.bak/distinfo 2014-04-11 15:44:45.000000000 +0400 +++ cbsd/distinfo 2014-04-15 17:30:17.000000000 +0400 @@ -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 diff -ruN cbsd.bak/files/cbsdd.in cbsd/files/cbsdd.in --- cbsd.bak/files/cbsdd.in 2014-04-11 15:44:45.000000000 +0400 +++ cbsd/files/cbsdd.in 2014-04-15 17:27:01.000000000 +0400 @@ -16,6 +16,7 @@ : ${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 @@ cbsdd_prestart() { find ${ftmpdir} -depth 1 -maxdepth 1 -type f -exec rm -f {} \; %%PREFIX%%/bin/cbsd sysinv mode=update + %%PREFIX%%/bin/cbsd netinv . ${inventory} diff -ruN cbsd.bak/files/pkg-message.in cbsd/files/pkg-message.in --- cbsd.bak/files/pkg-message.in 2014-04-11 15:44:45.000000000 +0400 +++ cbsd/files/pkg-message.in 2014-04-15 17:28:31.000000000 +0400 @@ -5,7 +5,7 @@ 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: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404151430.s3FEUSCT017863>