summaryrefslogtreecommitdiff
path: root/sysutils/cbsd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/cbsd: fix init vmpackages tableKirill Ponomarev2021-09-101-0/+13
|
* sysutils/cbsd: update to 13.0.13Kirill Ponomarev2021-08-191-19/+0
| | | | | | Change: https://github.com/cbsd/cbsd/releases/tag/v13.0.13 Submitted by: maintainer
* sysutils/cbsd: Fix jail profilesKirill Ponomarev2021-08-161-0/+19
| | | | Submitted by: maintainer
* sysutils/cbsd: fix variable for prestartupKirill Ponomarev2021-07-121-1/+1
|
* Update to 12.2.3Kirill Ponomarev2020-11-202-20/+0
| | | | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v12.2.3 Notes: svn path=/head/; revision=555767
* sysutils/cbsd: fix build on non-x86Piotr Kubaj2020-09-222-0/+20
| | | | | | | sse4.2 is supported only on i386 and amd64. Notes: svn path=/head/; revision=549636
* Update to 12.1.7Kirill Ponomarev2020-03-251-11/+0
| | | | | | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v12.1.7 Submitted by: maintainer Notes: svn path=/head/; revision=529081
* Fix jstart to properly call /etc/rcKirill Ponomarev2020-03-171-0/+11
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=528603
* Update to 12.1.2Kirill Ponomarev2019-11-051-11/+0
| | | | | | | | | Release Notes: https://github.com/cbsd/cbsd/releases/tag/v12.1.2 Submitted by: maintainer Notes: svn path=/head/; revision=516785
* sysutils/cbsd: fix bset command in CBSD 12.1.1Steve Wills2019-09-231-0/+11
| | | | | | | | PR: 240653 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=512681
* Update to 12.1.0Kirill Ponomarev2019-09-111-1/+0
| | | | | | | | | Changelog: https://github.com/cbsd/cbsd/releases/tag/v12.1.0 Submitted by: maintainer Notes: svn path=/head/; revision=511833
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Update to 12.0.13Kirill Ponomarev2019-07-041-1/+1
| | | | | | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v12.0.13 Submitted by: maintainer Notes: svn path=/head/; revision=505844
* Update to 12.0.9Kirill Ponomarev2019-04-194-24/+9
| | | | | | | | PR: 237394 Submitted by: maintainer Notes: svn path=/head/; revision=499381
* Add fix for cbsd taskd argsKirill Ponomarev2019-04-021-0/+15
| | | | | | | | PR: 236968 Submitted by: maintainer Notes: svn path=/head/; revision=497567
* Update to 12.0.8Kirill Ponomarev2019-04-011-1/+1
| | | | | | | | PR: 236948 Submitted by: maintainer Notes: svn path=/head/; revision=497530
* sysutils/cbsd: update to 12.0.2Roman Bogorodskiy2018-11-264-10/+311
| | | | | | | | PR: 233476 Submitted by: maintainer Notes: svn path=/head/; revision=485917
* sysutils/cbsd: update to 12.0.0Steve Wills2018-10-273-33/+0
| | | | | | | | PR: 232508 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=483092
* sysutils/cbsd: Fix build on mips, mips64, powerpc64.Mateusz Piotrowski2018-10-013-0/+33
| | | | | | | | | | | | | | This port unconditionally links against libc++. This needs to be removed to build on architectures that don't have libc++. PR: 231789 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: olevole@olevole.ru (maintainer), mat (mentor) Sponsored by: IntegriCloud (hardware) Differential Revision: https://reviews.freebsd.org/D17352 Notes: svn path=/head/; revision=481034
* sysutils/cbsd: update to 11.1.10Roman Bogorodskiy2017-11-271-0/+23
| | | | | | | | | | | | | | | - update to 11.1.10 - fix misc portlint/stage-qa warnings: * properly order USE* * move pkg-deinstall to files/pkg-deinstall.in to be able to use %%LOCALBASE%% substitution * strip unstripped binaries using STRIP_CMD PR: 223881 Submitted by: maintainer Notes: svn path=/head/; revision=454948
* SYSUTILS/cbsd: update to 11.0.7Roman Bogorodskiy2017-01-243-23/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=432353
* sysutils/cbsd: fix bad jset behaviorRoman Bogorodskiy2016-11-302-0/+22
| | | | | | | | | | | - fix bad jset behavior through a local patch - bump PORTREVISION PR: 214931 Submitted by: maintainer Notes: svn path=/head/; revision=427433
* sysutils/cbsd: update to 11.0.5Roman Bogorodskiy2016-11-271-1/+0
| | | | | | | | | | | | | | - 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: svn path=/head/; revision=427214
* Fix rc.d script for status queryJason E. Hale2016-10-301-2/+20
| | | | | | | | | | | Bump PORTREVISION so new script is installed PR: 213707 Reported by: Dusan Vejnovic <freebsd@dussan.org> Patched by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=424939
* sysutils/cbsd: update to 11.0.0Roman Bogorodskiy2016-09-241-4/+9
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422736
* - update to 10.3.3Veniamin Gvozdikov2016-08-112-21/+0
| | | | | | | | | - fix for fd leaks PR: ports/211740 Notes: svn path=/head/; revision=420052
* - Add support FreeBSD 12.0Veniamin Gvozdikov2016-07-122-0/+21
| | | | | | | | PR: ports/211030 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=418419
* - Update to 10.2.0Veniamin Gvozdikov2015-08-151-39/+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) Notes: svn path=/head/; revision=394317
* - Fix resource leaksVeniamin Gvozdikov2015-02-051-0/+39
| | | | | | | | PR: ports/197350 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=378467
* - Update to 10.1.4Dmitry Marakasov2015-01-241-6/+0
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=377794
* - Update to 10.1.2Dmitry Marakasov2014-12-211-11/+0
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=375188
* - Bump PORTREVISIONVeniamin Gvozdikov2014-11-101-0/+11
| | | | | | | | | | - Added -pthread due to failing to build PR: ports/194879 Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=372392
* update to 10.1.0:Dmitry Marakasov2014-09-271-1/+9
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=369392
* - Update to 10.0.7Veniamin Gvozdikov2014-08-162-2/+4
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=365082
* Update to 10.0.6.Raphael Kubo da Costa2014-07-131-19/+26
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=361672
* sysutils/cbsd: Add libsqlite3.so to LIB_DEPENDSKubilay Kocak2014-07-101-6/+7
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=361426
* - Update to 10.0.4Veniamin Gvozdikov2014-04-162-1/+3
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=351373
* - Update to 10.0.3Veniamin Gvozdikov2014-02-222-5/+19
| | | | | | | | PR: ports/186864 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=345675
* - update to 10.0.2Dmitry Marakasov2014-02-042-0/+87
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=342481
* - Update from 10.0.0 to 10.0.1Danilo Egea Gondolfo2014-01-011-14/+0
| | | | | | | | | | - Convert LICENSE from BSD to BSD2CLAUSE PR: ports/185242 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=338386
* - Update from 9.2.5 to 10.0.0 [1]Danilo Egea Gondolfo2013-12-141-0/+14
| | | | | | | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax PR: ports/184765 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) [1] Notes: svn path=/head/; revision=336475
* - update to 9.2.1Andrej Zverev2013-07-291-5/+9
| | | | | | | | | | - add github as distfiles second mirror PR: ports/180878 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=323897
* Add sysutils/cbsd, Yet another FreeBSD jail management tool.Andrej Zverev2013-05-241-0/+10
PR: ports/176377 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Notes: svn path=/head/; revision=318992