version 1.1.3

This commit is contained in:
tschettervictor
2025-11-30 21:09:33 -07:00
parent bdcacc945d
commit 99e16e7044
4 changed files with 6 additions and 6 deletions

View File

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

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 ``sysutils/bastille``. Binary packages are available in quarterly and latest
repositories. repositories.
Current version is ``1.1.2.251119``. Current version is ``1.1.3.251130``.
To install from the FreeBSD package repository: To install from the FreeBSD package repository:

View File

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

View File

@@ -32,7 +32,7 @@
PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin 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 # Validate config file
# Copy default when 'setup' is called # Copy default when 'setup' is called