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

Annotation of /rpms/e-smith-proftpd/sme10/e-smith-proftpd.spec

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


Revision 1.12 - (hide annotations) (download)
Thu Jan 14 16:11:55 2021 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-proftpd-2_6_0-11_el7_sme
Changes since 1.11: +5 -2 lines
* Thu Jan 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
- improve protect from proftpd.service running [SME: 11106]

1 jpp 1.12 # $Id: e-smith-proftpd.spec,v 1.11 2021/01/09 02:44:35 jpp Exp $
2 stephdl 1.1
3     Summary: e-smith specific proftpd configuration files and templates
4     %define name e-smith-proftpd
5     Name: %{name}
6     %define version 2.6.0
7 jpp 1.12 %define release 11
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 unnilennium 1.2 Patch0: e-smith-proftpd-2.6.0-TLS.patch
14 michel 1.5 Patch1: e-smith-proftpd-2.6.0-bz11106_11150_systemd_update_event.patch
15 michel 1.6 Patch2: e-smith-proftpd-2.6.0-bz11106_11150_remove_supervise_ftp.patch
16 michel 1.8 Patch3: e-smith-proftpd-2.6.0-bz11245_runit_required.patch
17 jpp 1.9 Patch4: e-smith-proftpd-2.6.0-bz11106_protect_from_proftpd.patch
18 jpp 1.10 Patch5: e-smith-proftpd-2.6.0-bz11316-testSSLfiles.patch
19 michel 1.8
20 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21     BuildArchitectures: noarch
22     BuildRequires: e-smith-devtools
23     Requires: e-smith-base >= 4.15.0-05, proftpd
24     Requires: e-smith-lib >= 1.15.1-33
25     Requires: iptables
26     AutoReqProv: no
27    
28     %changelog
29 jpp 1.12 * Thu Jan 14 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
30     - improve protect from proftpd.service running [SME: 11106]
31    
32 jpp 1.11 * Fri Jan 08 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
33 jpp 1.9 - protect from proftpd.service running in place of ftp.service [SME: 11106]
34     - remove system-preset file from usr [SME: 10958]
35 jpp 1.10 - SSL crt and key to self signed if path does not exist [SME: 11316]
36 jpp 1.9
37 michel 1.8 * Thu Dec 10 2020 Michel Begue <mab974@gmail.com> 2.6.0-8.sme
38     - add Requires=runit.service [SME: 11245]
39    
40 jpp 1.7 * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
41     - execute systemd-reload before service adjust in events [SME: 11228]
42     - remove S95reset-unsavedflag [SME: 11229]
43    
44 michel 1.6 * Wed Nov 25 2020 Michel Begue <mab974@gmail.com> 2.6.0-6.sme
45     - Remove ftp from 'init.d/supervise' [SME: 11106] [SME: 11150]
46    
47 michel 1.5 * Wed Nov 25 2020 Michel Begue <mab974@gmail.com> 2.6.0-5.sme
48     - Move ftp service to systemd [SME: 11106]
49     - Create e-smith-proftpd-update event [SME: 11150]
50    
51 unnilennium 1.4 * Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
52     - fix typos [SME: 6804]
53     - set default as required
54     - NB: client must be set as active connection, not passive
55    
56 unnilennium 1.3 * Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
57     - updated patch for certificate chain
58     - Thanks to Daniel Berteaud
59    
60 unnilennium 1.2 * Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
61     - Adding TLS support to proftp configuration [SME: 6804]
62     - default is enabled but not required, only TLSv1.1 and v1.2
63    
64 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
65     - Initial release to sme10
66    
67     * Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
68     - Also remove the empty template-begin file in pam.d/proftpd templates [SME: 7660]
69    
70     * Fri Jun 7 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
71     - Remove unused pam templates [SME: 7660]
72    
73     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
74     - Roll new stream for sme9
75    
76     * Fri Feb 8 2013 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
77     - Ensure Deny from all is on its own line in 15LimitLOGIN [SME: 7327]
78    
79     * Wed Jan 23 2013 Ian Wells <esmith@wellsi.com> 2.2.0-5.sme
80     - Workaround a deficiency in the proftpd package where it doesn't
81     handle long lines correctly in its configuration file.
82     Fix submitted by Charlie Brady [SME: 6949]
83    
84     * Tue Jan 22 2013 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
85     - Remove previous change [SME: 7129]
86    
87     * Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme
88     - Add VRoot engine to avoid pam log error [SME: 7129]
89    
90     * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-2.sme
91     - Add PersistentPasswd directive to force proftpd to use pam [SME: 6219]
92    
93     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
94     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
95    
96     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-11
97     - ShowSymlinks off [SME: 993]
98    
99     * Wed Oct 31 2007 Gavin Weight <gweight@gmail.com> 1.12.0-10
100     - Rename DisplayFirstChdir to DisplayChdir. [SME: 3479]
101    
102     * Tue Jun 26 2007 Gavin Weight <gweight@gmail.com> 1.12.0-9
103     - Create pam.d directory and move ftp/proftpd templates into pam.d.
104     [SME: 2762]
105    
106     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
107     - Clean up spec so package can be built by koji/plague
108    
109     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-8
110     - Change perms for ftpusers file. [SME: 2841]
111    
112     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-7
113     - Rename log directory from proftpd to ftp [SME: 2706]
114    
115     * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.12.0-6
116     - Add global override for chroot path. [SME: 590]
117    
118     * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.12.0-5
119     - Add fixed chroot patch back in. [SME: 590]
120    
121     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
122     - Update to new release naming. No functional changes.
123     - Make Packager generic
124    
125     * Thu Sep 21 2006 Gavin Weight <gweight@gmail.com> 1.12.0-03
126     - Expand /etc/ftpusers if user is locked/password reset. [SME: 1921]
127    
128     * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-02
129     - Force permissions on /var/log/proftpd in log/run script [SME: 1267]
130    
131     * Thu Mar 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
132     - Roll stable stream version. [SME: 1016]
133    
134     * Tue Feb 28 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-29
135     - Back out the chroot patch for now. [SME: 590]
136    
137     * Fri Jan 27 2006 Shad L. Lords <slords@mail.com> 1.11.0-28
138     - Disable anonymous ibays if globally disabled.
139    
140     * Fri Jan 27 2006 Shad L. Lords <slords@mail.com> 1.11.0-27
141     - Add chroot for users [SME: 590]
142     - Add ability to disable anonymous access [SME: 591]
143    
144     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-26
145     - Bump release number only
146    
147     * Wed Oct 12 2005 Charlie Brady <charlieb@e-smith.com>
148     - [1.11.0-25]
149     - Filter out comments in peers files, to avoid log noise from
150     tcpsvd. Fix name of peers/local templates.metadata file.
151     [SF: 1324719]
152    
153     * Wed Jul 27 2005 Shad Lords <slords@mail.com>
154     - [1.11.0-24]
155     - Move masq fragement from template to db [SF: 1241416]
156    
157     * Tue Jun 14 2005 Charlie Brady <charlieb@e-smith.com>
158     - [1.11.0-23]
159     - Re-expand peers/{0,local} in remoteaccess-update, as permissions
160     may have changed. [SF: 1220510]
161    
162     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
163     - [1.11.0-22]
164     - Create empty template-begin template fragments for tcpsvd
165     ACL files.
166    
167     * Tue Mar 29 2005 Charlie Brady <charlieb@e-smith.com>
168     - [1.11.0-21]
169     - Don't use sigusr1 in bootstrap-console-save, as the service is not
170     up, and sigusr1 will be ignored. Instead, call ./control/1 from run
171     script.
172    
173     * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
174     - [1.11.0-20]
175     - Use sigusr1 in remoteaccess-update. This will generate the network ACL
176     symlinks. 'adjust-services' implicitly starts any service which
177     should be running.
178    
179     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
180     - [1.11.0-19]
181     - Use tcpsvd in place of tcpserver. Manage network access lists
182     using new esmith::tcpsvd library. Update e-smith-lib depenency.
183     - Add symlink /var/service/ftp -> proftpd.
184     - Add zero length template-begin files to peers/{0,local}, to avoid
185     log noise from comment lines.
186    
187     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
188     - [1.11.0-18]
189     - Add missing templates for peers/{0,local}.
190    
191     * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
192     - [1.11.0-17]
193     - Optimise template expansions versus events - only expand files
194     which may have changed.
195    
196     * Tue Mar 15 2005 Charlie Brady <charlieb@e-smith.com>
197     - [1.11.0-16]
198     - Fix service name in adjust-services symlink. [MN00065576]
199    
200     * Sun Mar 13 2005 Charlie Brady <charlieb@e-smith.com>
201     - [1.11.0-15]
202     - Replace proftp-startstop action with call to 'adjust-services'.
203     Update e-smith-lib version dependency. [MN00065576]
204     - Use generic_template_expand action in place of proftpd-conf.
205     [MN00064130]
206     - Re-add missing restart patch to config.
207    
208     * Thu Mar 10 2005 Charlie Brady <charlieb@e-smith.com>
209     - [1.11.0-14]
210     - Allow restarts of retreive and store. Patch from Shad. [MN00073802]
211     - Avoid duplicate Primary section in config. Patch from Shad. [MN00073804]
212    
213     * Wed Feb 9 2005 Charlie Brady <charlieb@e-smith.com>
214     - [1.11.0-13]
215     - Remove migrate fragment for very old FTPServerMode property. [MN00065931]
216     - Clean BuildRequires. [charlieb MN00043055]
217    
218     * Fri Sep 3 2004 Michael Soulier <msoulier@e-smith.com>
219     - [1.11.0-12]
220     - Backout of user-create/delete addition. Wrong way to go.
221     [msoulier MN00035806]
222    
223     * Fri Sep 3 2004 Michael Soulier <msoulier@e-smith.com>
224     - [1.11.0-11]
225     - Added proftpd-conf and startstop to user-create/delete.
226     [msoulier MN00035806]
227    
228     * Wed Aug 4 2004 Michael Soulier <msoulier@e-smith.com>
229     - [1.11.0-10]
230     - Updated startstop to use esmith::util::serviceControl. [msoulier MN00031530]
231    
232     * Mon Sep 22 2003 Michael Soulier <msoulier@e-smith.com>
233     - [1.11.0-09]
234     - Fixed network spec format. CIDR format expected. [msoulier 10069]
235    
236     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
237     - [1.11.0-08]
238     - Fix c&p error in tcprules template fragment. [charlieb 9547]
239    
240     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
241     - [1.11.0-07]
242     - Add requires for correct version of e-smith-base. [charlieb 9547]
243    
244     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
245     - [1.11.0-06]
246     - Remove hosts.allow and xinetd.conf template fragments.
247     [charlieb 9547]
248    
249     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
250     - [1.11.0-05]
251     - Fix a couple of run time errors. [charlieb 9547]
252    
253     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
254     - [1.11.0-04]
255     - Service directory and rc7.d symlinks must be called ftp, since that is
256     the service record name. Use /etc/rc.d/init.d/supervise directory, to
257     avoid potential clash with stock init script. [charlieb 9547,9930]
258    
259     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
260     - [1.11.0-03]
261     - Use new createlinks library to reduce code. [charlieb 9809]
262    
263     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
264     - [1.11.0-02]
265     - Run proftpd under supervise and tcpserver. [charlieb 9547]
266    
267     * Fri Sep 5 2003 Charlie Brady <charlieb@e-smith.com>
268     - [1.11.0-01]
269     - Changing version to development stream number - 1.11.0
270    
271     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
272     - [1.10.0-01]
273     - Changing version to stable stream number - 1.10.0
274    
275     * Tue Apr 29 2003 Gordon Rowell <gordonr@e-smith.com>
276     - [1.9.0-14]
277     - Modify xinetd.conf/30ftp to properly handle enabled/disabled/missing cases [gordonr 8609]
278    
279     * Mon Apr 21 2003 Mark Knox <markk@e-smith.com>
280     - [1.9.0-13]
281     - Force 0640 on proftpd.conf [markk 8408]
282    
283     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
284     - [1.9.0-12]
285     - Fix typo in path for anonymous login. [charlieb 5652]
286     - Remove selective binding to interfaces for now - it requires
287     a full xinetd restart, which we don't do in remoteaccess-update.
288     [charlieb 951]
289     - Change ScoreboardPath to ScoreboardFile - the former is deprecated
290     (with extreme prejudice) in current proftpd. [charlieb 5411]
291    
292     * Tue Apr 8 2003 Charlie Brady <charlieb@e-smith.com>
293     - [1.9.0-11]
294     - Add ScoreboardPath directive to config file templates [charlieb 5411]
295    
296     * Tue Mar 18 2003 Charlie Brady <charlieb@e-smith.com>
297     - [1.9.0-10]
298     - Add config migration fragment to migrate old ftp access properties
299     to new. [charlieb 7683]
300     - Change Copyright header to License. [charlieb]
301    
302     * Thu Mar 13 2003 Charlie Brady <charlieb@e-smith.com>
303     - [1.9.0-09]
304     - Use LoginAccess property to control ftp login access - this replaces the
305     "acccess" semantics of 5.5 and earlier. [charlieb 7466]
306     - Add back the special case for Primary i-bay, as it's needed for anonymous
307     ftp. [charlieb 5652]
308    
309     * Fri Mar 7 2003 Charlie Brady <charlieb@e-smith.com>
310     - [1.9.0-08]
311     - esmith::utils::processTemplate => esmith::templates::processTemplate.
312     [charlieb 7466]
313    
314     * Thu Mar 6 2003 Charlie Brady <charlieb@e-smith.com>
315     - [1.9.0-07]
316     - Escape braces in logrotate.d template fragment [charlieb 6438]
317    
318     * Thu Mar 6 2003 Charlie Brady <charlieb@e-smith.com>
319     - [1.9.0-06]
320     - Fix missed accessLimits => access change in ftp masq fragment [charlieb 7466]
321    
322     * Thu Mar 6 2003 Charlie Brady <charlieb@e-smith.com>
323     - [1.9.0-05]
324     - Fix migrate fragment problem. [charlieb 1507]
325     - Remove legacy code from proftpd config templates, and simplify. [charlieb 7466]
326    
327     * Mon Mar 3 2003 Charlie Brady <charlieb@e-smith.com>
328     - [1.9.0-04]
329     - Template /etc/logrotate.d/proftpd and remove postrotate sigHUP. [charlieb 6438]
330     - Add default config db fragments to set type/access/status [charlieb 1507]
331     - Replace migrate script in post-upgrade event with template fragment in
332     db/configuration/migrate directory. [charlieb 1507]
333     - Use "access" rather than "accessLimits" to control access to ftp from
334     outside LAN. [charlieb 7466]
335     - Bind to local interface only if access is private. [charlieb 951]
336    
337     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
338     - [1.9.0-03]
339     - Re-do hosts.allow template to use esmith::ConfigDB::hosts_allow_spec.
340     Add dependency on up-to-date e-smith-lib.
341     TODO: fix accessLimits v access issue. [charlieb 5650]
342    
343     * Wed Jan 29 2003 Charlie Brady <charlieb@e-smith.com>
344     - [1.9.0-02]
345     - Remove special cases for primary in proftpd.conf - primary
346     is now a pre-defined i-bay. [charlieb 5652]
347    
348     * Wed Jan 29 2003 Charlie Brady <charlieb@e-smith.com>
349     - [1.9.0-01]
350     - Rolling development stream to 1.9.0
351    
352     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
353     - [1.8.0-01]
354     - Roll to maintained version number to 1.8.0
355    
356     * Wed Oct 2 2002 Mark Knox <markk@e-smith.com>
357     - [1.7.3-05]
358     - Removed stray braces in get_all_by_prop [markk 3786]
359    
360     * Mon Sep 23 2002 Mark Knox <markk@e-smith.com>
361     - [1.7.3-04]
362     - Fix proftpd.conf template breakage [markk 3786]
363    
364     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
365     - [1.7.3-03]
366     - Fix hosts.allow template breakage [charlieb 3786]
367    
368     * Thu Sep 19 2002 Charlie Brady <charlieb@e-smith.com>
369     - [1.7.3-02]
370     - Fix i-bay section of proftpd.conf [charlieb 4950]
371    
372     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
373     - [1.7.3-01]
374     - Preparing for rebuild as-source, to get rid of some patch detritus - see
375     bug 4825. [charlieb 4793]
376    
377     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
378     - [1.7.2-05]
379     - Add missing 10LimitSiteChmod template fragment [charlieb 4793]
380    
381     * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
382     - [1.7.2-04]
383     - Replace deprecate AllowChmod with <Limit SITE_CHMOD>, which requires some
384     fragment shuffling. Remove unnecessary template-{begin,end}, move
385     10localAccess to 00localAccess. [charlieb 4793]
386    
387     * Wed Sep 11 2002 Charlie Brady <charlieb@e-smith.com>
388     - [1.7.2-03]
389     - Fix esmith::Networks => esmith::NetworksDB snafu in /etc/proftpd.conf
390     template. [charlieb 3786]
391    
392     * Tue Sep 10 2002 Mark Knox <markk@e-smith.com>
393     - [1.7.2-02]
394     - Change use of allow_tcp_in() function to allow dynamic reconfig.
395     [charlieb 4501]
396     - Remove deprecated split on pipe [markk 3786]
397    
398     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
399     - [1.7.2-01]
400     - Remove 46AllowFTPActive masq template fragment, allow port 21 inbound
401     access and allow netfilter connection tracking to do the rest of the
402     job of FTP access control. [charlieb 4499]
403    
404     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
405     - [1.7.1-01]
406     - Change masq script fragment to use iptables. [charlieb 1268]
407    
408     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
409     - [1.7.0-01]
410     - Changing version to development stream number - 1.7.0
411    
412     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
413     - [1.6.0-01]
414     - Changing version to maintained stream number to 1.6.0
415    
416     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
417     - [1.5.5-01]
418     - RPM rebuild forced by cvsroot2rpm
419    
420     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
421     - [1.5.4-01]
422     - Disable reverse DNS and ident lookups [charlieb 339]
423    
424     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
425     - [1.5.3-01]
426     - Once more with feeling! (I missed one).
427    
428     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
429     - [1.5.2-01]
430     - Fix createlinks problems with missing directories and $event scope.
431    
432     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
433     - [1.5.1-01]
434     - Test build to verify CVS conversion.
435    
436     * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
437     - [1.5.0-01]
438     - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-08.
439    
440     * Wed Dec 05 2001 Jason Miller <jmiller@e-smith.com>
441     - [1.4.0-08]
442     - Fix 45AllowFTP masq template to handle case where status=disabled
443    
444     * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
445     - [1.4.0-07]
446     - Be sure to regenerate /etc/ftpusers during password-modify event, to allow
447     access to password protected i-bays.
448     - Remove proftpd-conf actions from post-install and post-upgrade events -
449     bootstrap-console-save is sufficient.
450    
451     * Thu Nov 08 2001 Charlie Brady <charlieb@e-smith.com>
452     - [1.4.0-06]
453     - Fix xinetd.conf template fragment so that status=disabled is honoured.
454    
455     * Mon Oct 22 2001 Charlie Brady <charlieb@e-smith.com>
456     - [1.4.0-05]
457     - Add missing bootstrap-console-save symlink.
458    
459     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
460     - [1.4.0-04]
461     - Fixed e-smith-base dependency
462    
463     * Tue Aug 21 2001 Gordon Rowell <gordonr@e-smith.com>
464     - [1.4.0-03]
465     - Removed "public" from /etc/ftpusers
466     - Removed post-restore event
467     - Added Vendor tag
468    
469     * Fri Aug 17 2001 gordonr
470     - [1.4.0-02]
471     - Autorebuild by rebuildRPM
472    
473     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
474     - [1.4.0-01]
475     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-03.
476    
477     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
478     - [1.3.0-03]
479     - Changed license to GPL
480    
481     * Fri Jun 29 2001 Gordon Rowell <gordonr@e-smith.com>
482     - [1.3.0-02]
483     - Make use of /etc/e-smith/pam/accounts.deny as template for /etc/ftpusers
484    
485     * Fri Jun 29 2001 Gordon Rowell <gordonr@e-smith.com>
486     - [1.3.0-01]
487     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-07.
488    
489     * Tue Mar 27 2001 Charlie Brady <charlieb@e-smith.com>
490     - [1.2.0-07]
491     - Avoid proftp DoS attack with wildcards
492     - Allow FTP ports, with optional "ForcePassive|yes" property, defaulting to no
493    
494     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
495     - [1.2.0-06]
496     - Rolling release number for GPG signing.
497    
498     * Tue Jan 30 2001 Jason Miller <jmiller@e-smith.com>
499     - [1.2.0-05]
500     - Changed 'use smith::db' to 'use esmith::db'.
501    
502     * Tue Jan 30 2001 Charlie Brady <charlieb@e-smith.com>
503     - [1.2.0-04]
504     - And "use esmith::db" is reuqired.
505    
506     * Mon Jan 29 2001 Charlie Brady <charlieb@e-smith.com>
507     - [1.2.0-03]
508     - Fixed syntax error in previous fix :-)
509    
510     * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
511     - [1.2.0-02]
512     - Fix reference to legacy config variable in proftpd.conf fragment
513    
514     * Fri Jan 26 2001 Peter Samuel <peters@e-smith.com>
515     - [1.2.0-01]
516     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-13.
517    
518     * Thu Jan 25 2001 Adrian Chung <adrianc@e-smith.com>
519     - [1.1.0-13]
520     - Added default for accessLimits in proftpd-conf
521    
522     * Wed Jan 24 2001 Charlie Brady <charlieb@e-smith.com>
523     - [1.1.0-12]
524     - Added AllowFTP fragment for /etc/rc.d/init.d/masq.
525     - Remove %post action
526    
527     * Thu Jan 18 2001 Adrian Chung <adrianc@e-smith.com>
528     - [1.1.0-11]
529     - FTP now uses a new setting FTP access limits in remote access
530     which completely governs access control to the service.
531     - The old FTP setting governs only user logins.
532     - updated xinetd.conf/ftp fragment to use new value
533    
534     * Wed Jan 17 2001 Jason Miller <jmiller@e-smith.com>
535     - removed %postun deletion of ftp line in configuration
536     to comply with the sillyness of rpm upgrade
537    
538     * Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com>
539     - ftpd != ftp :-(
540    
541     * Fri Jan 12 2001 Gordon Rowell <gordonr@e-smith.com>
542     - Migrate FTPServerMode variable
543    
544     * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
545     - [1.1.0-7]
546     - Only run %post and %postun scripts if in runlevel 7
547    
548     * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
549     - [1.1.0-6]
550     - add selective bind back in.
551    
552     * Fri Jan 5 2001 Adrian Chung <adrianc@e-smith.com>
553     - [1.1.0-5]
554     - backed out bind local interface code, needs to be rethought
555     to allow access to localhost
556    
557     * Thu Jan 4 2001 Adrian Chung <adrianc@e-smith.com>
558     - [1.1.0-4]
559     - changed 30ftp to only expand if ftp service is enabled.
560     - if ftp access is set to private, only bind to LocalIP in
561     xinetd.conf
562    
563     * Sun Dec 17 2000 Charlie Brady <charlieb@e-smith.com>
564     - [1.1.0-3]
565     - Delete /etc/rc.d/init.d/masq template fragment.
566    
567     * Mon Dec 4 2000 Adrian Chung <adrianc@e-smith.com>
568     - Added link for post-install.
569    
570     * Fri Dec 1 2000 Adrian Chung <adrianc@e-smith.com>
571     - initial release
572    
573     %description
574     Configuration files and templates for the ProFTPd ftp server.
575    
576     %prep
577     %setup
578 unnilennium 1.2 %patch0 -p1
579 michel 1.5 %patch1 -p1
580 michel 1.6 %patch2 -p1
581 michel 1.8 %patch3 -p1
582 jpp 1.9 %patch4 -p1
583 jpp 1.10 %patch5 -p1
584 stephdl 1.1
585     # Remove the empty template-begin and the directory
586     rm -rf root/etc/e-smith/templates/etc/pam.d/proftpd/
587    
588     %build
589     perl createlinks
590    
591     %install
592     rm -rf $RPM_BUILD_ROOT
593     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
594     rm -f %{name}-%{version}-%{release}-filelist
595     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
596     --dir /var/service/proftpd 'attr(01755,root,root)' \
597     --file /var/service/proftpd/down 'attr(0644,root,root)' \
598     --file /var/service/proftpd/run 'attr(0755,root,root)' \
599     --file /var/service/proftpd/control/1 'attr(0755,root,root)' \
600     --dir /var/service/proftpd/log 'attr(0755,root,root)' \
601     --dir /var/service/proftpd/log/supervise 'attr(0700,root,root)' \
602     --dir /var/service/proftpd/supervise 'attr(0700,root,root)' \
603     --file /var/service/proftpd/log/run 'attr(0755,root,root)' \
604     --dir /var/log/ftp 'attr(2750,smelog,smelog)' \
605     > %{name}-%{version}-%{release}-filelist
606     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
607    
608     %clean
609     rm -rf $RPM_BUILD_ROOT
610    
611     %pre
612     /sbin/e-smith/create-system-user smelog 1002 \
613     'sme log user' /var/log/smelog /bin/false
614    
615     %files -f %{name}-%{version}-%{release}-filelist
616     %defattr(-,root,root)

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