Projects
Kolab:3.4
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 24
View file
roundcubemail.spec
Changed
@@ -131,9 +131,16 @@ rm -rf %{buildroot} install -d %{buildroot}%{roundcube} cp -pr ./* %{buildroot}%{roundcube} -cp -pr ./.htaccess %{buildroot}%{roundcube} rm -rf %{buildroot}%{roundcube}/installer +# Remove plugins and skins symbolic links in public_html/ +rm -rf %{buildroot}%{roundcube}/public_html/plugins +rm -rf %{buildroot}%{roundcube}/public_html/skins + +# Move robots.txt to the correct place +rm -rf %{buildroot}%{roundcube}/public_html/robots.txt +mv %{buildroot}%{roundcube}/robots.txt %{buildroot}%{roundcube}/public_html/robots.txt + mkdir -p %{buildroot}%{_ap_sysconfdir}/conf.d cp -pr %SOURCE20 %{buildroot}%{_ap_sysconfdir}/conf.d
View file
roundcubemail-1.1-csrf.patch
Changed
@@ -402,7 +402,7 @@ + */ + public function set_assets_path($path) + { -+ $path = trim($path, '/') . '/'; ++ $path = rtrim($path, '/') . '/'; + + if (empty($path)) { + return;
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
.