# HG changeset patch # User Vladimir Kvashin # Date 1476274890 -10800 # Branch release82 # Node ID 5cf896ca0a70f11e01e4968294d152a2172c1263 # Parent 240a40fdaa36e7ac5b90718f47fbf3b3ab9b31d6 fixed #268483 - Upgrade Jsch to v0.1.54 diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/build.xml --- a/c.jcraft.jsch/build.xml Tue Oct 11 18:23:50 2016 +0300 +++ b/c.jcraft.jsch/build.xml Wed Oct 12 15:21:30 2016 +0300 @@ -47,10 +47,10 @@ - + - + diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/external/binaries-list --- a/c.jcraft.jsch/external/binaries-list Tue Oct 11 18:23:50 2016 +0300 +++ b/c.jcraft.jsch/external/binaries-list Wed Oct 12 15:21:30 2016 +0300 @@ -1,1 +1,1 @@ -28B183F2DB44DE2CA82F324EA996593DC6931B12 jsch-0.1.53.jar \ No newline at end of file +0D7D8ABA0D11E8CD2F775F47CD3A6CFBF2837DA4 jsch-0.1.54.jar \ No newline at end of file diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/external/jsch-0.1.53-license.txt --- a/c.jcraft.jsch/external/jsch-0.1.53-license.txt Tue Oct 11 18:23:50 2016 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -Name: JSch -Version: 0.1.53 -License: BSD-jsch-variant -OSR: 3548 -Origin: http://www.jcraft.com/jsch/ -Description: Java implementation of SSH2 - -Copyright (c) 2002-2015 Atsuhiko Yamanaka, JCraft,Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/external/jsch-0.1.54-license.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c.jcraft.jsch/external/jsch-0.1.54-license.txt Wed Oct 12 15:21:30 2016 +0300 @@ -0,0 +1,33 @@ +Name: JSch +Version: 0.1.54 +License: BSD-jsch-variant +OSR: 3548 +Origin: http://www.jcraft.com/jsch/ +Description: Java implementation of SSH2 + +Copyright (c) 2002-2016 Atsuhiko Yamanaka, JCraft,Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the distribution. + + 3. The names of the authors may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, +INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/nbproject/project.properties --- a/c.jcraft.jsch/nbproject/project.properties Tue Oct 11 18:23:50 2016 +0300 +++ b/c.jcraft.jsch/nbproject/project.properties Wed Oct 12 15:21:30 2016 +0300 @@ -41,6 +41,6 @@ # made subject to such option by the copyright holder. is.autoload=true -extra.license.files=external/jsch-0.1.53-license.txt +extra.license.files=external/jsch-0.1.54-license.txt sigtest.gen.fail.on.error=false diff -r 240a40fdaa36 -r 5cf896ca0a70 c.jcraft.jsch/nbproject/project.xml --- a/c.jcraft.jsch/nbproject/project.xml Tue Oct 11 18:23:50 2016 +0300 +++ b/c.jcraft.jsch/nbproject/project.xml Wed Oct 12 15:21:30 2016 +0300 @@ -58,7 +58,7 @@ com-jcraft-jsch.jar - external/jsch-0.1.53.jar + external/jsch-0.1.54.jar