@@ -12,7 +12,7 @@ class EEVariables():
1212 """Intialization of core variables"""
1313
1414 # EasyEngine version
15- ee_version = "3.5.1 "
15+ ee_version = "3.5.2 "
1616
1717
1818 # EasyEngine packages versions
@@ -121,12 +121,14 @@ class EEVariables():
121121 elif ee_platform_codename == 'trusty' :
122122 ee_php_repo = "ppa:ondrej/php"
123123 ee_php5_6 = ["php5.6-fpm" , "php5.6-curl" , "php5.6-gd" , "php5.6-imap" ,
124- "php5.6-mcrypt" , "php5.6-readline" , "php5.6-common" ,
125- "php5.6-mysql" , "php5.6-cli" , "php5.6-zip" , "php5.6-xml" ]
124+ "php5.6-mcrypt" , "php5.6-readline" , "php5.6-common" , "php5.6-recode" ,
125+ "php5.6-mysql" , "php5.6-cli" , "php5.6-curl" , "php5.6-mbstring" ,
126+ "php5.6-bcmath" , "php5.6-mysql" , "php5.6-opcache" , "php5.6-zip" , "php5.6-xml" ]
126127 ee_php7_0 = ["php7.0-fpm" , "php7.0-curl" , "php7.0-gd" , "php7.0-imap" ,
127- "php7.0-mcrypt" , "php7.0-readline" , "php7.0-common" ,
128- "php7.0-mysql" , "php7.0-cli" , "php7.0-zip" , "php7.0-xml" ]
129- ee_php_extra = ["php-memcached" , "php-imagick" , "memcached" ,
128+ "php7.0-mcrypt" , "php7.0-readline" , "php7.0-common" , "php7.0-recode" ,
129+ "php7.0-mysql" , "php7.0-cli" , "php7.0-curl" , "php7.0-mbstring" ,
130+ "php7.0-bcmath" , "php7.0-mysql" , "php7.0-opcache" , "php7.0-zip" , "php7.0-xml" ]
131+ ee_php_extra = ["php-memcached" , "php-imagick" , "php-memcache" , "memcached" ,
130132 "graphviz" , "php-pear" , "php-xdebug" , "php-msgpack" ]
131133 elif ee_platform_distro == 'debian' :
132134 if ee_platform_codename == 'wheezy' :
@@ -162,11 +164,16 @@ class EEVariables():
162164 # Mail repo and packages
163165 ee_mail_repo = ("deb http://http.debian.net/debian-backports {codename}"
164166 "-backports main" .format (codename = ee_platform_codename ))
165-
166- ee_mail = ["dovecot-core" , "dovecot-imapd" , "dovecot-pop3d" ,
167- "dovecot-lmtpd" , "dovecot-mysql" , "dovecot-sieve" ,
168- "dovecot-managesieved" , "postfix-mysql" , "php5-cgi" ,
169- "php-gettext" , "php-pear" ]
167+ if ee_platform_codename != 'trusty' :
168+ ee_mail = ["dovecot-core" , "dovecot-imapd" , "dovecot-pop3d" ,
169+ "dovecot-lmtpd" , "dovecot-mysql" , "dovecot-sieve" ,
170+ "dovecot-managesieved" , "postfix-mysql" , "php5-cgi" ,
171+ "php-gettext" , "php-pear" ]
172+ else :
173+ ee_mail = ["dovecot-core" , "dovecot-imapd" , "dovecot-pop3d" ,
174+ "dovecot-lmtpd" , "dovecot-mysql" , "dovecot-sieve" ,
175+ "dovecot-managesieved" , "postfix-mysql" , "php5.6-cgi" ,
176+ "php-gettext" , "php-pear" , "subversion" ]
170177
171178 # Mailscanner repo and packages
172179 ee_mailscanner_repo = ()
0 commit comments