From e9d7cc0d30fb762c806184e4e48a668caffeffe1 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 12 Sep 2014 06:55:24 +0200 Subject: [PATCH] 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 --- lib/mina/BUCK | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/mina/BUCK b/lib/mina/BUCK index 9cac9595a7..2ca734c9f2 100644 --- a/lib/mina/BUCK +++ b/lib/mina/BUCK @@ -8,8 +8,9 @@ EXCLUDE = [ maven_jar( name = 'sshd', - id = 'org.apache.sshd:sshd-core:0.12.0', - sha1 = 'b411b3b4ae1d3a8c132cd46cddf126d4dc3fcc71', + id = 'org.apache.sshd:sshd-core:0.12.0-9-g635de65', + sha1 = '1ff3c9ebd0acfcd095eef30a0ee0b99846967711', + repository = GERRIT, license = 'Apache2.0', deps = [':core'], exclude = EXCLUDE,