/[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.27 by charliebrady, Wed May 9 19:05:21 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.26 2010/03/05 20:07:37 slords Exp $
2    
3  Name: qpsmtpd  Name: qpsmtpd
4  Version: 0.83  Version: 0.83
5  Release: 0.4%{?dist}  Release: 0.7%{?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  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch
30  Patch101: qpsmtpd-0.83-peer_hooks.patch  Patch101: qpsmtpd-0.83-peer_hooks.patch
31  Patch102: qpsmtpd-0.83-clamd_conf.patch  Patch102: qpsmtpd-0.83-clamd_conf.patch
32  Patch103: qpsmtpd-0.83-clamav-headers.patch  Patch103: qpsmtpd-0.83-clamav-headers.patch
33    Patch104: qpsmtpd-forkserver-keepalive.patch
34    
35  %description  %description
36  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 62  qpsmpd-async which uses it.
62  %prep  %prep
63  %setup -q  %setup -q
64  %patch10 -p1  %patch10 -p1
65    %patch11 -p1
66    %patch12 -p1
67  %patch100 -p1  %patch100 -p1
68  %patch101 -p1  %patch101 -p1
69  %patch102 -p1  %patch102 -p1
70  %patch103 -p1  %patch103 -p1
71    %patch104 -p0
72    
73    
74  %build  %build
# Line 171  then Line 178  then
178  fi  fi
179    
180  %changelog  %changelog
181  * Sat Oct 31 2009 <slords@lordsfam.net> 0.83-0.4.sme  * Fri May 04 2012 Charlie Brady <charlie_brady@mitel.com> 0.83-0.7.sme
182    - Set SO_KEEPALIVE option on client socket - to detect dead
183      connections. [SME: 6916]
184    
185    * Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme
186    - Apply qpsmtpd git changesets to implement custom SPAM
187      subject prefix [SME: 5567]
188    
189    * Tue Nov 3 2009 <slords@mail.com> 0.83-0.5.sme
190    - Update pre requires so scripts don't fail on install [SME: 5557]
191    
192    * Sat Oct 31 2009 <slords@mail.com> 0.83-0.4.sme
193  - Rebase bad_rcptto patch to remove orig file [SME: 5549]  - Rebase bad_rcptto patch to remove orig file [SME: 5549]
194  - Change logging in tls init to prevent warnings [SME: 5550]  - Change logging in tls init to prevent warnings [SME: 5550]
195    
196  * Thu Oct 29 2009 <slords@lordsfam.net> 0.83-0.3.sme  * Thu Oct 29 2009 <slords@mail.com> 0.83-0.3.sme
197  - Only run/initialize plugins once [SME: 5533]  - Only run/initialize plugins once [SME: 5533]
198    
199  * 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
200  - Change spool dir permissions and owner to qpsmtpd:clamav  - Change spool dir permissions and owner to qpsmtpd:clamav
201  - Change log dir permissions and owner to smelog:smelog  - Change log dir permissions and owner to smelog:smelog
202    
203  * 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  
204  - add sme specific patches  - add sme specific patches
205    
206    * Fri Sep 18 2009 <rpmbuild@robinbowes.com> 0.83-0.1
207    - Update to 0.83
208    
209  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1  * Sun Jul 12 2009 <rpmbuild@robinbowes.com> 0.82-0.1
210  - Update to latest release  - Update to latest release
211  - 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