From a62933541a85ac61fee0b03e5bb9135044126a33ef94ec8f305f907e2ebe3828 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Mon, 13 May 2013 06:19:10 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=5 --- jsch-0.1.49.zip | 3 --- jsch-0.1.50.zip | 3 +++ jsch.changes | 9 +++++++++ jsch.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 jsch-0.1.49.zip create mode 100644 jsch-0.1.50.zip diff --git a/jsch-0.1.49.zip b/jsch-0.1.49.zip deleted file mode 100644 index cc9ae28..0000000 --- a/jsch-0.1.49.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c017dfd2533b86dd751a8b1caea0ab4f19bfb9199c207c94fbdddcfd2ba9bbfe -size 312322 diff --git a/jsch-0.1.50.zip b/jsch-0.1.50.zip new file mode 100644 index 0000000..fb16bf4 --- /dev/null +++ b/jsch-0.1.50.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443cea6e5a019580b62f66357b707c1939598855566646d536a83be5828f6c6d +size 333297 diff --git a/jsch.changes b/jsch.changes index 98ebefb..ad14bcc 100644 --- a/jsch.changes +++ b/jsch.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 13 06:15:53 UTC 2013 - mvyskocil@suse.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 08:39:25 UTC 2012 - mvyskocil@suse.com diff --git a/jsch.spec b/jsch.spec index 3d4c95d..c4cbaa3 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,7 +1,7 @@ # # spec file for package jsch # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define section free Name: jsch -Version: 0.1.49 +Version: 0.1.50 Release: 0 Summary: Pure Java implementation of SSH2 License: BSD-3-Clause