Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2020-10-05 19:29:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activestorage-5.2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activestorage-5.2"

Mon Oct  5 19:29:26 2020 rev:10 rq:838016 version:5.2.4.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
      2020-05-11 13:38:44.860789796 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.4249/rubygem-activestorage-5.2.changes
    2020-10-05 19:29:30.080506710 +0200
@@ -1,0 +2,17 @@
+Fri Sep 25 13:23:35 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 5.2.4.4
+ see installed CHANGELOG.md
+
+  ## Rails 5.2.4.4 (September 09, 2020) ##
+  
+  *   No changes.
+  
+  
+  ## Rails 5.2.4.3 (May 18, 2020) ##
+  
+  *   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage 
direct upload
+  
+  
+
+-------------------------------------------------------------------

Old:
----
  activestorage-5.2.4.2.gem

New:
----
  activestorage-5.2.4.4.gem

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

Other differences:
------------------
++++++ rubygem-activestorage-5.2.spec ++++++
--- /var/tmp/diff_new_pack.tT03fg/_old  2020-10-05 19:29:30.684507294 +0200
+++ /var/tmp/diff_new_pack.tT03fg/_new  2020-10-05 19:29:30.688507297 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-activestorage-5.2
-Version:        5.2.4.2
+Version:        5.2.4.4
 Release:        0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}

++++++ activestorage-5.2.4.2.gem -> activestorage-5.2.4.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2020-03-19 17:37:41.000000000 +0100
+++ new/CHANGELOG.md    2020-09-09 20:39:13.000000000 +0200
@@ -1,3 +1,13 @@
+## Rails 5.2.4.4 (September 09, 2020) ##
+
+*   No changes.
+
+
+## Rails 5.2.4.3 (May 18, 2020) ##
+
+*   [CVE-2020-8162] Include Content-Length in signature for ActiveStorage 
direct upload
+
+
 ## Rails 5.2.4.1 (December 18, 2019) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/gem_version.rb 
new/lib/active_storage/gem_version.rb
--- old/lib/active_storage/gem_version.rb       2020-03-19 17:37:41.000000000 
+0100
+++ new/lib/active_storage/gem_version.rb       2020-09-09 20:39:13.000000000 
+0200
@@ -10,7 +10,7 @@
     MAJOR = 5
     MINOR = 2
     TINY  = 4
-    PRE   = "2"
+    PRE   = "4"
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/service/s3_service.rb 
new/lib/active_storage/service/s3_service.rb
--- old/lib/active_storage/service/s3_service.rb        2020-03-19 
17:37:41.000000000 +0100
+++ new/lib/active_storage/service/s3_service.rb        2020-09-09 
20:39:13.000000000 +0200
@@ -79,7 +79,8 @@
     def url_for_direct_upload(key, expires_in:, content_type:, 
content_length:, checksum:)
       instrument :url, key: key do |payload|
         generated_url = object_for(key).presigned_url :put, expires_in: 
expires_in.to_i,
-          content_type: content_type, content_length: content_length, 
content_md5: checksum
+          content_type: content_type, content_length: content_length, 
content_md5: checksum,
+          whitelist_headers: ['content-length']
 
         payload[:url] = generated_url
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-03-19 17:37:41.000000000 +0100
+++ new/metadata        2020-09-09 20:39:13.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.4.2
+  version: 5.2.4.4
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-03-19 00:00:00.000000000 Z
+date: 2020-09-09 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.2
+        version: 5.2.4.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.2
+        version: 5.2.4.4
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.2
+        version: 5.2.4.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.2.4.2
+        version: 5.2.4.4
 - !ruby/object:Gem::Dependency
   name: marcel
   requirement: !ruby/object:Gem::Requirement
@@ -124,8 +124,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.2.4.2/activestorage
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.4.2/activestorage/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.2.4.4/activestorage
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.2.4.4/activestorage/CHANGELOG.md
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -141,7 +141,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Local and cloud file storage framework.


Reply via email to