From 88b2afffc100b2aef1efc57bfd2c678fa7518ff9 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Mon, 1 May 2023 12:39:50 -0400 Subject: [PATCH] Fix HARDENEDBSD url --- CHANGELOG | 1 + bastille-init | 4 ++-- version | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b165473..e13cdc9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/bastille-init b/bastille-init index c971c86..a7eb572 100755 --- a/bastille-init +++ b/bastille-init @@ -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 diff --git a/version b/version index be5b4c7..6f18242 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.20 +1.1.21