1 |
# $Id: smeserver-qpsmtpd.spec,v 1.36 2010/10/14 21:41:14 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.45 2014/02/25 04:08:22 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server qpsmtpd module |
Summary: SME Server qpsmtpd module |
4 |
%define name smeserver-qpsmtpd |
%define name smeserver-qpsmtpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 13 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch |
Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch |
22 |
Patch10: smeserver-qpsmtpd-2.2.0-log_to_stdout.patch |
Patch10: smeserver-qpsmtpd-2.2.0-log_to_stdout.patch |
23 |
Patch11: smeserver-qpsmtpd-2.2.0-configure_num_of_log_file_to_keep.patch |
Patch11: smeserver-qpsmtpd-2.2.0-configure_num_of_log_file_to_keep.patch |
24 |
|
Patch12: smeserver-qpsmtpd-2.2.0-spamassassin_size_limit.patch |
25 |
|
Patch13: smeserver-qpsmtpd-2.2.0-initialize_size.patch |
26 |
|
Patch14: smeserver-qpsmtpd-2.2.0-remove_databytes.patch |
27 |
|
Patch15: smeserver-qpsmtpd-2.2.0-ciphers-update.patch |
28 |
|
Patch16: smeserver-qpsmtpd-2.2.0-RBLSBLupdate.patch |
29 |
|
Patch17: smeserver-qpsmtpd-2.2.0-ahbl-patch |
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
32 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
57 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.2.0-22.sme |
61 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8366] |
62 |
|
|
63 |
|
* Mon Feb 24 2014 Ian Wells <esmith@wellsi.com> 2.2.0-21.sme |
64 |
|
- Improve ability to update SBL and RBL Lists [SME: 8235] |
65 |
|
- Migrate fragments for zen.spamhaus.org and ordb removed. |
66 |
|
|
67 |
|
* Sun Feb 23 2014 Ian Wells <esmith@wellsi.com> 2.2.0-20.sme |
68 |
|
- Update SBL and RBL Lists [SME: 8235] |
69 |
|
|
70 |
|
* Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-19.sme |
71 |
|
- Remove insecure ciphers [SME: 7916] |
72 |
|
|
73 |
|
* Sun Oct 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-18 |
74 |
|
- Remove the databytes file from qpsmtpd config [SME: 7876] |
75 |
|
|
76 |
|
* Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17 |
77 |
|
- Fix size_limit initialization [SME: 7668] |
78 |
|
|
79 |
|
* Tue Apr 23 2013 chris burnat <devlist@burnat.com> 2.2.0-16 |
80 |
|
- smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it |
81 |
|
to the arguments of the plugin if defined, patch by Daniel [SME: 7541] |
82 |
|
|
83 |
|
* Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15 |
84 |
|
- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] |
85 |
|
|
86 |
|
* Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14 |
87 |
|
- tls ciphers defaults to disallow SSLv2 [SME: 7026] |
88 |
|
|
89 |
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13 |
90 |
- Read number of log files to keep from the DB [SME: 2862] |
- Read number of log files to keep from the DB [SME: 2862] |
91 |
|
|
727 |
%patch9 -p1 |
%patch9 -p1 |
728 |
%patch10 -p1 |
%patch10 -p1 |
729 |
%patch11 -p1 |
%patch11 -p1 |
730 |
|
%patch12 -p1 |
731 |
|
%patch13 -p1 |
732 |
|
%patch14 -p1 |
733 |
|
%patch15 -p1 |
734 |
|
%patch16 -p1 |
735 |
|
%patch17 -p1 |
736 |
|
|
737 |
%build |
%build |
738 |
perl createlinks |
perl createlinks |