/[smeserver]/rpms/qpsmtpd/sme7/qpsmtpd.spec
ViewVC logotype

Diff of /rpms/qpsmtpd/sme7/qpsmtpd.spec

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

Revision 1.19 by filippocarletti, Tue Oct 27 17:53:32 2009 UTC Revision 1.30 by burnat, Fri Apr 26 02:34:46 2013 UTC
# Line 1  Line 1 
1  # $Id: qpsmtpd.spec,v 1.18 2009/10/26 18:30:13 filippocarletti Exp $  # $Id: qpsmtpd.spec,v 1.29 2012/07/19 04:22:58 wellsi Exp $
2    
3  Name: qpsmtpd  Name: qpsmtpd
4  Version: 0.83  Version: 0.83
5  Release: 0.2%{?dist}  Release:  0.10%{?dist}
6  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async
7  License: distributable  License: distributable
8  Group: System Environment/Daemons  Group: System Environment/Daemons
# Line 11  BuildRoot: %{_tmppath}/%{name}-%{version Line 11  BuildRoot: %{_tmppath}/%{name}-%{version
11  BuildRequires: perl >= 0:5.00503  BuildRequires: perl >= 0:5.00503
12  BuildArchitectures: noarch  BuildArchitectures: noarch
13  Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP)  Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP)
14    Requires(pre): coreutils, shadow-utils, perl
15    
16  Source0: %{name}-%{version}.tar.gz  Source0: %{name}-%{version}.tar.gz
17  Source1: qpsmtpd-forkserver.rc  Source1: qpsmtpd-forkserver.rc
# Line 21  Source5: in.qpsmtpd Line 22  Source5: in.qpsmtpd
22  Source6: qpsmtpd.conf  Source6: qpsmtpd.conf
23  Source7: README.selinux  Source7: README.selinux
24    
25    Patch10: qpsmtpd-0.83-loginit.patch
26    Patch11: qpsmtpd-48d1a5b9febc96d2d3c4110500759e36fb4eabb6.patch
27    Patch12: qpsmtpd-de3fbb565f711bc27e7bfa061e83c3020710dc16.patch
28    
29    Patch21: 0021-ignore-search-path-in-DNS-lookups.patch
30    Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch
31    Patch40: 0040-qpsmtpd-forkserver_fix_Net_DNS_update_breaks_qpsmtpd.patch
32    
33  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch
34  Patch101: qpsmtpd-0.83-peer_hooks.patch  Patch101: qpsmtpd-0.83-peer_hooks.patch
35  Patch102: qpsmtpd-0.83-clamd_conf.patch  Patch102: qpsmtpd-0.83-clamd_conf.patch
36  Patch103: qpsmtpd-0.83-clamav-headers.patch  Patch103: qpsmtpd-0.83-clamav-headers.patch
37    Patch104: qpsmtpd-forkserver-keepalive.patch
38    
39  %description  %description
40  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
# Line 55  qpsmpd-async which uses it. Line 65  qpsmpd-async which uses it.
65    
66  %prep  %prep
67  %setup -q  %setup -q
68    %patch10 -p1
69    %patch11 -p1
70    %patch12 -p1
71    %patch21 -p1
72    %patch38 -p1
73    %patch40 -p1
74  %patch100 -p1  %patch100 -p1
75  %patch101 -p1  %patch101 -p1
76  %patch102 -p1  %patch102 -p1
77  %patch103 -p1  %patch103 -p1
78    %patch104 -p0
79    
80    
81  %build  %build
# Line 168  then Line 185  then
185  fi  fi
186    
187  %changelog  %changelog
188    * Thu Apr 25 2013 chris burnat <devlist@burnat.com> 0.83-0.10.sme
189    - Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7560]
190    
191    * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 0.83-0.9.sme
192    - Fix fatal errors when mail has no headers [SME: 6386]
193    
194    * Sat Jun 30 2012 Ian Wells <esmith@wellsi.com> 0.83-0.8.sme
195    - Ignore search path in DNS lookups [SME: 5808]
196    
197    * Fri May 04 2012 Charlie Brady <charlie_brady@mitel.com> 0.83-0.7.sme
198    - Set SO_KEEPALIVE option on client socket - to detect dead
199      connections. [SME: 6916]
200    
201    * Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme
202    - Apply qpsmtpd git changesets to implement custom SPAM
203      subject prefix [SME: 5567]
204    
205    * Tue Nov 3 2009 <slords@mail.com> 0.83-0.5.sme
206    - Update pre requires so scripts don't fail on install [SME: 5557]
207    
208    * Sat Oct 31 2009 <slords@mail.com> 0.83-0.4.sme
209    - Rebase bad_rcptto patch to remove orig file [SME: 5549]
210    - Change logging in tls init to prevent warnings [SME: 5550]
211    
212    * Thu Oct 29 2009 <slords@mail.com> 0.83-0.3.sme
213    - Only run/initialize plugins once [SME: 5533]
214    
215  * Mon Oct 26 2009 <filippo.carletti@gmail.com> 0.83-0.2.sme  * Mon Oct 26 2009 <filippo.carletti@gmail.com> 0.83-0.2.sme
216  - Change spool dir permissions and owner to qpsmtpd:clamav  - Change spool dir permissions and owner to qpsmtpd:clamav
217  - Change log dir permissions and owner to smelog:smelog  - Change log dir permissions and owner to smelog:smelog
218    
219  * Fri Sep 18 2009 <rpmbuild@robinbowes.com> 0.83-0.1.sme  * Tue Sep 22 2009 <filippo.carletti@gmail.com> 0.83-0.1.sme
 - Update to 0.83  
220  - add sme specific patches  - add sme specific patches
221    
222    * Fri Sep 18 2009 <rpmbuild@robinbowes.com> 0.83-0.1
223    - Update to 0.83
224    
225  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1
226  - Update to latest release  - Update to latest release
227  - don't add qpsmtpd to start-up by default  - don't add qpsmtpd to start-up by default


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