/[smeserver]/rpms/e-smith-pop3/sme9/e-smith-pop3.spec
ViewVC logotype

Diff of /rpms/e-smith-pop3/sme9/e-smith-pop3.spec

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

Revision 1.1 by slords, Thu Feb 7 22:36:43 2013 UTC Revision 1.8 by vip-ire, Thu Jan 7 17:40:33 2016 UTC
# Line 1  Line 1 
1  # $Id: e-smith-pop3.spec,v 1.7 2012/07/07 05:04:10 wellsi Exp $  # $Id: e-smith-pop3.spec,v 1.7 2016/01/06 10:42:30 vip-ire Exp $
2    
3  Summary: startup scripts for pop3 package  Summary: startup scripts for pop3 package
4  %define name e-smith-pop3  %define name e-smith-pop3
5  Name: %{name}  Name: %{name}
6  %define version 2.4.0  %define version 2.4.0
7  %define release 1  %define release 5
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch
14    Patch1: e-smith-pop3-2.4.0-disable_fips_for_stunnel.patch
15    Patch2: e-smith-pop3-2.4.0-disable_tlsv1.patch
16    Patch3: e-smith-pop3-2.4.0-ssl_proto_from_db.patch
17  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18  BuildRequires: e-smith-devtools >= 1.13.0-04  BuildRequires: e-smith-devtools >= 1.13.0-04
19  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 17  Requires: e-smith-email Line 21  Requires: e-smith-email
21  Requires: runit  Requires: runit
22  Requires: qmail  Requires: qmail
23  Requires: checkpassword-pam  Requires: checkpassword-pam
24    Requires: stunnel
25  Obsoletes: e-smith-ssl-popd  Obsoletes: e-smith-ssl-popd
26  Obsoletes: checkpassword  Obsoletes: checkpassword
27  AutoReqProv: no  AutoReqProv: no
28    
29  %changelog  %changelog
30    * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
31    - Allow setting SSL protocols from DB (and set TLSv1 back to enabled
32      on a default install) [SME: 9175]
33    
34    * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
35    - Disable TLSv1 [SME: 9169]
36    
37    * Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
38    - Disable fips mode on stunnel [SME: 8733]
39    
40    * Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
41    - Use stunnel instead of sslio to support TLS [SME: 8716]
42    
43  * Thu Feb  7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Thu Feb  7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
44  - Roll new stream for sme9  - Roll new stream for sme9
45    
# Line 77  Startup scripts for pop3 package. Line 95  Startup scripts for pop3 package.
95    
96  %prep  %prep
97  %setup  %setup
98    %patch0 -p1
99    %patch1 -p1
100    %patch2 -p1
101    %patch3 -p1
102    
103  %build  %build
104  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