2017-11-24 17:30:10 +01:00
|
|
|
-------------------------------------------------------------------
|
2018-10-15 17:40:31 +02:00
|
|
|
Mon Oct 15 02:59:43 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
2017-11-24 17:30:10 +01:00
|
|
|
Thu Nov 23 13:44:07 UTC 2017 - rbrown@suse.com
|
|
|
|
|
|
|
|
- Replace references to /var/adm/fillup-templates with new
|
|
|
|
%_fillupdir macro (boo#1069468)
|
|
|
|
|
2015-09-27 12:33:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 15 08:40:56 UTC 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.
|
|
|
|
|
2015-05-14 00:22:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 13 22:22:02 UTC 2015 - Greg.Freemyer@gmail.com
|
|
|
|
|
|
|
|
- Minor cleanups to service file and sample my.conf override file
|
|
|
|
|
2015-05-11 03:16:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 24 21:08:10 UTC 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
|
|
|
|
|
2014-12-18 15:01:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 18 11:23:53 UTC 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()
|
|
|
|
|
2014-07-26 12:21:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 20 21:50:18 UTC 2014 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Add systemd support for openSUSE > 12.2
|
|
|
|
|
2013-03-27 15:01:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 27 12:17:11 UTC 2013 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- support a custom count of instances
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 27 09:28:30 UTC 2013 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- add functions to init script for controling autossh instances
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 22 13:34:38 UTC 2013 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- change first autossh channel configuration key to
|
|
|
|
the old one to make package update seemless
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 19 12:27:56 UTC 2013 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- support upto 10 autossh instances
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 16:16:42 UTC 2013 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- updated copyright year
|
|
|
|
|
2012-04-23 09:12:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 18 15:45:10 UTC 2012 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- updated autossh configuration options
|
|
|
|
|
2012-04-17 21:57:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 16 07:31:56 UTC 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 6 14:14:05 UTC 2012 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- added insserv_cleanup macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 6 13:44:24 UTC 2012 - multyrealm@gmail.com
|
|
|
|
|
|
|
|
- added SysV-style initscript and configuration file fillup template
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 5 16:59:11 UTC 2012 - meissner@suse.com
|
|
|
|
|
|
|
|
- a ssh connection watch daemon
|
|
|
|
|