Skip to content

Commit d060f1b

Browse files
committed
build: bump csf to v14.22.0
1 parent 61a4abe commit d060f1b

File tree

5 files changed

+24
-12
lines changed

5 files changed

+24
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ You can also find out what version you are running by appending `--version` to e
852852
<br />
853853

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

868868
```shell ignore
869-
ConfigServer Firewall Docker Patch - v2.2.2.0
869+
ConfigServer Firewall Docker Patch - v14.22.0
870870
https://github.com/Aetherinox/csf-firewall
871871
Ubuntu | 24.04
872872
```

docs/docs/about/changelog.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ tags:
1515

1616
</p>
1717

18-
### <!-- md:version stable- --> 2.2.2 <small>Aug 30, 2024</small> { id="2.2.2" }
18+
### <!-- md:version stable- --> 14.22.0 <small>Sep 20, 2024</small> { id="14.22.0" }
19+
20+
- `build`: Updates ConfigServer Firewall to v14.22
21+
- `remove`: session IP match check from DA login
22+
- `added`: example spamassassin temp file regex to csf.fignore for new installations
23+
24+
<br />
25+
26+
### <!-- md:version stable- --> 14.21.1 <small>Aug 30, 2024</small> { id="14.21.1" }
1927

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

2836
<br />
2937

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

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

4048
<br />
4149

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

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

5058
<br />
5159

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

5462
- `feat`: add dark theme
5563
- `feat`: add traefik integration
@@ -64,7 +72,7 @@ tags:
6472

6573
<br />
6674

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

6977
- `feat`: add new patch `openvpn`
7078
- `feat`: add new command-line arguments:
@@ -87,9 +95,13 @@ tags:
8795

8896
<br />
8997

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

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

94106
<br />
95107

patch/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sys_code=$(lsb_release -cs)
8383

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

patch/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sys_code=$(lsb_release -cs)
6565

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

patch/openvpn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ sys_code=$(lsb_release -cs)
9595

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

0 commit comments

Comments
 (0)