Merge pull request #1322 from BastilleBSD/v1.1.3

V1.1.3
This commit is contained in:
tschettervictor
2025-11-30 21:10:25 -07:00
committed by GitHub
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ pkg install bastille
**ports**
```shell
portsnap fetch auto
git clone https://git.freebsd.org/ports.git /usr/ports
make -C /usr/ports/sysutils/bastille install clean
```
@@ -56,7 +56,7 @@ sysrc bastille_enable=YES
### Upgrading
When upgrading from a previous version of bastille (e.g. 0.10.20230714 to
0.10.20231013) you will need to update your bastille.conf
1.1.3.251130) you will need to update your bastille.conf
Be sure to read the [Breaking Changes](#breaking-changes) below.

View File

@@ -2,7 +2,7 @@ HardenedBSD
===========
Bastille supports HardenedBSD as an OS since it is FreeBSD based. There
are some differences in how HBSD handles release names, update, and
are some differences in how HBSD handles release names, updates, and
upgrades.
Most of the Bastille commands will work with HardenedBSD, but please report

View File

@@ -5,7 +5,7 @@ Bastille is available in the official FreeBSD ports tree at
``sysutils/bastille``. Binary packages are available in quarterly and latest
repositories.
Current version is ``1.1.2.251119``.
Current version is ``1.1.3.251130``.
To install from the FreeBSD package repository:

View File

@@ -5,9 +5,9 @@ copyright = '2018-2025, Christer Edwards'
author = 'Christer Edwards'
# The short X.Y version
version = '1.1.2'
version = '1.1.3'
# The full version, including alpha/beta/rc tags
release = '1.1.2.2511119'
release = '1.1.3.251130'
# -- General configuration ---------------------------------------------------

View File

@@ -32,7 +32,7 @@
PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
BASTILLE_VERSION=1.1.2.251119
BASTILLE_VERSION=1.1.3.251130
# Validate config file
# Copy default when 'setup' is called