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

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

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


Revision 1.10 - (show annotations) (download)
Thu May 4 10:32:04 2017 UTC (7 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-pop3-2_4_0-7_el6_sme
Changes since 1.9: +8 -2 lines
* Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
- Backport from sme10: honor ConcurrencyLimit and ConcurrencyLimitPerIP
  for pop3 and pop3s [SME: 10257]

1 # $Id: e-smith-pop3.spec,v 1.9 2016/01/17 20:29:20 vip-ire Exp $
2
3 Summary: startup scripts for pop3 package
4 %define name e-smith-pop3
5 Name: %{name}
6 %define version 2.4.0
7 %define release 7
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 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 Patch4: e-smith-pop3-2.4.0-ssl_update.patch
18 Patch5: e-smith-pop3-2.6.0-pop3_process_limit.patch
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildRequires: e-smith-devtools >= 1.13.0-04
21 BuildArchitectures: noarch
22 Requires: e-smith-email
23 Requires: runit
24 Requires: qmail
25 Requires: checkpassword-pam
26 Requires: stunnel
27 Obsoletes: e-smith-ssl-popd
28 Obsoletes: checkpassword
29 AutoReqProv: no
30
31 %changelog
32 * Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme
33 - Backport from sme10: honor ConcurrencyLimit and ConcurrencyLimitPerIP
34 for pop3 and pop3s [SME: 10257]
35
36 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme
37 - Hook into a new ssl-update event [SME: 9152]
38
39 * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme
40 - Allow setting SSL protocols from DB (and set TLSv1 back to enabled
41 on a default install) [SME: 9175]
42
43 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme
44 - Disable TLSv1 [SME: 9169]
45
46 * Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
47 - Disable fips mode on stunnel [SME: 8733]
48
49 * Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
50 - Use stunnel instead of sslio to support TLS [SME: 8716]
51
52 * Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
53 - Roll new stream for sme9
54
55 * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
56 - Easier to read version of softlimit patch [SME: 6994]
57
58 * Thu Jul 05 2012 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme
59 - More robust version of softlimit patch [SME: 6994]
60
61 * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
62 - Softlimit is now a database variable for pop3 and pop3s [SME: 6994]
63
64 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-3.sme
65 - Add symlink for template-begin of pop3 pam config [SME: 6218]
66
67 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-2.sme
68 - Shift auth from passwd/shadow files to the pam database [SME: 6218]
69
70 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
71 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
72
73 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
74 - Clean up spec so package can be built by koji/plague
75
76 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
77 - Update to new release naming. No functional changes.
78 - Make Packager generic
79
80 * Fri Mar 24 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-02
81 - Ensure that pop3 and pop3s are started or stopped if required,
82 during email-update event. [SME: 1125]
83
84 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
85 - Roll stable stream version. [SME: 1016]
86
87 * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-04
88 - Move pop3[s] defaults from e-smith-email [SME: 561]
89
90 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-03
91 - Bump release number only
92
93 * Thu Sep 15 2005 Charlie Brady <charlieb@e-smith.com>
94 - [1.1.0-02]
95 - Fix port name pop->pop3 (to match change in /etc/services).
96 [SF: 1291836]
97
98 * Wed Aug 10 2001 Shad L. Lords <slords@mail.com>
99 - [1.1.0-01]
100 - initial release (split from e-smith-email-4.15.2-27).
101
102 %description
103 Startup scripts for pop3 package.
104
105 %prep
106 %setup
107 %patch0 -p1
108 %patch1 -p1
109 %patch2 -p1
110 %patch3 -p1
111 %patch4 -p1
112 %patch5 -p1
113
114 %build
115 perl createlinks
116
117 %install
118 rm -rf $RPM_BUILD_ROOT
119 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
120 rm -f %{name}-%{version}-%{release}-filelist
121 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
122 --dir /var/log/pop3 'attr(0750,smelog,smelog)' \
123 --dir /var/service/pop3 'attr(01755,root,root)' \
124 --dir /var/service/pop3/control 'attr(01755,root,root)' \
125 --file /var/service/pop3/control/1 'attr(0750,root,root)' \
126 --file /var/service/pop3s/run 'attr(0750,root,root)' \
127 --file /var/service/pop3s/log/run 'attr(0750,root,root)' \
128 --dir '/var/log/pop3s' 'attr(2750,smelog,smelog)' \
129 --file /var/service/pop3/run 'attr(0750,root,root)' \
130 --file /var/service/pop3/log/run 'attr(0750,root,root)' \
131 > %{name}-%{version}-%{release}-filelist
132 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
133
134 %clean
135 rm -rf $RPM_BUILD_ROOT
136
137 %pre
138 %preun
139 %post
140 %postun
141
142 %files -f %{name}-%{version}-%{release}-filelist
143 %defattr(-,root,root)

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