From owner-svn-ports-head@freebsd.org Tue Jan 24 16:11:01 2017 Return-Path: Delivered-To: svn-ports-head@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 E6B84CC0EFD; Tue, 24 Jan 2017 16:11:01 +0000 (UTC) (envelope-from novel@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 9DF6BE3B; Tue, 24 Jan 2017 16:11:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0OGB0QD095752; Tue, 24 Jan 2017 16:11:00 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0OGB0Eb095748; Tue, 24 Jan 2017 16:11:00 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201701241611.v0OGB0Eb095748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 24 Jan 2017 16:11:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432353 - in head/sysutils/cbsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 16:11:02 -0000 Author: novel Date: Tue Jan 24 16:11:00 2017 New Revision: 432353 URL: https://svnweb.freebsd.org/changeset/ports/432353 Log: SYSUTILS/cbsd: update to 11.0.7 Change notes: * (taskd): reset SQLITE_SEQUENCE when we do flushlog * (taskd): add exclusive args to ensure uniqueness job * (bhyve): Improve UEFI boot * (bhyve): add bhyve-ppt script to manage ppt ( passthru ) devices * (bhyve): add media script to manage virtual storage devices * add merge script to merge ascii-based file profiles PR: 216403 Submitted by: maintainer Deleted: head/sysutils/cbsd/files/patch-jailctl-bsetup-tui head/sysutils/cbsd/files/patch-jailctl-jsetup-tui Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo head/sysutils/cbsd/files/cbsdd.in Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Tue Jan 24 16:09:23 2017 (r432352) +++ head/sysutils/cbsd/Makefile Tue Jan 24 16:11:00 2017 (r432353) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.6 -PORTREVISION= 1 +PORTVERSION= 11.0.7 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Tue Jan 24 16:09:23 2017 (r432352) +++ head/sysutils/cbsd/distinfo Tue Jan 24 16:11:00 2017 (r432353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480333820 -SHA256 (olevole-cbsd-11.0.6_GH0.tar.gz) = 1f41a181daf1fa488c55fc5bcf75b58625462201b95fabcacd2a18ce3e6fa012 -SIZE (olevole-cbsd-11.0.6_GH0.tar.gz) = 2299216 +TIMESTAMP = 1485167406 +SHA256 (olevole-cbsd-11.0.7_GH0.tar.gz) = 98d28db70bcb8dbc169b18852deb47e83546929c4ab6343355e477e1334bca4c +SIZE (olevole-cbsd-11.0.7_GH0.tar.gz) = 4264071 Modified: head/sysutils/cbsd/files/cbsdd.in ============================================================================== --- head/sysutils/cbsd/files/cbsdd.in Tue Jan 24 16:09:23 2017 (r432352) +++ head/sysutils/cbsd/files/cbsdd.in Tue Jan 24 16:11:00 2017 (r432353) @@ -66,7 +66,7 @@ cbsdd_prestart() { %%PREFIX%%/bin/cbsd netinv update_netinfo env sqlcolnames="1" ${miscdir}/sqlcli ${dbdir}/local.sqlite "SELECT * FROM local" > ${inventory} - + ${miscdir}/sqlcli ${dbdir}/local.sqlite "UPDATE jails SET status='0' WHERE status='3'" [ -n "$nat_enable" ] && %%PREFIX%%/bin/cbsd naton /usr/sbin/daemon -f ${rcddir}/jails-astart start }