Skip to content

Commit a3d5547

Browse files
Merge pull request #1322 from BastilleBSD/v1.1.3
V1.1.3
2 parents bdcacc9 + 53841e9 commit a3d5547

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4141
make -C /usr/ports/sysutils/bastille install clean
4242
```
4343

@@ -56,7 +56,7 @@ sysrc bastille_enable=YES
5656
### Upgrading
5757

5858
When 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

6161
Be sure to read the [Breaking Changes](#breaking-changes) below.
6262

docs/chapters/hardened-bsd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ HardenedBSD
22
===========
33

44
Bastille 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
66
upgrades.
77

88
Most of the Bastille commands will work with HardenedBSD, but please report

docs/chapters/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
66
repositories.
77

8-
Current version is ``1.1.2.251119``.
8+
Current version is ``1.1.3.251130``.
99

1010
To install from the FreeBSD package repository:
1111

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
author = '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

usr/local/bin/bastille

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
PATH=${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

0 commit comments

Comments
 (0)