diff options
author | novel <novel@FreeBSD.org> | 2016-11-27 17:45:45 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-11-27 17:45:45 +0800 |
commit | f4678ea3d141c61c7b93059ce779d8a1b77db9f7 (patch) | |
tree | b31899ab140676b5f7d488489c7953e258efe03c /sysutils | |
parent | 8160f4143e3f403e9cc23947a5bc55a0d0d4fbb2 (diff) | |
download | freebsd-ports-gnome-f4678ea3d141c61c7b93059ce779d8a1b77db9f7.tar.gz freebsd-ports-gnome-f4678ea3d141c61c7b93059ce779d8a1b77db9f7.tar.zst freebsd-ports-gnome-f4678ea3d141c61c7b93059ce779d8a1b77db9f7.zip |
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
Diffstat (limited to 'sysutils')
-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} |