1 |
# $Id: e-smith-openssh.spec,v 1.6 2011/03/01 20:21:38 snetram Exp $ |
# $Id: e-smith-openssh.spec,v 1.4 2013/11/01 04:26:28 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.4.0 |
%define version 2.4.0 |
7 |
%define release 1 |
%define release 4 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch1: e-smith-openssh-2.4.0-rsyslog.patch |
14 |
|
Patch2: e-smith-openssh-2.4.0-protocol_2.patch |
15 |
|
Patch3: e-smith-openssh-2.4.0-ssh_autoblock.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Apr 5 2014 Chris Burnat <devlist@burnat.com> 2.4.0-4.sme |
29 |
|
- Add ssh-autoblock for external interface - patch by Chris Maltby [SME: 8258] |
30 |
|
|
31 |
|
* Fri Nov 1 2013 Chris Burnat <devlist@burnat.com> 2.4.0-3.sme |
32 |
|
- Remove SSH v1 legacy support - patch by Daniel Berteaud [SME: 6381] |
33 |
|
|
34 |
|
* Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
35 |
|
- Make rsyslog listen to our socket [SME: 7221] |
36 |
|
|
37 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
38 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
39 |
|
|
602 |
|
|
603 |
%prep |
%prep |
604 |
%setup |
%setup |
605 |
|
%patch1 -p1 |
606 |
|
%patch2 -p1 |
607 |
|
%patch3 -p1 |
608 |
|
|
609 |
%build |
%build |
610 |
perl createlinks |
perl createlinks |