From 9c44600892748688cfa2bfd9ff3afc3e3f1804a5 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 18 May 2014 20:23:43 +0300 Subject: [PATCH] release 0.9.8-9 --- src/deb/vesta/control | 2 +- src/deb/vesta/postinst | 7 +++++++ src/rpm/specs/vesta.spec | 17 +++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/deb/vesta/control b/src/deb/vesta/control index f3a5a40f..62b5b508 100644 --- a/src/deb/vesta/control +++ b/src/deb/vesta/control @@ -1,7 +1,7 @@ Source: vesta Package: vesta Priority: optional -Version: 0.9.8-8 +Version: 0.9.8-9 Section: admin Maintainer: Serghey Rodin Homepage: http://vestacp.com diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index eb209d51..0673f3b6 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -9,3 +9,10 @@ fi if [ -x "/usr/local/vesta/upd/fix_exim_permissions.sh" ]; then /usr/local/vesta/upd/fix_exim_permissions.sh fi + +# Run vesta permission fixer +if [ -x "/usr/local/vesta/upd/fix_vesta_ssl_permissions.sh" ]; then + /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh +fi + +exit 0 diff --git a/src/rpm/specs/vesta.spec b/src/rpm/specs/vesta.spec index 595c3a38..1991ecb6 100644 --- a/src/rpm/specs/vesta.spec +++ b/src/rpm/specs/vesta.spec @@ -40,6 +40,9 @@ if [ $1 -ge 2 ]; then if [ -e /usr/local/vesta/upd/add_fwd_only.sh ]; then /usr/local/vesta/upd/add_fwd_only.sh fi + if [ -e /usr/local/vesta/fix_vesta_ssl_permissions.sh ]; then + /usr/local/vesta/upd/fix_vesta_ssl_permissions.sh + fi fi %files @@ -52,6 +55,20 @@ fi %config(noreplace) %{_vestadir}/web/css/main.css %changelog +* Sun May 18 2014 Serghey Rodin - 0.9.8-9 +- File System Quota support +- Norwegian translation. Thanks to Helge Sverre +- New script to change system hostname +- Updated Ukranian translation. Thanks to Alexandr Loskutov +- Updated RRD Memory Graph. Thanks to Demian +- Updated Dutch translation. Thanks to Ricardo +- Fix for dns gmail template. Thanks to flangefrog +- Fix for fwd_only rule. Thanks to demlasjr +- Fix for oversized backup tarballs +- Fix for exim mail user on Debian +- Fix for better vhost matching in get_web_config_brds() +- Fix for upstart service handler + * Fri Apr 18 2014 Serghey Rodin - 0.9.8-8 - Auto Updates - Backup Exclusions