Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > a2e290b69d650688dca48aff7c8d4fdd > files > 2

autossh-1.4c-5.mga5.src.rpm

Summary:	Automatically restart SSH sessions and tunnels
Name:		autossh
Version:	1.4c
Release:	%mkrel 5
License:	BSD
Group:		Networking/Other
URL:		http://www.harding.motd.ca/autossh/
Source:		%{name}-%{version}.tar.bz2
BuildRequires:	openssh-clients
Requires:	openssh

%description
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing
traffic. The idea and the mechanism are from rstunnel
(Reliable SSH Tunnel), but implemented in C.

%prep
%setup -q

%build
chmod 644 autossh.host rscreen
%configure2_5x
%make

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m755 autossh %{buildroot}%{_bindir}/
install -m644 autossh.1 %{buildroot}%{_mandir}/man1/

%files
%doc CHANGES README autossh.host rscreen
%{_bindir}/autossh
%{_mandir}/man1/autossh.1*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.4c-5.mga5
+ Revision: 741281
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.4c-4.mga5
+ Revision: 678068
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 1.4c-3.mga4
+ Revision: 502975
- Mageia 4 Mass Rebuild

* Fri Jan 11 2013 umeabot <umeabot> 1.4c-2.mga3
+ Revision: 346689
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Jan 09 2012 shlomif <shlomif> 1.4c-1.mga2
+ Revision: 194065
- New version - 1.4c

* Wed Jun 15 2011 kharec <kharec> 1.4b-5.mga2
+ Revision: 107970
- fix https://bugs.mageia.org/show_bug.cgi?id=1049#c3

* Wed Jun 15 2011 kharec <kharec> 1.4b-1.mga2
+ Revision: 107704
- imported package autossh