1 |
# $Id$ |
# $Id: e-smith-openssh.spec,v 1.7 2014/04/05 00:27:20 burnat Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure and enable ssh |
Summary: e-smith module to configure and enable ssh |
4 |
%define name e-smith-openssh |
%define name e-smith-openssh |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 1 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: e-smith-openssh-2.2.0-LoginGraceTime.patch |
14 |
|
Patch1: e-smith-openssh-2.2.0-sshConfig.patch |
15 |
|
Patch2: e-smith-openssh-2.2.0-obsolete-KeepAlive.patch |
16 |
|
Patch3: e-smith-openssh-2.2.0-ClientAliveParameters.patch |
17 |
|
Patch4: e-smith-openssh-2.2.0-ssh_autoblock.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Mon Apr 7 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
31 |
|
- Avoid uninitialized variable warning from last update. [SME: 8257] |
32 |
|
|
33 |
|
* Sat Apr 5 2014 Chris Burnat <devlist@burnat.com> 2.2.0-6.sme |
34 |
|
- Add ssh-autoblock for external interface - patch by Chris Maltby [SME: 8257] |
35 |
|
|
36 |
|
* Tue Mar 1 2011 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-5.sme |
37 |
|
- Obsolete KeepAlive and replace ClientAliveInterval and ClientAliveCountMax [SME: 6380] |
38 |
|
|
39 |
|
* Fri Nov 26 2010 Ian Wells <esmith@wellsi.com> 2.2.0-4.sme |
40 |
|
- Change permissions of ssh_config file to 644 [SME: 43] |
41 |
|
|
42 |
|
* Thu Nov 25 2010 Ian Wells <esmith@wellsi.com> 2.2.0-3.sme |
43 |
|
- Template ssh_config with improved defaults [SME: 43] |
44 |
|
|
45 |
|
* Sun Dec 28 2008 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-2.sme |
46 |
|
- Template sshd login grace time, kept default at 600s [SME: 4903] |
47 |
|
|
48 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
49 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
50 |
|
|
598 |
|
|
599 |
%prep |
%prep |
600 |
%setup |
%setup |
601 |
|
%patch0 -p1 |
602 |
|
%patch1 -p1 |
603 |
|
%patch2 -p1 |
604 |
|
%patch3 -p1 |
605 |
|
%patch4 -p1 |
606 |
|
|
607 |
%build |
%build |
608 |
for i in console-save \ |
for i in console-save \ |