Date: Sun, 27 Nov 2016 09:45:45 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427214 - in head/sysutils/cbsd: . files Message-ID: <201611270945.uAR9jj2d010637@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611270945.uAR9jj2d010637>