/[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.4 - (show annotations) (download)
Wed Aug 3 05:08:58 2016 UTC (7 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-proftpd-2_6_0-4_el7_sme
Changes since 1.3: +7 -2 lines
* Wed Aug 03 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- fix typos [SME: 6804]
- set default as required
- NB: client must be set as active connection, not passive

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

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