From 99e16e704409b860f40816fb4ec931c7aedcfdb3 Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Sun, 30 Nov 2025 21:09:33 -0700 Subject: [PATCH] version 1.1.3 --- README.md | 4 ++-- docs/chapters/installation.rst | 2 +- docs/conf.py | 4 ++-- usr/local/bin/bastille | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 388ff514..c122a839 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index cb19931f..94349e99 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -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: diff --git a/docs/conf.py b/docs/conf.py index 008d43b1..7402b224 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 3175ad2e..b632645d 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -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