aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/vsn.mk
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-04-29 14:58:06 +0200
committerHans Nilsson <[email protected]>2015-04-30 16:29:51 +0200
commitec5dcc8a6b9f86aa8dd02c70b630460cdc0833df (patch)
tree1abdbf0fa3ca68bd376673a589be7fce2d566e92 /lib/ssh/vsn.mk
parentde6ef63b143557558436b5c0213030a27d78da0d (diff)
downloadotp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.tar.gz
otp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.tar.bz2
otp-ec5dcc8a6b9f86aa8dd02c70b630460cdc0833df.zip
ssh: Fix bug causing rekeying once per minute after 1st Gbyte Thanks Simon
The port stats are not accumulated so that once rekey_limit bytes (by default, 1GB) have been transmitted the connection will be rekeyed every minute, not after the next 1GB.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r--lib/ssh/vsn.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk
index b2b85a717f..40bda0c19f 100644
--- a/lib/ssh/vsn.mk
+++ b/lib/ssh/vsn.mk
@@ -1,4 +1,4 @@
#-*-makefile-*- ; force emacs to enter makefile-mode
-SSH_VSN = 3.2.2
+SSH_VSN = 3.2.3
APP_VSN = "ssh-$(SSH_VSN)"