Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 79
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1:1.1~dev20150114-0~kolab5) unstable; urgency=low + + * move RewriteRule for csrf token to from sites-available/roundcubemail.conf to 000-default (#4302) + + -- Timotheus Pokorra <tp@tbits.net> Wed, 21 Jan 2015 07:15:39 +0200 + roundcubemail (1:1.1~dev20150114-0~kolab4) unstable; urgency=low * put watermark.html in the right place
View file
debian.tar.gz/postinst
Changed
@@ -39,6 +39,14 @@ configure) fixperms update_database + if [ -e "/etc/apache2/sites-available/roundcubemail.conf" -a ! -e "/etc/apache2/sites-available/000-default" ]; then + newConfigLines="\tRewriteEngine On\n \ +\tRewriteRule ^/roundcubemail/[a-f0-9]{16}/(.*) /roundcubemail/\$1 [PT,L]\n \ +\tRewriteRule ^/webmail/[a-f0-9]{16}/(.*) /webmail/\$1 [PT,L]\n" + sed -i -e "s~</VirtualHost>~$newConfigLines</VirtualHost>~" /etc/apache2/sites-enabled/000-default + + sed -i -e "s~Rewrite~#Rewrite~g" /etc/apache2/sites-available/roundcubemail.conf + fi if [ -e "/etc/apache2/sites-available/roundcubemail.conf" -a ! -e "/etc/apache2/sites-enabled/roundcubemail.conf" ]; then a2ensite roundcubemail.conf reload_apache reload
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.1~dev20150114-0~kolab4 +Version: 1:1.1~dev20150114-0~kolab5 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>, Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.