notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q4
bastille Jail automation framework
1.1.0.251001 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.0.251001Version of this port present on the latest quarterly branch.
Maintainer: jdhurtado@orbiware.com search for ports maintained by this maintainer
Port Added: 2025-10-02 11:03:06
Last Update: 2025-10-02 10:59:56
Commit Hash: 48dffea
License: BSD3CLAUSE
WWW:
https://bastillebsd.org
Description:
Bastille helps you quickly create and manage FreeBSD Jails. The project focuses on secure defaults, automation and repeatable templates.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (59 items)
Collapse this list.
  1. /usr/local/share/licenses/bastille-1.1.0.251001/catalog.mk
  2. /usr/local/share/licenses/bastille-1.1.0.251001/LICENSE
  3. /usr/local/share/licenses/bastille-1.1.0.251001/BSD3CLAUSE
  4. @sample etc/bastille/bastille.conf.sample
  5. bin/bastille
  6. etc/rc.d/bastille
  7. share/bastille/bootstrap.sh
  8. share/bastille/clone.sh
  9. share/bastille/cmd.sh
  10. share/bastille/colors.pre.sh
  11. share/bastille/common.sh
  12. share/bastille/config.sh
  13. share/bastille/console.sh
  14. share/bastille/convert.sh
  15. share/bastille/cp.sh
  16. share/bastille/create.sh
  17. share/bastille/destroy.sh
  18. share/bastille/edit.sh
  19. share/bastille/etcupdate.sh
  20. share/bastille/export.sh
  21. share/bastille/htop.sh
  22. share/bastille/import.sh
  23. share/bastille/jcp.sh
  24. share/bastille/limits.sh
  25. share/bastille/list.sh
  26. share/bastille/migrate.sh
  27. share/bastille/mount.sh
  28. share/bastille/network.sh
  29. share/bastille/pkg.sh
  30. share/bastille/rcp.sh
  31. share/bastille/rdr.sh
  32. share/bastille/rename.sh
  33. share/bastille/restart.sh
  34. share/bastille/service.sh
  35. share/bastille/setup.sh
  36. share/bastille/start.sh
  37. share/bastille/stop.sh
  38. share/bastille/sysrc.sh
  39. share/bastille/tags.sh
  40. share/bastille/template.sh
  41. share/bastille/templates/default/base/Bastillefile
  42. share/bastille/templates/default/clone/Bastillefile
  43. share/bastille/templates/default/empty/Bastillefile
  44. share/bastille/templates/default/linux/Bastillefile
  45. share/bastille/templates/default/thick/Bastillefile
  46. share/bastille/templates/default/thin/Bastillefile
  47. share/bastille/templates/default/vlan/Bastillefile
  48. share/bastille/templates/default/vnet/Bastillefile
  49. share/bastille/top.sh
  50. share/bastille/umount.sh
  51. share/bastille/update.sh
  52. share/bastille/upgrade.sh
  53. share/bastille/verify.sh
  54. share/bastille/zfs.sh
  55. share/man/man8/bastille.8.gz
  56. @dir etc/bastille
  57. @owner
  58. @group
  59. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • bastille>0:sysutils/bastille
To install the port:
cd /usr/ports/sysutils/bastille/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/bastille
  • pkg install bastille
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bastille
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759350817 SHA256 (bastillebsd-bastille-1.1.0.251001_GH0.tar.gz) = 49a0f9a751a5d3b1ec43700ce7427d833bea52caeb31195c62469cc15e2869d3 SIZE (bastillebsd-bastille-1.1.0.251001_GH0.tar.gz) = 697194

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_bastille
pkg-message:
If upgrading from > 0.13:
**Breaking changes since 0.14.20250420** The `rcorder` has been deprecated, and new `boot` and `priority` options have been added to the jails. A boot file will be created with default values of `boot=on` and `priority=99` on jail creation. For existing jails, the boot file will be generated on the next subcommand execution to the jail. If you want to generate the file for all the jails, you can use `bastille restart ALL` to fill in the defaults. To change these values, use `bastille config TARGET set boot off` or `bastille config TARGET set priority 10` or some other number according to your needs.
If upgrading from > 0.14:
**Notice: Potencially breaking changes since 1.0.20250714** Network: Bastille now handles all epairs dynamically, allowing both -V and -B VNET jails to coexist. Previous versions only supported one type per system. New naming scheme for network interfaces is e0a_jailname (host side) and e0b_jailname (jail side). Additional interfaces: e1a_jailname, e1b_jailname, etc (incrementing numbers). Long jail names are truncated with xx placeholder due to interface name limitations Required action after update: Restart all jails (preferably one at a time) to trigger automatic conversion. Bastille will auto-convert jail.conf and rc.conf files when jails are stopped. Manual intervention required: If you previously used the network sub-command to add interfaces, manually edit jail.conf and rc.conf files to update epair names (increment numbers for additional interfaces). Auto-conversion handles most cases, please report bugs if issues occur during the transition. Full release annoucement: https://github.com/BastilleBSD/bastille/releases/tag/1.0.20250714
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bastillebsd/bastille/tar.gz/1.1.0.251001?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.0.251001
02 Oct 2025 10:59:56
commit hash: 48dffea5e2368a2de4eb9f1a8bca0c8944d7a08acommit hash: 48dffea5e2368a2de4eb9f1a8bca0c8944d7a08acommit hash: 48dffea5e2368a2de4eb9f1a8bca0c8944d7a08acommit hash: 48dffea5e2368a2de4eb9f1a8bca0c8944d7a08a files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
Author: Juan David Hurtado G
sysutils/bastille: Upgrade port to 1.1.0.251001

Introduces the ability to target jails by tags. Adds a VNET passthrough option.
The parallel execution mode has been deprecated. Plus many bug fixes and
improvements for stability.

Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
Approved by:	otis (mentor), jdhurtado@orbiware.com (maintainer)
MFH:		2025Q4
Differential Revision:	https://reviews.freebsd.org/D52839
Changelog:	https://github.com/BastilleBSD/bastille/releases/tag/1.1.0.251001

(cherry picked from commit b9aab38436b543774a953ff90996299148d6a861)

Number of commits found: 1