Projects
Kolab:16:TestingLinked
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
pykolab.spec
Changed
@@ -35,7 +35,7 @@ Summary: Kolab Groupware Solution Name: pykolab Version: 0.8.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/System URL: http://kolab.org/ @@ -44,6 +44,7 @@ Source1: pykolab.logrotate Patch0001: pykolab-0.8-patch-out-manticore.patch +Patch0002: pykolab-sender-rejection-hotfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -230,6 +231,7 @@ %setup -q %patch0001 -p1 +%patch0002 -p1 %build autoreconf -v || automake --add-missing && autoreconf -v @@ -566,6 +568,9 @@ %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace %changelog +* Sun May 19 2019 Christoph Erhardt <kolab@sicherha.de> - 0.8.11-2 +- Add hotfix for rejection of all senders (T5363) + * Fri May 17 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.8.11-1 - Release of version 0.8.11
View file
pykolab-sender-rejection-hotfix.patch
Added
@@ -0,0 +1,12 @@ +diff '--color=auto' -r -u -N pykolab-0.8.11.orig/bin/kolab_smtp_access_policy.py pykolab-0.8.11/bin/kolab_smtp_access_policy.py +--- pykolab-0.8.11.orig/bin/kolab_smtp_access_policy.py 2019-05-17 10:20:56.000000000 +0200 ++++ pykolab-0.8.11/bin/kolab_smtp_access_policy.py 2019-05-19 09:48:40.044115772 +0200 +@@ -1284,7 +1284,7 @@ + sasl_sender='', + data=None): + +- if cache is notTrue: ++ if cache is not True: + return + + log.debug(
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.8.11-0~kolab3) unstable; urgency=low + + * Add hotfix for rejection of all senders (T5363) + + -- Christoph Erhardt <kolab@sicherha.de> Sun, 19 May 2019 09:54:51 +0200 + pykolab (0.8.11-0~kolab2) unstable; urgency=low * Release of version 0.8.11
View file
debian.series
Changed
@@ -1,2 +1,3 @@ cyrus-imapd.conf-cert-paths.patch -p1 pykolab-0.8-patch-out-manticore.patch -p1 +pykolab-sender-rejection-hotfix.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.8.11-0~kolab2 +Version: 0.8.11-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
.