Commit graph

23 commits

Author SHA1 Message Date
Roman Bogorodskiy
f2fb47ae83 SYSUTILS/cbsd: update to 11.0.7
Change notes:

 * (taskd): reset SQLITE_SEQUENCE when we do flushlog
 * (taskd): add exclusive args to ensure uniqueness job
 * (bhyve): Improve UEFI boot
 * (bhyve): add bhyve-ppt script to manage ppt ( passthru ) devices
 * (bhyve): add media script to manage virtual storage devices
 * add merge script to merge ascii-based file profiles

PR:		216403
Submitted by:	maintainer
2017-01-24 16:11:00 +00:00
Roman Bogorodskiy
ad3de8efa5 sysutils/cbsd: fix bad jset behavior
- fix bad jset behavior through a local patch
 - bump PORTREVISION

PR:		214931
Submitted by:	maintainer
2016-11-30 16:03:57 +00:00
Roman Bogorodskiy
fd1ec77899 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
2016-11-27 09:45:45 +00:00
Jason E. Hale
5a9ae1f20c Fix rc.d script for status query
Bump PORTREVISION so new script is installed

PR:		213707
Reported by:	Dusan Vejnovic <freebsd@dussan.org>
Patched by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2016-10-30 09:22:15 +00:00
Roman Bogorodskiy
d5445b4ba6 sysutils/cbsd: update to 11.0.0
- Tested on FreeBSD 11.0-RELEASE
- Improve IPv6 support
- Support ZVOL on ZFS-based system for bhyve vms
- jexport/jimport scripts has been rewriten to support zvol images
- Bhyve UEFI GOP support

PR:		212966
Submitted by:	maintainer
2016-09-24 18:03:43 +00:00
Veniamin Gvozdikov
a052f6215f - update to 10.3.3
- fix for fd leaks

PR:		ports/211740
2016-08-11 06:59:18 +00:00
Veniamin Gvozdikov
4d53cb35cf - Add support FreeBSD 12.0
PR:		ports/211030
Submitted by:	olevole@olevole.ru (maintainer)
2016-07-12 11:10:58 +00:00
Veniamin Gvozdikov
0168a5ee42 - Update to 10.2.0
- Start of integration  with libxo
- jimport: opportunity to set alternative IP for imported jail via
newip= argument
- fixes for resource leaks in cbsdsh/cbsd_fwatch
- bhyve: when you create FreeBSD VM via FreeBSD-from-jail profile, you
can specify a size of swap partition
- bhyve: opportunity to create a virtual machine through FreeBSD-from-jail
profile on ZFS filesystem
- Initial XEN support

PR:		ports/202344
Submitted by:	<olevole@olevole.ru> (maintainer)
2015-08-15 12:22:55 +00:00
Veniamin Gvozdikov
c3417aa8e4 - Fix resource leaks
PR:		ports/197350
Submitted by:	olevole@olevole.ru (maintainer)
2015-02-05 16:09:40 +00:00
Dmitry Marakasov
7e9d10e043 - Update to 10.1.4
- Fix on !x86

bhyve: multiple NICs support
bhyve: ability to specify MAC address per NIC
(bugfix) jail2iso: prohibit EFI boot loader on systems that do not have /boot/loader.efi (Reported by: Victor Kraft)
(bugfix) bhyve: Fixed bug from 10.1.3 - bad handler when creating a virtual machine from Jail
jorder: restore functional

PR:		197051
Submitted by:	olevole@olevole.ru (maintainer)
2015-01-24 14:58:31 +00:00
Dmitry Marakasov
03c063af50 - Update to 10.1.2
Changes:
- check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins
- rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup
- new wrappers for service, sysrc, passwd for the appropriate tools
- (bugfix) Fixes for jexport/jimport with newjname args
- (bugfix) Correction to determine the type of IPv4: must contain only numbers.

PR:		196173
Submitted by:	olevole@olevole.ru (maintainer)
2014-12-21 21:09:57 +00:00
Veniamin Gvozdikov
d638f5949b - Bump PORTREVISION
- Added -pthread due to failing to build

PR:		ports/194879
Submitted by:	olevole@olevole.ru
2014-11-10 13:43:11 +00:00
Dmitry Marakasov
32a778d183 update to 10.1.0:
- Bsdconfig integration
- Bhyve: support for reboot virtual machine
- Removed old patches and periodic-tasks
- Ipnat support
(bugfix) getnics-by-ip: looking only IP prefix inet in the output ifconfig
(bugfix) bhyve: do not test the hard drive is empty, if you are booting from CD
(bugfix) Fix order of epair number and a/b side

PR:		193962
Submitted by:	olevole@olevole.ru (maintainer)
2014-09-27 14:02:36 +00:00
Veniamin Gvozdikov
f849b1ec93 - Update to 10.0.7
- fixes for incorrect ZFS fs name in jcoldmigrate
- jail start via taskd
- bhyve: support for VM auto start
- bhyve: add virtio RNG for FreeBSD 10.1+

PR:		192662
Submitted by:	olevole@olevole.ru (maintainer)
2014-08-16 14:39:58 +00:00
Raphael Kubo da Costa
c00cf327d8 Update to 10.0.6.
Changes for 10.0.6:
 cbsd taskd: daemon for internal tasks
 bconstruct-tui: menubox for vm_os_type and get_vm_profiles
 bhyve: add support for install FreeBSD guest from ISO
 bhyve: implement other method for POPCNT checking
 repo: newjname as argument for alternative name of stored jail

PR:		191844
Submitted by:	olevole@olevole.ru (maintainer)
2014-07-13 11:38:47 +00:00
Kubilay Kocak
5420b82d0d sysutils/cbsd: Add libsqlite3.so to LIB_DEPENDS
- Add sqlite3 to LIB_DEPENDS
- Remove MASTER_SITES, not required when USE_GITHUB=yes
- Remove GH_PROJECT, already defaults to ${PORTNAME}
- Strip trailing-slash from pkg-descr WWW: URL

While I'm here:

- Tweak IGNORE message
- Tweak pkg-message.in and pkg-deinstall

PR:		191772
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-07-10 07:39:26 +00:00
Veniamin Gvozdikov
9ce67b01fa - Update to 10.0.4
- jail2iso: imgsize arg renamed to freesize
- jcreate: jailskeldir path configure via jail.conf
- cbsdsh: build-in function for is_number
- Support for allow.kmem, which is allows to run Xorg server in the jail
- Initial support for bhyve

PR:		ports/188661
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-04-16 06:30:31 +00:00
Veniamin Gvozdikov
5989861156 - Update to 10.0.3
PR:		ports/186864
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-02-22 19:45:34 +00:00
Dmitry Marakasov
3dffd6c4ad - update to 10.0.2
- use ports framework to create cbsd user/group
- add rc.d scripts
- add pkg-deinstall instructions for complete uninstall

PR:		186344
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-02-04 00:52:58 +00:00
Danilo Egea Gondolfo
1bd8f3683c - Update from 10.0.0 to 10.0.1
- Convert LICENSE from BSD to BSD2CLAUSE

PR:		ports/185242
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2014-01-01 18:54:00 +00:00
Danilo Egea Gondolfo
964c0dd1b8 - Update from 9.2.5 to 10.0.0 [1]
- Add stage support
- Convert LIB_DEPENDS to new syntax

PR:		ports/184765
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> (maintainer) [1]
2013-12-14 19:23:56 +00:00
Andrej Zverev
b88d4ad8c1 - update to 9.2.1
- add github as distfiles second mirror

PR:		ports/180878
Submitted by:	 Oleg Ginzburg <olevole@olevole.ru> (maintainer)
2013-07-29 17:55:03 +00:00
Andrej Zverev
48606d8811 Add sysutils/cbsd, Yet another FreeBSD jail management tool.
PR:		ports/176377
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2013-05-24 16:34:29 +00:00