1 |
# $Id: smeserver-qpsmtpd.spec,v 1.34 2017/08/03 13:44:04 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.35 2018/03/11 06:10:06 jpp 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.6.0 |
%define version 2.6.0 |
7 |
%define release 32 |
%define release 33 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
43 |
Patch30: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch |
Patch30: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch |
44 |
Patch31: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch |
Patch31: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch |
45 |
Patch32: smeserver-qpsmtpd-2.6.0-bz10290-forcespamcheck.patch |
Patch32: smeserver-qpsmtpd-2.6.0-bz10290-forcespamcheck.patch |
46 |
|
Patch33: smeserver-qpsmtpd-2.6.0-bz10460-better-Cipher-and-Protocol.patch |
47 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
48 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-19 |
49 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
77 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-33.sme |
81 |
|
- minimum Protocol TLSv1.1 [SME: 10460] |
82 |
|
better ciphers order. |
83 |
|
|
84 |
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-32.sme |
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-32.sme |
85 |
- add forcespamcheck support for fetchmail [SME: 10290] |
- add forcespamcheck support for fetchmail [SME: 10290] |
86 |
|
|
915 |
%patch30 -p1 |
%patch30 -p1 |
916 |
%patch31 -p1 |
%patch31 -p1 |
917 |
%patch32 -p1 |
%patch32 -p1 |
918 |
|
%patch33 -p1 |
919 |
|
|
920 |
%build |
%build |
921 |
perl createlinks |
perl createlinks |