Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 72
View file
pykolab.spec
Changed
@@ -24,7 +24,7 @@ Summary: Kolab Groupware Solution Name: pykolab Version: 0.6.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -33,6 +33,7 @@ Patch1: pykolab-0.6.12-no-switching-gid-in-logger.patch Patch2: pykolab-0.6.12-dont-drop-privileges-too-early.patch Patch3: pykolab-0.6.12-allow-auth_cache-reinitialization.patch +Patch4: pykolab-0.6.12-kolab-sap-fix-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -191,6 +192,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build autoreconf -v @@ -497,10 +499,11 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog -* Sat Feb 15 2014 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.6.12-3 +* Sat Feb 15 2014 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.6.12-4 - New upstream bug-fix release - Do not drop privileges too early - Regenerate auth_cache automatically +- Fix typo in Kolab SMTP Access Policy - Fix logger switching gid * Tue Jan 28 2014 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.6.11-1
View file
pykolab-0.6.12-kolab-sap-fix-typo.patch
Added
@@ -0,0 +1,19 @@ +commit 34ca3245f0ede2968a7f05d2aca108e79870ab70 +Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Sun Feb 16 13:05:27 2014 +0100 + + Fix typo + +diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py +index 935fc6e..0d3fa2f 100755 +--- a/bin/kolab_smtp_access_policy.py ++++ b/bin/kolab_smtp_access_policy.py +@@ -1375,7 +1375,7 @@ def permit(message, policy_request=None): + # If the sender is using an alias as the envelope sender address, take + # into account the preferred domain policy for appending the Sender + # and/or X-Sender headers. +- elif policy_requiest.sasl_user_uses_alias: ++ elif policy_request.sasl_user_uses_alias: + # Domain-specific setting? + if not policy_request.sender_domain == None: + alias_sender_header = conf.get(policy_request.sender_domain, 'alias_sender_header')
View file
debian.changelog
Changed
@@ -1,6 +1,7 @@ -pykolab (0.6.12-0~kolab6) unstable; urgency=low +pykolab (0.6.12-0~kolab7) unstable; urgency=low * Regenerate auth_cache automatically + * Fix typo in Kolab SMTP Access Policy -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sun, 16 Feb 2014 01:49:00 +0100
View file
debian.series
Changed
@@ -4,3 +4,4 @@ pykolab-0.6.12-no-switching-gid-in-logger.patch -p1 pykolab-0.6.12-dont-drop-privileges-too-early.patch -p1 pykolab-0.6.12-allow-auth_cache-reinitialization.patch -p1 +pykolab-0.6.12-kolab-sap-fix-typo.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.6.12-0~kolab6 +Version: 0.6.12-0~kolab7 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
.