Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-json-jwt for 
openSUSE:Factory checked in at 2024-06-24 20:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-json-jwt (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-json-jwt.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-json-jwt"

Mon Jun 24 20:55:10 2024 rev:14 rq:1182796 version:1.16.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-json-jwt/rubygem-json-jwt.changes        
2024-02-26 19:49:59.635893161 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-json-jwt.new.18349/rubygem-json-jwt.changes 
    2024-06-24 20:57:01.864479374 +0200
@@ -1,0 +2,5 @@
+Fri Jun 21 10:05:49 UTC 2024 - Dan Čermák <dan.cer...@posteo.net>
+
+- New upstream release 1.16.6, see bundled CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  json-jwt-1.16.5.gem

New:
----
  json-jwt-1.16.6.gem

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

Other differences:
------------------
++++++ rubygem-json-jwt.spec ++++++
--- /var/tmp/diff_new_pack.X68fZB/_old  2024-06-24 20:57:02.444500592 +0200
+++ /var/tmp/diff_new_pack.X68fZB/_new  2024-06-24 20:57:02.448500739 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-json-jwt
-Version:        1.16.5
+Version:        1.16.6
 Release:        0
 %define mod_name json-jwt
 %define mod_full_name %{mod_name}-%{version}

++++++ json-jwt-1.16.5.gem -> json-jwt-1.16.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2024-01-03 06:45:54.000000000 +0100
+++ new/VERSION 2024-03-03 16:35:00.000000000 +0100
@@ -1 +1 @@
-1.16.5
\ No newline at end of file
+1.16.6
\ No newline at end of file
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/json/jwt.rb new/lib/json/jwt.rb
--- old/lib/json/jwt.rb 2024-01-03 06:45:54.000000000 +0100
+++ new/lib/json/jwt.rb 2024-03-03 16:35:00.000000000 +0100
@@ -109,7 +109,11 @@
         when JWS::NUM_OF_SEGMENTS
           JWS.decode_compact_serialized jwt_string, key_or_secret, algorithms, 
allow_blank_payload
         when JWE::NUM_OF_SEGMENTS
-          JWE.decode_compact_serialized jwt_string, key_or_secret, algorithms, 
encryption_methods
+          if allow_blank_payload
+            raise InvalidFormat.new("JWE w/ blank payload is not supported.")
+          else
+            JWE.decode_compact_serialized jwt_string, key_or_secret, 
algorithms, encryption_methods
+          end
         else
           raise InvalidFormat.new("Invalid JWT Format. JWT should include 
#{JWS::NUM_OF_SEGMENTS} or #{JWE::NUM_OF_SEGMENTS} segments.")
         end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2024-01-03 06:45:54.000000000 +0100
+++ new/metadata        2024-03-03 16:35:00.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: json-jwt
 version: !ruby/object:Gem::Version
-  version: 1.16.5
+  version: 1.16.6
 platform: ruby
 authors:
 - nov matake
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2024-01-03 00:00:00.000000000 Z
+date: 2024-03-03 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -211,7 +211,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.4.10
+rubygems_version: 3.5.3
 signing_key:
 specification_version: 4
 summary: JSON Web Token and its family (JSON Web Signature, JSON Web 
Encryption and

Reply via email to