--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/04/16 11:31:50 1.5 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2017/03/07 16:07:34 1.26 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.4 2016/04/16 11:27:05 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.25 2017/02/27 22:11:30 unnilennium Exp $ Name: qpsmtpd Version: 0.96 -Release: 1%{?dist} +Release: 17%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -13,6 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildArch: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) Requires: perl(IO::Socket::SSL) >= 1.70 +Requires: perl(Data::Validate::Domain) Requires(pre): coreutils, shadow-utils, perl Source0: %{name}-%{version}.tar.gz @@ -29,6 +30,25 @@ Patch3: qpsmtpd-0.95-notls_conf.patch Patch4: qpsmtpd-0.95-allow_tls_proto_from_conf.patch Patch5: qpsmtpd-0.96-set_hooks.patch Patch6: qpsmtpd-0.96-warn_implicit_split.patch +Patch7: qpsmtpd-0.96-dont_log_credentials_except_in_debug.patch +Patch8: qpsmtpd-0.96-uribl_data_post.patch +Patch9: qpsmtpd-0.96-karma_strikes.patch +Patch10: qpsmtpd-0.96-more_badrcptto.patch +Patch11: qpsmtpd-0.96-karma_tlds_conf.patch +Patch12: qpsmtpd-0.96-store_original_plugin_name.patch +Patch13: qpsmtpd-0.96-fix_karma_tool_dir_path.patch +Patch14: qpsmtpd-0.96-dkim_no_sign_for_others_on_symlinks.patch +Patch15: qpsmtpd-0.96-fix_dmarc_reject.patch +Patch16: qpsmtpd-0.96-add_dmarc_result_notes.patch +Patch17: qpsmtpd-0.96-spf_on_no_dmarc_policy.patch +Patch18: qpsmtpd-0.96-check_negative_karma_strikes.patch +Patch19: qpsmtpd-0.96-addr_defined_before_use.patch +Patch20: qpsmtpd-0.96-check_rua_is_defined.patch +Patch21: qpsmtpd-0.96-remove_karma_rcpt_handler.patch +Patch22: qpsmtpd-0.96-eval_dkim_policies.patch +Patch23: qpsmtpd-0.96-uribl_validate_domains.patch +Patch24: qpsmtpd-0.96-bz10112-whitelist.patch + %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -57,6 +77,24 @@ that turns Apache into an SMTP server us %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -129,6 +167,63 @@ fi %changelog +* Mon Feb 27 2017 Jean-Philipe Pialasse 0.96-17.sme +- fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10112] + +* Mon Jul 11 2016 Daniel Berteaud 0.96-16.sme +- Validate domains found in uribl with Data::Validate::Domain [SME: 9467] + +* Tue Jul 5 2016 Daniel Berteaud 0.96-15.sme +- Use eval to fetch dkim policies, prevent fatal errors in case of DNS + timeout [SME: 9480] + +* Wed Jun 15 2016 Daniel Berteaud 0.96-14.sme +- Remove karma rcpt handling (buggy and doesn't make a lot of sense) + [SME: 9462] + +* Sat May 28 2016 Daniel Berteaud 0.96-13.sme +- Check rua is defined before trying to parse it to prevent an error + if a domain has a DMARC entry published with no rua [SME: 9206] + +* Mon May 16 2016 Daniel Berteaud 0.96-12.sme +- Fix error when RCPT TO is not valid [SME: 9460] + +* Mon May 9 2016 Daniel Berteaud 0.96-11.sme +- Fix karma logic by checking negative strikes [SME: 9462] + +* Sun May 8 2016 Daniel Berteaud 0.96-10.sme +- Remove previous patch, it was already applied [SME: 9462] + +* Sun May 8 2016 Daniel Berteaud 0.96-9.sme +- Backport a fix for karma_tool so it can find its database [SME: 9462] + +* Fri May 6 2016 Daniel Berteaud 0.96-8.sme +- Support dkim signing with symlinks [SME: 9496] +- Fix DMARC rejects not working [SME: 9202] +- Add DMARC results notes so further plugin can check it [SME: 9202] +- Add possibility to reject solely on SPF result if no DMARC policy is published + [SME: 9479] + +* Fri May 6 2016 Daniel Berteaud 0.96-7.sme +- Backport some minor patches from git head [SME: 9460] + +* Fri Apr 22 2016 Daniel Berteaud 0.96-6.sme +- badrcptto can now read another file container bad addresses [SME: 9460] + [SME: 4597] + +* Thu Apr 21 2016 Daniel Berteaud 0.96-5.sme +- Fix a typo in previous patch [SME: 9462] + +* Thu Apr 21 2016 Daniel Berteaud 0.96-4.sme +- Backport the karma strikes param patch [SME: 9462] + +* Mon Apr 18 2016 Daniel Berteaud 0.96-3.sme +- hook uribl in data_post so it has access to the body [SME: 9467] + +* Sun Apr 17 2016 Daniel Berteaud 0.96-2.sme +- Don't log user credentials except when using the higher log level + [SME: 9466] + * Sat Apr 16 2016 Daniel Berteaud 0.96-1.sme - Update to 0.96 [SME: 9460]