Skip to content

Commit e74ed95

Browse files
authored
Staging/1.5.3 (hestiacp#2330)
* Update versions Roundcube and PHPmailer * Update translations + Force rebuild ftp users * Include /etc/ssh for FM * Add unzip as depency * Adjust installer files to include path * Update changelog + Hestia version in readme + installers + package
1 parent c56a817 commit e74ed95

File tree

48 files changed

+25
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+25
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

install/hst-install-debian.sh

Lines changed: 4 additions & 4 deletions
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.5.3~alpha'
34+
HESTIA_INSTALL_VER='1.5.3'
3535
pma_v='5.1.1'
3636
rc_v="1.5.1"
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
@@ -49,7 +49,7 @@ if [ "$release" -eq 9 ]; then
4949
exim4-daemon-heavy clamav-daemon spamassassin dovecot-imapd
5050
dovecot-pop3d dovecot-sieve dovecot-managesieved
5151
net-tools mariadb-client mariadb-common mariadb-server
52-
postgresql postgresql-contrib phppgadmin mc flex whois rssh git idn zip
52+
postgresql postgresql-contrib phppgadmin mc flex whois rssh git idn unzip zip
5353
sudo bc ftp lsof rrdtool quota e2fslibs bsdutils e2fsprogs curl
5454
imagemagick fail2ban dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
5555
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
@@ -65,7 +65,7 @@ elif [ "$release" -eq 10 ] || [ "$release" -eq 11 ]; then
6565
awstats vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy
6666
clamav-daemon spamassassin dovecot-imapd dovecot-pop3d dovecot-sieve dovecot-managesieved
6767
net-tools mariadb-client mariadb-common mariadb-server postgresql
68-
postgresql-contrib phppgadmin mc flex whois git idn zip sudo bc ftp lsof
68+
postgresql-contrib phppgadmin mc flex whois git idn unzip zip sudo bc ftp lsof
6969
rrdtool quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban
7070
dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
7171
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
@@ -2002,7 +2002,7 @@ mkdir -p /backup/
20022002
chmod 755 /backup/
20032003

20042004
# create cronjob to generate ssl
2005-
echo "@reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && /usr/local/hestia/bin/v-add-letsencrypt-host" > /etc/cron.d/hestia-ssl
2005+
echo "@reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:' && /usr/local/hestia/bin/v-add-letsencrypt-host" > /etc/cron.d/hestia-ssl
20062006

20072007
#----------------------------------------------------------#
20082008
# Configure File Manager #

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.5.3~aplha'
35-
pma_v='5.1.1'
34+
HESTIA_INSTALL_VER='1.5.3'
3635
rc_v="1.5.1"
3736
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")
3837
fpm_v="8.0"
@@ -51,7 +50,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
5150
php$fpm_v-imagick php$fpm_v-intl php$fpm_v-mbstring
5251
php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml
5352
postgresql postgresql-contrib proftpd-basic quota rrdtool rssh spamassassin sudo hestia=${HESTIA_INSTALL_VER}
54-
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
53+
hestia-nginx hestia-php vim-common vsftpd whois unzip zip acl sysstat setpriv
5554
ipset libonig5 libzip5 openssh-server lsb-release zstd"
5655

5756
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common ca-certificates"
@@ -2016,7 +2015,7 @@ mkdir -p /backup/
20162015
chmod 755 /backup/
20172016

20182017
# create cronjob to generate ssl
2019-
echo "@reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && /usr/local/hestia/bin/v-add-letsencrypt-host" > /etc/cron.d/hestia-ssl
2018+
echo "@reboot root sleep 10 && rm /etc/cron.d/hestia-ssl && PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:' && /usr/local/hestia/bin/v-add-letsencrypt-host" > /etc/cron.d/hestia-ssl
20202019

20212020
#----------------------------------------------------------#
20222021
# Configure File Manager #

install/upgrade/upgrade.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pma_v='5.1.1'
4040

4141
# Set version of RoundCube (Webmail) to update during upgrade if not already installed
4242
# Note: only applies to "non-apt installs >= 1.4.0 or manually phased out"
43-
rc_v='1.5.1'
43+
rc_v='1.5.2'
4444

4545
# Set version of Rainloop (Webmail) to update during upgrade if not already installed
4646
rl_v='1.16.0'
@@ -53,4 +53,4 @@ UPGRADE_UPDATE_FILEMANAGER_CONFIG='false'
5353
fm_v='7.7.0'
5454

5555
# Set version of PHPMailer to update during upgrade if not already installed
56-
pm_v='6.5.0'
56+
pm_v='6.5.3'

install/upgrade/versions/1.5.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'false'
1919
upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'false'
2020
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'false'
21-
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'false'
21+
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'true'
2222
upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'

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.5.3~alpha
4+
Version: 1.5.3
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/php/php-fpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ php_admin_value[upload_max_filesize] = 256M
4141
php_admin_value[max_execution_time] = 300
4242
php_admin_value[max_input_time] = 300
4343
php_admin_value[session.save_path] = /usr/local/hestia/data/sessions
44-
php_admin_value[open_basedir] = /usr/local/hestia/:/tmp/:/dev/:/home/
44+
php_admin_value[open_basedir] = /usr/local/hestia/:/tmp/:/dev/:/home/:/etc/ssh/
38 Bytes
Binary file not shown.
38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)