This update for roundcubemail fixes the following issues:
roundcubemail was updated to 1.5.3
update to 1.5.2
added Suggests: php-sqlite
use the virtual provides from each PHP module, to allow the installation of roundcubemail with various PHP versions. The only problem, we are currently facing is the automatic enablement of the PHP apache module during post-installation: Trying to evaluate the correct PHP module now during post as well, which should eleminate the pre-definition of the required PHP-Version during build completely. See https://build.opensuse.org/request/show/940859 for the initial discussion.
update to 1.5.1
update to 1.5.0
update to 1.4.11 with security fix:
Fix cross-site scripting (XSS) via HTML messages with malicious CSS content
add PHP version to Requires: and Recommends: to make sure the same version is installed as used during packaging
drop Requires: http_daemon (fixes boo#1180132) and Suggests: apache2 (which is already required though mod_php_any)
update to 1.4.10:
update to 1.4.9:
update to 1.4.8 with security fixes:
update to 1.4.7 with security fix:
add http.inc file
update to 1.4.5
Security fixes
Other changes
update to 1.4.4
update to 1.4.3
update to 1.4.2:
php documentor is not needed on a productive system -> remove
also fix /usr/bin/env calls for two vendor scripts
skins now have some configurable files in their directories: move those files over to /etc/roundcubemail/skins/
move other text files (incl. vendor ones) out of the root directory (and handle the LICENSE file a bit different)
enable mod_filter and add AddOutputFilterByType for common media types like html, javascript or xml
enable php7 on newer openSUSE versions
enable deflate, expires, filter, headers and setenvif on a new installation - do not enable any module in case of an update
recommend php-imagick for additional features
fixed most of the shell scripts to contain /usr/bin/php
Upgrade to version 1.4.1:
Upgrade to version 1.4.0:
Upgrade to version 1.3.10:
Upgrade to version 1.3.9:
Upgrade to version 1.3.8:
enhance apache configuration by:
disable mbstring function overload (http://bugs.php.net/bug.php?id=30766)
do not allow to see README*, INSTALL, LICENSE or CHANGELOG files
set additional headers:
adjust README.openSUSE: