Fix HARDENEDBSD url

This commit is contained in:
JRGTH
2023-05-01 12:39:50 -04:00
parent cc9c396eef
commit 88b2afffc1
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
======================
Version Description
1.1.21......Fix HARDENEDBSD url.
1.1.20......Update: Add support for 13.2, update config file.
1.1.19......Code changes, some PHP8.x warning fixes.
1.1.18......Code and Cosmetic changes, some PHP8.x warning fixes.

View File

@@ -82,7 +82,7 @@ BASTILE_VERSION="https://raw.githubusercontent.com/BastilleBSD/${APPNAME}/${BRAN
GITURL="https://github.com/JRGTH/xigmanas-${APPNAME}-extension/archive/${BRANCH}.zip"
VERFILE="https://raw.githubusercontent.com/JRGTH/xigmanas-${APPNAME}-extension/${BRANCH}/version"
URL_FREEBSD="http://ftp.freebsd.org/pub/FreeBSD/releases/"
URL_HARDENEDBSD="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
URL_HARDENEDBSD="https://installers.hardenedbsd.org/pub/"
URL_MIDNIGHTBSD="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
OPT="${1}"
@@ -1217,7 +1217,7 @@ update_config()
if ! grep -q 'bastille_url_midnightbsd=' ${BASTILLECONF}; then
sysrc -f ${BASTILLECONF} bastille_url_midnightbsd="${URL_MIDNIGHTBSD}"
fi
if ! grep -qw 'bastille_network_pf_ext_if=' ${BASTILLECONF}; then
sysrc -f ${BASTILLECONF} bastille_network_pf_ext_if="ext_if"
fi

View File

@@ -1 +1 @@
1.1.20
1.1.21