commit rubygem-activestorage-5.2 for openSUSE:Factory

2020-10-05 Thread root
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 
+
+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.md2020-03-19 17:37:41.0 +0100
+++ new/CHANGELOG.md2020-09-09 20:39:13.0 +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.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2020-09-09 20:39:13.0 
+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.rb2020-03-19 
17:37:41.0 +0100
+++ new/lib/active_storage/service/s3_service.rb2020-09-09 
20:39:13.0 +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/metadata2020-03-19 17:37:41.0 +0100
+++ new/metadata2020-09-09 20:39:13.0 +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.0 Z
+date: 2020-09-09 00:00:00.0 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:

commit rubygem-activestorage-5.2 for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2020-05-11 13:38:42

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


Package is "rubygem-activestorage-5.2"

Mon May 11 13:38:42 2020 rev:9 rq:802321 version:5.2.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2019-12-23 22:47:07.862060712 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.2738/rubygem-activestorage-5.2.changes
2020-05-11 13:38:44.860789796 +0200
@@ -1,0 +2,6 @@
+Thu May  7 20:03:34 UTC 2020 - Stephan Kulow 
+
+- updated to version 5.2.4.2
+ see installed CHANGELOG.md
+
+---

Old:

  activestorage-5.2.4.1.gem

New:

  activestorage-5.2.4.2.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.bU4TCU/_old  2020-05-11 13:38:45.536791212 +0200
+++ /var/tmp/diff_new_pack.bU4TCU/_new  2020-05-11 13:38:45.540791221 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activestorage-5.2
 #
-# 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
@@ -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-activestorage-5.2
-Version:5.2.4.1
+Version:5.2.4.2
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}
@@ -36,10 +36,10 @@
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
-Url:http://rubyonrails.org
+BuildRequires:  ruby-macros >= 5
+URL:http://rubyonrails.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Local and cloud file storage framework

++ activestorage-5.2.4.1.gem -> activestorage-5.2.4.2.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/active_storage/gem_version.rb 
new/lib/active_storage/gem_version.rb
--- old/lib/active_storage/gem_version.rb   2019-12-18 20:00:23.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2020-03-19 17:37:41.0 
+0100
@@ -10,7 +10,7 @@
 MAJOR = 5
 MINOR = 2
 TINY  = 4
-PRE   = "1"
+PRE   = "2"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-12-18 20:00:23.0 +0100
+++ new/metadata2020-03-19 17:37:41.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.4.1
+  version: 5.2.4.2
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-12-18 00:00:00.0 Z
+date: 2020-03-19 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4.1
+version: 5.2.4.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4.1
+version: 5.2.4.2
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4.1
+version: 5.2.4.2
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4.1
+version: 5.2.4.2
 - !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.1/activestorage
-  changelog_uri: 
https://github.com/rails/

commit rubygem-activestorage-5.2 for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2019-12-23 22:44:43

Comparing /work/SRC/openSUSE:Factory/rubygem-activestorage-5.2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.6675 (New)


Package is "rubygem-activestorage-5.2"

Mon Dec 23 22:44:43 2019 rev:8 rq:758817 version:5.2.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2019-11-30 10:40:36.260148962 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.6675/rubygem-activestorage-5.2.changes
2019-12-23 22:47:07.862060712 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 15:13:10 UTC 2019 - Marcus Rueckert 
+
+- update to version 5.2.4.1 (CVE-2019-16782):
+  https://weblog.rubyonrails.org/2019/12/18/Rails-5-2-4-1-has-been-released/
+
+---

Old:

  activestorage-5.2.4.gem

New:

  activestorage-5.2.4.1.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.seoWFN/_old  2019-12-23 22:47:09.334061256 +0100
+++ /var/tmp/diff_new_pack.seoWFN/_new  2019-12-23 22:47:09.342061259 +0100
@@ -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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activestorage-5.2
-Version:5.2.4
+Version:5.2.4.1
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}
@@ -36,9 +36,9 @@
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  ruby-macros >= 5
 Url:http://rubyonrails.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ activestorage-5.2.4.gem -> activestorage-5.2.4.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-11-27 16:40:21.0 +0100
+++ new/CHANGELOG.md2019-12-18 20:00:23.0 +0100
@@ -1,3 +1,8 @@
+## Rails 5.2.4.1 (December 18, 2019) ##
+
+*   No changes.
+
+
 ## Rails 5.2.4 (November 27, 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   2019-11-27 16:40:21.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2019-12-18 20:00:23.0 
+0100
@@ -10,7 +10,7 @@
 MAJOR = 5
 MINOR = 2
 TINY  = 4
-PRE   = nil
+PRE   = "1"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-11-27 16:40:21.0 +0100
+++ new/metadata2019-12-18 20:00:23.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.4
+  version: 5.2.4.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-11-27 00:00:00.0 Z
+date: 2019-12-18 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4
+version: 5.2.4.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4
+version: 5.2.4.1
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4
+version: 5.2.4.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.4
+version: 5.2.4.1
 - !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/activestorage
-  changelog_uri: 
https:/

commit rubygem-activestorage-5.2 for openSUSE:Factory

2019-11-30 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2019-11-30 10:38:51

Comparing /work/SRC/openSUSE:Factory/rubygem-activestorage-5.2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.26869 (New)


Package is "rubygem-activestorage-5.2"

Sat Nov 30 10:38:51 2019 rev:7 rq:751747 version:5.2.4

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2019-04-01 12:37:11.789880751 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.26869/rubygem-activestorage-5.2.changes
   2019-11-30 10:40:36.260148962 +0100
@@ -1,0 +2,7 @@
+Thu Nov 28 13:01:08 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 5.2.4
+
+  * no changes
+
+---

Old:

  activestorage-5.2.3.gem

New:

  activestorage-5.2.4.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.Zid6YO/_old  2019-11-30 10:40:36.580148923 +0100
+++ /var/tmp/diff_new_pack.Zid6YO/_new  2019-11-30 10:40:36.584148923 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activestorage-5.2
-Version:5.2.3
+Version:5.2.4
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}

++ activestorage-5.2.3.gem -> activestorage-5.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-03-28 05:27:50.0 +0100
+++ new/CHANGELOG.md2019-11-27 16:40:21.0 +0100
@@ -1,3 +1,8 @@
+## Rails 5.2.4 (November 27, 2019) ##
+
+*   No changes.
+
+
 ## Rails 5.2.3 (March 27, 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   2019-03-28 05:27:50.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2019-11-27 16:40:21.0 
+0100
@@ -9,7 +9,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 2
-TINY  = 3
+TINY  = 4
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/service/disk_service.rb 
new/lib/active_storage/service/disk_service.rb
--- old/lib/active_storage/service/disk_service.rb  2019-03-28 
05:27:50.0 +0100
+++ new/lib/active_storage/service/disk_service.rb  2019-11-27 
16:40:21.0 +0100
@@ -86,8 +86,12 @@
   purpose: :blob_key }
 )
 
+current_uri = URI.parse(current_host)
+
 generated_url = 
url_helpers.rails_disk_service_url(verified_key_with_expiration,
-  host: current_host,
+  protocol: current_uri.scheme,
+  host: current_uri.host,
+  port: current_uri.port,
   disposition: content_disposition,
   content_type: content_type,
   filename: filename
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-03-28 05:27:50.0 +0100
+++ new/metadata2019-11-27 16:40:21.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.3
+  version: 5.2.4
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-03-28 00:00:00.0 Z
+date: 2019-11-27 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.3
+version: 5.2.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.3
+version: 5.2.4
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.3
+version: 5.2.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.3
+version: 5.2.4
 - !ruby/object:Gem::Dependency
   name: marcel
   requirement: !ruby/object:Gem::Requirement
@@ -124,8 +124,8 @@
 licenses:
 - MIT
 metadata:
-  s

commit rubygem-activestorage-5.2 for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2019-04-01 12:37:10

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


Package is "rubygem-activestorage-5.2"

Mon Apr  1 12:37:10 2019 rev:6 rq:689712 version:5.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2019-03-14 15:03:30.647643780 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.25356/rubygem-activestorage-5.2.changes
   2019-04-01 12:37:11.789880751 +0200
@@ -1,0 +2,10 @@
+Fri Mar 29 05:54:13 UTC 2019 - Stephan Kulow 
+
+- updated to version 5.2.3
+ see installed CHANGELOG.md
+
+  ## Rails 5.2.3 (March 27, 2019) ##
+  
+  *   No changes.
+
+---

Old:

  activestorage-5.2.2.1.gem

New:

  activestorage-5.2.3.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.MlDQIx/_old  2019-04-01 12:37:12.313881007 +0200
+++ /var/tmp/diff_new_pack.MlDQIx/_new  2019-04-01 12:37:12.313881007 +0200
@@ -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-activestorage-5.2
-Version:5.2.2.1
+Version:5.2.3
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}
@@ -36,9 +36,9 @@
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:http://rubyonrails.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ activestorage-5.2.2.1.gem -> activestorage-5.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-03-13 17:47:43.0 +0100
+++ new/CHANGELOG.md2019-03-28 05:27:50.0 +0100
@@ -1,3 +1,8 @@
+## Rails 5.2.3 (March 27, 2019) ##
+
+*   No changes.
+
+
 ## Rails 5.2.2.1 (March 11, 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   2019-03-13 17:47:43.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2019-03-28 05:27:50.0 
+0100
@@ -9,8 +9,8 @@
   module VERSION
 MAJOR = 5
 MINOR = 2
-TINY  = 2
-PRE   = "1"
+TINY  = 3
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_storage/service/mirror_service.rb 
new/lib/active_storage/service/mirror_service.rb
--- old/lib/active_storage/service/mirror_service.rb2019-03-13 
17:47:43.0 +0100
+++ new/lib/active_storage/service/mirror_service.rb2019-03-28 
05:27:50.0 +0100
@@ -9,7 +9,7 @@
   class Service::MirrorService < Service
 attr_reader :primary, :mirrors
 
-delegate :download, :download_chunk, :exist?, :url, to: :primary
+delegate :download, :download_chunk, :exist?, :url, :path_for, to: :primary
 
 # Stitch together from named services.
 def self.build(primary:, mirrors:, configurator:, **options) #:nodoc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-03-13 17:47:43.0 +0100
+++ new/metadata2019-03-28 05:27:50.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.2.1
+  version: 5.2.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-03-13 00:00:00.0 Z
+date: 2019-03-28 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.2.2.1
+version: 5.2.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '=

commit rubygem-activestorage-5.2 for openSUSE:Factory

2019-03-14 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2019-03-14 15:03:21

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


Package is "rubygem-activestorage-5.2"

Thu Mar 14 15:03:21 2019 rev:5 rq:684886 version:5.2.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2019-01-21 10:26:14.229692376 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.28833/rubygem-activestorage-5.2.changes
   2019-03-14 15:03:30.647643780 +0100
@@ -1,0 +2,17 @@
+Thu Mar 14 03:44:41 UTC 2019 - Marcus Rueckert 
+
+- update to version 5.2.2.1:
+  
https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
+  CVE-2019-5418 CVE-2019-5419 CVE-2019-5420
+
+---
+Sat Jan 19 19:51:01 UTC 2019 - Marcus Rueckert 
+
+- rb_build_ruby_abi needs to be rb_build_ruby_abis
+
+---
+Fri Jan 18 16:24:41 UTC 2019 - Marcus Rueckert 
+
+- limit to ruby 2.5 and above for 42.3/sle12
+
+---

Old:

  activestorage-5.2.2.gem

New:

  activestorage-5.2.2.1.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.SqGaxh/_old  2019-03-14 15:03:32.111642852 +0100
+++ /var/tmp/diff_new_pack.SqGaxh/_new  2019-03-14 15:03:32.115642850 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activestorage-5.2
 #
-# 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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -24,21 +24,21 @@
 #
 
 Name:   rubygem-activestorage-5.2
-Version:5.2.2
+Version:5.2.2.1
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}
 %define mod_version_suffix -5.2
 # MANUAL
 %if 0%{?suse_version} && 0%{?suse_version} < 1330
-%define rb_build_versions ruby23 ruby24 ruby25
-%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+%define rb_build_versions ruby25 ruby26
+%define rb_build_ruby_abis ruby:2.5.0 ruby:2.6.0
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  ruby-macros >= 5
 Url:http://rubyonrails.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ activestorage-5.2.2.gem -> activestorage-5.2.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-12-04 19:12:13.0 +0100
+++ new/CHANGELOG.md2019-03-13 17:47:43.0 +0100
@@ -1,3 +1,8 @@
+## Rails 5.2.2.1 (March 11, 2019) ##
+
+*   No changes.
+
+
 ## Rails 5.2.2 (December 04, 2018) ##
 
 *   Support multiple submit buttons in Active Storage forms.
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   2018-12-04 19:12:14.0 
+0100
+++ new/lib/active_storage/gem_version.rb   2019-03-13 17:47:43.0 
+0100
@@ -10,7 +10,7 @@
 MAJOR = 5
 MINOR = 2
 TINY  = 2
-PRE   = nil
+PRE   = "1"
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-12-04 19:12:13.0 +0100
+++ new/metadata2019-03-13 17:47:43.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activestorage
 version: !ruby/object:Gem::Version
-  version: 5.2.2
+  version: 5.2.2.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-12-04 00:00:00.0 Z
+date: 2019-03-13 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependenc

commit rubygem-activestorage-5.2 for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2019-01-21 10:26:13

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


Package is "rubygem-activestorage-5.2"

Mon Jan 21 10:26:13 2019 rev:4 rq:656388 version:5.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2018-12-06 12:17:47.925488762 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.28833/rubygem-activestorage-5.2.changes
   2019-01-21 10:26:14.229692376 +0100
@@ -1,0 +2,28 @@
+Sat Dec  8 16:17:06 UTC 2018 - Stephan Kulow 
+
+- updated to version 5.2.2
+ see installed CHANGELOG.md
+
+  ## Rails 5.2.2 (December 04, 2018) ##
+  
+  *   Support multiple submit buttons in Active Storage forms.
+  
+  *Chrıs Seelus*
+  
+  *   Fix `ArgumentError` when uploading to amazon s3
+  
+  *Hiroki Sanpei*
+  
+  *   Add a foreign-key constraint to the `active_storage_attachments` table 
for blobs.
+  
+  *George Claghorn*
+  
+  *   Discard `ActiveStorage::PurgeJobs` for missing blobs.
+  
+  *George Claghorn*
+  
+  *   Fix uploading Tempfiles to Azure Storage.
+  
+  *George Claghorn*
+
+---

Old:

  activestorage-5.2.1.1.gem

New:

  activestorage-5.2.2.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.htzGIs/_old  2019-01-21 10:26:14.705691853 +0100
+++ /var/tmp/diff_new_pack.htzGIs/_new  2019-01-21 10:26:14.709691849 +0100
@@ -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-activestorage-5.2
-Version:5.2.1.1
+Version:5.2.2
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}
@@ -36,9 +36,9 @@
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:http://rubyonrails.org
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ activestorage-5.2.1.1.gem -> activestorage-5.2.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-11-27 21:12:28.0 +0100
+++ new/CHANGELOG.md2018-12-04 19:12:13.0 +0100
@@ -1,3 +1,26 @@
+## Rails 5.2.2 (December 04, 2018) ##
+
+*   Support multiple submit buttons in Active Storage forms.
+
+*Chrıs Seelus*
+
+*   Fix `ArgumentError` when uploading to amazon s3
+
+*Hiroki Sanpei*
+
+*   Add a foreign-key constraint to the `active_storage_attachments` table for 
blobs.
+
+*George Claghorn*
+
+*   Discard `ActiveStorage::PurgeJobs` for missing blobs.
+
+*George Claghorn*
+
+*   Fix uploading Tempfiles to Azure Storage.
+
+*George Claghorn*
+
+
 ## Rails 5.2.1.1 (November 27, 2018) ##
 
 *   Prevent content type and disposition bypass in storage service URLs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app/assets/javascripts/activestorage.js 
new/app/assets/javascripts/activestorage.js
--- old/app/assets/javascripts/activestorage.js 2018-11-27 21:12:28.0 
+0100
+++ new/app/assets/javascripts/activestorage.js 2018-12-04 19:12:13.0 
+0100
@@ -1 +1,939 @@
-!function(t,e){"object"==typeof exports&&"object"==typeof 
module?module.exports=e():"function"==typeof 
define&&define.amd?define([],e):"object"==typeof 
exports?exports.ActiveStorage=e():t.ActiveStorage=e()}(this,function(){return 
function(t){function e(n){if(r[n])return r[n].exports;var 
i=r[n]={i:n,l:!1,exports:{}};return 
t[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var r={};return 
e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var
 r=t&&t.__esModule?function(){return t.default}:function(){return t};return 
e.d(r,"a",r),r},e.o=function(t,e){return 
Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=2)}([function(t,e,r){"use
 strict";function n(t){var e=a(document.head,'meta[name="'+t+'"]');if(e)return 
e.getAttribute("content")}function i(t,e){return"string"==typeof 
t&&(e=t,t=document),o(t.querySelectorAll(e))}funct

commit rubygem-activestorage-5.2 for openSUSE:Factory

2018-12-06 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2018-12-06 12:17:46

Comparing /work/SRC/openSUSE:Factory/rubygem-activestorage-5.2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.19453 (New)


Package is "rubygem-activestorage-5.2"

Thu Dec  6 12:17:46 2018 rev:3 rq:655327 version:5.2.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2018-08-12 20:53:38.761256926 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new.19453/rubygem-activestorage-5.2.changes
   2018-12-06 12:17:47.925488762 +0100
@@ -1,0 +2,32 @@
+Mon Dec  3 06:26:14 UTC 2018 - mschnit...@suse.com
+ 
+- updated to version 5.2.1.1 (boo#1118076)
+
+- addresses a security vulnerability (CVE-2018-16477, boo#1117641)
+
+  Signed download URLs generated by `ActiveStorage` for Google Cloud Storage
+  service and Disk service include `content-disposition` and `content-type`
+  parameters that an attacker can modify. This can be used to upload specially
+  crafted HTML files and have them served and executed inline. Combined with
+  other techniques such as cookie bombing and specially crafted AppCache
+  manifests,
+  an attacker can gain access to private signed URLs within a specific
+  storage path.
+
+  Vulnerable apps are those using either GCS or the Disk service in
+  production.
+  Other storage services such as S3 or Azure aren't affected.
+
+  All users running an affected release should either upgrade or use one of
+  the
+  workarounds immediately. For those using GCS, it's also recommended to run
+  the
+  following to update existing blobs:
+
+  ```
+  ActiveStorage::Blob.find_each do |blob|
+blob.send :update_service_metadata
+  end
+  ```
+
+---

Old:

  activestorage-5.2.1.gem

New:

  activestorage-5.2.1.1.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.w6LOr7/_old  2018-12-06 12:17:48.377488277 +0100
+++ /var/tmp/diff_new_pack.w6LOr7/_new  2018-12-06 12:17:48.377488277 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activestorage-5.2
-Version:5.2.1
+Version:5.2.1.1
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}

++ activestorage-5.2.1.gem -> activestorage-5.2.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-08-07 23:42:20.0 +0200
+++ new/CHANGELOG.md2018-11-27 21:12:28.0 +0100
@@ -1,3 +1,12 @@
+## Rails 5.2.1.1 (November 27, 2018) ##
+
+*   Prevent content type and disposition bypass in storage service URLs.
+
+Fix CVE-2018-16477.
+
+*Rosa Gutierrez*
+
+
 ## Rails 5.2.1 (August 07, 2018) ##
 
 *   Fix direct upload with zero-byte files.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app/controllers/active_storage/disk_controller.rb 
new/app/controllers/active_storage/disk_controller.rb
--- old/app/controllers/active_storage/disk_controller.rb   2018-08-07 
23:42:20.0 +0200
+++ new/app/controllers/active_storage/disk_controller.rb   2018-11-27 
21:12:28.0 +0100
@@ -11,10 +11,10 @@
 
   def show
 if key = decode_verified_key
-  response.headers["Content-Type"] = params[:content_type] || 
DEFAULT_SEND_FILE_TYPE
-  response.headers["Content-Disposition"] = params[:disposition] || 
DEFAULT_SEND_FILE_DISPOSITION
+  response.headers["Content-Type"] = key[:content_type] || 
DEFAULT_SEND_FILE_TYPE
+  response.headers["Content-Disposition"] = key[:disposition] || 
DEFAULT_SEND_FILE_DISPOSITION
 
-  disk_service.download key do |chunk|
+  disk_service.download key[:key] do |chunk|
 response.stream.write chunk
   end
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app/models/active_storage/blob/identifiable.rb 
new/app/models/active_storage/blob/identifiable.rb
--- old/app/models/active_storage/blob/identifiable.rb  2018-08-07 
23:42:20.0 +0200
+++ new/app/models/active_storage/blob/identifiable.rb  2018-11-27 
21:12:28.0 +0100
@@ -2,7 +2,10 @@
 
 module ActiveStorage::Blob::Identifiable
   def identify
-update! content_type: identify_content_type, identified: true unless 
identified?
+unless identified?
+  update! content_type: identify_content_type, identified: true
+  update_service_metadata
+end
   end
 
   def identified?
@@ -17,4 +20,8 @@
 def download_identifiable_chunk
  

commit rubygem-activestorage-5.2 for openSUSE:Factory

2018-08-12 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2018-08-12 20:53:34

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


Package is "rubygem-activestorage-5.2"

Sun Aug 12 20:53:34 2018 rev:2 rq:628585 version:5.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activestorage-5.2/rubygem-activestorage-5.2.changes
  2018-07-18 22:47:26.820252585 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new/rubygem-activestorage-5.2.changes
 2018-08-12 20:53:38.761256926 +0200
@@ -1,0 +2,11 @@
+Wed Aug  8 14:54:46 UTC 2018 - mschnit...@suse.com
+
+- updated to version 5.2.1 (boo#1104209)
+
+  * Fix direct upload with zero-byte files.
+(George Claghorn)
+
+  * Exclude JSON root from `active_storage/direct_uploads#create` response.
+(Javan Makhmali)
+
+---

Old:

  activestorage-5.2.0.gem

New:

  activestorage-5.2.1.gem



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
--- /var/tmp/diff_new_pack.eDA6IP/_old  2018-08-12 20:53:39.213257843 +0200
+++ /var/tmp/diff_new_pack.eDA6IP/_new  2018-08-12 20:53:39.213257843 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activestorage-5.2
-Version:5.2.0
+Version:5.2.1
 Release:0
 %define mod_name activestorage
 %define mod_full_name %{mod_name}-%{version}

++ activestorage-5.2.0.gem -> activestorage-5.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-04-09 22:04:40.0 +0200
+++ new/CHANGELOG.md2018-08-07 23:42:20.0 +0200
@@ -1,3 +1,14 @@
+## Rails 5.2.1 (August 07, 2018) ##
+
+*   Fix direct upload with zero-byte files.
+
+*George Claghorn*
+
+*   Exclude JSON root from `active_storage/direct_uploads#create` response.
+
+*Javan Makhmali*
+
+
 ## Rails 5.2.0 (April 09, 2018) ##
 
 *   Allow full use of the AWS S3 SDK options for authentication. If an
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app/assets/javascripts/activestorage.js 
new/app/assets/javascripts/activestorage.js
--- old/app/assets/javascripts/activestorage.js 2018-04-09 22:04:40.0 
+0200
+++ new/app/assets/javascripts/activestorage.js 2018-08-07 23:42:20.0 
+0200
@@ -1 +1 @@
-!function(t,e){"object"==typeof exports&&"object"==typeof 
module?module.exports=e():"function"==typeof 
define&&define.amd?define([],e):"object"==typeof 
exports?exports.ActiveStorage=e():t.ActiveStorage=e()}(this,function(){return 
function(t){function e(n){if(r[n])return r[n].exports;var 
i=r[n]={i:n,l:!1,exports:{}};return 
t[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var r={};return 
e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var
 r=t&&t.__esModule?function(){return t.default}:function(){return t};return 
e.d(r,"a",r),r},e.o=function(t,e){return 
Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=2)}([function(t,e,r){"use
 strict";function n(t){var e=a(document.head,'meta[name="'+t+'"]');if(e)return 
e.getAttribute("content")}function i(t,e){return"string"==typeof 
t&&(e=t,t=document),o(t.querySelectorAll(e))}function 
a(t,e){return"string"==typeof t&&(e=t,t=document),t.querySelector(e)}function 
u(t,e){var r=arguments.length>2&&void 
0!==arguments[2]?arguments[2]:{},n=t.disabled,i=r.bubbles,a=r.cancelable,u=r.detail,o=document.createEvent("Event");o.initEvent(e,i||!0,a||!0),o.detail=u||{};try{t.disabled=!1,t.dispatchEvent(o)}finally{t.disabled=n}return
 o}function o(t){return 
Array.isArray(t)?t:Array.from?Array.from(t):[].slice.call(t)}e.d=n,e.c=i,e.b=a,e.a=u,e.e=o},function(t,e,r){"use
 strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call 
a class as a function")}function i(t,e){if(t&&"function"==typeof t[e]){for(var 
r=arguments.length,n=Array(r>2?r-2:0),i=2;i1&&void 0!==arguments[1]?arguments[1]:{};return 
Object(a.a)(this.form,"direct-uploads:"+t,{detail:e})}}]),t}()},function(t,e,r){"use
 strict";function n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call 
a class as a function")}r.d(e,"a",function(){return o});var 
i=r(1),a=r(0),u=function(){function t(t,e){for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:{};return 
e.file=this.file,e.id=this.directUpload.id,Object(a.a)(this.input,"direct-upload:"+t,{detail:e})}},{key:"dispatchError",value:function(t){this.dispatch("error",{error:t}).defaultPrevented||alert(t)}},{key:"directUploadWillCreateBl

commit rubygem-activestorage-5.2 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activestorage-5.2 for 
openSUSE:Factory checked in at 2018-07-18 22:47:26

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


Package is "rubygem-activestorage-5.2"

Wed Jul 18 22:47:26 2018 rev:1 rq:617070 version:5.2.0

Changes:

New Changes file:

--- /dev/null   2018-07-14 11:19:38.193360615 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activestorage-5.2.new/rubygem-activestorage-5.2.changes
 2018-07-18 22:47:26.820252585 +0200
@@ -0,0 +1,6 @@
+---
+Mon Apr 16 12:19:10 UTC 2018 - mschnit...@suse.com
+
+- initialize package
+
+  see changelog: 
https://github.com/rails/rails/blob/v5.2.0/activestorage/CHANGELOG.md

New:

  activestorage-5.2.0.gem
  gem2rpm.yml
  rubygem-activestorage-5.2.changes
  rubygem-activestorage-5.2.spec



Other differences:
--
++ rubygem-activestorage-5.2.spec ++
#
# spec file for package rubygem-activestorage-5.2
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# 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/
#


#
# 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-activestorage-5.2
Version:5.2.0
Release:0
%define mod_name activestorage
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -5.2
# MANUAL
%if 0%{?suse_version} && 0%{?suse_version} < 1330
%define rb_build_versions ruby23 ruby24 ruby25
%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
%endif
# /MANUAL
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 5
BuildRequires:  %{ruby >= 2.2.2}
BuildRequires:  %{rubygem gem2rpm}
Url:http://rubyonrails.org
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1:gem2rpm.yml
Summary:Local and cloud file storage framework
License:MIT
Group:  Development/Languages/Ruby

%description
Attach cloud and local files in Rails applications.

%prep

%build

%install
%gem_install \
  --doc-files="CHANGELOG.md MIT-LICENSE README.md" \
  -f

%gem_packages

%changelog
++ gem2rpm.yml ++
---
:version_suffix: '-5.2'

:preamble: |-
%if 0%{?suse_version} && 0%{?suse_version} < 1330
%define rb_build_versions ruby23 ruby24 ruby25
%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
%endif