2 |
%define name e-smith-openssh |
%define name e-smith-openssh |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.12.0 |
%define version 1.12.0 |
5 |
%define release 10 |
%define release 11 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
14 |
Patch3: e-smith-openssh-1.12.0-SSHPort.patch |
Patch3: e-smith-openssh-1.12.0-SSHPort.patch |
15 |
Patch4: e-smith-openssh-1.12.0-sftpserver.patch |
Patch4: e-smith-openssh-1.12.0-sftpserver.patch |
16 |
Patch5: e-smith-openssh-1.12.0-disabled_false_positive.patch |
Patch5: e-smith-openssh-1.12.0-disabled_false_positive.patch |
17 |
|
Patch6: e-smith-openssh-1.12.0-rootkey.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 Dec 17 2007 Shad L. Lords <slords@mail.com> 1.12.0.11 |
31 |
|
- Allow root to be key based login only |
32 |
|
|
33 |
* Tue Oct 23 2007 Charlie Brady <charlie_brady@mitel.com> 1.12.0-10 |
* Tue Oct 23 2007 Charlie Brady <charlie_brady@mitel.com> 1.12.0-10 |
34 |
- Prevent rkhunter false positive if ssh is disabled but |
- Prevent rkhunter false positive if ssh is disabled but |
35 |
PermitRootLogin is enabled in config. [SME: 166] |
PermitRootLogin is enabled in config. [SME: 166] |