Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-mixlib-authentication for 
openSUSE:Factory checked in at 2021-07-02 13:27:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-mixlib-authentication (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-mixlib-authentication.new.2625 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-mixlib-authentication"

Fri Jul  2 13:27:42 2021 rev:12 rq:903516 version:3.0.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-authentication/rubygem-mixlib-authentication.changes
      2020-10-26 16:15:01.742866201 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-authentication.new.2625/rubygem-mixlib-authentication.changes
    2021-07-02 13:28:39.976202321 +0200
@@ -1,0 +2,6 @@
+Thu Jun 24 17:37:20 UTC 2021 - Stephan Kulow <co...@suse.com>
+
+updated to version 3.0.10
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  mixlib-authentication-3.0.7.gem

New:
----
  mixlib-authentication-3.0.10.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-mixlib-authentication.spec ++++++
--- /var/tmp/diff_new_pack.582hnF/_old  2021-07-02 13:28:40.336199528 +0200
+++ /var/tmp/diff_new_pack.582hnF/_new  2021-07-02 13:28:40.340199497 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-authentication
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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-mixlib-authentication
-Version:        3.0.7
+Version:        3.0.10
 Release:        0
 %define mod_name mixlib-authentication
 %define mod_full_name %{mod_name}-%{version}

++++++ mixlib-authentication-3.0.7.gem -> mixlib-authentication-3.0.10.gem 
++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/authentication/signedheaderauth.rb 
new/lib/mixlib/authentication/signedheaderauth.rb
--- old/lib/mixlib/authentication/signedheaderauth.rb   2020-08-21 
21:18:42.000000000 +0200
+++ new/lib/mixlib/authentication/signedheaderauth.rb   2021-03-15 
19:24:08.000000000 +0100
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-require "time" unless defined?(Time)
+require "time" unless defined?(Time.zone_offset)
 require "base64" unless defined?(Base64)
 require "openssl/digest"
 require_relative "../authentication"
@@ -127,7 +127,7 @@
         }
 
         signature = Base64.encode64(do_sign(rsa_key, digest, sign_algorithm, 
sign_version, use_ssh_agent)).chomp
-        signature_lines = signature.split(/\n/)
+        signature_lines = signature.split("\n")
         signature_lines.each_index do |idx|
           key = "X-Ops-Authorization-#{idx + 1}"
           header_hash[key] = signature_lines[idx]
@@ -196,7 +196,7 @@
         # TODO: tim 2009-12-28: It'd be nice to just remove this special case,
         # always sign the entire request body, using the expanded multipart
         # body in the case of a file being include.
-        @hashed_body ||= if file && file.respond_to?(:read)
+        @hashed_body ||= if file&.respond_to?(:read)
                            digester.hash_file(file, digest)
                          else
                            digester.hash_string(body, digest)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/authentication/version.rb 
new/lib/mixlib/authentication/version.rb
--- old/lib/mixlib/authentication/version.rb    2020-08-21 21:18:42.000000000 
+0200
+++ new/lib/mixlib/authentication/version.rb    2021-03-15 19:24:08.000000000 
+0100
@@ -16,6 +16,6 @@
 
 module Mixlib
   module Authentication
-    VERSION = "3.0.7".freeze
+    VERSION = "3.0.10".freeze
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-08-21 21:18:41.000000000 +0200
+++ new/metadata        2021-03-15 19:24:08.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: mixlib-authentication
 version: !ruby/object:Gem::Version
-  version: 3.0.7
+  version: 3.0.10
 platform: ruby
 authors:
 - Chef Software, Inc.
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-08-21 00:00:00.000000000 Z
+date: 2021-03-15 00:00:00.000000000 Z
 dependencies: []
 description: Mixes in simple per-request authentication
 email: i...@chef.io
@@ -43,7 +43,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.4
 signing_key: 
 specification_version: 4
 summary: Mixes in simple per-request authentication

Reply via email to