/[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.13 - (show annotations) (download)
Thu Feb 18 16:36:19 2021 UTC (3 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-proftpd-2_6_0-12_el7_sme
Changes since 1.12: +7 -2 lines
* Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
- fix circular Conflict with proftpd [SME: 11357]

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

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