Changelog for
jsch-0.1.55-1.50.uyuni.noarch.rpm :
* Wed Apr 03 2019 Julio González Gil
- Update to 0.1.55 - bugfix: fixed vulnerabilities in examples; ScpTo.java, ScpFrom.java and ScpNoneCipher.java, https://gist.github.com/ymnk/2318108/revisions#diff-a5ec82fe8ccb2efa64aa42a5592bb137 https://gist.github.com/ymnk/2318108/revisions#diff-c1b069ab3a670f4fd3270d0f57550007 https://gist.github.com/ymnk/2318108/revisions#diff-a20032aa3cc9119fa627ec948b9ada46 thanks to Dylan Katz(http://dylankatz.com). - bugfix: OpenSSHConfig#getUser() should not overwrite the given user-name. - bugfix: fixed \'Invalid encoding for signature\' errors in ssh-dss. - bugfix: fixed bugs in the key-exchange for ecdsa-sha2-nistp384, ecdsa-sha2-nistp521. - bugfix: failed to generate the key pair from private keys, ecdsa 384 and 521. - bugfix: failed to load the ecdsa 521 key identity from ssh-add command. - change: updating copyright messages; 2016 -> 2018 - feature: supporting key files on EBCDIC environment.- Removed:
* jsch-0.1.54-buildxml.patch- Added:
* jsch-0.1.55-buildxml.patch
* Tue Mar 07 2017 mbolognaAATTsuse.de- Update to 0.1.54 - bugfix: fixed CVE-2016-5725 (bsc#997542) Refer to following links, http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2016-5725 https://github.com/tintinweb/pub/tree/master/pocs/cve-2016-5725 - bugfix: sftp-put may send the garbage data in some rare case. - bugfix: fixed a deadlock bug in KnownHosts#getHostKey(). - bugfix: SftpProgressMonitor#init() was not invoked in sftp-put by using the output-stream. - change: KnownHosts#setKnownHosts() should accept the non-existing file. - change: excluding the user interaction time from the timeout value. - change: addressing SFTP slow file transfer speed with Titan FTP. - change: updating copyright messages; 2015 -> 2016
* Sun Oct 04 2015 mcAATTsuse.com- update to 0.1.53 - bugfix: resource leak: duplicate keys in LocalIdentityRepository. - bugfix: the rekey initiated by the remote may crash the session. - feature: added the support for SSH ECC defined in RFC5656, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521 This functionality requires Java7 or later. - feature: added the support for server host keys in ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521 - feature: generating key-pairs in ecdh-sha2-nistp256, ecdh-sha2-nistp384, ecdh-sha2-nistp521 - for more changes see the changelog http://www.jcraft.com/jsch/ChangeLog
* Mon Sep 09 2013 tchvatalAATTsuse.com- Move from jpackage-utils to javapackage-tools
* Mon May 13 2013 mvyskocilAATTsuse.com- update to 0.1.50
* fixes connection errors with \"verify: false\" when running on Java 7u6 (and later).
* The OpenSSH config file and the key exchange method \"diffie-hellman-group-exchange-sha256\" are now supported
* Tue Oct 16 2012 mvyskocilAATTsuse.com- update to 0.1.49
* Putty\'s private key files support
* hmax-sha2-256 defined in RFC6668 is supported
* integration with jsch-agent-proxy
* and many bugfixes
* Tue Apr 28 2009 mvyskocilAATTsuse.cz- Initial SUSE packaging of version 0.1.40 (from jpp5)