Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 115
View file
pykolab.spec
Changed
@@ -39,6 +39,7 @@ Patch0001: 0001-Fix-typo.patch Patch0002: 0002-Fix-session-timeouts.patch +Patch0003: 0003-Actually-fix-the-socket-file.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -205,6 +206,7 @@ %patch0001 -p1 %patch0002 -p1 +%patch0003 -p1 %build autoreconf -v
View file
0003-Actually-fix-the-socket-file.patch
Added
@@ -0,0 +1,42 @@ +From 69a6edbf8cc7dd48225a9026ccd23ca16144b178 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Fri, 12 Sep 2014 01:10:55 +0200 +Subject: [PATCH 3/3] Actually fix the socket file + +--- + saslauthd/__init__.py | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git a/saslauthd/__init__.py b/saslauthd/__init__.py +index 6590747..1ae09dd 100644 +--- a/saslauthd/__init__.py ++++ b/saslauthd/__init__.py +@@ -170,13 +170,13 @@ class SASLAuthDaemon(object): + + # TODO: The saslauthd socket path could be a setting. + try: +- os.remove(socketfile) ++ os.remove(conf.socketfile) + except: + # TODO: Do the "could not remove, could not start" dance + pass + +- s.bind(socketfile) +- os.chmod(socketfile, 0777) ++ s.bind(conf.socketfile) ++ os.chmod(conf.socketfile, 0777) + + s.listen(5) + +@@ -271,7 +271,7 @@ class SASLAuthDaemon(object): + + def _ensure_socket_dir(self): + utils.ensure_directory( +- os.path.dirname(socketfile), ++ os.path.dirname(conf.socketfile), + conf.process_username, + conf.process_groupname + ) +-- +1.9.3 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.7.2-0~kolab34) unstable; urgency=low + + * Fix socketfile -> conf.socketfile + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Fri, 12 Sep 2014 01:49:00 +0100 + pykolab (0.7.2-0~kolab3) unstable; urgency=low * Fix typo
View file
debian.series
Changed
@@ -1,3 +1,4 @@ cyrus-imapd.conf-cert-paths.patch -p1 0001-Fix-typo.patch -p1 0002-Fix-session-timeouts.patch -p1 +0003-Actually-fix-the-socket-file.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.2-0~kolab2 +Version: 0.7.2-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
.