Projects
Kolab:16:TestingLinked
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -24,7 +24,7 @@ Name: roundcubemail-plugins-kolab Version: 3.3 -Release: 0.20160111.git%{?dist} +Release: 1.20160111.git%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail Group: Applications/Internet @@ -35,6 +35,8 @@ Source0: roundcubemail-plugins-kolab-3.3.tar.gz Source1: comm.py +Patch0: T1521_ldap_close.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -913,6 +915,8 @@ pushd %{name}-%{version} +%patch0 -p1 + # Remove the results of patching when there's an incidental offset find . -type f -name "*.orig" -delete @@ -2091,6 +2095,9 @@ %defattr(-,root,root,-) %changelog +* Mon Nov 28 2016 Daniel Hoffend <dh@dotlan.net> - 3.3.1 +- syncroton needs kolab_auth::ldap_close() to work T1521 + * Fri Dec 18 2015 Timotheus Pokorra <tp@tbits.net> - dropping roundcubemail-plugin-libcalendaring-skin-larry because it is empty (#5303) - rpm 4.13 rejects empty sub packages
View file
T1521_ldap_close.patch
Added
@@ -0,0 +1,35 @@ +From cbf4fa90d63b255359ba15974637e8a26604a9c7 Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Wed, 21 Sep 2016 11:13:31 -0400 +Subject: T1521: kolab_auth: Add possibility to close LDAP connection on + request + +--- + plugins/kolab_auth/kolab_auth.php | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/plugins/kolab_auth/kolab_auth.php b/plugins/kolab_auth/kolab_auth.php +index e223adb..fadd3d2 100644 +--- a/plugins/kolab_auth/kolab_auth.php ++++ b/plugins/kolab_auth/kolab_auth.php +@@ -769,6 +769,17 @@ class kolab_auth extends rcube_plugin + } + + /** ++ * Close LDAP connection ++ */ ++ public static function ldap_close() ++ { ++ if (self::$ldap) { ++ self::$ldap->close(); ++ self::$ldap = null; ++ } ++ } ++ ++ /** + * Parses LDAP DN string with replacing supported variables. + * See kolab_auth_ldap::parse_vars() + * +-- +cgit v0.12 +
View file
debian.changelog
Changed
@@ -1,3 +1,10 @@ +roundcubemail-plugins-kolab (1:3.3~dev20160111-0~kolab1.2) unstable; urgency=low + + * added kolab_auth::ldap_close() function which is needed for newer + syncroton version. + + -- Daniel Hoffend <dh@dotlan.net> Mon, 28 Nov 2016 01:15:13 +0100 + roundcubemail-plugins-kolab (1:3.3~dev20160111-0~kolab1.1) unstable; urgency=low * fix package version: we need epoch 1
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +T1521_ldap_close.patch -p1
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.3~dev20160111-0~kolab1.1 +Version: 1:3.3~dev20160111-0~kolab1.2 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
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
.