/[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.22 by bytegw, Mon Nov 2 17:52:56 2009 UTC Revision 1.29 by wellsi, Thu Jul 19 04:22:58 2012 UTC
# Line 1  Line 1 
1  # $Id: qpsmtpd.spec,v 1.21 2009/10/31 16:50:52 slords Exp $  # $Id: qpsmtpd.spec,v 1.28 2012/06/30 16:05:32 wellsi Exp $
2    
3  Name: qpsmtpd  Name: qpsmtpd
4  Version: 0.83  Version: 0.83
5  Release: 0.4%{?dist}  Release: 0.9%{?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 22  Source6: qpsmtpd.conf Line 23  Source6: qpsmtpd.conf
23  Source7: README.selinux  Source7: README.selinux
24    
25  Patch10: qpsmtpd-0.83-loginit.patch  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    
31    Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.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 58  qpsmpd-async which uses it. Line 66  qpsmpd-async which uses it.
66  %prep  %prep
67  %setup -q  %setup -q
68  %patch10 -p1  %patch10 -p1
69    %patch11 -p1
70    %patch12 -p1
71    %patch21 -p1
72    %patch38 -p1
73  %patch100 -p1  %patch100 -p1
74  %patch101 -p1  %patch101 -p1
75  %patch102 -p1  %patch102 -p1
76  %patch103 -p1  %patch103 -p1
77    %patch104 -p0
78    
79    
80  %build  %build
# Line 171  then Line 184  then
184  fi  fi
185    
186  %changelog  %changelog
187  * Sat Oct 31 2009 <slords@lordsfam.net> 0.83-0.4.sme  * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 0.83-0.9.sme
188    - Fix fatal errors when mail has no headers [SME: 6386]
189    
190    * Sat Jun 30 2012 Ian Wells <esmith@wellsi.com> 0.83-0.8.sme
191    - Ignore search path in DNS lookups [SME: 5808]
192    
193    * Fri May 04 2012 Charlie Brady <charlie_brady@mitel.com> 0.83-0.7.sme
194    - Set SO_KEEPALIVE option on client socket - to detect dead
195      connections. [SME: 6916]
196    
197    * Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme
198    - Apply qpsmtpd git changesets to implement custom SPAM
199      subject prefix [SME: 5567]
200    
201    * Tue Nov 3 2009 <slords@mail.com> 0.83-0.5.sme
202    - Update pre requires so scripts don't fail on install [SME: 5557]
203    
204    * Sat Oct 31 2009 <slords@mail.com> 0.83-0.4.sme
205  - Rebase bad_rcptto patch to remove orig file [SME: 5549]  - Rebase bad_rcptto patch to remove orig file [SME: 5549]
206  - Change logging in tls init to prevent warnings [SME: 5550]  - Change logging in tls init to prevent warnings [SME: 5550]
207    
208  * Thu Oct 29 2009 <slords@lordsfam.net> 0.83-0.3.sme  * Thu Oct 29 2009 <slords@mail.com> 0.83-0.3.sme
209  - Only run/initialize plugins once [SME: 5533]  - Only run/initialize plugins once [SME: 5533]
210    
211  * 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
212  - Change spool dir permissions and owner to qpsmtpd:clamav  - Change spool dir permissions and owner to qpsmtpd:clamav
213  - Change log dir permissions and owner to smelog:smelog  - Change log dir permissions and owner to smelog:smelog
214    
215  * 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  
216  - add sme specific patches  - add sme specific patches
217    
218    * Fri Sep 18 2009 <rpmbuild@robinbowes.com> 0.83-0.1
219    - Update to 0.83
220    
221  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1
222  - Update to latest release  - Update to latest release
223  - 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