1 |
# $Id: qpsmtpd.spec,v 1.22 2016/07/05 20:22:39 vip-ire Exp $ |
# $Id: qpsmtpd.spec,v 1.23 2016/07/05 20:33:56 vip-ire Exp $ |
2 |
|
|
3 |
Name: qpsmtpd |
Name: qpsmtpd |
4 |
Version: 0.96 |
Version: 0.96 |
5 |
Release: 15%{?dist} |
Release: 16%{?dist} |
6 |
Summary: qpsmtpd + qpsmtpd-apache |
Summary: qpsmtpd + qpsmtpd-apache |
7 |
License: MIT |
License: MIT |
8 |
Group: System Environment/Daemons |
Group: System Environment/Daemons |
13 |
BuildArch: noarch |
BuildArch: noarch |
14 |
Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) |
Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) |
15 |
Requires: perl(IO::Socket::SSL) >= 1.70 |
Requires: perl(IO::Socket::SSL) >= 1.70 |
16 |
|
Requires: perl(Data::Validate::Domain) |
17 |
Requires(pre): coreutils, shadow-utils, perl |
Requires(pre): coreutils, shadow-utils, perl |
18 |
|
|
19 |
Source0: %{name}-%{version}.tar.gz |
Source0: %{name}-%{version}.tar.gz |
46 |
Patch20: qpsmtpd-0.96-check_rua_is_defined.patch |
Patch20: qpsmtpd-0.96-check_rua_is_defined.patch |
47 |
Patch21: qpsmtpd-0.96-remove_karma_rcpt_handler.patch |
Patch21: qpsmtpd-0.96-remove_karma_rcpt_handler.patch |
48 |
Patch22: qpsmtpd-0.96-eval_dkim_policies.patch |
Patch22: qpsmtpd-0.96-eval_dkim_policies.patch |
49 |
|
Patch23: qpsmtpd-0.96-uribl_validate_domains.patch |
50 |
|
|
51 |
%description |
%description |
52 |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core |
91 |
%patch20 -p1 |
%patch20 -p1 |
92 |
%patch21 -p1 |
%patch21 -p1 |
93 |
%patch22 -p1 |
%patch22 -p1 |
94 |
|
%patch23 -p1 |
95 |
|
|
96 |
%build |
%build |
97 |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" |
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" |
164 |
|
|
165 |
|
|
166 |
%changelog |
%changelog |
167 |
|
* Mon Jul 11 2016 Daniel Berteaud <daniel@firewall-services.com> 0.96-16.sme |
168 |
|
- Validate domains found in uribl with Data::Validate::Domain [SME: 9467] |
169 |
|
|
170 |
* Tue Jul 5 2016 Daniel Berteaud <daniel@firewall-services.com> 0.96-15.sme |
* Tue Jul 5 2016 Daniel Berteaud <daniel@firewall-services.com> 0.96-15.sme |
171 |
- Use eval to fetch dkim policies, prevent fatal errors in case of DNS |
- Use eval to fetch dkim policies, prevent fatal errors in case of DNS |
172 |
timeout [SME: 9480] |
timeout [SME: 9480] |