Просмотр исходного кода

Merge branch 'staging/1.6.2' into main

Jaap Marcus 3 лет назад
Родитель
Сommit
4f5ac1a524

+ 6 - 1
CHANGELOG.md

@@ -1,7 +1,12 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
-## [1.6.1] - Major Release (Feature / Quality Update)
+## [1.6.2] - Service release
+
+- Fixed an issue with rate limits in Exim4 and make it more bullet proof (#2703)
+- Fixed an issue with system-filter not propperly loaded in Exim4 for Exim 4.94 and Ugrades from 1.5.x 
+
+## [1.6.1] - Service release
 
 ### Bugfixes
 

+ 1 - 1
install/hst-install-debian.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.6.2~alpha'
+HESTIA_INSTALL_VER='1.6.2'
 # Dependencies
 pma_v='5.2.0'
 rc_v="1.5.3"

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.6.2~alpha'
+HESTIA_INSTALL_VER='1.6.2'
 # Dependencies
 pma_v='5.2.0'
 rc_v="1.5.3"

+ 2 - 2
install/upgrade/versions/1.6.2.sh

@@ -21,7 +21,7 @@ upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'no'
 upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'no'
 upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
 
-alc=$(cat exim4.conf.template | grep '${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits');
+alc=$(cat /etc/exim4/exim4.conf.template | grep '${lookup{${domain:$authenticated_id}}dsearch{/etc/exim4/domains/}}/limits');
 if [ -z "$alc" ]; then
     sed -i 's| set acl_c_msg_limit|#string1\n#replaceme|'  /etc/exim4/exim4.conf.template
     sed -i '/#replaceme/d' /etc/exim4/exim4.conf.template
@@ -33,4 +33,4 @@ if [ -z "$system_filter" ]; then
     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
     # Keep the spacing between the reley_pass and Custom Filter we need to insert a dummy text and remove it later on
     sed -i 's/#shouldberemoved//g' /etc/exim4/exim4.conf.template
-fi
+fi

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 1.6.2~alpha
+Version: 1.6.2
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com