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 - [email protected]
+
+- 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.000000000 +0200
+++ new/.gitignore      2018-06-17 06:57:31.000000000 +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.000000000 +0200
+++ new/.travis.yml     2018-06-17 06:57:31.000000000 +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.000000000 
+0200
+++ new/lib/net/ssh/transport/cipher_factory.rb 2018-06-17 06:57:31.000000000 
+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.000000000 +0200
+++ new/lib/net/ssh/version.rb  2018-06-17 06:57:31.000000000 +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/metadata        2018-06-03 10:31:15.000000000 +0200
+++ new/metadata        2018-06-17 06:57:31.000000000 +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.000000000 Z
+date: 2018-06-17 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bcrypt_pbkdf
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ


Reply via email to