diff options
author | Erlang/OTP <[email protected]> | 2016-06-22 14:15:18 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-22 14:15:18 +0200 |
commit | c5e8ddfec9757e44513dceaac5a00e112bb4a4e4 (patch) | |
tree | 4d7416f210e1a54e7ef95ee3aa6c3181a333fe96 /lib/ssh/vsn.mk | |
parent | 53e7743216647d810d529e397bd3ea7278c6047c (diff) | |
parent | 76c968d9a0f667ea3e112676861f5dc399113dae (diff) | |
download | otp-c5e8ddfec9757e44513dceaac5a00e112bb4a4e4.tar.gz otp-c5e8ddfec9757e44513dceaac5a00e112bb4a4e4.tar.bz2 otp-c5e8ddfec9757e44513dceaac5a00e112bb4a4e4.zip |
Merge branch 'hans/ssh/retry_pwd_patch/OTP-13674' into maint-18
* hans/ssh/retry_pwd_patch/OTP-13674:
ssh: update vsn.mk
ssh: polishing of password prompt's linefeed
ssh: Fix a hazard bug in ssh_auth
ssh: Some code cuddling in ssh_io
ssh: Fix type error in args of ssh_auth:sort_selected_mthds
ssh: Make client send a faulty pwd only once, ssh_connection_handler part
ssh: Make client send a faulty pwd only once, ssh_auth part
ssh: test cases for no repetition of bad passwords
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 41b42d454b..dc5e7092f8 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 4.2.2 +SSH_VSN = 4.2.2.1 APP_VSN = "ssh-$(SSH_VSN)" |