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

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

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


Revision 1.2 - (show annotations) (download)
Thu May 4 10:21:30 2017 UTC (7 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-pop3-2_6_0-2_el7_sme
Changes since 1.1: +8 -2 lines
* Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
- Honor ConcurrencyLimit and ConcurrencyLimitPerIP prop for pop3 and pop3s
  [SME: 10271]

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

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