Projects
Kolab:Winterfell
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
kolab-syncroton.spec
Changed
@@ -31,7 +31,7 @@ Name: kolab-syncroton Version: 2.3.3 -Release: 0.20160505.git%{?dist} +Release: 0.20160605.git%{?dist} Summary: ActiveSync for Kolab Groupware Group: Applications/Internet
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -kolab-syncroton (2.3.3~dev20160505-0~kolab1) unstable; urgency=low +kolab-syncroton (2.3.3~dev20160605-0~kolab1) unstable; urgency=low * Release of version 2.3.2, see:
View file
kolab-syncroton-2.3.3.tar.gz/lib/kolab_sync_backend.php
Changed
@@ -167,6 +167,9 @@ continue; } + // force numeric folder name to be a string (T1283) + $folder = (string) $folder; + if (!empty($type) && !in_array($folder, $folders)) { continue; } @@ -726,7 +729,9 @@ // ActiveSync expects folder identifiers to be max.64 characters // So we can't use just folder name - if ($name === '' || !is_string($name)) { + $name = (string) $name; + + if ($name === '') { return null; }
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 2.3.3~dev20160505-0~kolab1 +Version: 2.3.3~dev20160605-0~kolab1 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
.