Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 106
View file
pykolab.spec
Changed
@@ -40,6 +40,7 @@ Patch0001: 0001-Fix-syntax-errors.patch Patch0002: 0002-Add-kolab_tags-plugin-to-the-default-configuration.patch Patch0003: 0003-Set-the-URL-to-files-to-chwala-2436.patch +Patch0004: 0004-Use-more-secure-urls-by-default.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -207,6 +208,7 @@ %patch0001 -p1 %patch0002 -p1 %patch0003 -p1 +%patch0004 -p1 %build autoreconf -v
View file
0004-Use-more-secure-urls-by-default.patch
Added
@@ -0,0 +1,25 @@ +From 57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Wed, 20 Aug 2014 12:47:20 +0200 +Subject: [PATCH 4/4] Use more secure urls by default + +--- + share/templates/roundcubemail/config.inc.php.tpl | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl +index eb3f7ec..920423e 100644 +--- a/share/templates/roundcubemail/config.inc.php.tpl ++++ b/share/templates/roundcubemail/config.inc.php.tpl +@@ -6,6 +6,8 @@ + \$config['session_domain'] = ''; + \$config['des_key'] = "$des_key"; + \$config['username_domain'] = '$primary_domain'; ++ \$config['use_secure_urls'] = true; ++ \$config['assets_path'] = '/roundcubemail/assets/'; + + \$config['mail_domain'] = ''; + +-- +1.9.3 +
View file
debian.changelog
Changed
@@ -1,7 +1,8 @@ -pykolab (0.7.1-0~kolab2) unstable; urgency=low +pykolab (0.7.1-0~kolab3) unstable; urgency=low * Fix the chwala URL * Add kolab_tags to plugins + * Use more secure URLs -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 20 Aug 2014 01:49:00 +0100
View file
debian.series
Changed
@@ -2,3 +2,4 @@ 0001-Fix-syntax-errors.patch -p1 0002-Add-kolab_tags-plugin-to-the-default-configuration.patch -p1 0003-Set-the-URL-to-files-to-chwala-2436.patch -p1 +0004-Use-more-secure-urls-by-default.patch -p1
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.7.1-0~kolab2 +Version: 0.7.1-0~kolab3 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
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
.