mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 01:19:52 +01:00
version 1.1.3
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
@@ -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 ---------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user