1 |
# $Id: e-smith-email.spec,v 1.5 2013/07/05 23:39:56 wellsi Exp $ |
# $Id: e-smith-email.spec,v 1.8 2013/12/21 05:19:57 wellsi Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - email module |
Summary: e-smith server and gateway - email module |
4 |
%define name e-smith-email |
%define name e-smith-email |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.4.0 |
%define version 5.4.0 |
7 |
%define release 5 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
14 |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
15 |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
16 |
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
17 |
|
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
18 |
|
Patch6: e-smith-email-5.4.0-AuthException.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
21 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
41 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
45 |
|
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
46 |
|
[SME: 8202] |
47 |
|
|
48 |
|
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme |
49 |
|
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
50 |
|
|
51 |
|
* Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-6.sme |
52 |
|
- Only present one auth method at a time, in order, to NET::SMTP, |
53 |
|
by Charlie Brady [SME: 8060] |
54 |
|
Second hunk in patch converts tabs to spaces, no code change. |
55 |
|
|
56 |
* Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme |
* Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme |
57 |
- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
58 |
|
|
1412 |
%patch2 -p1 |
%patch2 -p1 |
1413 |
%patch3 -p1 |
%patch3 -p1 |
1414 |
%patch4 -p1 |
%patch4 -p1 |
1415 |
|
%patch5 -p1 |
1416 |
|
%patch6 -p1 |
1417 |
|
|
1418 |
%build |
%build |
1419 |
perl createlinks |
perl createlinks |