Skip to content

Commit

Permalink
build: bump csf to v14.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 15, 2024
1 parent 61a4abe commit d060f1b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ You can also find out what version you are running by appending `--version` to e
<br />

```shell ignore
ConfigServer Firewall Configuration - v2.2.2.0
ConfigServer Firewall Configuration - v14.22.0
https://github.com/Aetherinox/csf-firewall
Ubuntu | 24.04
```
Expand All @@ -866,7 +866,7 @@ sudo /patch/docker.sh --version
<br />

```shell ignore
ConfigServer Firewall Docker Patch - v2.2.2.0
ConfigServer Firewall Docker Patch - v14.22.0
https://github.com/Aetherinox/csf-firewall
Ubuntu | 24.04
```
Expand Down
26 changes: 19 additions & 7 deletions docs/docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ tags:

</p>

### <!-- md:version stable- --> 2.2.2 <small>Aug 30, 2024</small> { id="2.2.2" }
### <!-- md:version stable- --> 14.22.0 <small>Sep 20, 2024</small> { id="14.22.0" }

- `build`: Updates ConfigServer Firewall to v14.22
- `remove`: session IP match check from DA login
- `added`: example spamassassin temp file regex to csf.fignore for new installations

<br />

### <!-- md:version stable- --> 14.21.1 <small>Aug 30, 2024</small> { id="14.21.1" }

- `change`: add header animations, app name returns user home
- `change`: clicking app logo or name now returns user to home page
Expand All @@ -27,7 +35,7 @@ tags:

<br />

### <!-- md:version stable- --> 2.2.1 <small>Aug 29, 2024</small> { id="2.2.1" }
### <!-- md:version stable- --> 14.21.0 <small>Aug 29, 2024</small> { id="14.21.0" }

- `change`: new animated checkbox input for firewall profiles
- `change`: clicking logo in header now re-directs user to home
Expand All @@ -39,7 +47,7 @@ tags:

<br />

### <!-- md:version stable- --> 2.2.0 <small>Aug 28, 2024</small> { id="2.1.0" }
### <!-- md:version stable- --> 14.20.2 <small>Aug 28, 2024</small> { id="14.20.2" }

- `feat`: added new login page to dark theme
- `change`: optimizations to load order
Expand All @@ -49,7 +57,7 @@ tags:

<br />

### <!-- md:version stable- --> 2.1.0 <small>Aug 27, 2024</small> { id="2.1.0" }
### <!-- md:version stable- --> 14.20.1 <small>Aug 27, 2024</small> { id="14.20.1" }

- `feat`: add dark theme
- `feat`: add traefik integration
Expand All @@ -64,7 +72,7 @@ tags:

<br />

### <!-- md:version stable- --> 2.0.0 <small>Aug 07, 2024</small> { id="2.0.0" }
### <!-- md:version stable- --> 14.20.0 <small>Aug 07, 2024</small> { id="14.20.0" }

- `feat`: add new patch `openvpn`
- `feat`: add new command-line arguments:
Expand All @@ -87,9 +95,13 @@ tags:

<br />

### <!-- md:version stable- --> 1.0.0 <small>Jun 06, 2024</small> { id="1.0.0" }
### <!-- md:version stable- --> 14.19.0 <small>May 06, 2024</small> { id="14.19.0" }

- Initial release
- `change`: switch to using iptables-nft if it exists in `/usr/sbin/iptables-nft`
- `added`: `IO::Handle::clearerr()` call before reading data from a log file
- `added`: "Require all granted" to the MESSENGER .htaccess file
- `added` UID/GID rules to IPv6 if enabled
- `modified`: dovecot regex to look for "failed: Connection reset by peer"

<br />

Expand Down
2 changes: 1 addition & 1 deletion patch/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sys_code=$(lsb_release -cs)

app_title="ConfigServer Firewall Docker Patch"
app_about="Configures ConfigServer Firewall to work with Docker and Traefik"
app_ver=("2" "2" "2")
app_ver=("14" "22" "0")
app_file_this=$(basename "$0")
app_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

Expand Down
2 changes: 1 addition & 1 deletion patch/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sys_code=$(lsb_release -cs)

app_title="ConfigServer Firewall Configuration"
app_about="Configures ConfigServer Firewall to work with Docker and Traefik"
app_ver=("2" "0" "0")
app_ver=("14" "22" "0")
app_file_this=$(basename "$0")
app_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

Expand Down
2 changes: 1 addition & 1 deletion patch/openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sys_code=$(lsb_release -cs)

app_title="ConfigServer Firewall OpenVPN Patch"
app_about="Configures ConfigServer Firewall to allow traffic through an OpenVPN server"
app_ver=("2" "0" "0")
app_ver=("14" "22" "0")
app_file_this=$(basename "$0")
app_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

Expand Down

0 comments on commit d060f1b

Please sign in to comment.