Skip to content

Commit

Permalink
Revert "Upgrade jsch from 0.1.72 to 0.2.17"
Browse files Browse the repository at this point in the history
This reverts commit 253909c.
  • Loading branch information
mbien committed Apr 4, 2024
1 parent b2ae4f9 commit 1e9ea5c
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 287 deletions.
8 changes: 4 additions & 4 deletions ide/c.jcraft.jsch/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<project name="ide/c.jcraft.jsch" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
<target name="jar" depends="-define-FileCRC32Calculator">
<FileCRC32Calculator file="external/jsch-0.2.17.jar" property="c.jcraft.jsch.crc32" />
<FileCRC32Calculator file="external/jsch-0.1.72.jar" property="c.jcraft.jsch.crc32" />
<jar jarfile="${cluster}/${module.jar}">
<zipfileset src="external/jsch-0.2.17.jar"/>
<zipfileset src="external/jsch-0.1.72.jar"/>
<manifest>
<attribute name="Bundle-SymbolicName" value="com.jcraft.jsch"/>
<attribute name="Bundle-Version" value="0.2.17"/>
<attribute name="Export-Package" value="com.jcraft.jsch;version=0.2.17"/>
<attribute name="Bundle-Version" value="0.1.72"/>
<attribute name="Export-Package" value="com.jcraft.jsch;version=0.1.72"/>
<attribute name="Import-Package" value="javax.crypto,javax.crypto.spec,javax.crypto.interfaces,org.ietf.jgss"/>
<!-- Ensure that the necessary modules/bundles are made available to JSch -->
<attribute name="Require-Bundle" value="com.jcraft.jzlib,bcprov,libs.c.kohlschutter.junixsocket,org.netbeans.libs.jna,org.netbeans.libs.jna.platform"/>
Expand Down
2 changes: 1 addition & 1 deletion ide/c.jcraft.jsch/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
1572F8AC4023895C2232160FDDD4BFDD8C8E214D com.github.mwiede:jsch:0.2.17
470C45A2B42103D48772F877B1C7287619AD490E com.github.mwiede:jsch:0.1.72
33 changes: 33 additions & 0 deletions ide/c.jcraft.jsch/external/jsch-0.1.72-license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Name: JSch
Version: 0.1.72
License: BSD-jsch
Origin: JCraft Inc.
URL: https://github.com/mwiede/jsch/tree/jsch-0.1.72
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.
79 changes: 0 additions & 79 deletions ide/c.jcraft.jsch/external/jsch-0.2.17-license.txt

This file was deleted.

Loading

0 comments on commit 1e9ea5c

Please sign in to comment.