Accepting request 175212 from Java:packages

- 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/request/show/175212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsch?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2013-05-16 09:06:45 +00:00 committed by Git OBS Bridge
commit a4e0586f6d
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c017dfd2533b86dd751a8b1caea0ab4f19bfb9199c207c94fbdddcfd2ba9bbfe
size 312322

3
jsch-0.1.50.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:443cea6e5a019580b62f66357b707c1939598855566646d536a83be5828f6c6d
size 333297

View File

@ -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

View File

@ -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