File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pkg install bastille
3737
3838** ports**
3939``` shell
40- portsnap fetch auto
40+ git clone https://git.freebsd.org/ports.git /usr/ports
4141make -C /usr/ports/sysutils/bastille install clean
4242```
4343
@@ -56,7 +56,7 @@ sysrc bastille_enable=YES
5656### Upgrading
5757
5858When upgrading from a previous version of bastille (e.g. 0.10.20230714 to
59- 0.10.20231013 ) you will need to update your bastille.conf
59+ 1.1.3.251130 ) you will need to update your bastille.conf
6060
6161Be sure to read the [ Breaking Changes] ( #breaking-changes ) below.
6262
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ HardenedBSD
22===========
33
44Bastille supports HardenedBSD as an OS since it is FreeBSD based. There
5- are some differences in how HBSD handles release names, update , and
5+ are some differences in how HBSD handles release names, updates , and
66upgrades.
77
88Most of the Bastille commands will work with HardenedBSD, but please report
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Bastille is available in the official FreeBSD ports tree at
55``sysutils/bastille ``. Binary packages are available in quarterly and latest
66repositories.
77
8- Current version is ``1.1.2.251119 ``.
8+ Current version is ``1.1.3.251130 ``.
99
1010To install from the FreeBSD package repository:
1111
Original file line number Diff line number Diff line change 55author = 'Christer Edwards'
66
77# The short X.Y version
8- version = '1.1.2 '
8+ version = '1.1.3 '
99# The full version, including alpha/beta/rc tags
10- release = '1.1.2.2511119 '
10+ release = '1.1.3.251130 '
1111
1212# -- General configuration ---------------------------------------------------
1313
Original file line number Diff line number Diff line change 3232
3333PATH=${PATH} :/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
3434
35- BASTILLE_VERSION=1.1.2.251119
35+ BASTILLE_VERSION=1.1.3.251130
3636
3737# Validate config file
3838# Copy default when 'setup' is called
You can’t perform that action at this time.
0 commit comments