/[smeserver]/rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec
ViewVC logotype

Diff of /rpms/smeserver-qpsmtpd/sme9/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.34 by vip-ire, Tue Sep 13 07:48:58 2016 UTC Revision 1.41 by jpp, Sun Mar 11 06:13:40 2018 UTC
# Line 1  Line 1 
1  # $Id: smeserver-qpsmtpd.spec,v 1.33 2016/07/12 20:07:13 vip-ire Exp $  # $Id: smeserver-qpsmtpd.spec,v 1.40 2017/08/03 13:50: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 32  %define release 39
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 47  Patch34: smeserver-qpsmtpd-2.4.0-remove_ Line 47  Patch34: smeserver-qpsmtpd-2.4.0-remove_
47  Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch  Patch35: smeserver-qpsmtpd-2.4.0-fix_disabling_dmarc_reports.patch
48  Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch  Patch36: smeserver-qpsmtpd-2.4.0-spf_and_dmarc_reject_off.patch
49  Patch37: smeserver-qpsmtpd-2.4.0-default_helo_policy_lenient.patch  Patch37: smeserver-qpsmtpd-2.4.0-default_helo_policy_lenient.patch
50    Patch38: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch
51    Patch39: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch
52    Patch40: smeserver-qpsmtpd-2.4.0-bz10290-forcespamcheck.patch
53  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
54  Requires: qpsmtpd >= 0.96  Requires: qpsmtpd >= 0.96-11
55  Requires: perl(ClamAV::Client)  Requires: perl(ClamAV::Client)
56  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
57  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
# Line 73  Requires: perl-Convert-TNEF Line 76  Requires: perl-Convert-TNEF
76  Requires: perl-IO-stringy  Requires: perl-IO-stringy
77  Requires: perl-File-MMagic  Requires: perl-File-MMagic
78  Requires: perl-MIME-tools  Requires: perl-MIME-tools
79    Conflicts: smeserver-wbl < 0.3.0-14
80  BuildArchitectures: noarch  BuildArchitectures: noarch
81  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
82  AutoReqProv: no  AutoReqProv: no
# Line 81  AutoReqProv: no Line 85  AutoReqProv: no
85  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
86    
87  %changelog  %changelog
88    * Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-39.sme
89    - add forcespamcheck support for fetchmail [SME: 10290]
90    
91    * Thu Aug 3 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-38.sme
92    - Log DMARC reporting in syslog instead of sending email to the admin.
93      Also suppress SSL connection failed warnings [SME: 10401]
94    
95    * Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-37.sme
96    - Turn DMARC reporting off by default [SME: 10320]
97    
98    * Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-36.sme
99    - prevent incoming email to stop if smeserver-wbl is installed and not updated [SME: 10276]
100    
101    * Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-34.sme
102    - updated regex for SBList in smeserver-qpsmtpd-2.4.0-change_rbl_sbl_list_separator.patch
103    - to take into account list using a subdomain [SME: 10116]
104    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
105      by assuming the date is correct and changing the weekday.
106      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
107      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
108    
109  * Tue Sep 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-32.sme  * Tue Sep 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-32.sme
110  - Set the default helo policy to lenient [SME: 9767]  - Set the default helo policy to lenient [SME: 9767]
111    
# Line 209  SME Server qpsmtpd smtpd module Line 234  SME Server qpsmtpd smtpd module
234  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
235  - Fix RelayRequiresAuth for local network [SME: 5575]  - Fix RelayRequiresAuth for local network [SME: 5575]
236    
237  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
238      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
239  - Make tls ciphers configurable [SME: 6241]  - Make tls ciphers configurable [SME: 6241]
240    
241  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
242      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
243  - Require auth for all relays (local too) [SME: 5575]  - Require auth for all relays (local too) [SME: 5575]
244    
245  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
# Line 716  SME Server qpsmtpd smtpd module Line 743  SME Server qpsmtpd smtpd module
743  - Make sure that empty templates-begin files exist in peers/{0,local}  - Make sure that empty templates-begin files exist in peers/{0,local}
744    templates directories.    templates directories.
745    
746  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
747      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
748  - [0.0.4-12]  - [0.0.4-12]
749  - Fix up config/relayclients - need a dot after network blocks  - Fix up config/relayclients - need a dot after network blocks
750    
751  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
752      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
753  - [0.0.4-11]  - [0.0.4-11]
754  - Also regenerate goodrcptto in {user,pseudonym}-modify, since  - Also regenerate goodrcptto in {user,pseudonym}-modify, since
755    details about the account may have changed    details about the account may have changed
756    
757  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
758      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
759  - [0.0.4-10]  - [0.0.4-10]
760  - Actually regenerate goodrcptto in the events mentioned in  - Actually regenerate goodrcptto in the events mentioned in
761    0.0.3-01 (typo in createlinks)    0.0.3-01 (typo in createlinks)
# Line 864  SME Server qpsmtpd smtpd module Line 894  SME Server qpsmtpd smtpd module
894  %patch35 -p1  %patch35 -p1
895  %patch36 -p1  %patch36 -p1
896  %patch37 -p1  %patch37 -p1
897    %patch38 -p1
898    %patch39 -p1
899    %patch40 -p1
900    
901  %build  %build
902  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed