Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 114
View file
pykolab.spec
Changed
@@ -38,6 +38,7 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz Patch0001: 0001-Fix-typo.patch +Patch0002: 0002-Fix-session-timeouts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -203,6 +204,7 @@ %setup -q %patch0001 -p1 +%patch0002 -p1 %build autoreconf -v
View file
0002-Fix-session-timeouts.patch
Added
@@ -0,0 +1,23 @@ +From 3e4968e556c3593e2828c15f5b7eedb4cb5b2c7e Mon Sep 17 00:00:00 2001 +From: Daniel Hoffend <dh@dotlan.net> +Date: Wed, 3 Sep 2014 23:20:45 +0200 +Subject: [PATCH] commit transaction for cache_cleanup + +--- + bin/kolab_smtp_access_policy.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py +index 6e904eb..4b3d89b 100755 +--- a/bin/kolab_smtp_access_policy.py ++++ b/bin/kolab_smtp_access_policy.py +@@ -1158,6 +1158,7 @@ def cache_cleanup(): + ).filter( + PolicyResult.created < ((int)(time.time()) - cache_expire) + ).delete() ++ session.commit() + + def cache_init(): + global cache, cache_expire, session +-- +1.7.10.4
View file
debian.changelog
Changed
@@ -1,6 +1,7 @@ -pykolab (0.7.2-0~kolab2) unstable; urgency=low +pykolab (0.7.2-0~kolab3) unstable; urgency=low * Fix typo + * Fix session timeouts (#2661, #3567) -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 11 Sep 2014 01:49:00 +0100
View file
debian.series
Changed
@@ -1,2 +1,3 @@ cyrus-imapd.conf-cert-paths.patch -p1 0001-Fix-typo.patch -p1 +0002-Fix-session-timeouts.patch -p1
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
.