Bump SSHD to 0.12.0-9-g635de65 to fix ESDCA public key auth
Built SSHD from master to pick this commit [1] that fixed ESDCA key authentication bug [2]. https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=44597914edc83f53e3dfb59e370ef7e1de601f11 https://issues.apache.org/jira/browse/SSHD-336 Bug: issue 2797 Change-Id: I30f7893e9eaf87c80b639e85523ca59bfcae9be8
This commit is contained in:
parent
f54fc13ac7
commit
e9d7cc0d30
@ -8,8 +8,9 @@ EXCLUDE = [
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'sshd',
|
name = 'sshd',
|
||||||
id = 'org.apache.sshd:sshd-core:0.12.0',
|
id = 'org.apache.sshd:sshd-core:0.12.0-9-g635de65',
|
||||||
sha1 = 'b411b3b4ae1d3a8c132cd46cddf126d4dc3fcc71',
|
sha1 = '1ff3c9ebd0acfcd095eef30a0ee0b99846967711',
|
||||||
|
repository = GERRIT,
|
||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
deps = [':core'],
|
deps = [':core'],
|
||||||
exclude = EXCLUDE,
|
exclude = EXCLUDE,
|
||||||
|
Loading…
Reference in New Issue
Block a user