[trilead-ssh2] 07/10: Imported Debian patch 6401-1

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Dec 12 11:02:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository trilead-ssh2.

commit a50dbb9b191d64928f7d60e007fe4355bb4ed243
Merge: 4e7ad17 21d444a
Author: Matthew Johnson <mjj29 at debian.org>
Date:   Sat Feb 20 13:52:54 2010 +0000

    Imported Debian patch 6401-1

 HISTORY.txt                                        |  316 ----
 LICENSE.txt                                        |   88 --
 {faq => debian}/FAQ.html                           |    0
 README.txt => debian/README.txt                    |    0
 debian/changelog                                   |    9 +
 debian/control                                     |    2 +-
 debian/copyright                                   |    3 +-
 {examples => debian/examples}/Basic.java           |    0
 .../examples}/BasicWithHTTPProxy.java              |    0
 {examples => debian/examples}/PortForwarding.java  |    0
 .../examples}/PublicKeyAuthentication.java         |    0
 {examples => debian/examples}/SimpleVerifier.java  |    0
 .../examples}/SingleThreadStdoutStderr.java        |    0
 {examples => debian/examples}/StdoutAndStderr.java |    0
 {examples => debian/examples}/SwingShell.java      |    0
 {examples => debian/examples}/UsingKnownHosts.java |    0
 debian/libtrilead-ssh2-java.docs                   |    6 +-
 debian/rules                                       |    3 -
 javadoc/allclasses-frame.html                      |   70 -
 javadoc/allclasses-noframe.html                    |   70 -
 javadoc/com/trilead/ssh2/ChannelCondition.html     |  346 -----
 javadoc/com/trilead/ssh2/Connection.html           | 1623 --------------------
 javadoc/com/trilead/ssh2/ConnectionInfo.html       |  419 -----
 javadoc/com/trilead/ssh2/ConnectionMonitor.html    |  229 ---
 javadoc/com/trilead/ssh2/DHGexParameters.html      |  368 -----
 javadoc/com/trilead/ssh2/HTTPProxyData.html        |  411 -----
 javadoc/com/trilead/ssh2/HTTPProxyException.html   |  304 ----
 javadoc/com/trilead/ssh2/InteractiveCallback.html  |  251 ---
 javadoc/com/trilead/ssh2/KnownHosts.html           |  612 --------
 javadoc/com/trilead/ssh2/LocalPortForwarder.html   |  234 ---
 javadoc/com/trilead/ssh2/LocalStreamForwarder.html |  290 ----
 javadoc/com/trilead/ssh2/ProxyData.html            |  178 ---
 javadoc/com/trilead/ssh2/SCPClient.html            |  561 -------
 javadoc/com/trilead/ssh2/SFTPException.html        |  312 ----
 javadoc/com/trilead/ssh2/SFTPv3Client.html         | 1023 ------------
 javadoc/com/trilead/ssh2/SFTPv3DirectoryEntry.html |  321 ----
 javadoc/com/trilead/ssh2/SFTPv3FileAttributes.html |  503 ------
 javadoc/com/trilead/ssh2/SFTPv3FileHandle.html     |  253 ---
 .../com/trilead/ssh2/ServerHostKeyVerifier.html    |  233 ---
 javadoc/com/trilead/ssh2/Session.html              |  639 --------
 javadoc/com/trilead/ssh2/StreamGobbler.html        |  403 -----
 .../trilead/ssh2/class-use/ChannelCondition.html   |  140 --
 javadoc/com/trilead/ssh2/class-use/Connection.html |  175 ---
 .../com/trilead/ssh2/class-use/ConnectionInfo.html |  192 ---
 .../trilead/ssh2/class-use/ConnectionMonitor.html  |  163 --
 .../trilead/ssh2/class-use/DHGexParameters.html    |  163 --
 .../com/trilead/ssh2/class-use/HTTPProxyData.html  |  140 --
 .../trilead/ssh2/class-use/HTTPProxyException.html |  140 --
 .../ssh2/class-use/InteractiveCallback.html        |  174 ---
 javadoc/com/trilead/ssh2/class-use/KnownHosts.html |  140 --
 .../trilead/ssh2/class-use/LocalPortForwarder.html |  175 ---
 .../ssh2/class-use/LocalStreamForwarder.html       |  164 --
 javadoc/com/trilead/ssh2/class-use/ProxyData.html  |  180 ---
 javadoc/com/trilead/ssh2/class-use/SCPClient.html  |  164 --
 .../com/trilead/ssh2/class-use/SFTPException.html  |  140 --
 .../com/trilead/ssh2/class-use/SFTPv3Client.html   |  163 --
 .../ssh2/class-use/SFTPv3DirectoryEntry.html       |  140 --
 .../ssh2/class-use/SFTPv3FileAttributes.html       |  239 ---
 .../trilead/ssh2/class-use/SFTPv3FileHandle.html   |  262 ----
 .../ssh2/class-use/ServerHostKeyVerifier.html      |  175 ---
 javadoc/com/trilead/ssh2/class-use/Session.html    |  163 --
 .../com/trilead/ssh2/class-use/StreamGobbler.html  |  140 --
 javadoc/com/trilead/ssh2/package-frame.html        |   90 --
 javadoc/com/trilead/ssh2/package-summary.html      |  270 ----
 javadoc/com/trilead/ssh2/package-tree.html         |  162 --
 javadoc/com/trilead/ssh2/package-use.html          |  243 ---
 javadoc/constant-values.html                       |  254 ---
 javadoc/deprecated-list.html                       |  181 ---
 javadoc/help-doc.html                              |  219 ---
 javadoc/index-all.html                             |  825 ----------
 javadoc/index.html                                 |   36 -
 javadoc/overview-summary.html                      |  174 ---
 javadoc/overview-tree.html                         |  164 --
 javadoc/package-list                               |    1 -
 javadoc/resources/inherit.gif                      |  Bin 57 -> 0 bytes
 javadoc/serialized-form.html                       |  226 ---
 javadoc/stylesheet.css                             |   29 -
 src/com/trilead/ssh2/Connection.java               |  633 +++++---
 src/com/trilead/ssh2/DebugLogger.java              |   23 +
 src/com/trilead/ssh2/KnownHosts.java               |   17 +-
 src/com/trilead/ssh2/SCPClient.java                |   78 +-
 src/com/trilead/ssh2/SFTPv3Client.java             |   13 +-
 src/com/trilead/ssh2/SFTPv3FileAttributes.java     |    6 +-
 src/com/trilead/ssh2/Session.java                  |   28 +-
 src/com/trilead/ssh2/channel/ChannelManager.java   |  142 +-
 .../ssh2/channel/RemoteX11AcceptThread.java        |    4 +-
 src/com/trilead/ssh2/crypto/PEMDecoder.java        |    8 +-
 .../ssh2/crypto/cipher/BlockCipherFactory.java     |    4 +-
 src/com/trilead/ssh2/crypto/dh/DhExchange.java     |    9 +-
 src/com/trilead/ssh2/log/Logger.java               |   33 +-
 .../ssh2/packets/PacketChannelTrileadPing.java     |   35 +
 src/com/trilead/ssh2/packets/PacketDisconnect.java |    9 +-
 .../packets/PacketGlobalCancelForwardRequest.java  |    5 +-
 .../ssh2/packets/PacketGlobalTrileadPing.java      |   32 +
 .../trilead/ssh2/packets/PacketServiceAccept.java  |   21 +-
 src/com/trilead/ssh2/packets/TypesReader.java      |    5 +-
 src/com/trilead/ssh2/packets/TypesWriter.java      |   22 +-
 src/com/trilead/ssh2/signature/DSASHA1Verify.java  |   31 +-
 .../trilead/ssh2/transport/ClientServerHello.java  |   34 +-
 .../trilead/ssh2/transport/TransportManager.java   |   14 +-
 trilead-ssh2-build211.jar                          |  Bin 248820 -> 0 bytes
 101 files changed, 838 insertions(+), 16854 deletions(-)

diff --cc debian/FAQ.html
index 979a6c3,0000000..979a6c3
mode 100644,000000..100644
--- a/debian/FAQ.html
+++ b/debian/FAQ.html
diff --cc debian/README.txt
index 69bee5a,0000000..69bee5a
mode 100644,000000..100644
--- a/debian/README.txt
+++ b/debian/README.txt
diff --cc debian/changelog
index 11745d2,0000000..1d65963
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,19 -1,0 +1,28 @@@
++trilead-ssh2 (6401-1) unstable; urgency=low
++
++  * Switch upstream to svnkit
++  * New upstream release
++  * Version is svn revision from svnkit
++  * Import readme, faq and examples from old upstream
++
++ -- Matthew Johnson <mjj29 at debian.org>  Sat, 20 Feb 2010 13:52:54 +0000
++
 +trilead-ssh2 (211-3) unstable; urgency=low
 +
 +  * Use javahelper rather than dh_javadoc 
 +
 + -- Matthew Johnson <mjj29 at debian.org>  Sat, 12 Dec 2009 10:33:09 +0000
 +
 +trilead-ssh2 (211-2) unstable; urgency=low
 +
 +  * Change to debhelper 7
 +  * Add build-dep on gjdoc because that's where dh_javadoc is now
 +  * Change to section java
 +
 + -- Matthew Johnson <mjj29 at debian.org>  Thu, 13 Aug 2009 00:12:29 +0100
 +
 +trilead-ssh2 (211-1) unstable; urgency=low
 +
 +  * Initial release. (Closes: #466694)
 +
 + -- Matthew Johnson <mjj29 at debian.org>  Wed, 20 Feb 2008 11:41:06 +0000
diff --cc debian/control
index abc6885,0000000..a1ae852
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,20 -1,0 +1,20 @@@
 +Source: trilead-ssh2
 +Section: java
 +Priority: optional
 +Maintainer: Matthew Johnson <mjj29 at debian.org>
 +Build-Depends: debhelper (>> 7), javahelper (>=0.25)
 +Build-Depends-Indep: default-jdk
 +Standards-Version: 3.7.3
- Homepage: http://www.trilead.com/Products/Trilead-SSH-2-Java/
++Homepage: http://svn.svnkit.com/repos/svnkit/tags/1.3.2/contrib/trilead/
 +
 +Package: libtrilead-ssh2-java
 +Architecture: all
 +Depends: ${java:Depends}, ${misc:Depends}
 +Description: Java SSH libarary
 + Trilead SSH for Java is a freely available open-source library which
 + implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). It
 + allows one to connect to SSH servers from within Java programs. It supports
 + SSH sessions (remote command execution and shell access), local and remote
 + port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP. There
 + are no dependencies on any JCE provider, as all crypto functionality is
 + included.
diff --cc debian/copyright
index 6c8ee89,0000000..2f12e07
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,96 -1,0 +1,97 @@@
 +This package was Debianised by Matthew Johnson <mjj29 at debian.org> on Wed Feb 20 11:41:05 GMT 2008
 +
- This package was downloaded from http://www.trilead.com/Download/Trilead-SSH-2-Java/.
++This package was originally downloaded from http://www.trilead.com/Download/Trilead-SSH-2-Java/,
++but now upstream is http://svn.svnkit.com/repos/svnkit/tags/1.3.2/contrib/trilead/
 +
 +Copyright (c) 2007 Trilead AG (http://www.trilead.com)
 +
 +All rights reserved.
 +
 +Redistribution and use in source and binary forms, with or without
 +modification, are permitted provided that the following conditions
 +are met:
 +
 +a.) Redistributions of source code must retain the above copyright
 +    notice, this list of conditions and the following disclaimer.
 +b.) 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.
 +c.) Neither the name of Trilead nor the names of its contributors may
 +    be used to endorse or promote products derived from this software
 +    without specific prior written permission.
 +
 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 +AND ANY EXPRESS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
 +
 +Trilead SSH-2 for Java includes code that was written by Dr. Christian Plattner
 +during his PhD at ETH Zurich. The license states the following:
 +
 +Copyright (c) 2005 - 2006 Swiss Federal Institute of Technology (ETH Zurich),
 +  Department of Computer Science (http://www.inf.ethz.ch),
 +  Christian Plattner. All rights reserved.
 +
 +Redistribution and use in source and binary forms, with or without
 +modification, are permitted provided that the following conditions
 +are met:
 +
 +a.) Redistributions of source code must retain the above copyright
 +    notice, this list of conditions and the following disclaimer.
 +b.) 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.
 +c.) Neither the name of ETH Zurich nor the names of its contributors may
 +    be used to endorse or promote products derived from this software
 +    without specific prior written permission.
 +
 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 +AND ANY EXPRESS 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.
 +
 +The Java implementations of the AES, Blowfish and 3DES ciphers have been
 +taken (and slightly modified) from the cryptography package released by
 +"The Legion Of The Bouncy Castle".
 +
 +Their license states the following:
 +
 +Copyright (c) 2000 - 2004 The Legion Of The Bouncy Castle
 +(http://www.bouncycastle.org)
 +
 +Permission is hereby granted, free of charge, to any person obtaining a copy
 +of this software and associated documentation files (the "Software"), to deal
 +in the Software without restriction, including without limitation the rights
 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 +copies of the Software, and to permit persons to whom the Software is
 +furnished to do so, subject to the following conditions:
 +
 +The above copyright notice and this permission notice shall be included in
 +all copies or substantial portions of the Software.
 +
 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 +THE SOFTWARE. 
 +
 +
 +The packaging is Copyright 2008 Matthew Johnson <mjj29 at debian.org> and is licenced
 +under the terms of the BSD licence. On Debian systems the BSD licence can be
 +found in /usr/share/common-licenses/BSD.
diff --cc debian/examples/Basic.java
index 7bd1577,0000000..7bd1577
mode 100644,000000..100644
--- a/debian/examples/Basic.java
+++ b/debian/examples/Basic.java
diff --cc debian/examples/BasicWithHTTPProxy.java
index 73492db,0000000..73492db
mode 100644,000000..100644
--- a/debian/examples/BasicWithHTTPProxy.java
+++ b/debian/examples/BasicWithHTTPProxy.java
diff --cc debian/examples/PortForwarding.java
index dd8d4df,0000000..dd8d4df
mode 100644,000000..100644
--- a/debian/examples/PortForwarding.java
+++ b/debian/examples/PortForwarding.java
diff --cc debian/examples/PublicKeyAuthentication.java
index f3cb554,0000000..f3cb554
mode 100644,000000..100644
--- a/debian/examples/PublicKeyAuthentication.java
+++ b/debian/examples/PublicKeyAuthentication.java
diff --cc debian/examples/SimpleVerifier.java
index 0cc9a79,0000000..0cc9a79
mode 100644,000000..100644
--- a/debian/examples/SimpleVerifier.java
+++ b/debian/examples/SimpleVerifier.java
diff --cc debian/examples/SingleThreadStdoutStderr.java
index 5887fa6,0000000..5887fa6
mode 100644,000000..100644
--- a/debian/examples/SingleThreadStdoutStderr.java
+++ b/debian/examples/SingleThreadStdoutStderr.java
diff --cc debian/examples/StdoutAndStderr.java
index 257dc6b,0000000..257dc6b
mode 100644,000000..100644
--- a/debian/examples/StdoutAndStderr.java
+++ b/debian/examples/StdoutAndStderr.java
diff --cc debian/examples/SwingShell.java
index 1426aca,0000000..1426aca
mode 100644,000000..100644
--- a/debian/examples/SwingShell.java
+++ b/debian/examples/SwingShell.java
diff --cc debian/examples/UsingKnownHosts.java
index 708e290,0000000..708e290
mode 100644,000000..100644
--- a/debian/examples/UsingKnownHosts.java
+++ b/debian/examples/UsingKnownHosts.java
diff --cc debian/libtrilead-ssh2-java.docs
index 2754efd,0000000..efc2692
mode 100644,000000..100644
--- a/debian/libtrilead-ssh2-java.docs
+++ b/debian/libtrilead-ssh2-java.docs
@@@ -1,3 -1,0 +1,3 @@@
- README.txt
- examples
- faq/FAQ.html
++debian/README.txt
++debian/examples
++debian/FAQ.html
diff --cc debian/rules
index a0bc1bb,0000000..cf662bb
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,13 -1,0 +1,10 @@@
 +#!/usr/bin/make -f
 +
 +# Uncomment this to turn on verbose mode.
 +#export DH_VERBOSE=1
 +
 +export JAVA_HOME=/usr/lib/jvm/default-java
 +
 +%:
 +	dh --with javahelper $@
 +
- override_dh_installchangelogs:
- 	dh_installchangelogs HISTORY.txt
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/trilead-ssh2.git



More information about the pkg-java-commits mailing list