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

Contents 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.2 - (show annotations) (download)
Fri Jun 17 14:39:29 2016 UTC (7 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-proftpd-2_6_0-2_el7_sme
Changes since 1.1: +8 -2 lines
* Fri Jun 17 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- Adding TLS support to proftp configuration [SME: 6804]
- default is enabled but not required, only TLSv1.1 and v1.2

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

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