diff mbox series

[1/1] package/autossh: bump version to 1.4g

Message ID 1559764619-8118-1-git-send-email-tolvupostur@gmail.com
State Accepted
Commit fe4716001edfa4bb79b62ec4805e344f93971a2a
Headers show
Series [1/1] package/autossh: bump version to 1.4g | expand

Commit Message

Einar Jón June 5, 2019, 7:56 p.m. UTC
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>
---
 package/autossh/autossh.hash | 10 +++++-----
 package/autossh/autossh.mk   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Comments

Peter Korsgaard June 6, 2019, 12:17 p.m. UTC | #1
>>>>> "Einar" == Einar Jon Gunnarsson <tolvupostur@gmail.com> writes:

 > Version 1.4g most notably addresses a bug that could see an alarm signal
 > occur without a handler, causing autossh to exit inappropriately.

Committed, thanks.

Does this mean that we also want this on the 2019.02.x (LTS) and
2019.05.x (stable) branches?
diff mbox series

Patch

diff --git a/package/autossh/autossh.hash b/package/autossh/autossh.hash
index 5c6cfbc..226003f 100644
--- a/package/autossh/autossh.hash
+++ b/package/autossh/autossh.hash
@@ -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
diff --git a/package/autossh/autossh.mk b/package/autossh/autossh.mk
index 5af8b73..899e5cd 100644
--- a/package/autossh/autossh.mk
+++ b/package/autossh/autossh.mk
@@ -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