package/autossh: bump version to 1.4g
authorEinar Jon Gunnarsson <tolvupostur@gmail.com>
Wed, 5 Jun 2019 19:56:58 +0000 (21:56 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Jun 2019 12:15:33 +0000 (14:15 +0200)
Version 1.4g most notably addresses a bug that could see an alarm signal
occur without a handler, causing autossh to exit inappropriately.

Signed-off-by: Einar Jon Gunnarsson <tolvupostur@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/autossh/autossh.hash
package/autossh/autossh.mk

index 5c6cfbc98fca4515543c037df5f27dc34c57c671..226003f89ea99e320b6f47603dd6af07a781b6a5 100644 (file)
@@ -1,6 +1,6 @@
-# From http://www.harding.motd.ca/autossh/autossh-1.4f.cksums
-sha256 0172e5e1bea40c642e0ef025334be3aadd4ff3b4d62c0b177ed88a8384e2f8f2  autossh-1.4f.tgz
-sha1 28189c42ab2e05448596a44adc9d62071172fe9b  autossh-1.4f.tgz
-md5 432ed721a71b8af4b5763b5c484f80df  autossh-1.4f.tgz
+# From http://www.harding.motd.ca/autossh/autossh-1.4g.cksums
+sha256 5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277  autossh-1.4g.tgz
+sha1 bd88da0e296b8d85722ee9e7c314e9319e5b2db8  autossh-1.4g.tgz
+md5 2b804bc1bf6d2f2afaa526d02df7c0a2  autossh-1.4g.tgz
 # Locally computed
-sha256 b6938db718166520533b1d56b01e1eb5f0ad508624478e674938b8f507b66d98  autossh.c
+sha256 014ec5a85a8899d4ea0e0a886bb3fc4c72b4bbec6414093ba1fdac5b178c25b4  autossh.c
index 5af8b735c2e0e70d919fb102176fd68b0973612e..899e5cdb525a863c8466a02fa7a9991b6f24fc34 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AUTOSSH_VERSION = 1.4f
+AUTOSSH_VERSION = 1.4g
 AUTOSSH_SITE = http://www.harding.motd.ca/autossh
 AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
 AUTOSSH_LICENSE = Modified BSD