<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/autossh/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-02-07T22:11:35Z</updated>
<entry>
<title>autossh: make forwarding optional</title>
<updated>2024-02-07T22:11:35Z</updated>
<author>
<name>kkubicki</name>
</author>
<published>2024-01-12T21:26:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=278970f10c9911ff557b0838645cc285f835c9f6'/>
<id>urn:sha1:278970f10c9911ff557b0838645cc285f835c9f6</id>
<content type='text'>
- previously localport option was required, which broke older configs
- now in-config forwarding is only optional
- ssh option still can be used for forwarding as in sample config

Signed-off-by: kkubicki &lt;krzysiek.kubicki@gmail.com&gt;
</content>
</entry>
<entry>
<title>autossh: improve uci and procd support</title>
<updated>2022-07-06T04:53:27Z</updated>
<author>
<name>Jaymin Patel</name>
</author>
<published>2022-07-04T10:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d71bea3f19bd19488f9c36709dfdae4a4e8fad98'/>
<id>urn:sha1:d71bea3f19bd19488f9c36709dfdae4a4e8fad98</id>
<content type='text'>
- convert autossh into procd instances
- add new uci config options to handle local and remote
  port forwarding
- remove hotplug down actions causing service to stop on
  any interface down event

Signed-off-by: Jaymin Patel &lt;jem.patel@gmail.com&gt;
</content>
</entry>
<entry>
<title>autossh: fix compilation without ssh installed</title>
<updated>2021-06-13T03:15:33Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-13T01:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63b7febf5f62a120539611b1f7c252db5dc244cb'/>
<id>urn:sha1:63b7febf5f62a120539611b1f7c252db5dc244cb</id>
<content type='text'>
configure script looks for host ssh. Just pass the configure variable
directly. --with-ssh doesn't work.

Also get rid of custom Compile section. It's not needed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>autossh: switch to procd</title>
<updated>2020-08-31T14:05:12Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2020-08-28T12:13:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7049b06130be97b6ef0c958be04c46bb5e850d37'/>
<id>urn:sha1:7049b06130be97b6ef0c958be04c46bb5e850d37</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>autossh: Update to 1.4g</title>
<updated>2019-01-20T18:33:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-20T06:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=43988c17d6d777cbb62d4de41189861ce66120cd'/>
<id>urn:sha1:43988c17d6d777cbb62d4de41189861ce66120cd</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>autossh: Update to 1.4f</title>
<updated>2018-06-08T01:17:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-06-08T01:17:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e227456efa1cdb7c48fd6082c18215fa5fdeab26'/>
<id>urn:sha1:e227456efa1cdb7c48fd6082c18215fa5fdeab26</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>autossh: add an 'enabled' option within the uci configuration file</title>
<updated>2018-04-11T18:22:17Z</updated>
<author>
<name>Adrià Llaudet</name>
</author>
<published>2018-04-11T18:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=af31a192f80cf948004334507073751294a436a2'/>
<id>urn:sha1:af31a192f80cf948004334507073751294a436a2</id>
<content type='text'>
In a tool like this one, you really want an option to establish if the service
should start or not by default on boot time, especially when its configuration
file has to be customized by the user.

In the configuration file, the new 'enabled' option is setted to '0' by default
since the configuration provided by default will not be the one finally used.

In the init script, the new 'enabled' option is setted to '1' by default in
order to support the previous configuration file behaviour.

Signed-off-by: Adrià Llaudet &lt;adria.llaudet@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>autossh: use version 1.4e, update Makefile</title>
<updated>2016-09-06T12:18:36Z</updated>
<author>
<name>Christian Beier</name>
</author>
<published>2016-09-06T12:18:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0faa7a2d2c6a93b013e29e7397078a5025a50760'/>
<id>urn:sha1:0faa7a2d2c6a93b013e29e7397078a5025a50760</id>
<content type='text'>
Signed-off-by: Christian Beier &lt;cb@shoutrlabs.com&gt;
</content>
</entry>
<entry>
<title>autossh: import from oldpackages</title>
<updated>2016-09-06T11:51:24Z</updated>
<author>
<name>Christian Beier</name>
</author>
<published>2016-09-06T11:51:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0648e9e71e37f874188bd860d5e402c43b37ea3a'/>
<id>urn:sha1:0648e9e71e37f874188bd860d5e402c43b37ea3a</id>
<content type='text'>
Signed-off-by: Christian Beier &lt;cb@shoutrlabs.com&gt;
</content>
</entry>
</feed>
