From owner-svn-ports-all@freebsd.org Sun Nov 27 09:45:47 2016 Return-Path: Delivered-To: svn-ports-all@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 19125C5879D; Sun, 27 Nov 2016 09:45:47 +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 BBFFC1DA; Sun, 27 Nov 2016 09:45:46 +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 uAR9jjFG010640; Sun, 27 Nov 2016 09:45:45 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAR9jj2d010637; Sun, 27 Nov 2016 09:45:45 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201611270945.uAR9jj2d010637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 27 Nov 2016 09:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427214 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 09:45:47 -0000 Author: novel Date: Sun Nov 27 09:45:45 2016 New Revision: 427214 URL: https://svnweb.freebsd.org/changeset/ports/427214 Log: sysutils/cbsd: update to 11.0.5 - Add encrypted password hash support for adduser and pw script: Issue #100 - (bhyve): Check IPv6 address availability: Issue #104 - (bhyve): VM also uses post/pre scripts now: execscript - expose: add pf support for port redirect into jail: Issue #106 - fix loosing nic_parent on created new nic interface in dialog PR: 214858 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 Sun Nov 27 09:06:57 2016 (r427213) +++ head/sysutils/cbsd/Makefile Sun Nov 27 09:45:45 2016 (r427214) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.4 -PORTREVISION= 1 +PORTVERSION= 11.0.5 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Sun Nov 27 09:06:57 2016 (r427213) +++ head/sysutils/cbsd/distinfo Sun Nov 27 09:45:45 2016 (r427214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476910506 -SHA256 (olevole-cbsd-11.0.4_GH0.tar.gz) = 0d47fbd6307afb38bfa07bea23fb3d6f029ccc1f66ff5820587b04fc69c70ef3 -SIZE (olevole-cbsd-11.0.4_GH0.tar.gz) = 2305691 +TIMESTAMP = 1480195638 +SHA256 (olevole-cbsd-11.0.5_GH0.tar.gz) = 7eabfa5ce9d1b2cca1e4e6de779bcf9a3e7d92740d108a830d741b18f8c05f91 +SIZE (olevole-cbsd-11.0.5_GH0.tar.gz) = 2298431 Modified: head/sysutils/cbsd/files/cbsdd.in ============================================================================== --- head/sysutils/cbsd/files/cbsdd.in Sun Nov 27 09:06:57 2016 (r427213) +++ head/sysutils/cbsd/files/cbsdd.in Sun Nov 27 09:45:45 2016 (r427214) @@ -64,7 +64,6 @@ cbsdd_prestart() { %%PREFIX%%/bin/cbsd sysinv mode=update %%PREFIX%%/bin/cbsd netinv - update_hwinfo update_netinfo env sqlcolnames="1" ${miscdir}/sqlcli ${dbdir}/local.sqlite "SELECT * FROM local" > ${inventory}