* Fri Aug 09 2019 BenoƮt Monin <benoit.monin@gmx.fr>
- add autoconf and automake as BuildRequires for autoreconf
- call autoreconf before configure otherwise setproctitle is
mis-detected as present, causing a build failure
* Thu Mar 28 2019 Greg Freemyer <Greg.Freemyer@gmail.com>
- Update to version 1.4g
+ most notably addresses a bug that could see an alarm signal occur
without a handler, causing autossh to exit inappropriately.
* Sun Mar 17 2019 Jan Engelhardt <jengelh@inai.de>
- Remove pre-12.2 parts from build recipe
- Reduce hard dependency on systemd
- Replace old $RPM_* shell vars and %__-type macro indirections.
* Mon Oct 15 2018 sean@suspend.net
- Update to version 1.4f
+ Change behavior when ssh exits on signal.
+ Fix order of arguments to kill().
+ Ignore SIGPIPE.
+ Should accept the default -1 with AUTOSSH_MAXSTART
+ memset() sigaction structure before use
- autossh-makefile-destdir.patch: dropped
Version: 1.4e-bp150.2.4
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Tue Sep 15 2015 multyrealm@gmail.com
- Update to version 1.4e
+ By default, changing the poll time should change the first poll
time to match. Only have different times if AUTOSSH_FIRST_POLL
is explicitly set. Jerry Xie forwarded on change request from
Ubuntu bug forums.
* Wed May 13 2015 Greg.Freemyer@gmail.com
- Minor cleanups to service file and sample my.conf override file
* Fri Apr 24 2015 Greg.Freemyer@gmail.com
- change autossh.service content to reflect it is a READONLY file.
- change the install line for autossh.service to:
%__install -D -m 444 %{S:3} %{buildroot}%{_unitdir}/autossh@.service
* This has 2 big changes. First the permissions are 444, so READONLY.
* Second, note the @ char in the target name.
This makes it an instantiated service file
- add a sample my.conf override file
- add a README.SUSE.md file that:
* explains how to use systemd instantiated service
* how to use the override file
* a full walkthru of how to setup a reverse tunnel
* Thu Dec 18 2014 p.drouand@gmail.com
- Update to version 1.4d
+ call daemon() before opening any sockets. Problem discovered and
diagnosed by Frank van der Aa when trying to start autossh at
system init.
+ don't use malloc(n * size) idiom; use calloc()
* Sun Jul 20 2014 p.drouand@gmail.com
- Add systemd support for openSUSE > 12.2
* Wed Mar 27 2013 multyrealm@gmail.com
- support a custom count of instances
* Wed Mar 27 2013 multyrealm@gmail.com
- add functions to init script for controling autossh instances
* Fri Mar 22 2013 multyrealm@gmail.com
- change first autossh channel configuration key to
the old one to make package update seemless
* Tue Mar 19 2013 multyrealm@gmail.com
- support upto 10 autossh instances
* Mon Mar 18 2013 multyrealm@gmail.com
- updated copyright year
* Wed Apr 18 2012 multyrealm@gmail.com
- updated autossh configuration options
* Mon Apr 16 2012 cfarrell@suse.com
- license update: BSD-3-Clause
See fakepoll.h (BSD-4-Clause with UCB clarification). There is no GPL in
this package
* Fri Apr 06 2012 multyrealm@gmail.com
- added insserv_cleanup macro
* Fri Apr 06 2012 multyrealm@gmail.com
- added SysV-style initscript and configuration file fillup template
* Thu Apr 05 2012 meissner@suse.com
- a ssh connection watch daemon