From owner-svn-ports-head@freebsd.org Wed Sep 11 18:50:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17D36DCB0B; Wed, 11 Sep 2019 18:50:40 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46T9vg6y7pz4Hlh; Wed, 11 Sep 2019 18:50:39 +0000 (UTC) (envelope-from krion@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3772AB2C; Wed, 11 Sep 2019 18:50:39 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8BIod3D057163; Wed, 11 Sep 2019 18:50:39 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8BIodwa057160; Wed, 11 Sep 2019 18:50:39 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201909111850.x8BIodwa057160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Wed, 11 Sep 2019 18:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511833 - in head/sysutils/cbsd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/sysutils/cbsd: . files X-SVN-Commit-Revision: 511833 X-SVN-Commit-Repository: ports 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.29 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: Wed, 11 Sep 2019 18:50:40 -0000 Author: krion Date: Wed Sep 11 18:50:38 2019 New Revision: 511833 URL: https://svnweb.freebsd.org/changeset/ports/511833 Log: Update to 12.1.0 Changelog: https://github.com/cbsd/cbsd/releases/tag/v12.1.0 Submitted by: maintainer Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo head/sysutils/cbsd/files/cbsdd.in Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Wed Sep 11 18:12:56 2019 (r511832) +++ head/sysutils/cbsd/Makefile Wed Sep 11 18:50:38 2019 (r511833) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -DISTVERSION= 12.0.14 +DISTVERSION= 12.1.0 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Wed Sep 11 18:12:56 2019 (r511832) +++ head/sysutils/cbsd/distinfo Wed Sep 11 18:50:38 2019 (r511833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565785458 -SHA256 (cbsd-cbsd-12.0.14_GH0.tar.gz) = 5b6b8aee2bcc49d72f161dcbc10d1c4c05c9c1cd4a924b16f78aa2a118e836df -SIZE (cbsd-cbsd-12.0.14_GH0.tar.gz) = 5855012 +TIMESTAMP = 1568225678 +SHA256 (cbsd-cbsd-12.1.0_GH0.tar.gz) = edc9394f2b3d240b0dcd16b1021ff6b53c66f46724b78e70d2cdfacfe7795faa +SIZE (cbsd-cbsd-12.1.0_GH0.tar.gz) = 5857565 Modified: head/sysutils/cbsd/files/cbsdd.in ============================================================================== --- head/sysutils/cbsd/files/cbsdd.in Wed Sep 11 18:12:56 2019 (r511832) +++ head/sysutils/cbsd/files/cbsdd.in Wed Sep 11 18:50:38 2019 (r511833) @@ -64,7 +64,6 @@ cbsdd_prestart() { %%PREFIX%%/bin/cbsd sysinv mode=update %%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