Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 96
View file
roundcubemail.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -2989,6 +2989,9 @@ %defattr(-,root,root,-) %changelog +* Tue Feb 23 2015 Daniel Hoffend <dh@dotlan.net> - 1.1.0-3 +- Fixed rewrite rules again + * Mon Feb 23 2015 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.1.0-2 - Repack of 1.1 release branch at 366ffd7a
View file
debian.changelog
Changed
@@ -1,5 +1,11 @@ roundcubemail (1:1.1.0-0~kolab4) unstable; urgency=low + * Fixed rewrite rules again + + -- Daniel Hoffend <dh@dotlan.net> Tue, 23 Feb 2015 02:00:00 +0100 + +roundcubemail (1:1.1.0-0~kolab4) unstable; urgency=low + * Repack of 1.1.0 at 366ffd7aa05748d27d0bf778131ffae4b13840b6 -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Mon, 23 Feb 2015 07:14:39 +0200
View file
debian.rules
Changed
@@ -97,8 +97,5 @@ mkdir -p $(CURDIR)/debian/roundcubemail/etc/apache2/sites-available install -pm 644 $(CURDIR)/debian/conf/roundcubemail.conf $(CURDIR)/debian/roundcubemail/etc/apache2/sites-available/roundcubemail.conf - # Install .htaccess cause rewrite rules in roundcubemail.conf are omitted thanks to default-vhost - install -pm 644 $(CURDIR)/debian/conf/.htaccess $(CURDIR)/debian/roundcubemail/usr/share/roundcubemail/public_html/.htaccess - override_dh_compress: dh_compress -Xsql
View file
debian.tar.gz/conf/.htaccess
Deleted
@@ -1,6 +0,0 @@ -# rewrite rule for CSRF -RewriteEngine On -RewriteCond %{REQUEST_URI} ^/roundcubemail -RewriteRule ^[a-f0-9]{16}(/.*) /roundcubemail/$1 [PT,L] -RewriteCond %{REQUEST_URI} ^/webmail -RewriteRule ^[a-f0-9]{16}(/.*) /webmail/$1 [PT,L]
View file
debian.tar.gz/conf/roundcubemail.conf
Changed
@@ -1,11 +1,3 @@ -<ifModule mod_rewrite.c> - RewriteEngine On - - RewriteRule ^/roundcubemail/[a-f0-9]{16}/(.*) /roundcubemail/$1 [PT,L] - RewriteRule ^/webmail/[a-f0-9]{16}/(.*) /webmail/$1 [PT,L] - -</ifModule> - Alias /roundcubemail /usr/share/roundcubemail/public_html/ Alias /webmail /usr/share/roundcubemail/public_html/ @@ -21,7 +13,13 @@ <Directory "/usr/share/roundcubemail/public_html"> Options +FollowSymLinks - AllowOverride FileInfo + AllowOverride None + + <ifModule mod_rewrite.c> + RewriteEngine On + RewriteCond %{REQUEST_URI} ^/(roundcubemail|webmail) + RewriteRule ^[a-f0-9]{16}/(.*) /%1/$1 [PT,L] + </ifModule> <ifModule mod_authz_core.c> Require all granted </ifModule>
View file
roundcubemail.conf
Changed
@@ -1,11 +1,3 @@ -<ifModule mod_rewrite.c> - RewriteEngine On - - RewriteRule ^/roundcubemail/[a-f0-9]{16}/(.*) /roundcubemail/$1 [PT,L] - RewriteRule ^/webmail/[a-f0-9]{16}/(.*) /webmail/$1 [PT,L] - -</ifModule> - Alias /roundcubemail /usr/share/roundcubemail/public_html/ Alias /webmail /usr/share/roundcubemail/public_html/ @@ -22,6 +14,12 @@ <Directory "/usr/share/roundcubemail/public_html"> Options +FollowSymLinks AllowOverride None + + <ifModule mod_rewrite.c> + RewriteEngine On + RewriteCond %{REQUEST_URI} ^/(roundcubemail|webmail) + RewriteRule ^[a-f0-9]{16}/(.*) /%1/$1 [PT,L] + </ifModule> <ifModule mod_authz_core.c> Require all granted </ifModule>
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.1.0-0~kolab4 +Version: 1:1.1.0-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
.