Skip to content

Commit 4f5ac1a

Browse files
committed
Merge branch 'staging/1.6.2' into main
2 parents 6355922 + 175161f commit 4f5ac1a

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [1.6.1] - Major Release (Feature / Quality Update)
4+
## [1.6.2] - Service release
5+
6+
- Fixed an issue with rate limits in Exim4 and make it more bullet proof (#2703)
7+
- Fixed an issue with system-filter not propperly loaded in Exim4 for Exim 4.94 and Ugrades from 1.5.x
8+
9+
## [1.6.1] - Service release
510

611
### Bugfixes
712

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.6.2~alpha'
34+
HESTIA_INSTALL_VER='1.6.2'
3535
# Dependencies
3636
pma_v='5.2.0'
3737
rc_v="1.5.3"

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.6.2~alpha'
34+
HESTIA_INSTALL_VER='1.6.2'
3535
# Dependencies
3636
pma_v='5.2.0'
3737
rc_v="1.5.3"

install/upgrade/versions/1.6.2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
2121
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
2222
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
2323

24-
alc=$(cat exim4.conf.template | grep '${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits');
24+
alc=$(cat /etc/exim4/exim4.conf.template | grep '${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits');
2525
if [ -z "$alc" ]; then
2626
sed -i 's| set acl_c_msg_limit|#string1\n#replaceme|' /etc/exim4/exim4.conf.template
2727
sed -i '/#replaceme/d' /etc/exim4/exim4.conf.template
@@ -33,4 +33,4 @@ if [ -z "$system_filter" ]; then
3333
sed -i '/SMTP_RELAY_PASS = \${lookup{pass}lsearch{SMTP_RELAY_FILE}}/a #shouldberemoved\n# Custom Filter\nsystem_filter = \/etc\/exim4\/system.filter\nsystem_filter_user = Debian-exim' /etc/exim4/exim4.conf.template
3434
# Keep the spacing between the reley_pass and Custom Filter we need to insert a dummy text and remove it later on
3535
sed -i 's/#shouldberemoved//g' /etc/exim4/exim4.conf.template
36-
fi
36+
fi

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.6.2~alpha
4+
Version: 1.6.2
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)