diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-11-27 09:45:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-11-27 09:45:45 +0000 |
commit | fd1ec77899e46ea9945938709413954373cc0147 (patch) | |
tree | b31899ab140676b5f7d488489c7953e258efe03c /sysutils/cbsd | |
parent | net/py-openstackclient: update to 3.4.1 (diff) |
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
Notes
Notes:
svn path=/head/; revision=427214
Diffstat (limited to 'sysutils/cbsd')
-rw-r--r-- | sysutils/cbsd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/cbsd/distinfo | 6 | ||||
-rw-r--r-- | sysutils/cbsd/files/cbsdd.in | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 78f8d21845a6..b548d79f345a 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.4 -PORTREVISION= 1 +PORTVERSION= 11.0.5 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru diff --git a/sysutils/cbsd/distinfo b/sysutils/cbsd/distinfo index e0315efdaddd..41f45d29ffd1 100644 --- a/sysutils/cbsd/distinfo +++ b/sysutils/cbsd/distinfo @@ -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 diff --git a/sysutils/cbsd/files/cbsdd.in b/sysutils/cbsd/files/cbsdd.in index e21ba93bf724..fa6bdb7f34e0 100644 --- a/sysutils/cbsd/files/cbsdd.in +++ b/sysutils/cbsd/files/cbsdd.in @@ -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} |