1 |
# $Id: e-smith-email.spec,v 1.8 2013/12/21 05:19:57 wellsi Exp $ |
# $Id: e-smith-email.spec,v 1.12 2015/02/05 17:14:48 stephdl 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 8 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
18 |
Patch6: e-smith-email-5.4.0-AuthException.patch |
Patch6: e-smith-email-5.4.0-AuthException.patch |
19 |
|
Patch7: e-smith-email-5.4.0-ZIPVOSX-ZIPV3_new_signatures.patch |
20 |
|
Patch8: e-smith-email-5.4.0-UEsDBBQDAAAIA-new-signature.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
23 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
43 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Thu Feb 5 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-11.sme |
47 |
|
- Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA |
48 |
|
- [SME: 8833] |
49 |
|
|
50 |
|
* Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-9.sme |
51 |
|
- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3 |
52 |
|
- [SME: 8718] |
53 |
|
|
54 |
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
55 |
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
56 |
[SME: 8202] |
[SME: 8205] |
57 |
|
|
58 |
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme |
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme |
59 |
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
1424 |
%patch4 -p1 |
%patch4 -p1 |
1425 |
%patch5 -p1 |
%patch5 -p1 |
1426 |
%patch6 -p1 |
%patch6 -p1 |
1427 |
|
%patch7 -p1 |
1428 |
|
%patch8 -p1 |
1429 |
|
|
1430 |
%build |
%build |
1431 |
perl createlinks |
perl createlinks |