commit rubygem-net-ssh for openSUSE:Factory

2020-10-05 Thread root


binWqtG45hwEH.bin
Description: Binary data


commit rubygem-net-ssh for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2020-05-11 13:41:43

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.2738 (New)


Package is "rubygem-net-ssh"

Mon May 11 13:41:43 2020 rev:30 rq:802351 version:6.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2019-03-27 16:17:57.971572742 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.2738/rubygem-net-ssh.changes
2020-05-11 13:41:44.377168603 +0200
@@ -1,0 +2,30 @@
+Thu May  7 21:07:37 UTC 2020 - Stephan Kulow 
+
+- updated to version 6.0.2
+ see installed CHANGES.txt
+
+  === 6.0.2
+  
+* Fix corrupted hmac issue in etm hmac [#759]
+  
+  === 6.0.1
+  
+* Make sha2-{256,512}-e...@openssh.com MAC opt-in as they seems to have 
issues [#757]
+  
+  === 6.0.0
+  
+* Support empty lines and comments in known_hosts [donoghuc, #742]
+* Add sha2-{256,512}-e...@openssh.com MAC algorithms [graaff, #714]
+  
+  === 6.0.0 beta2
+  
+* Support :certkeys and CertificateFile configuration option  [Anders 
Carling, #722]
+  
+  === 6.0.0 beta1
+  
+* curve25519sha256 support [Florian Wininger ,#690]
+* disabled insecure algs [Florian Wininger , #709]
+  
+  === 5.2.0
+
+---

Old:

  net-ssh-5.2.0.gem

New:

  net-ssh-6.0.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.jfLQDA/_old  2020-05-11 13:41:45.149170241 +0200
+++ /var/tmp/diff_new_pack.jfLQDA/_new  2020-05-11 13:41:45.153170250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-net-ssh
-Version:5.2.0
+Version:6.0.2
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.6}
+BuildRequires:  %{ruby >= 2.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/net-ssh/net-ssh
+URL:https://github.com/net-ssh/net-ssh
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
@@ -50,7 +50,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGES.txt LICENSE.txt README.rdoc" \
+  --doc-files="CHANGES.txt LICENSE.txt README.md" \
   -f
 
 %gem_packages

++ net-ssh-5.2.0.gem -> net-ssh-6.0.2.gem ++
 4656 lines of diff (skipped)




commit rubygem-net-ssh for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2019-03-27 16:17:52

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.25356 (New)


Package is "rubygem-net-ssh"

Wed Mar 27 16:17:52 2019 rev:29 rq:685129 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2019-03-04 09:20:27.640600059 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.25356/rubygem-net-ssh.changes   
2019-03-27 16:17:57.971572742 +0100
@@ -1,0 +2,22 @@
+Thu Mar 14 11:00:06 UTC 2019 - Stephan Kulow 
+
+- updated to version 5.2.0
+ see installed CHANGES.txt
+
+  === 5.2.0.rc3
+  
+* Fix check_host_ip read from config
+* Support ssh-ed25519 in kown hosts
+  
+  === 5.2.0.rc2
+  
+* Read check_host_ip from ssh config files
+  
+  === 5.2.0.rc1
+  
+* Interpret * and ? in know_hosts file [Romain Tartière, #660]
+* New :check_host_ip so ip checking can be disabled in known hosts [Romain 
Tartière, #656]
+  
+  === 5.1.0
+
+---

Old:

  net-ssh-5.1.0.gem

New:

  net-ssh-5.2.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.8oEMpa/_old  2019-03-27 16:17:59.247572476 +0100
+++ /var/tmp/diff_new_pack.8oEMpa/_new  2019-03-27 16:17:59.251572475 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:5.1.0
+Version:5.2.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-5.1.0.gem -> net-ssh-5.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml2018-12-28 11:35:33.0 +0100
+++ new/.rubocop.yml2019-03-11 10:54:01.0 +0100
@@ -3,3 +3,6 @@
 AllCops:
   Exclude:
 - 'tryout/**/*'
+
+Style/DoubleNegation:
+  Enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2018-12-28 11:35:33.0 +0100
+++ new/CHANGES.txt 2019-03-11 10:54:01.0 +0100
@@ -1,8 +1,24 @@
+=== 5.2.0.rc3
+
+  * Fix check_host_ip read from config
+  * Support ssh-ed25519 in kown hosts
+
+=== 5.2.0.rc2
+
+  * Read check_host_ip from ssh config files
+
+=== 5.2.0.rc1
+
+  * Interpret * and ? in know_hosts file [Romain Tartière, #660]
+  * New :check_host_ip so ip checking can be disabled in known hosts [Romain 
Tartière, #656]
+
+=== 5.1.0
+
 === 5.1.0.rc1
 
   * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 
already supported) [#646]
   * Support IdentityAgent is ssh config [Frank Groeneveld, #645]
-  * Improve Match processin in ssh config [Aleksandrs Ļedovskis, #642]
+  * Improve Match processing in ssh config [Aleksandrs Ļedovskis, #642]
   * Ignore signature verification when verify_host_key is never [Piotr 
Kliczewski, #641]
   * Alg preference was changed to prefer stronger encryptions  [Tray, #637]
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/ed25519.rb 
new/lib/net/ssh/authentication/ed25519.rb
--- old/lib/net/ssh/authentication/ed25519.rb   2018-12-28 11:35:33.0 
+0100
+++ new/lib/net/ssh/authentication/ed25519.rb   2019-03-11 10:54:01.0 
+0100
@@ -29,6 +29,17 @@
   MEND = "-END OPENSSH PRIVATE KEY-\n"
   MAGIC = "openssh-key-v1"
 
+  class DecryptError < ArgumentError
+def initialize(message, encrypted_key: false)
+  super(message)
+  @encrypted_key = encrypted_key
+end
+
+def encrypted_key?
+  return @encrypted_key
+end
+  end
+
   def self.read(datafull, password)
 raise ArgumentError.new("Expected #{MBEGIN} at start of private 
key") unless datafull.start_with?(MBEGIN)
 raise ArgumentError.new("Expected #{MEND} at end of private key") 
unless datafull.end_with?(MEND)
@@ -74,7 +85,7 @@
 check1 = decoded.read_long
 check2 = decoded.read_long
 
-raise ArgumentError, "Decrypt failed on private key" if (check1 != 
check2)
+raise DecryptError.new("Decrypt failed on private key", 
encrypted_key: kdfname == 'bcrypt') if (check1 != check2)
 
 type_name = 

commit rubygem-net-ssh for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2019-03-04 09:20:24

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.28833 (New)


Package is "rubygem-net-ssh"

Mon Mar  4 09:20:24 2019 rev:28 rq:679527 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2018-07-18 22:50:36.251624555 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-net-ssh.new.28833/rubygem-net-ssh.changes   
2019-03-04 09:20:27.640600059 +0100
@@ -1,0 +2,18 @@
+Mon Jan 14 13:48:19 UTC 2019 - Stephan Kulow 
+
+- updated to version 5.1.0
+ see installed CHANGES.txt
+
+  === 5.1.0.rc1
+  
+* Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 
already supported) [#646]
+* Support IdentityAgent is ssh config [Frank Groeneveld, #645]
+* Improve Match processin in ssh config [Aleksandrs Ļedovskis, #642]
+* Ignore signature verification when verify_host_key is never [Piotr 
Kliczewski, #641]
+* Alg preference was changed to prefer stronger encryptions  [Tray, #637]
+  
+  === 5.0.2
+  
+* fix ctr for jruby [#612]
+
+---

Old:

  net-ssh-5.0.2.gem

New:

  net-ssh-5.1.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.PtetDo/_old  2019-03-04 09:20:28.464599911 +0100
+++ /var/tmp/diff_new_pack.PtetDo/_new  2019-03-04 09:20:28.468599910 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:5.0.2
+Version:5.1.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-5.0.2.gem -> net-ssh-5.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-06-17 06:57:31.0 +0200
+++ new/.travis.yml 2018-12-28 11:35:33.0 +0100
@@ -7,40 +7,41 @@
 gateway.netssh
 
 rvm:
-  - 2.2
+  - 2.2.10
   - 2.3.7
-  - 2.4.4
-  - 2.5.1
-  - jruby-9.1.13.0
-  - rbx-3.84
+  - 2.4.5
+  - 2.5.3
+  - 2.6.0-rc2
+  - jruby-9.2.5.0
+  - rbx-3.107
   - ruby-head
 env:
   NET_SSH_RUN_INTEGRATION_TESTS=1
 
 matrix:
   exclude:
-- rvm: rbx-3.84
-- rvm: jruby-9.1.13.0
+- rvm: rbx-3.107
+- rvm: jruby-9.2.5.0
   include:
-- rvm: rbx-3.84
+- rvm: rbx-3.107
   env: NET_SSH_RUN_INTEGRATION_TESTS=
-- rvm: jruby-9.1.13.0
+- rvm: jruby-9.2.5.0
   env: JRUBY_OPTS='--client -J-XX:+TieredCompilation 
-J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m 
-Xcompile.invokedynamic=false' NET_SSH_RUN_INTEGRATION_TESTS=
   fast_finish: true
   allow_failures:
-- rvm: rbx-3.84
-- rvm: jruby-9.1.13.0
+- rvm: rbx-3.107
+- rvm: jruby-9.2.5.0
 - rvm: ruby-head
 
 install:
   - export JRUBY_OPTS='--client -J-XX:+TieredCompilation 
-J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m 
-Xcompile.invokedynamic=false'
-  - sudo pip install ansible
+  - sudo pip install ansible urllib3 pyOpenSSL ndg-httpsclient pyasn1
   - gem install bundler -v "= 1.16"
   - gem list bundler
   - bundle _1.16_ install
   - bundle _1.16_ -v
   - BUNDLE_GEMFILE=./Gemfile.noed25519 bundle _1.16_ install
-  - sudo ansible-galaxy install rvm_io.ruby
+  - sudo ansible-galaxy install rvm.ruby
   - sudo chown -R travis:travis /home/travis/.ansible
   - ansible-playbook ./test/integration/playbook.yml -i "localhost," --become 
-c local -e 'no_rvm=true' -e 'myuser=travis' -e 'mygroup=travis' -e 
'homedir=/home/travis'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2018-06-17 06:57:31.0 +0200
+++ new/CHANGES.txt 2018-12-28 11:35:33.0 +0100
@@ -1,3 +1,15 @@
+=== 5.1.0.rc1
+
+  * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 
already supported) [#646]
+  * Support IdentityAgent is ssh config [Frank Groeneveld, #645]
+  * Improve Match processin in ssh 

commit rubygem-net-ssh for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2018-07-18 22:50:31

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Wed Jul 18 22:50:31 2018 rev:27 rq:621017 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2018-06-04 13:23:47.553846696 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2018-07-18 22:50:36.251624555 +0200
@@ -1,0 +2,6 @@
+Sun Jun 17 05:06:43 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.2
+ see installed CHANGES.txt
+
+---

Old:

  net-ssh-5.0.1.gem

New:

  net-ssh-5.0.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.0anmP2/_old  2018-07-18 22:50:36.747622910 +0200
+++ /var/tmp/diff_new_pack.0anmP2/_new  2018-07-18 22:50:36.747622910 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:5.0.1
+Version:5.0.2
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-5.0.1.gem -> net-ssh-5.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2018-06-03 10:31:15.0 +0200
+++ new/.gitignore  2018-06-17 06:57:31.0 +0200
@@ -1,6 +1,10 @@
 /Gemfile.lock
 doc
+rdoc
 ri
 pkg
 *.swp
 test/integration/.vagrant
+test/integration/playbook.retry
+
+.byebug_history
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-06-03 10:31:15.0 +0200
+++ new/.travis.yml 2018-06-17 06:57:31.0 +0200
@@ -8,9 +8,9 @@
 
 rvm:
   - 2.2
-  - 2.3.5
-  - 2.4.3
-  - 2.5.0
+  - 2.3.7
+  - 2.4.4
+  - 2.5.1
   - jruby-9.1.13.0
   - rbx-3.84
   - ruby-head
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/transport/cipher_factory.rb 
new/lib/net/ssh/transport/cipher_factory.rb
--- old/lib/net/ssh/transport/cipher_factory.rb 2018-06-03 10:31:15.0 
+0200
+++ new/lib/net/ssh/transport/cipher_factory.rb 2018-06-17 06:57:31.0 
+0200
@@ -27,9 +27,9 @@
   "3des-ctr"=> "des-ede3",
   "blowfish-ctr"=> "bf-ecb",
 
-  "aes256-ctr"  => "aes-256-ctr",
-  "aes192-ctr"  => "aes-192-ctr",
-  "aes128-ctr"  => "aes-128-ctr",
+  "aes256-ctr"  => 
::OpenSSL::Cipher.ciphers.include?("aes-256-ctr") ? "aes-256-ctr" : 
"aes-256-ecb",
+  "aes192-ctr"  => 
::OpenSSL::Cipher.ciphers.include?("aes-192-ctr") ? "aes-192-ctr" : 
"aes-192-ecb",
+  "aes128-ctr"  => 
::OpenSSL::Cipher.ciphers.include?("aes-128-ctr") ? "aes-128-ctr" : 
"aes-128-ecb",
   "cast128-ctr" => "cast5-ecb",
 
   "none"=> "none"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/version.rb new/lib/net/ssh/version.rb
--- old/lib/net/ssh/version.rb  2018-06-03 10:31:15.0 +0200
+++ new/lib/net/ssh/version.rb  2018-06-17 06:57:31.0 +0200
@@ -52,7 +52,7 @@
   MINOR = 0
 
   # The tiny component of this version of the Net::SSH library
-  TINY  = 1
+  TINY  = 2
 
   # The prerelease component of this version of the Net::SSH library
   # nil allowed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-06-03 10:31:15.0 +0200
+++ new/metadata2018-06-17 06:57:31.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: net-ssh
 version: !ruby/object:Gem::Version
-  version: 5.0.1
+  version: 5.0.2
 platform: ruby
 authors:
 - Jamis Buck
@@ -32,7 +32,7 @@
   ZFwoIuXKeDmTTpryd/vI7sdLXDuV6MbWOLGh6gXn9RDDXG1EqEXW0bjovATBMpdH
   9OGohJvAFzcvhDTWPwT6w3PG5B80pqb9j1hEAg==
   -END CERTIFICATE-
-date: 2018-06-03 00:00:00.0 Z
+date: 2018-06-17 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bcrypt_pbkdf
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ




commit rubygem-net-ssh for openSUSE:Factory

2018-06-04 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2018-06-04 13:22:47

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Mon Jun  4 13:22:47 2018 rev:26 rq:613892 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2017-09-12 19:56:41.272169121 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2018-06-04 13:23:47.553846696 +0200
@@ -1,0 +2,45 @@
+Sun Jun  3 09:16:32 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.1
+ see installed CHANGES.txt
+
+  === 5.0.1
+  
+* default_keys were not loaded even if no keys or key_data options 
specified [#607]
+
+---
+Fri Jun  1 12:19:51 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.0
+ see installed CHANGES.txt
+
+  === 5.0.0
+  
+   * Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem 
[#563]
+   * Verify_host_key options rename (true, false, :very, :secure depreacted 
new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) 
[Jared Beck, #595]
+  
+  === 5.0.0.rc2 
+  
+   * Add .dll extensions to dlopen on cygwin [#603]
+   * Fix host certificate validation [#601]
+  
+  === 5.0.0.rc1
+  
+   * Fix larger than 4GB file transfers [#599]
+   * Update HTTP proxy to version 1.1 [Connor Dunn, #597]
+  
+  === 5.0.0.beta2
+  
+   * Support for sha256 pubkey fingerprint [Tom Maher, #585]
+   * Don't try to load default_keys if key_data option is used [Josh Larson, 
#589]
+   * Added fingerprint_hash defaulting to SHA256 as fingerprint format, and 
MD5 can be used as an option [Miklós Fazekas, #591]
+  
+  === 5.0.0.beta1
+  
+   * Don't leave proxy command as zombie on timeout [DimitriosLisenko, #560]
+   * Use OpenSSL for aes*-ctr for up to 5x throughput improvement [Miklós 
Fazekas, Harald Sitter, #570]
+   * Optimize slice! usage in CTR for up to 2x throughput improvement [Harald 
Sitter, #569]
+   * Replace RbNaCl dependency with ed25519 gem [Tony Arcieri ,#563]
+   * Add initial Match support [Kasumi Hanazuki,  #553]
+
+---

Old:

  net-ssh-4.2.0.gem

New:

  net-ssh-5.0.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.Oo5ImJ/_old  2018-06-04 13:23:48.257820917 +0200
+++ /var/tmp/diff_new_pack.Oo5ImJ/_new  2018-06-04 13:23:48.257820917 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-net-ssh
-Version:4.2.0
+Version:5.0.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.0}
+BuildRequires:  %{ruby >= 2.2.6}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/net-ssh/net-ssh

++ net-ssh-4.2.0.gem -> net-ssh-5.0.1.gem ++
 18700 lines of diff (skipped)




commit rubygem-net-ssh for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2017-09-12 19:56:41

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Tue Sep 12 19:56:41 2017 rev:25 rq:523550 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2017-03-21 22:50:47.608227636 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2017-09-12 19:56:41.272169121 +0200
@@ -1,0 +2,21 @@
+Mon Sep 11 12:44:35 UTC 2017 - co...@suse.com
+
+- updated to version 4.2.0
+ see installed CHANGES.txt
+
+  === 4.2.0.rc2
+  
+   * Fix double close bug on auth failure (or ruby 2.2 or earlier) [#538]
+  
+  === 4.2.0.rc1
+  
+   * Improved logging with proxy command [Dmitriy Ivliev, #530]
+   * Close transport on proxy error [adamruzicka, #526]
+   * Support multiple identity files [Kimura Masayuki, #528]
+   * Move `none` cipher to end of cipher list [Brian Cain, #525]
+   * Deprecate `:paranoid` in favor of `:verify_host_key` [Jared Beck, #524]
+   * Support Multile Include ssh config files [Kasumi Hanazuki, #516]
+   * Support Relative path in ssh confif files [Akinori MUSHA, #510]
+   * add direct-streamlo...@openssh.com support in Forward class [Harald 
Sitter, #502]
+
+---

Old:

  net-ssh-4.1.0.gem

New:

  net-ssh-4.2.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.MVVQX8/_old  2017-09-12 19:56:42.060058338 +0200
+++ /var/tmp/diff_new_pack.MVVQX8/_new  2017-09-12 19:56:42.064057776 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:4.1.0
+Version:4.2.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/net-ssh/net-ssh
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
 License:MIT

++ net-ssh-4.1.0.gem -> net-ssh-4.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.rubocop_todo.yml new/.rubocop_todo.yml
--- old/.rubocop_todo.yml   2017-02-18 18:23:34.0 +0100
+++ new/.rubocop_todo.yml   2017-09-06 14:39:56.0 +0200
@@ -639,7 +639,7 @@
 
 # Offense count: 12
 # Cop supports --auto-correct.
-Style/MethodCallParentheses:
+Style/MethodCallWithoutArgsParentheses:
   Exclude:
 - 'test/authentication/test_key_manager.rb'
 - 'test/connection/test_session.rb'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2017-02-18 18:23:34.0 +0100
+++ new/CHANGES.txt 2017-09-06 14:39:56.0 +0200
@@ -1,3 +1,18 @@
+=== 4.2.0.rc2
+
+ * Fix double close bug on auth failure (or ruby 2.2 or earlier) [#538]
+
+=== 4.2.0.rc1
+
+ * Improved logging with proxy command [Dmitriy Ivliev, #530]
+ * Close transport on proxy error [adamruzicka, #526]
+ * Support multiple identity files [Kimura Masayuki, #528]
+ * Move `none` cipher to end of cipher list [Brian Cain, #525]
+ * Deprecate `:paranoid` in favor of `:verify_host_key` [Jared Beck, #524]
+ * Support Multile Include ssh config files [Kasumi Hanazuki, #516]
+ * Support Relative path in ssh confif files [Akinori MUSHA, #510]
+ * add direct-streamlo...@openssh.com support in Forward class [Harald Sitter, 
#502]
+
 === 4.1.0
 === 4.1.0.rc1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-02-18 18:23:34.0 +0100
+++ new/Gemfile 2017-09-06 14:39:56.0 +0200
@@ -3,7 +3,7 @@
 # Specify your gem's dependencies in mygem.gemspec
 gemspec
 
-if !Gem.win_platform? && RUBY_ENGINE == "mri"
+if !Gem.win_platform? && RUBY_ENGINE == "ruby"
   gem 'byebug', group: [:development, :test]
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/appveyor.yml new/appveyor.yml
--- old/appveyor.yml2017-02-18 18:23:34.0 +0100
+++ new/appveyor.yml2017-09-06 14:39:56.0 +0200
@@ -9,6 +9,10 @@
 - ruby_version: "23-x64"
 - ruby_version: "22-x64"
 
+matrix:
+  allow_failures:
+- ruby_version: "jruby-9.1.2.0"
+
 #init:
 #  - ps: iex ((new-object 

commit rubygem-net-ssh for openSUSE:Factory

2017-03-21 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2017-03-21 22:50:40

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Tue Mar 21 22:50:40 2017 rev:24 rq:479684 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2017-01-25 23:27:35.372293963 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2017-03-21 22:50:47.608227636 +0100
@@ -1,0 +2,17 @@
+Sun Feb 19 05:32:48 UTC 2017 - co...@suse.com
+
+- updated to version 4.1.0
+ see installed CHANGES.txt
+
+  === 4.1.0
+  === 4.1.0.rc1
+  
+   * ProxyJump support [Ryan McGeary, #500]
+   * Fix agent detection on Windows [Christian Koehler, #495]
+  
+  === 4.1.0.beta1
+  
+   * Fix nil error when libsodium is not there [chapmajs ,#488]
+   * SSH certificate support for client auth [David Bartley, #485]
+
+---

Old:

  net-ssh-4.0.1.gem

New:

  net-ssh-4.1.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.zQXdqX/_old  2017-03-21 22:50:48.468106073 +0100
+++ /var/tmp/diff_new_pack.zQXdqX/_new  2017-03-21 22:50:48.476104943 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:4.0.1
+Version:4.1.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-4.0.1.gem -> net-ssh-4.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-01-07 15:36:27.0 +0100
+++ new/.travis.yml 2017-02-18 18:23:34.0 +0100
@@ -2,6 +2,10 @@
 sudo: true
 dist: trusty
 
+addon:
+  hosts:
+gateway.netssh
+
 rvm:
   - 2.0
   - 2.1
@@ -40,6 +44,7 @@
   - ansible-playbook ./test/integration/playbook.yml -i "localhost," --become 
-c local -e 'no_rvm=true' -e 'myuser=travis' -e 'mygroup=travis' -e 
'homedir=/home/travis'
 
 script:
+  - ssh -V
   - bundle _1.13.7_ exec rake test
   - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.13.7_ exec rake test
   - bundle _1.13.7_ exec rake test_test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2017-01-07 15:36:27.0 +0100
+++ new/CHANGES.txt 2017-02-18 18:23:34.0 +0100
@@ -1,3 +1,14 @@
+=== 4.1.0
+=== 4.1.0.rc1
+
+ * ProxyJump support [Ryan McGeary, #500]
+ * Fix agent detection on Windows [Christian Koehler, #495]
+
+=== 4.1.0.beta1
+
+ * Fix nil error when libsodium is not there [chapmajs ,#488]
+ * SSH certificate support for client auth [David Bartley, #485]
+
 === 4.0.1
 === 4.0.1.rc2
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/agent.rb 
new/lib/net/ssh/authentication/agent.rb
--- old/lib/net/ssh/authentication/agent.rb 2017-01-07 15:36:27.0 
+0100
+++ new/lib/net/ssh/authentication/agent.rb 2017-02-18 18:23:34.0 
+0100
@@ -29,20 +29,28 @@
   attr_accessor :comment
 end
 
-SSH2_AGENT_REQUEST_VERSION= 1
-SSH2_AGENT_REQUEST_IDENTITIES = 11
-SSH2_AGENT_IDENTITIES_ANSWER  = 12
-SSH2_AGENT_SIGN_REQUEST   = 13
-SSH2_AGENT_SIGN_RESPONSE  = 14
-SSH2_AGENT_FAILURE= 30
-SSH2_AGENT_VERSION_RESPONSE   = 103
+SSH2_AGENT_REQUEST_VERSION   = 1
+SSH2_AGENT_REQUEST_IDENTITIES= 11
+SSH2_AGENT_IDENTITIES_ANSWER = 12
+SSH2_AGENT_SIGN_REQUEST  = 13
+SSH2_AGENT_SIGN_RESPONSE = 14
+SSH2_AGENT_ADD_IDENTITY  = 17
+SSH2_AGENT_REMOVE_IDENTITY   = 18
+SSH2_AGENT_REMOVE_ALL_IDENTITIES = 19
+SSH2_AGENT_ADD_ID_CONSTRAINED= 25
+SSH2_AGENT_FAILURE   = 30
+SSH2_AGENT_VERSION_RESPONSE  = 103
 
-SSH_COM_AGENT2_FAILURE= 102
+SSH_COM_AGENT2_FAILURE = 102
 
 SSH_AGENT_REQUEST_RSA_IDENTITIES = 1
 SSH_AGENT_RSA_IDENTITIES_ANSWER1 = 2
 SSH_AGENT_RSA_IDENTITIES_ANSWER2 = 5
 SSH_AGENT_FAILURE= 5
+SSH_AGENT_SUCCESS= 6
+
+SSH_AGENT_CONSTRAIN_LIFETIME = 1
+SSH_AGENT_CONSTRAIN_CONFIRM  = 2
 
 # The underlying socket being used to communicate with the SSH agent.
 attr_reader :socket
@@ -71,7 +79,7 @@
   @socket =
 

commit rubygem-net-ssh for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2017-01-25 23:27:34

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2017-01-15 11:20:05.497292150 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2017-01-25 23:27:35.372293963 +0100
@@ -1,0 +2,19 @@
+Sat Jan 14 05:34:40 UTC 2017 - co...@suse.com
+
+- updated to version 4.0.1
+ see installed CHANGES.txt
+
+  === 4.0.1
+  === 4.0.1.rc2
+  
+   * ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, 
#351]
+  
+  === 4.0.1.rc1
+  
+   * support of rbnacl 4.0 and better error message [#479]
+   * support include in config files [Kimura Masayuki, #475]
+   * fixed issue with ruby 2.2 or older on windows [#472]
+  
+  === 4.0.0
+
+---

Old:

  net-ssh-4.0.0.gem

New:

  net-ssh-4.0.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.KXyRUH/_old  2017-01-25 23:27:35.736239099 +0100
+++ /var/tmp/diff_new_pack.KXyRUH/_new  2017-01-25 23:27:35.740238496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:4.0.0
+Version:4.0.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-4.0.0.gem -> net-ssh-4.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-12-26 09:19:22.0 +0100
+++ new/.travis.yml 2017-01-07 15:36:27.0 +0100
@@ -32,15 +32,15 @@
 install:
   - export JRUBY_OPTS='--client -J-XX:+TieredCompilation 
-J-XX:TieredStopAtLevel=1 -Xcext.enabled=false -J-Xss2m 
-Xcompile.invokedynamic=false'
   - sudo pip install ansible
-  - gem install bundler -v "= 1.11.2"
-  - bundle _1.11.2_ install
-  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ install
+  - gem install bundler -v "= 1.13.7"
+  - bundle _1.13.7_ install
+  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.13.7_ install
   - sudo ansible-galaxy install rvm_io.ruby
   - sudo chown -R travis:travis /home/travis/.ansible
   - ansible-playbook ./test/integration/playbook.yml -i "localhost," --become 
-c local -e 'no_rvm=true' -e 'myuser=travis' -e 'mygroup=travis' -e 
'homedir=/home/travis'
 
 script:
-  - bundle _1.11.2_ exec rake test
-  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.11.2_ exec rake test
-  - bundle _1.11.2_ exec rake test_test
-  - bundle _1.11.2_ exec rubocop
+  - bundle _1.13.7_ exec rake test
+  - BUNDLE_GEMFILE=./Gemfile.norbnacl bundle _1.13.7_ exec rake test
+  - bundle _1.13.7_ exec rake test_test
+  - bundle _1.13.7_ exec rubocop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2016-12-26 09:19:22.0 +0100
+++ new/CHANGES.txt 2017-01-07 15:36:27.0 +0100
@@ -1,3 +1,15 @@
+=== 4.0.1
+=== 4.0.1.rc2
+
+ * ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, 
#351]
+
+=== 4.0.1.rc1
+
+ * support of rbnacl 4.0 and better error message [#479]
+ * support include in config files [Kimura Masayuki, #475]
+ * fixed issue with ruby 2.2 or older on windows [#472]
+
+=== 4.0.0
 === 4.0.0.rc3
 
  * parse `+` character in config files [Christoph Lupprich, #470, #314]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-12-26 09:19:22.0 +0100
+++ new/Gemfile 2017-01-07 15:36:27.0 +0100
@@ -7,6 +7,10 @@
   gem 'byebug', group: [:development, :test]
 end
 
+if (Gem::Version.new(RUBY_VERSION) <=> Gem::Version.new("2.2.6")) < 0
+  gem 'rbnacl', '< 4.0'
+end
+
 if ENV["CI"]
   gem 'codecov', require: false, group: :test
   gem 'simplecov', require: false, group: :test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.norbnacl.lock new/Gemfile.norbnacl.lock
--- old/Gemfile.norbnacl.lock   2016-12-26 09:19:22.0 +0100
+++ new/Gemfile.norbnacl.lock   2017-01-07 15:36:27.0 +0100
@@ -1,29 +1,29 @@
 PATH
   remote: .
   

commit rubygem-net-ssh for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2016-07-01 10:00:41

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2016-04-22 16:24:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2016-07-01 10:00:43.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun 20 04:35:04 UTC 2016 - co...@suse.com
+
+- updated to version 3.2.0
+ see installed CHANGES.txt
+
+  === 3.2.0
+  
+  * Added agent_socket_factory option [Alon Goldboim]
+  * Send KEXINIT asap don't wait for server [Miklos Fazekas]
+  * Close channels in case server closed connection [Miklos Fazekas]
+
+---

Old:

  net-ssh-3.1.1.gem

New:

  net-ssh-3.2.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.JTVSzM/_old  2016-07-01 10:00:44.0 +0200
+++ /var/tmp/diff_new_pack.JTVSzM/_new  2016-07-01 10:00:44.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:3.1.1
+Version:3.2.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-3.1.1.gem -> net-ssh-3.2.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2016-03-23 13:28:21.0 +0100
+++ new/CHANGES.txt 2016-06-19 07:58:58.0 +0200
@@ -1,3 +1,9 @@
+=== 3.2.0
+
+* Added agent_socket_factory option [Alon Goldboim]
+* Send KEXINIT asap don't wait for server [Miklos Fazekas]
+* Close channels in case server closed connection [Miklos Fazekas]
+
 === 3.1.1
 
 * added missing etc require
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/agent/java_pageant.rb 
new/lib/net/ssh/authentication/agent/java_pageant.rb
--- old/lib/net/ssh/authentication/agent/java_pageant.rb2016-03-23 
13:28:21.0 +0100
+++ new/lib/net/ssh/authentication/agent/java_pageant.rb2016-06-19 
07:58:58.0 +0200
@@ -19,7 +19,7 @@
 
 # Instantiates a new agent object, connects to a running SSH agent,
 # negotiates the agent protocol version, and returns the agent object.
-def self.connect(logger=nil)
+def self.connect(logger=nil, agent_socket_factory)
   agent = new(logger)
   agent.connect!
   agent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/agent/socket.rb 
new/lib/net/ssh/authentication/agent/socket.rb
--- old/lib/net/ssh/authentication/agent/socket.rb  2016-03-23 
13:28:21.0 +0100
+++ new/lib/net/ssh/authentication/agent/socket.rb  2016-06-19 
07:58:58.0 +0200
@@ -42,9 +42,9 @@
 
 # Instantiates a new agent object, connects to a running SSH agent,
 # negotiates the agent protocol version, and returns the agent object.
-def self.connect(logger=nil)
+def self.connect(logger=nil, agent_socket_factory = nil)
   agent = new(logger)
-  agent.connect!
+  agent.connect!(agent_socket_factory)
   agent.negotiate!
   agent
 end
@@ -59,10 +59,10 @@
 # given by the attribute writers. If the agent on the other end of the
 # socket reports that it is an SSH2-compatible agent, this will fail
 # (it only supports the ssh-agent distributed by OpenSSH).
-def connect!
+def connect!(agent_socket_factory = nil)
   begin
 debug { "connecting to ssh-agent" }
-@socket = agent_socket_factory.open(ENV['SSH_AUTH_SOCK'])
+@socket = agent_socket_factory.nil? ? 
socket_class.open(ENV['SSH_AUTH_SOCK']) : agent_socket_factory.call
   rescue
 error { "could not connect to ssh-agent" }
 raise AgentNotAvailable, $!.message
@@ -132,7 +132,7 @@
 private
 
 # Returns the agent socket factory to use.
-def agent_socket_factory
+def socket_class
   if Net::SSH::Authentication::PLATFORM == :win32
 Pageant::Socket
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/key_manager.rb 
new/lib/net/ssh/authentication/key_manager.rb
--- old/lib/net/ssh/authentication/key_manager.rb   2016-03-23 

commit rubygem-net-ssh for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2016-04-22 16:24:21

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2016-03-29 10:39:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2016-04-22 16:24:24.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr  6 06:27:05 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.1
+ see installed CHANGES.txt
+
+  === 3.1.1
+  
+  * added missing etc require
+
+---

Old:

  net-ssh-3.1.0.gem

New:

  net-ssh-3.1.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.JmeH1j/_old  2016-04-22 16:24:25.0 +0200
+++ /var/tmp/diff_new_pack.JmeH1j/_new  2016-04-22 16:24:25.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-3.1.0.gem -> net-ssh-3.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2016-03-18 19:59:03.0 +0100
+++ new/CHANGES.txt 2016-03-23 13:28:21.0 +0100
@@ -1,3 +1,7 @@
+=== 3.1.1
+
+* added missing etc require
+
 === 3.1.0
 === 3.1.0.rc1
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/version.rb new/lib/net/ssh/version.rb
--- old/lib/net/ssh/version.rb  2016-03-18 19:59:03.0 +0100
+++ new/lib/net/ssh/version.rb  2016-03-23 13:28:21.0 +0100
@@ -51,7 +51,7 @@
 MINOR = 1
 
 # The tiny component of this version of the Net::SSH library
-TINY  = 0
+TINY  = 1
 
 # The prerelease component of this version of the Net::SSH library 
 # nil allowed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh.rb new/lib/net/ssh.rb
--- old/lib/net/ssh.rb  2016-03-18 19:59:03.0 +0100
+++ new/lib/net/ssh.rb  2016-03-23 13:28:21.0 +0100
@@ -3,6 +3,7 @@
 ENV['HOME'] ||= ENV['HOMEPATH'] ? "#{ENV['HOMEDRIVE']}#{ENV['HOMEPATH']}" : 
Dir.pwd
 
 require 'logger'
+require 'etc'
 
 require 'net/ssh/config'
 require 'net/ssh/errors'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-03-18 19:59:03.0 +0100
+++ new/metadata2016-03-23 13:28:21.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: net-ssh
 version: !ruby/object:Gem::Version
-  version: 3.1.0
+  version: 3.1.1
 platform: ruby
 authors:
 - Jamis Buck
@@ -31,7 +31,7 @@
   s/ZUKye79ELwFYKJOhjW5g725OL3hy+llhEleytwKRwgXFQBPTC4f5UkdxZVVWGH
   e2C9M1m/2odPZo8h
   -END CERTIFICATE-
-date: 2016-03-18 00:00:00.0 Z
+date: 2016-03-23 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit
Files old/metadata.gz.sig and new/metadata.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/net-ssh.gemspec new/net-ssh.gemspec
--- old/net-ssh.gemspec 2016-03-18 19:59:03.0 +0100
+++ new/net-ssh.gemspec 2016-03-23 13:28:21.0 +0100
@@ -2,17 +2,17 @@
 # DO NOT EDIT THIS FILE DIRECTLY
 # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
 # -*- encoding: utf-8 -*-
-# stub: net-ssh 3.1.0 ruby lib
+# stub: net-ssh 3.1.1 ruby lib
 
 Gem::Specification.new do |s|
   s.name = "net-ssh"
-  s.version = "3.1.0"
+  s.version = "3.1.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? 
:required_rubygems_version=
   s.require_paths = ["lib"]
   s.authors = ["Jamis Buck", "Delano Mandelbaum", "Mikl\u{f3}s Fazekas"]
   s.cert_chain = ["net-ssh-public_cert.pem"]
-  s.date = "2016-03-18"
+  s.date = "2016-03-23"
   s.description = "Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol. It allows you to write programs that invoke and interact with 
processes on remote servers, via SSH2."
   s.email = "net-...@solutious.com"
   s.extra_rdoc_files = [




commit rubygem-net-ssh for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2016-03-29 10:00:18

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2016-02-05 00:31:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2016-03-29 10:39:50.0 +0200
@@ -1,0 +2,26 @@
+Sat Mar 19 05:30:30 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.0
+ see installed CHANGES.txt
+
+  === 3.1.0
+  === 3.1.0.rc1
+  
+  * fix Secure#verify [Jean Boussier]
+  * use the smallest of don't spend longer time than keepalive if it's 
configured [Eugene Kenny]
+  
+  === 3.1.0.beta3
+  
+  * forward/on_open_failed should stop listning closed socket otherwise it 
locks #269 [Miklos Fazekas,Scott McGillivray]
+  * fix incorrect pattern handling in config files #310 [Miklos Fazekas]
+  
+  === 3.1.0.beta2
+  
+  * trying to execute something on a not yet opend channel throws nicer messag 
[Miklos Fazekas]
+  * calling close on a not opened channel marks the channel for close [Miklos 
Fazekas]
+  * read keepalive configuration from ssh config files [Miklos Fazekas]
+  * send client version on hadshake before waiting for server to reduce 
handshake time [Miklos Fazekas]
+  * allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
+  * memoize known host so we only search it once per session [Jean Boussier, 
Miklos Fazekas]
+
+---

Old:

  net-ssh-3.0.2.gem

New:

  net-ssh-3.1.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.kpPcX7/_old  2016-03-29 10:39:50.0 +0200
+++ /var/tmp/diff_new_pack.kpPcX7/_new  2016-03-29 10:39:50.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:3.0.2
+Version:3.1.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-3.0.2.gem -> net-ssh-3.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-12-30 10:07:47.0 +0100
+++ new/.travis.yml 2016-03-18 19:59:03.0 +0100
@@ -1,10 +1,10 @@
 language: ruby
 sudo: false
 rvm:
-  - 1.9.3
   - 2.0.0
   - 2.1.0
   - 2.2.0
+  - 2.3.0
   - jruby-head
   - jruby-19mode
   - rbx-2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2015-12-30 10:07:47.0 +0100
+++ new/CHANGES.txt 2016-03-18 19:59:03.0 +0100
@@ -1,3 +1,23 @@
+=== 3.1.0
+=== 3.1.0.rc1
+
+* fix Secure#verify [Jean Boussier]
+* use the smallest of don't spend longer time than keepalive if it's 
configured [Eugene Kenny]
+
+=== 3.1.0.beta3
+
+* forward/on_open_failed should stop listning closed socket otherwise it locks 
#269 [Miklos Fazekas,Scott McGillivray]
+* fix incorrect pattern handling in config files #310 [Miklos Fazekas]
+
+=== 3.1.0.beta2
+
+* trying to execute something on a not yet opend channel throws nicer messag 
[Miklos Fazekas]
+* calling close on a not opened channel marks the channel for close [Miklos 
Fazekas]
+* read keepalive configuration from ssh config files [Miklos Fazekas]
+* send client version on hadshake before waiting for server to reduce 
handshake time [Miklos Fazekas]
+* allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
+* memoize known host so we only search it once per session [Jean Boussier, 
Miklos Fazekas]
+
 === 3.0.2
 === 3.0.2.rc1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-12-30 10:07:47.0 +0100
+++ new/Rakefile2016-03-18 19:59:03.0 +0100
@@ -72,6 +72,31 @@
 end
 end
 
+namespace :rdoc do
+desc "Update gh-pages branch"
+task :publish do
+  # copy/checkout
+  rm_rf "/tmp/net-ssh-rdoc"
+  rm_rf "/tmp/net-ssh-gh-pages"
+  cp_r "./rdoc", "/tmp/net-ssh-rdoc"
+  mkdir "/tmp/net-ssh-gh-pages"
+  Dir.chdir "/tmp/net-ssh-gh-pages" do
+sh "git clone --branch gh-pages --single-branch 
https://github.com/net-ssh/net-ssh;
+rm_rf "/tmp/net-ssh-gh-pages/net-ssh/*"
+  end
+  # update
+  sh "cp -rf ./rdoc/* /tmp/net-ssh-gh-pages/net-ssh/"
+  Dir.chdir "/tmp/net-ssh-gh-pages/net-ssh" do
+sh "git add -A ."
+sh "git commit -m \"Update docs\""
+  end
+  # publish
+  Dir.chdir "/tmp/net-ssh-gh-pages/net-ssh" do
+sh "git push origin gh-pages"
+  end

commit rubygem-net-ssh for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2016-02-05 00:31:30

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2015-09-30 05:53:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2016-02-05 00:31:31.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan 21 05:40:56 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.2
+ see installed CHANGES.txt
+
+  === 3.0.2
+  === 3.0.2.rc1
+  
+  * fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre 
Meij]]
+  * if Net::SSH.start user is nil and config has no entry we default to 
Etc.getlogin
+  * Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 
[Christopher F. Auston]
+
+---

Old:

  net-ssh-3.0.1.gem

New:

  net-ssh-3.0.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.nTQb5r/_old  2016-02-05 00:31:32.0 +0100
+++ /var/tmp/diff_new_pack.nTQb5r/_new  2016-02-05 00:31:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-net-ssh
-Version:3.0.1
+Version:3.0.2
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

++ net-ssh-3.0.1.gem -> net-ssh-3.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.txt new/CHANGES.txt
--- old/CHANGES.txt 2015-09-25 21:35:53.0 +0200
+++ new/CHANGES.txt 2015-12-30 10:07:47.0 +0100
@@ -1,3 +1,10 @@
+=== 3.0.2
+=== 3.0.2.rc1
+
+* fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre 
Meij]]
+* if Net::SSH.start user is nil and config has no entry we default to 
Etc.getlogin
+* Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 
[Christopher F. Auston]
+
 === 3.0.1
 === 3.0.1.rc1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2015-09-25 21:35:53.0 +0200
+++ new/README.rdoc 2015-12-30 10:07:47.0 +0100
@@ -1,4 +1,4 @@
-= Net::SSH 2.x
+= Net::SSH 3.x
 
 Please note: this project is in maintenance mode. It is not under 
active development but pull requests are very much welcome. Just be sure to 
include tests! -- delano
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-09-25 21:35:53.0 +0200
+++ new/Rakefile2015-12-30 10:07:47.0 +0100
@@ -74,7 +74,11 @@
 
 require 'rake/testtask'
 Rake::TestTask.new do |t|
-  t.libs = ["lib", "test"]
+  if ENV['NET_SSH_RUN_INTEGRATION_TESTS']
+t.libs = ["lib","test","test/integration"]
+  else
+t.libs = ["lib", "test"]
+  end
 end
 
 Rake::TestTask.new(:'integration-test') do |t|
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/net/ssh/authentication/key_manager.rb 
new/lib/net/ssh/authentication/key_manager.rb
--- old/lib/net/ssh/authentication/key_manager.rb   2015-09-25 
21:35:53.0 +0200
+++ new/lib/net/ssh/authentication/key_manager.rb   2015-12-30 
10:07:47.0 +0100
@@ -232,16 +232,13 @@
 identity
   end
 
-rescue OpenSSL::PKey::RSAError, OpenSSL::PKey::DSAError, 
OpenSSL::PKey::ECError => e
+rescue OpenSSL::PKey::RSAError, OpenSSL::PKey::DSAError, 
OpenSSL::PKey::ECError, ArgumentError => e
   if ignore_decryption_errors
 identity
   else
 process_identity_loading_error(identity, e)
 nil
   end
-rescue ArgumentError => e
-  process_identity_loading_error(identity, e)
-  nil
 rescue Exception => e
   process_identity_loading_error(identity, e)
   nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit rubygem-net-ssh for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2015-09-30 05:53:20

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is "rubygem-net-ssh"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2015-02-16 21:14:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2015-09-30 05:53:22.0 +0200
@@ -1,0 +2,57 @@
+Sat Sep 26 04:29:09 UTC 2015 - co...@suse.com
+
+- updated to version 3.0.1
+ see installed CHANGES.txt
+
+  === 3.0.1
+  === 3.0.1.rc1
+  
+  * Breaking change from 2.* series: exec! without block now returns empty 
string instread of nil if command has no output 
[https://github.com/net-ssh/net-ssh/pull/273]
+  * Support remote_user as %r in proxy commands [Dominic Scheirlinck]
+  * Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg]
+  
+  === 3.0.0.rc1
+  
+  * SemVer: Major version change because of dropping of ruby 1.9
+  
+  === 2.10.1.rc2
+  
+  * Win: Use fiddle on ruby 2.1 too [Charlie Savage]
+  
+  === 2.10.1.rc1
+  
+  * Added ruby 2.0 requirement to gemspec [Alex Schultz]
+
+---
+Mon Aug  3 04:30:29 UTC 2015 - co...@suse.com
+
+- updated to version 2.10.0
+ see installed CHANGES.txt
+
+  === 2.10.0
+  
+  === 2.10.0-beta2
+  
+  * Fix :passphrase option with :non_interactive [Jeremy Stanley]
+  * Use Socket.tcp with connect_timeout instead of Timeout::timeout [Carl 
Hörberg]
+  * Support for hostname hashes [Jef Mathiot]
+  * Ruby 1.9.3 is no longer supported but should moslty work expect for stuff 
like connect_timeout
+  
+  === 2.10.0-beta1
+  
+  * Fix could not parse PKey error. [Andrey Voronkov]
+  * Workaround for threading issue in MRI + singleton method declaration [Matt 
Brictson]
+  * Configuration change: we no longer append all supported algorithms, this 
is so you can exclude insecure algorithms. If you want to use the old behaviour 
specify append_all_supported_algorithms => true [voidus, mfazekas]
+  * New configuration option: :non_interactive => true in case you prefer an 
authmethod to fail rather than prompt. [mfazekas]
+  * Configuration change: password will now ask for password up to the 
:number_of_password_prompts times. If you want the
+  2.9.1 behaviour of never asking password please set 
number_of_password_prompts to 0.
+  
+  === 2.9.4-beta1
+  
+  * Use sysread and syswrite on Windows instead of read_nonblock and write 
[marc-etienne]
+  * Windows/peagant: use fiddle on ruby 2.2+/windows [Charlie Savage]
+  * Check if ssh key is a file [kiela]
+  
+  === 2.9.3
+
+---

Old:

  net-ssh-2.9.2.gem

New:

  net-ssh-3.0.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.jResQJ/_old  2015-09-30 05:53:22.0 +0200
+++ /var/tmp/diff_new_pack.jResQJ/_new  2015-09-30 05:53:22.0 +0200
@@ -24,13 +24,13 @@
 #
 
 Name:   rubygem-net-ssh
-Version:2.9.2
+Version:3.0.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/net-ssh/net-ssh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ net-ssh-2.9.2.gem -> net-ssh-3.0.1.gem ++
 1893 lines of diff (skipped)




commit rubygem-net-ssh for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2015-02-16 21:14:19

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2014-10-14 07:11:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2015-02-16 21:14:20.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 18:08:11 UTC 2015 - co...@suse.com
+
+- updated to version 2.9.2
+
+---

Old:

  net-ssh-2.9.1.gem

New:

  gem2rpm.yml
  net-ssh-2.9.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.LO8Yov/_old  2015-02-16 21:14:21.0 +0100
+++ /var/tmp/diff_new_pack.LO8Yov/_new  2015-02-16 21:14:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-net-ssh
-Version:2.9.1
+Version:2.9.2
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +34,7 @@
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-ssh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ net-ssh-2.9.1.gem - net-ssh-2.9.2.gem ++
 1613 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2014-10-14 07:10:47

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2014-05-21 16:29:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2014-10-14 07:11:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 10 09:25:12 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.zF4OPv/_old  2014-10-14 07:11:24.0 +0200
+++ /var/tmp/diff_new_pack.zF4OPv/_new  2014-10-14 07:11:24.0 +0200
@@ -21,9 +21,10 @@
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-ssh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
@@ -35,51 +36,15 @@
 you to write programs that invoke and interact with processes on remote
 servers, via SSH2.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=CHANGES.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2014-05-21 16:29:46

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2014-02-25 07:37:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2014-05-21 16:29:47.0 +0200
@@ -1,0 +2,18 @@
+Sun May 18 09:04:37 UTC 2014 - co...@suse.com
+
+- updated to version 2.9.1
+ * Fix for unknown response from agent on Windows with 64-bit PuTTY [chrahunt]
+ * Support negative patterns in host lookup from the SSH config file [nirvdrum]
+ * New ciphers [chr4]
+   * Added host keys: ssh-rsa-cert-...@openssh.com 
ssh-rsa-cert-...@openssh.com ssh-ed25519-cert-...@openssh.com ssh-ed25519
+   * Added HMACs: hmac-sha2-512-...@openssh.com hmac-sha2-256-...@openssh.com 
umac-128-...@openssh.com
+   * Added Kex: aes256-...@openssh.com aes128-...@openssh.com 
curve25519-sha...@libssh.org
+   * Added private key support for id_ed25519
+ * IdentiesOnly will not disable ssh_agent - fixes #148 and new fix for #137 
[mfazekas]
+ * Ignore errors during ssh agent negotiation [simonswine, jasiek]
+ * Added an optional options argument to test socket open method [jefmathiot]
+ * Added gem signing (again) with new cert [delano]
+ * Correct location of global known_hosts files [mfischer-zd]
+ * Fix for password authentication [blackpond, zachlipton, delano]
+
+---

Old:

  net-ssh-2.8.0.gem

New:

  net-ssh-2.9.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.Btm0jt/_old  2014-05-21 16:29:50.0 +0200
+++ /var/tmp/diff_new_pack.Btm0jt/_new  2014-05-21 16:29:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.8.0
+Version:2.9.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2014-02-25 07:37:16

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2013-09-27 18:07:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2014-02-25 07:37:17.0 +0100
@@ -1,0 +2,19 @@
+Sat Feb 22 06:25:42 UTC 2014 - co...@suse.com
+
+- updated to version 2.8.0
+ * Handle ssh-rsa and ssh-dss certificate files [bobveznat]
+ * Correctly interpret /etc/ssh_config Authentication settings based on 
openssh /etc/ssh_config system defaults [therealjessesanford, liggitt]
+ * Fixed pageant support for Windows [jarredholman]
+ * Support %r in ProxyCommand configuration in ssh_config files as defined in 
OpenSSH [yugui]
+ * Don't use ssh-agent if :keys_only is true [SFEley]
+ * Fix the bug in keys with comments [bobtfish]
+ * Add a failing tests for options in pub keys [bobtfish]
+ * Assert that the return value from ssh block is returned [carlhoerberg]
+ * Don't close the connection it's already closed [carlhoerberg]
+ * Ensure the connection closes even on exception [carlhoerberg]
+ * Make the authentication error message more useful [deric]
+ * Fix ConnectionError typo in lib/net/ssh/proxy/socks5.rb [mirakui]
+ * Allow KeyManager to recover from incompatible agents [ecki, delano]
+ * Fix for Authentication Method determination can pick up a class from the 
root namespace [dave.sieh]
+
+---

Old:

  net-ssh-2.7.0.gem

New:

  net-ssh-2.8.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.fvGLCB/_old  2014-02-25 07:37:18.0 +0100
+++ /var/tmp/diff_new_pack.fvGLCB/_new  2014-02-25 07:37:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.7.0
+Version:2.8.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 Url:https://github.com/net-ssh/net-ssh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
@@ -62,24 +62,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2013-09-27 18:07:38

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2013-08-04 23:52:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2013-09-27 18:07:39.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 13 11:06:24 UTC 2013 - co...@suse.com
+
+- updated to version 2.7.0
+ * Fix for 'Could not parse PKey: no start line' error on private keys with 
passphrases (issue #101) [metametaclass]
+ * Automatically forward environment variables defined in OpenSSH config files 
[fnordfish]
+ * Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
+ * Implemented experimental keepalive feature [noric]
+
+---

Old:

  net-ssh-2.6.8.gem

New:

  net-ssh-2.7.0.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.5n8SDI/_old  2013-09-27 18:07:39.0 +0200
+++ /var/tmp/diff_new_pack.5n8SDI/_new  2013-09-27 18:07:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.8
+Version:2.7.0
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2013-08-04 20:41:48

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2013-04-22 14:18:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2013-08-04 23:52:38.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 31 05:45:53 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.8
+ * Added support for host wildcard substitution [GabKlein]
+ * Added a wait to the loop in close to help fix possible blocks [Josh 
Kalderimis]
+ * Fixed test file encoding issues with Ruby 2.0 (#87) [voxik
+
+---

Old:

  net-ssh-2.6.7.gem

New:

  net-ssh-2.6.8.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.LOPvLQ/_old  2013-08-04 23:52:39.0 +0200
+++ /var/tmp/diff_new_pack.LOPvLQ/_new  2013-08-04 23:52:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.7
+Version:2.6.8
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -61,9 +61,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2013-04-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2013-04-22 14:18:37

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2013-03-12 15:03:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2013-04-22 14:18:38.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 13 14:58:07 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.7
+ * Decreased default packet size to 32768 as described in RFC 4253 [Olipro]
+ * Added max_pkt_size and max_win_size options to Net::SSH.start [Olipro]
+
+---

Old:

  net-ssh-2.6.6.gem

New:

  net-ssh-2.6.7.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.IkZ6Xv/_old  2013-04-22 14:18:40.0 +0200
+++ /var/tmp/diff_new_pack.IkZ6Xv/_new  2013-04-22 14:18:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.6
+Version:2.6.7
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Url:https://github.com/net-ssh/net-ssh
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
 License:MIT
 Group:  Development/Languages/Ruby

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2013-03-12 15:03:22

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2012-10-31 14:04:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2013-03-12 15:03:23.0 +0100
@@ -1,0 +2,23 @@
+Sun Mar  3 19:30:46 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.6
+ * Fix for ruby 2.0 in windows [jansegre]
+
+---
+Tue Feb 12 14:03:32 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.5
+
+---
+Thu Jan 24 06:40:08 UTC 2013 - co...@suse.com
+
+- updated to version 2.6.3
+ * Small doc fix and correct error class for PKey::EC key type [Andreas Wolff]
+ * Improve test dependencies [Kenichi Kamiya]
+
+---
+Wed Nov 28 13:23:21 UTC 2012 - co...@suse.com
+
+- updated to version 2.6.2
+
+---

Old:

  net-ssh-2.6.1.gem

New:

  net-ssh-2.6.6.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.gtQf5O/_old  2013-03-12 15:03:24.0 +0100
+++ /var/tmp/diff_new_pack.gtQf5O/_new  2013-03-12 15:03:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-net-ssh
 #
-# 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
@@ -17,15 +17,14 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.1
+Version:2.6.6
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-BuildRequires:  rubygem(rdoc)  3.10
-Url:http://github.com/net-ssh/net-ssh
+Url:https://github.com/net-ssh/net-ssh
 Source: %{mod_full_name}.gem
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
 License:MIT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2012-10-31 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2012-10-31 14:04:57

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2012-09-25 14:17:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2012-10-31 14:04:59.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 29 08:17:40 UTC 2012 - co...@suse.com
+
+- updated to version 2.6.1
+  * removed dependency on jruby-pageant again, makes patch obsolete
+   remove-jruby-dep.diff
+
+---

Old:

  net-ssh-2.6.0.gem
  remove-jruby-dep.diff

New:

  net-ssh-2.6.1.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.sRA5DY/_old  2012-10-31 14:05:00.0 +0100
+++ /var/tmp/diff_new_pack.sRA5DY/_new  2012-10-31 14:05:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-net-ssh
-Version:2.6.0
+Version:2.6.1
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
@@ -27,8 +27,6 @@
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/net-ssh/net-ssh
 Source: %{mod_full_name}.gem
-# PATCH-FIX-OPENSUSE remove dependency that only matters on win32 - 
co...@suse.de
-Patch0: remove-jruby-dep.diff
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
 License:MIT
 Group:  Development/Languages/Ruby
@@ -56,11 +54,9 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
-%gem_unpack
-mv %{mod_full_name}.gemspec %{mod_name}.gemspec
-%patch0 -p0
-mv %{mod_name}.gemspec %{mod_full_name}.gemspec
-%gem_build
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
 
 %build
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-net-ssh for openSUSE:Factory

2012-09-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2012-09-01 21:59:44

Comparing /work/SRC/openSUSE:Factory/rubygem-net-ssh (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new (New)


Package is rubygem-net-ssh, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2012-03-09 21:27:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2012-09-01 21:59:45.0 +0200
@@ -1,0 +2,26 @@
+Wed Aug  1 05:05:48 UTC 2012 - co...@suse.com
+
+- updated to version 2.5.2
+ * Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini] 
+ * Added missing file to manifest [Marco Sandrini]
+ * Implement many algorithms [Ryosuke Yamazaki]
+   * Key Exchange
+  * diffie-hellman-group14-sha1
+  * ecdh-sha2-nistp{256,384,521}
+* Host Key
+  * ecdsa-sha2-nistp{256,384,521}
+* Authentication
+  * ecdsa-sha2-nistp{256,384,521}
+* HMAC
+  * hmac-ripemd160
+* Cipher:
+  * aes{128,192,256}-ctr
+  * camellia{128,192,256}-ctr
+  * blowfish-ctr
+  * cast128-ctr
+  * 3des-ctr
+  * arcfour (has problems with weak keys, and should be used with caution)
+  * camellia{128,192,256}-cbc
+ * Support for JRuby + Pageant + Windows [arturaz]
+
+---

Old:

  net-ssh-2.3.0.gem

New:

  net-ssh-2.5.2.gem



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.Ek3qeO/_old  2012-09-01 21:59:47.0 +0200
+++ /var/tmp/diff_new_pack.Ek3qeO/_new  2012-09-01 21:59:47.0 +0200
@@ -11,26 +11,29 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-net-ssh
-Version:2.3.0
+Version:2.5.2
 Release:0
-License:MIT
-Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
-Url:http://github.com/net-ssh/net-ssh
-Group:  Development/Languages/Ruby
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://github.com/net-ssh/net-ssh
+Source: %{mod_full_name}.gem
+Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
-Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.
+Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows
+you to write programs that invoke and interact with processes on remote
+servers, via SSH2.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -50,9 +53,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org