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

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

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


Revision 1.3 - (hide annotations) (download)
Sun May 3 07:07:36 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-openssh-2_6_0-3_el7_sme
Changes since 1.2: +8 -2 lines
* Sun May 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- add Whitelist to AutoBlock using property sshd ValidFrom [SME: 9893]

1 jpp 1.3 # $Id: e-smith-openssh.spec,v 1.2 2020/05/03 03:40:54 jpp Exp $
2 stephdl 1.1
3     Summary: e-smith module to configure and enable ssh
4     %define name e-smith-openssh
5     Name: %{name}
6     %define version 2.6.0
7 jpp 1.3 %define release 3
8 stephdl 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.xz
13 jpp 1.2 Patch0: e-smith-openssh-2.6.0-bz10621-bz10937.patch
14 jpp 1.3 Patch1: e-smith-openssh-2.6.0-bz9893-autoblock-whitelist.patch
15    
16 stephdl 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17     BuildRequires: e-smith-devtools
18     BuildArchitectures: noarch
19     Requires: e-smith, openssl,
20     Requires: openssh >= 3.5
21     Requires: openssh-clients
22     Requires: openssh-server
23     Requires: e-smith-lib >= 1.15.1-19
24     Requires: runit
25     AutoReqProv: no
26    
27     %changelog
28 jpp 1.3 * Sun May 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
29     - add Whitelist to AutoBlock using property sshd ValidFrom [SME: 9893]
30    
31 jpp 1.2 * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
32     - update client ciphers to use [SME: 10621]
33     - add ciphers, macs and KexAlgorithms for server [SME: 10937]
34    
35 stephdl 1.1 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
36     - Initial release to sme10
37    
38     * Thu Jun 25 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-6.sme
39     - enabled the motd message [SME: 8939]
40     - Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and
41     - Stefano Zamboni <zamboni@mind-at-work.it>
42    
43     * Sun Apr 6 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-5.sme
44     - Fix use of uninitialized variables in last change. [SME: 8313]
45     - Fix error with flush of xt_recent SSH connections. [SME: 8314]
46    
47     * Sat Apr 5 2014 Chris Burnat <devlist@burnat.com> 2.4.0-4.sme
48     - Add ssh-autoblock for external interface - patch by Chris Maltby [SME: 8258]
49    
50     * Fri Nov 1 2013 Chris Burnat <devlist@burnat.com> 2.4.0-3.sme
51     - Remove SSH v1 legacy support - patch by Daniel Berteaud [SME: 6381]
52    
53     * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
54     - Make rsyslog listen to our socket [SME: 7221]
55    
56     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
57     - Roll new stream for sme9
58    
59     * Tue Mar 1 2011 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-5.sme
60     - Obsolete KeepAlive and replace ClientAliveInterval and ClientAliveCountMax [SME: 6380]
61    
62     * Fri Nov 26 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme
63     - Change permissions of ssh_config file to 644 [SME: 43]
64    
65     * Thu Nov 25 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme
66     - Template ssh_config with improved defaults [SME: 43]
67    
68     * Sun Dec 28 2008 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-2.sme
69     - Template sshd login grace time, kept default at 600s [SME: 4903]
70    
71     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
72     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
73    
74     * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-13
75     - Remove template fragments for /root/.ssh/config [SME: 513]
76    
77     * Tue Dec 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-12
78     - Actually apply previous patch [SME: 3678]
79    
80     * Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.12.0-11
81     - Allow root to be key based login only [SME: 3678]
82    
83     * Tue Oct 23 2007 Charlie Brady <charlie_brady@mitel.com> 1.12.0-10
84     - Prevent rkhunter false positive if ssh is disabled but
85     PermitRootLogin is enabled in config. [SME: 166]
86    
87     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
88     - Clean up spec so package can be built by koji/plague
89    
90     * Sun Apr 08 2007 Shad L. Lords <slords@mail.com> 1.12.0-9
91     - Adjust permissions on empty/sshd directory again [SME: 2711]
92    
93     * Fri Apr 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-8
94     - Adjust permissions on empty/sshd directory [SME: 2711]
95    
96     * Tue Mar 06 2007 Shad L. Lords <slords@mail.com> 1.12.0-7
97     - Adjust sftp-server path in sshd_config to match openssh-servers [SME: 2470]
98    
99     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
100     - Update to new release naming. No functional changes.
101     - Make Packager generic
102    
103     * Tue Jul 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-05
104     - Use sshd{TCPPort} for listen Port - thanks MasterSleepy [SME: 1774]
105    
106     * Tue Jul 18 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-04
107     - Allow "UsePAM" setting to be controlled from db. [SME: 1744]
108    
109     * Wed Apr 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-03
110     - Add newline after user entries in rssh.conf [SME: 877]
111    
112     * Wed Mar 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.12.0-02
113     - Don't display /etc/motd contents from ssh [SME: 718]
114    
115     * Tue Mar 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.12.0-01
116     - Roll stable stream version. [SME: 1016]
117    
118     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-29
119     - Expand /etc/rssh.conf in user-{create,delete,lock,modify} [SME: 877]
120    
121     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-28
122     - A user is allowed access to rssh protocols if:
123     - They have PasswordSet==yes
124     - They have AllowRSSH==yes or
125     VPNClientAccess==yes but not AllowRSSH==no [SME: 877]
126    
127     * Mon Mar 13 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-27
128     - Remove defaults for sshd{Allow*} and the templates for rssh.conf [SME: 877]
129     - Allow a user all of the rssh protocols if AllowSSH is yes [SME: 877]
130    
131     * Thu Mar 02 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-26
132     - Adjust sftp-server path in sshd_config to match rssh [SME: 924]
133    
134     * Wed Mar 01 2006 Charlie Brady <charlie_brady@mitel.com> 1.11.0-25
135     - Add syslog socket inside privsep chroot jail [SME: 916]
136    
137     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-24
138     - Default sshd{AllowRSYNC} == yes [SME: 42]
139    
140     * Mon Jan 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-23
141     - Add template for /etc/rssh.conf [SME: 42]
142     - Default sshd{AllowSCP, AllowSFTP} == yes [SME: 532]
143     - Default sshd{AllowRDIST,AllowRSYNC,AllowCVS} == no
144    
145     * Fri Jan 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-22
146     - Default sshd{PasswordAuthentication} to "no" [SME: 377]
147    
148     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.11.0-21
149     - Bump release number only
150    
151     * Wed Aug 10 2005 Charlie Brady <charlieb@e-smith.com>
152     - [1.11.0-20]
153     - Delete test related requires (not really required) and add runit.
154    
155     * Wed Jul 20 2005 Charlie Brady <charlieb@e-smith.com>
156     - [1.11.0-19]
157     - Set $sshd{TCPPort} and remove obsolete masq template fragment. [SF: 1241409]
158    
159     * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
160     - [1.11.0-18]
161     - Update to current db access APIs. [SF: 1216546]
162    
163     * Tue Jul 5 2005 Charlie Brady <charlieb@e-smith.com>
164     - [1.11.0-17]
165     - Configure MaxAuthTries (our default is 2). [SF: 1232544]
166    
167     * Thu Jun 16 2005 Charlie Brady <charlieb@e-smith.com>
168     - [1.11.0-16]
169     - Ensure that 'status' property is recognised at startup. [MN00061795]
170    
171     * Tue May 17 2005 Charlie Brady <charlieb@e-smith.com>
172     - [1.11.0-15]
173     - Default to protocol 2 only on new installs, and '2,1' for
174     upgrades where $sshd{Protocol} is not defined.
175    
176     * Mon Mar 14 2005 Charlie Brady <charlieb@e-smith.com>
177     - [1.11.0-14]
178     - Use generic_template_expand action for all template expansions from
179     sshd-conf. Update e-smith-lib dependency. [MN00064130]
180     - Replace sshd-reload with call to 'adjust-services'. [MN00065576]
181    
182     * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
183     - [1.11.0-13]
184     - Updated requires with new perl dependencies. [charlieb MN00040240]
185     - Clean BuildRequires. [charlieb MN00043055]
186    
187     * Mon Dec 22 2003 Michael Soulier <msoulier@e-smith.com>
188     - [1.11.0-12]
189     - Added host key generation code to run script. [msoulier 9549]
190    
191     * Wed Dec 10 2003 Michael Soulier <msoulier@e-smith.com>
192     - [1.11.0-11]
193     - Fixed a bug in the genfilelist options. [msoulier 9549]
194    
195     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
196     - [1.11.0-10]
197     - Put full path to sshd in run script to work around assumption of full path
198     in sshd sighup handler. [msoulier 9549]
199    
200     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
201     - [1.11.0-09]
202     - Updated sshd-reload to use daemontools wrapper. [msoulier 9549]
203    
204     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
205     - [1.11.0-08]
206     - Moved the shebang line to a place where it actually matters. Tell me it's
207     friday. [msoulier 9549]
208    
209     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
210     - [1.11.0-07]
211     - Fixed a couple of typos preventing multilog from starting. [msoulier 9549]
212    
213     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
214     - [1.11.0-06]
215     - Moved initscript to /etc/init.d/supervise/sshd. [msoulier 9549]
216    
217     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
218     - [1.11.0-05]
219     - Fixed a couple of specfile typos. [msoulier 9549]
220    
221     * Fri Dec 5 2003 Michael Soulier <msoulier@e-smith.com>
222     - [1.11.0-04]
223     - Adding supervision of sshd. [msoulier 9549]
224     - Updated createlinks to latest api.
225    
226     * Tue Sep 16 2003 Charlie Brady <charlieb@e-smith.com>
227     - [1.11.0-03]
228     - Remove deprecated RhostsAuthentication from sshd_config. [charlieb 10014]
229    
230     * Thu Aug 21 2003 Charlie Brady <charlieb@e-smith.com>
231     - [1.11.0-02]
232     - Replace sshd-conf-startup action with default db fragments.
233     [charlieb 9553]
234    
235     * Thu Aug 21 2003 Charlie Brady <charlieb@e-smith.com>
236     - [1.11.0-01]
237     - Changing version to development stream number - 1.11.0
238    
239     * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
240     - [1.10.0-01]
241     - Changing version to stable stream number - 1.10.0
242    
243     * Mon Apr 21 2003 Mark Knox <markk@e-smith.com>
244     - [1.9.0-10]
245     - Enforce 0600 on sshd_config [markk 8407]
246    
247     * Tue Apr 15 2003 Gordon Rowell <gordonr@e-smith.com>
248     - [1.9.0-09]
249     - Add Compression and UsePrivilegeSeparation options [gordonr 8173]
250    
251     * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
252     - [1.9.0-08]
253     - Backed-out 1.9.0-07. [msoulier 5782]
254    
255     * Tue Apr 8 2003 Michael Soulier <msoulier@e-smith.com>
256     - [1.9.0-07]
257     - Shut off tcp forwarding in the daemon. [msoulier 5782]
258    
259     * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
260     - [1.9.0-06]
261     - Actually reload ssh rather than restarting in sshd-reload [gordonr 7785]
262    
263     * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
264     - [1.9.0-05]
265     - Deleted ./root/.ssh/config/template-begin [lijied 3295]
266    
267     * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
268     - [1.9.0-04]
269     - Deleted template-begin/end file [lijied 3295]
270    
271     * Tue Mar 4 2003 Charlie Brady <charlieb@e-smith.com>
272     - [1.9.0-03]
273     - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
274    
275     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
276     - [1.9.0-02]
277     - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
278     Add dependency on up-to-date e-smith-lib. [charlieb 5650]
279    
280     * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
281     - [1.9.0-01]
282     - Roll development stream to 1.9.0
283    
284     * Mon Feb 24 2003 Charlie Brady <charlieb@e-smith.com>
285     - [1.8.0-02]
286     - Allow MaxStartups to be tunable from the config DB [charlieb 7362]
287    
288     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
289     - [1.8.0-01]
290     - Rolling stable version number to 1.8.0
291    
292     * Wed Oct 2 2002 Mark Knox <markk@e-smith.com>
293     - [1.7.3-04]
294     - Remove stray braces in hosts.allow template [markk 3786]
295    
296     * Mon Sep 23 2002 Charlie Brady <charlieb@e-smith.com>
297     - [1.7.3-03]
298     - Fix hosts.allow template problem introduced by last change [charlieb 3786]
299    
300     * Tue Sep 10 2002 Mark Knox <markk@e-smith.com>
301     - [1.7.3-02]
302     - Remove deprecated split on pipe [markk 3786]
303    
304     * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
305     - [1.7.3-01]
306     - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
307     [charlieb 4458]
308     - Change use of allow_tcp_in() function to allow dynamic reconfig.
309     [charlieb 4501]
310    
311     * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
312     - [1.7.2-01]
313     - Change masq script fragment to use allow_tcp_in() function. [charlieb 4499]
314    
315     * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
316     - [1.7.1-01]
317     - Change masq script fragment to use iptables. [charlieb 1268]
318    
319     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
320     - [1.7.0-01]
321     - Changing version to maintained stream number to 1.7.0
322    
323     * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
324     - [1.6.0-01]
325     - Changing version to maintained stream number to 1.6.0
326    
327     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
328     - [1.5.6-01]
329     - RPM rebuild forced by cvsroot2rpm
330    
331     * Mon May 13 2002 Kirrily Robert <skud@e-smith.com>
332     - [1.5.5-01]
333     - Added buildtests [skud 2932]
334    
335     * Fri Apr 26 2002 Tony Clayton <apc@e-smith.com>
336     - [1.5.4-01]
337     - add -t option to ssh-keygen call in sshd-conf [tonyc]
338    
339     * Fri Mar 6 2002 Michael G Schwern <schwern@e-smith.com>
340     - [1.5.3-01]
341     - Tested & documented sshd-reload action [schwern 2932]
342     - Tested & documented sshd-conf and sshd-conf-startup actions [schwern 2932]
343     - Changed all actions to use esmith::ConfigDB [schwern 2932]
344     - Fixed dependencies. [schwern]
345    
346     * Thu Feb 14 2002 Kirrily Robert <skud@e-smith.com>
347     - [1.5.2-01]
348     - CVS testing
349    
350     * Thu Feb 14 2002 Kirrily Robert <skud@e-smith.com>
351     - [1.5.0-01]
352     - rollRPM: Rolled version number to 1.5.0-01. Includes patches up to 1.4.0-06.
353    
354     * Mon Nov 05 2001 Charlie Brady <charlieb@e-smith.com>
355     - [1.4.0-06]
356     - Remove obsoleted "CheckMail no" fragment from sshd_config template.
357    
358     * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
359     - [1.4.0-05]
360     - Removed links from deprecated post-restore event
361    
362     * Fri Aug 17 2001 gordonr
363     - [1.4.0-04]
364     - Autorebuild by rebuildRPM
365    
366     * Tue Aug 14 2001 Charlie Brady <charlieb@e-smith.com>
367     - [1.4.0-03]
368     - Change back to Protocol 1 until known_hosts2 and authorized_keys2 files are
369     implemented on both sides.
370    
371     * Tue Aug 14 2001 Charlie Brady <charlieb@e-smith.com>
372     - [1.4.0-02]
373     - Add template fragements to generate /root/.ssh/config host
374     config sections for any hostnames added to %e_smith_hosts by
375     other fragements numbered between 00 and 19.
376     - Delete useless template-end for /root/.ssh/config.
377    
378     * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
379     - [1.4.0-01]
380     - Rolled version number to 1.4.0-01. Includes patches upto 1.3.0-10.
381    
382     * Wed Aug 8 2001 Gordon Rowell <gordonr@e-smith.com>
383     - [1.3.0-10]
384     - Use restart instead of reload as some initscripts don't have the latter
385    
386     * Sun Jul 8 2001 Gordon Rowell <gordonr@e-smith.com>
387     - [1.3.0-09]
388     - Check "access" property of sshd service
389    
390     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
391     - [1.3.0-08]
392     - Changed license to GPL
393    
394     * Thu Jul 05 2001 Gordon Rowell <gordonr@e-smith.com>
395     - [1.3.0-07]
396     - Explicitly disable ChallengeResponseAuthentication and
397     KbdInteractiveAuthentication
398    
399     * Wed May 30 2001 Gordon Rowell <gordonr@e-smith.com>
400     - [1.3.0-06]
401     - Added HostKey line for /etc/ssh/ssh_host_rsa_key for SSH version 2
402    
403     * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
404     - [1.3.0-05]
405     - fixed actions that had tied %conf when calling serviceControl (2 actions)
406    
407     * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
408     - [1.3.0-04]
409     - Added links to /usr/libexec and /usr/local/libexec to enable
410     sftp for more client systems under protocol V1
411    
412     * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
413     - [1.3.0-03]
414     - Revised after comments from Charlie
415     - Added documentation for MaxStartups and cleaner perl idiom for
416     SubsystemSftp test
417    
418     * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
419     - [1.3.0-02]
420     - Enabled sftp subsystem by default with correct path to sftp-server
421     - Added MaxStartups configuration
422    
423     * Mon May 21 2001 Gordon Rowell <gordonr@e-smith.com>
424     - [1.3.0-01]
425     - Rolled version number to 1.3.0-01. Includes patches upto 1.2.0-06.
426    
427     * Wed May 09 2001 Tony Clayton <tonyc@e-smith.com>
428     - [1.2.0-06]
429     - Forgot to add last patch to %setup. Adding it now.
430    
431     * Wed May 09 2001 Tony Clayton <tonyc@e-smith.com>
432     - [1.2.0-05]
433     - Add /root/.ssh/config template-{begin,end} fragments
434     - Expand config template from sshd-conf
435    
436     * Thu Apr 27 2001 Gordon Rowell <gordonr@e-smith.com>
437     - [1.2.0-04]
438     - Rolled version for GPG signing - no change
439    
440     * Mon Apr 9 2001 Gordon Rowell <gordonr@e-smith.com>
441     - [1.2.0-03]
442     - Extra HostKey line for openssh-2.5
443    
444     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
445     - [1.2.0-02]
446     - Rolling release number for GPG signing.
447    
448     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
449     - [1.2.0-01]
450     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-23.
451    
452     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
453     - [1.1.0-23]
454     - use serviceControl()
455    
456     * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
457     - [1.1.0-22]
458     - reload sshd (and possibly kill it off) in post-restore
459    
460     * Thu Jan 11 2001 Adrian Chung <adrianc@e-smith.com>
461     - [1.1.0-21]
462     - fully qualify path to killall in sshd-reload
463    
464     * Wed Jan 10 2001 Gordon Rowell <gordonr@e-smith.com>
465     - [1.1.0-20]
466     - Kill existing ssh sessions if we have just stopped the service
467    
468     * Wed Jan 10 2001 Gordon Rowell <gordonr@e-smith.com>
469     - [1.1.0-19]
470     - Use sshd reload instead of killall -HUP - that closes current connections
471    
472     * Tue Jan 9 2001 Charlie Brady <charlieb@e-smith.com>
473     - [1.1.0-18]
474     - Make new bootstrap-console-save event - the Lite version
475     - Make sshd-reload shut down sshd if it has been disabled
476     - Don't redo conf-sshd-startup with every console-save
477    
478     * Fri Jan 5 2001 Peter Samuel <peters@e-smith.com>
479     - [1.1.0-17]
480     - Added missing use esmith::util to sshd-reload
481    
482     * Thu Jan 04 2001 Gordon Rowell <gordonr@e-smith.com>
483     - [1.1.0-16]
484     - Added missing use esmith::db
485    
486     * Wed Jan 03 2001 Gordon Rowell <gordonr@e-smith.com>
487     - [1.1.0-15]
488     - sshd-reload now starts sshd if not running and service enabled
489    
490     * Thu Dec 28 2000 Gordon Rowell <gordonr@e-smith.com>
491     - [1.1.0-14]
492     - Process sshd_config template in remoteaccess-update
493    
494     * Thu Dec 28 2000 Gordon Rowell <gordonr@e-smith.com>
495     - [1.1.0-13]
496     - Provide defaults for PermitRootLogin and PasswordAuthentication properties
497    
498     * Thu Dec 21 2000 Charlie Brady <charlieb@e-smith.com>
499     - [1.1.0-12]
500     - Don't restart sshd after config change, just reload config.
501    
502     * Sat Dec 16 2000 Charlie Brady <charlieb@e-smith.com>
503     - [1.1.0-11]
504     - Fix typo
505    
506     * Fri Dec 15 2000 Charlie Brady <charlieb@e-smith.com>
507     - [1.1.0-10]
508     - Move AllowSSH packet filter template fragment here.
509    
510     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
511     - [1.1.0-9]
512     - Disable ssh by default
513    
514     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
515     - [1.1.0-8]
516     - Fixed typo in hosts.allow fragment for private access
517    
518     * Wed Dec 13 2000 Gordon Rowell <gordonr@e-smith.com>
519     - [1.1.0-7]
520     - Added sshd-restart to remoteaccess-update event (and others)
521     - Renamed scripts to sshd-{conf,conf-startup,restart}
522     - Enable private ssh access by default
523    
524     * Tue Dec 12 2000 Adrian Chung <adrianc@e-smith.com>
525     - [1.1.0-6]
526     - fixed location of ssh_host_key in 20HostKey fragment
527    
528     * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com
529     - [1.1.0-5]
530     - Fixed sshd_config templates for PermitRootLogin and
531     PasswordAuthentication
532    
533     * Wed Dec 06 2000 Gordon Rowell <gordonr@e-smith.com>
534     - [1.1.0-4]
535     - conf-ssh-startup: PasswordAuthentication=yes and RootLogin=no
536     - Fixed ordering of Port/Listen fragments
537    
538     * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
539     - [1.1.0-3]
540     - Changed sshd_config into a directory template
541     - Used services notation to enable/disable
542     - sshd_config: PasswordAuthentication and RootLogin - both disabled by default
543    
544     * Tue Dec 05 2000 Gordon Rowell <gordonr@e-smith.com>
545     - [1.1.0-1]
546     - Rolled version to 1.1.0. Includes patches up to 0.6-3
547    
548     * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
549     - Ensure that conf-ssh-startup is run during post-upgrade event.
550     - Fix missing " in hosts.allow template.
551    
552     * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
553     - Merge services database back into configuration database.
554    
555     * Thu Oct 26 2000 Peter Samuel <peters@e-smith.com>
556     - Rolled version to 0.6. Includes patches up to 0.5-17
557    
558     * Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com>
559     - Fixed a typo in conf-ssh-startup.
560    
561     * Fri Oct 06 2000 Adrian Chung <adrian.chung@e-smith.com>
562     - Move %post code to conf-ssh-startup instead
563     - Default to enabled for sshd in services database if not
564     already set.
565    
566     * Thu Oct 05 2000 Adrian Chung <adrian.chung@e-smith.com>
567     - Change %post to setdefault ... enabled.
568    
569     * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
570     - Use db_get_type to get service status - to be safe against
571     defined service properties
572     - Do not init services database during post-install event -
573     it is done during %post action.
574    
575     * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
576     - Only initialise services database during post-install action.
577     - Only expand hosts.allow/sshd if sshd service is enabled.
578    
579     * Wed Oct 4 2000 Charlie Brady <charlieb@e-smith.com>
580     - Fix typo
581    
582     * Tue Oct 3 2000 Charlie Brady <charlieb@e-smith.com>
583     - Update services database when enabling startup
584    
585     * Mon Oct 2 2000 Gordon Rowell <gordonr@e-smith.com>
586     - rewrote spec file to use e-smith-devtools
587    
588     * Mon Sep 25 2000 Paul Nebsit <pkn@e-smith.com>
589     - updated contact and URL info
590    
591     * Thu Sep 14 2000 Gordon Rowell <gordonr@e-smith.com>
592     - Removed obsolete rc7.d symlink from createlinks
593    
594     * Thu Sep 14 2000 Gordon Rowell <gordonr@e-smith.com>
595     - Rebuilt using latest e-smith-devtools - hosts.allow template fragment missing
596    
597     * Tue Aug 30 2000 Paul Nesbit <pkn@e-smith.com>
598     - added 'use e-smith::util' line to conf-ssh-startup
599    
600     * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
601     - Rewrote conf-ssh-startup to use serviceControl()
602    
603     * Sun Jul 2 2000 Charlie Brady <charlieb@e-smith.net>
604     - Make S85sshd symlink absolute so that RPM verifies
605    
606     * Sat Jun 17 2000 Charlie Brady <charlieb@e-smith.net>
607     - Rewrite createlinks in perl
608     - Add sshd template for /etc/hosts.allow
609     - Fix ssh-keygen options code
610    
611     * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
612     - Remove /etc/rc.d/rc7.d symlink before (re-)creating it. Avoids logfile mess.
613     - Change backgroundCommand call to use array instead of string - avoid shell
614     parsing.
615    
616     * Thu May 11 2000 Charlie Brady <charlieb@e-smith.net>
617     - Change rc?.d directory from 3 to 7.
618    
619     %description
620     e-smith server enhancement to configure and enable openssh
621    
622     %prep
623     %setup
624 jpp 1.2 %patch0 -p1
625 jpp 1.3 %patch1 -p1
626 stephdl 1.1
627     %build
628     perl createlinks
629     # build the test suite from embedded tests
630     /sbin/e-smith/buildtests e-smith-openssh
631    
632     %install
633     rm -rf $RPM_BUILD_ROOT
634     ( cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT )
635     rm -f %{name}-%{version}-%{release}-filelist
636    
637     /sbin/e-smith/genfilelist \
638     --dir '/var/service/sshd' 'attr(1755,root,root)' \
639     --file '/var/service/sshd/down' 'attr(0644,root,root)' \
640     --file '/var/service/sshd/run' 'attr(0755,root,root)' \
641     --dir '/var/service/sshd/supervise' 'attr(0700,root,root)' \
642     --dir '/var/service/sshd/log' 'attr(1755,root,root)' \
643     --dir '/var/service/sshd/log/supervise' 'attr(0700,root,root)' \
644     --file '/var/service/sshd/log/run' 'attr(0755,root,root)' \
645     --dir '/var/log/sshd' 'attr(2750,root,nofiles)' \
646     --dir '/var/empty/sshd' 'attr(0711,root,root)' \
647     $RPM_BUILD_ROOT \
648     > %{name}-%{version}-%{release}-filelist
649    
650     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
651    
652     %clean
653     rm -rf $RPM_BUILD_ROOT
654    
655     %files -f %{name}-%{version}-%{release}-filelist
656     %defattr(-,root,root)

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