Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 18
View file
pykolab.spec
Changed
@@ -29,6 +29,9 @@ Group: Applications/System URL: http://kolab.org/ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz + +Patch2230: pykolab-0.6.5-2230-correct-fatal-escape-mistake.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %if 0%{?suse_version} @@ -179,6 +182,8 @@ %prep %setup -q +%patch2230 -p1 + %build autoreconf -v %configure
View file
pykolab-0.6.5-2230-correct-fatal-escape-mistake.patch
Added
@@ -0,0 +1,21 @@ +From 5f76c88df172452a1947819b1a1ad872543649b6 Mon Sep 17 00:00:00 2001 +From: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Sat, 24 Aug 2013 16:45:31 +0000 +Subject: Escape the $ in $_SERVER with a \ + +--- +diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl +index effa1d9..1c5fced 100644 +--- a/share/templates/roundcubemail/kolab_files.inc.php.tpl ++++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl +@@ -1,7 +1,7 @@ + <?php + + // URL of kolab-chwala installation +-\$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/'; ++\$config['kolab_files_url'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/chwala/'; + + // List of files list columns. Available are: name, size, mtime, type + \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size'); +-- +cgit v0.8.2.1
View file
debian.tar.gz/patches/pykolab-0.6.5-2230-correct-fatal-escape-mistake.patch
Added
@@ -0,0 +1,21 @@ +From 5f76c88df172452a1947819b1a1ad872543649b6 Mon Sep 17 00:00:00 2001 +From: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Sat, 24 Aug 2013 16:45:31 +0000 +Subject: Escape the $ in $_SERVER with a \ + +--- +diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl +index effa1d9..1c5fced 100644 +--- a/share/templates/roundcubemail/kolab_files.inc.php.tpl ++++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl +@@ -1,7 +1,7 @@ + <?php + + // URL of kolab-chwala installation +-\$config['kolab_files_url'] = 'http://' . $_SERVER['HTTP_HOST'] . '/chwala/'; ++\$config['kolab_files_url'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/chwala/'; + + // List of files list columns. Available are: name, size, mtime, type + \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size'); +-- +cgit v0.8.2.1
View file
debian.tar.gz/patches/series
Changed
@@ -2,3 +2,4 @@ enable-kolabd.patch cyrus-imapd.conf-cert-paths.patch enable-wallace.patch +pykolab-0.6.5-2230-correct-fatal-escape-mistake.patch
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
.