Changes of Revision 48

pykolab.spec Changed
x
 
1
@@ -35,7 +35,7 @@
2
 Summary:            Kolab Groupware Solution
3
 Name:               pykolab
4
 Version:            0.8.11
5
-Release:            1%{?dist}
6
+Release:            2%{?dist}
7
 License:            GPLv3+
8
 Group:              Applications/System
9
 URL:                http://kolab.org/
10
@@ -44,6 +44,7 @@
11
 Source1:            pykolab.logrotate
12
 
13
 Patch0001:          pykolab-0.8-patch-out-manticore.patch
14
+Patch0002:          pykolab-sender-rejection-hotfix.patch
15
 
16
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root
17
 BuildArch:          noarch
18
@@ -230,6 +231,7 @@
19
 %setup -q
20
 
21
 %patch0001 -p1
22
+%patch0002 -p1
23
 
24
 %build
25
 autoreconf -v || automake --add-missing && autoreconf -v
26
@@ -566,6 +568,9 @@
27
 %attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace
28
 
29
 %changelog
30
+* Sun May 19 2019 Christoph Erhardt <kolab@sicherha.de> - 0.8.11-2
31
+- Add hotfix for rejection of all senders (T5363)
32
+
33
 * Fri May 17 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.8.11-1
34
 - Release of version 0.8.11
35
 
36
pykolab-sender-rejection-hotfix.patch Added
14
 
1
@@ -0,0 +1,12 @@
2
+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
3
+--- pykolab-0.8.11.orig/bin/kolab_smtp_access_policy.py    2019-05-17 10:20:56.000000000 +0200
4
++++ pykolab-0.8.11/bin/kolab_smtp_access_policy.py 2019-05-19 09:48:40.044115772 +0200
5
+@@ -1284,7 +1284,7 @@
6
+         sasl_sender='',
7
+         data=None):
8
+ 
9
+-    if cache is notTrue:
10
++    if cache is not True:
11
+         return []
12
+ 
13
+     log.debug(
14
debian.changelog Changed
11
 
1
@@ -1,3 +1,9 @@
2
+pykolab (0.8.11-0~kolab3) unstable; urgency=low
3
+
4
+  * Add hotfix for rejection of all senders (T5363)
5
+
6
+ -- Christoph Erhardt <kolab@sicherha.de>  Sun, 19 May 2019 09:54:51 +0200
7
+
8
 pykolab (0.8.11-0~kolab2) unstable; urgency=low
9
 
10
   * Release of version 0.8.11
11
debian.series Changed
5
 
1
@@ -1,2 +1,3 @@
2
 cyrus-imapd.conf-cert-paths.patch -p1
3
 pykolab-0.8-patch-out-manticore.patch -p1
4
+pykolab-sender-rejection-hotfix.patch -p1
5
pykolab.dsc Changed
10
 
1
@@ -2,7 +2,7 @@
2
 Source: pykolab
3
 Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace
4
 Architecture: all
5
-Version: 0.8.11-0~kolab2
6
+Version: 0.8.11-0~kolab3
7
 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
8
 Uploaders: Paul Klos <kolab@klos2day.nl>
9
 Homepage: http://www.kolab.org
10