mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Release 0.9.8-21
This commit is contained in:
parent
19400663ec
commit
314f08b484
11 changed files with 25 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta-ioncube
|
Source: vesta-ioncube
|
||||||
Package: vesta-ioncube
|
Package: vesta-ioncube
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-20
|
Version: 0.9.8-21
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: https://www.ioncube.com
|
Homepage: https://www.ioncube.com
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta-nginx
|
Source: vesta-nginx
|
||||||
Package: vesta-nginx
|
Package: vesta-nginx
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-20
|
Version: 0.9.8-21
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: http://vestacp.com
|
Homepage: http://vestacp.com
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta-php
|
Source: vesta-php
|
||||||
Package: vesta-php
|
Package: vesta-php
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-20
|
Version: 0.9.8-21
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: http://vestacp.com
|
Homepage: http://vestacp.com
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta-softaculous
|
Source: vesta-softaculous
|
||||||
Package: vesta-softaculous
|
Package: vesta-softaculous
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-20
|
Version: 0.9.8-21
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: https://www.softaculous.com
|
Homepage: https://www.softaculous.com
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta
|
Source: vesta
|
||||||
Package: vesta
|
Package: vesta
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-20
|
Version: 0.9.8-21
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: http://vestacp.com
|
Homepage: http://vestacp.com
|
||||||
|
|
|
@ -20,8 +20,12 @@ if [ -x "/usr/local/vesta/upd/fix_sessions.sh" ]; then
|
||||||
/usr/local/vesta/upd/fix_sessions.sh
|
/usr/local/vesta/upd/fix_sessions.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
if [ -x /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
||||||
/usr/local/vesta/upd/fix_nginx_auth.sh
|
/usr/local/vesta/upd/fix_nginx_auth.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -x /usr/local/vesta/upd/fix_roundcube.sh ]; then
|
||||||
|
/usr/local/vesta/upd/fix_roundcube.sh
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta-ioncube
|
Name: vesta-ioncube
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: ionCube Loader
|
Summary: ionCube Loader
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: "Freely redistributable without restriction"
|
License: "Freely redistributable without restriction"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta-nginx
|
Name: vesta-nginx
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta-php
|
Name: vesta-php
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta-softaculous
|
Name: vesta-softaculous
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: Softaculous License
|
License: Softaculous License
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta
|
Name: vesta
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 20
|
Release: 21
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
@ -30,18 +30,21 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ $1 -ge 2 ]; then
|
if [ $1 -ge 2 ]; then
|
||||||
if [ -e /usr/local/vesta/upd/add_sudo.sh ]; then
|
if [ -x /usr/local/vesta/upd/add_sudo.sh ]; then
|
||||||
/usr/local/vesta/upd/add_sudo.sh
|
/usr/local/vesta/upd/add_sudo.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /usr/local/vesta/upd/add_notifications.sh ]; then
|
if [ -x /usr/local/vesta/upd/add_notifications.sh ]; then
|
||||||
/usr/local/vesta/upd/add_notifications.sh
|
/usr/local/vesta/upd/add_notifications.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /usr/local/vesta/upd/fix_sessions.sh ]; then
|
if [ -x /usr/local/vesta/upd/fix_sessions.sh ]; then
|
||||||
/usr/local/vesta/upd/fix_sessions.sh
|
/usr/local/vesta/upd/fix_sessions.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
if [ -x /usr/local/vesta/upd/fix_nginx_auth.sh ]; then
|
||||||
/usr/local/vesta/upd/fix_nginx_auth.sh
|
/usr/local/vesta/upd/fix_nginx_auth.sh
|
||||||
fi
|
fi
|
||||||
|
if [ -x /usr/local/vesta/upd/fix_roundcube.sh ]; then
|
||||||
|
/usr/local/vesta/upd/fix_roundcube.sh
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
%files
|
%files
|
||||||
%{_vestadir}
|
%{_vestadir}
|
||||||
|
@ -56,6 +59,9 @@ fi
|
||||||
%config(noreplace) %{_vestadir}/web/css/uploadify.css
|
%config(noreplace) %{_vestadir}/web/css/uploadify.css
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 11 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-21
|
||||||
|
- Additional security fixes
|
||||||
|
|
||||||
* Sun Apr 08 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-20
|
* Sun Apr 08 2018 Serghey Rodin <builder@vestacp.com> - 0.9.8-20
|
||||||
- Hardening password checks
|
- Hardening password checks
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue