1 |
# $Id: smeserver-qpsmtpd.spec,v 1.28 2016/05/07 06:47:21 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.32 2016/06/17 21:23:08 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 27 |
%define release 31 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
42 |
Patch30: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch |
Patch30: smeserver-qpsmtpd-2.4.0-spf_reject_policy.patch |
43 |
Patch31: smeserver-qpsmtpd-2.4.0-PERMS.patch |
Patch31: smeserver-qpsmtpd-2.4.0-PERMS.patch |
44 |
Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch |
Patch32: smeserver-qpsmtpd-2.4.0-fix_syntax_in_print_dns.patch |
45 |
|
Patch33: smeserver-qpsmtpd-2.4.0-set_dkim_option_after_key.patch |
46 |
|
Patch34: smeserver-qpsmtpd-2.4.0-remove_o_and_r_dkim_fields.patch |
47 |
|
Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch |
48 |
|
Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch |
49 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
50 |
Requires: qpsmtpd >= 0.96 |
Requires: qpsmtpd >= 0.96 |
51 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
80 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
81 |
|
|
82 |
%changelog |
%changelog |
83 |
|
* Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-31.sme |
84 |
|
- Turn SPF and DMARC rejects off by default [SME: 9654] |
85 |
|
|
86 |
|
* Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-30.sme |
87 |
|
- Fix disabling DMARC reporting [SME: 9507] |
88 |
|
|
89 |
|
* Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-29.sme |
90 |
|
- Remove o and r DKIM fields as they are not standard [SME: 9506] |
91 |
|
|
92 |
|
* Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-28.sme |
93 |
|
- In qpsmtpd-print-dns set DKIM options after the public key so the string |
94 |
|
will still be splitted correctly [SME: 9506] |
95 |
|
|
96 |
* Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-27.sme |
* Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-27.sme |
97 |
- Fix a syntax error in the qpsmtpd-print-dns script [SME: 9507] |
- Fix a syntax error in the qpsmtpd-print-dns script [SME: 9507] |
98 |
|
|
855 |
%patch30 -p1 |
%patch30 -p1 |
856 |
%patch31 -p1 |
%patch31 -p1 |
857 |
%patch32 -p1 |
%patch32 -p1 |
858 |
|
%patch33 -p1 |
859 |
|
%patch34 -p1 |
860 |
|
%patch35 -p1 |
861 |
|
%patch36 -p1 |
862 |
|
|
863 |
%build |
%build |
864 |
perl createlinks |
perl createlinks |