Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > e58b3bd03b112931c07541add92e04bc > files > 2

autossh-1.4g-1.mga7.src.rpm

Summary:	Automatically restart SSH sessions and tunnels
Name:		autossh
Version:	1.4g
Release:	%mkrel 1
License:	BSD
Group:		Networking/Other
URL:		http://www.harding.motd.ca/autossh/
Source:		http://www.harding.motd.ca/autossh/%{name}-%{version}.tgz
BuildRequires:	openssh-clients
Requires:	openssh
#Patch0:		autossh-1.4e-minor-cosmetic-changes.patch

%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
%autosetup -p1

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

%install
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_mandir}/man1
install -m 755 %{name} %{buildroot}%{_bindir}/
install -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/

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


%changelog
* Sat Jan 12 2019 kekepower <kekepower> 1.4g-1.mga7
+ Revision: 1355752
- Update to version 1.4g

* Fri Sep 21 2018 umeabot <umeabot> 1.4f-2.mga7
+ Revision: 1295184
- Mageia 7 Mass Rebuild

* Fri Apr 06 2018 kekepower <kekepower> 1.4f-1.mga7
+ Revision: 1215699
- Update to version 1.4f

* Thu Mar 01 2018 kekepower <kekepower> 1.4e-3.mga7
+ Revision: 1205929
- Added a patch that fixes a few typos and a missing option in configure

* Wed Feb 10 2016 umeabot <umeabot> 1.4e-2.mga6
+ Revision: 953113
- Mageia 6 Mass Rebuild

* Wed Aug 12 2015 ycantin <ycantin> 1.4e-1.mga6
+ Revision: 864076
- new version 1.4e

* 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