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

Diff of /rpms/e-smith-openssh/sme9/e-smith-openssh.spec

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

Revision 1.3 by slords, Sat Mar 16 15:34:25 2013 UTC Revision 1.6 by charliebrady, Sun Apr 6 15:32:23 2014 UTC
# Line 1  Line 1 
1  # $Id: e-smith-openssh.spec,v 1.2 2013/03/16 15:16:20 slords Exp $  # $Id: e-smith-openssh.spec,v 1.5 2014/04/04 23:13:07 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 2  %define release 5
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  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
# Line 23  Requires: runit Line 25  Requires: runit
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Sun Apr 6 2014 Charlie Brady <charlie_brady@mitel.com> 2.4.0-5.sme
29    - Fix use of uninitialized variables in last change. [SME: 8313]
30    - Fix error with flush of xt_recent SSH connections. [SME: 8314]
31    
32    * Sat Apr 5 2014 Chris Burnat <devlist@burnat.com> 2.4.0-4.sme
33    - Add ssh-autoblock for external interface - patch by Chris Maltby [SME: 8258]
34    
35    * Fri Nov 1 2013 Chris Burnat <devlist@burnat.com> 2.4.0-3.sme
36    - Remove SSH v1 legacy support - patch by Daniel Berteaud [SME: 6381]
37    
38  * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme  * Sat Mar 16 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme
39  - Make rsyslog listen to our socket [SME: 7221]  - Make rsyslog listen to our socket [SME: 7221]
40    
# Line 595  e-smith server enhancement to configure Line 607  e-smith server enhancement to configure
607  %prep  %prep
608  %setup  %setup
609  %patch1 -p1  %patch1 -p1
610    %patch2 -p1
611    %patch3 -p1
612    
613  %build  %build
614  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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