Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-actionview-6.0 for
openSUSE:Factory checked in at 2021-07-02 13:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionview-6.0 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionview-6.0.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionview-6.0"
Fri Jul 2 13:27:20 2021 rev:11 rq:902952 version:6.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionview-6.0/rubygem-actionview-6.0.changes
2020-10-18 16:34:38.512843870 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actionview-6.0.new.2625/rubygem-actionview-6.0.changes
2021-07-02 13:28:13.084410972 +0200
@@ -1,0 +2,32 @@
+Thu Jun 24 16:49:06 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 6.0.4
+ see installed CHANGELOG.md
+
+ ## Rails 6.0.4 (June 15, 2021) ##
+
+ * SanitizeHelper.sanitized_allowed_attributes and
SanitizeHelper.sanitized_allowed_tags
+ call safe_list_sanitizer's class method
+
+ Fixes #39586
+
+ *Taufiq Muhammadi*
+
+
+ ## Rails 6.0.3.7 (May 05, 2021) ##
+
+ * No changes.
+
+
+ ## Rails 6.0.3.6 (March 26, 2021) ##
+
+ * No changes.
+
+
+ ## Rails 6.0.3.5 (February 10, 2021) ##
+
+ * No changes.
+
+
+
+-------------------------------------------------------------------
Old:
----
actionview-6.0.3.4.gem
New:
----
actionview-6.0.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionview-6.0.spec ++++++
--- /var/tmp/diff_new_pack.9MxVBG/_old 2021-07-02 13:28:13.484407869 +0200
+++ /var/tmp/diff_new_pack.9MxVBG/_new 2021-07-02 13:28:13.488407838 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-actionview-6.0
#
-# 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-actionview-6.0
-Version: 6.0.3.4
+Version: 6.0.4
Release: 0
%define mod_name actionview
%define mod_full_name %{mod_name}-%{version}
++++++ actionview-6.0.3.4.gem -> actionview-6.0.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2020-10-07 18:48:21.000000000 +0200
+++ new/CHANGELOG.md 2021-06-15 22:13:38.000000000 +0200
@@ -1,3 +1,28 @@
+## Rails 6.0.4 (June 15, 2021) ##
+
+* SanitizeHelper.sanitized_allowed_attributes and
SanitizeHelper.sanitized_allowed_tags
+ call safe_list_sanitizer's class method
+
+ Fixes #39586
+
+ *Taufiq Muhammadi*
+
+
+## Rails 6.0.3.7 (May 05, 2021) ##
+
+* No changes.
+
+
+## Rails 6.0.3.6 (March 26, 2021) ##
+
+* No changes.
+
+
+## Rails 6.0.3.5 (February 10, 2021) ##
+
+* No changes.
+
+
## Rails 6.0.3.4 (October 07, 2020) ##
* No changes.
@@ -19,6 +44,7 @@
* [CVE-2020-8167] Check that request is same-origin prior to including CSRF
token in XHRs
+
## Rails 6.0.3 (May 06, 2020) ##
* annotated_source_code returns an empty array so TemplateErrors without a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2020-10-07 18:48:21.000000000 +0200
+++ new/README.rdoc 2021-06-15 22:13:38.000000000 +0200
@@ -15,7 +15,7 @@
Source code can be downloaded as part of the Rails project on GitHub:
-* https://github.com/rails/rails/tree/master/actionview
+* https://github.com/rails/rails/tree/main/actionview
== License
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_view/gem_version.rb
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb 2020-10-07 18:48:21.000000000 +0200
+++ new/lib/action_view/gem_version.rb 2021-06-15 22:13:38.000000000 +0200
@@ -9,8 +9,8 @@
module VERSION
MAJOR = 6
MINOR = 0
- TINY = 3
- PRE = "4"
+ TINY = 4
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_view/helpers/form_tag_helper.rb
new/lib/action_view/helpers/form_tag_helper.rb
--- old/lib/action_view/helpers/form_tag_helper.rb 2020-10-07
18:48:21.000000000 +0200
+++ new/lib/action_view/helpers/form_tag_helper.rb 2021-06-15
22:13:38.000000000 +0200
@@ -896,16 +896,15 @@
end
def set_default_disable_with(value, tag_options)
- return unless ActionView::Base.automatically_disable_submit_tag
- data = tag_options["data"]
+ data = tag_options.fetch("data", {})
- unless tag_options["data-disable-with"] == false || (data &&
data["disable_with"] == false)
+ if tag_options["data-disable-with"] == false || data["disable_with"]
== false
+ data.delete("disable_with")
+ elsif ActionView::Base.automatically_disable_submit_tag
disable_with_text = tag_options["data-disable-with"]
- disable_with_text ||= data["disable_with"] if data
+ disable_with_text ||= data["disable_with"]
disable_with_text ||= value.to_s.clone
tag_options.deep_merge!("data" => { "disable_with" =>
disable_with_text })
- else
- data.delete("disable_with") if data
end
tag_options.delete("data-disable-with")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/action_view/helpers/sanitize_helper.rb
new/lib/action_view/helpers/sanitize_helper.rb
--- old/lib/action_view/helpers/sanitize_helper.rb 2020-10-07
18:48:21.000000000 +0200
+++ new/lib/action_view/helpers/sanitize_helper.rb 2021-06-15
22:13:38.000000000 +0200
@@ -129,11 +129,11 @@
end
def sanitized_allowed_tags
- safe_list_sanitizer.allowed_tags
+ sanitizer_vendor.safe_list_sanitizer.allowed_tags
end
def sanitized_allowed_attributes
- safe_list_sanitizer.allowed_attributes
+ sanitizer_vendor.safe_list_sanitizer.allowed_attributes
end
# Gets the Rails::Html::FullSanitizer instance used by +strip_tags+.
Replace with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/assets/compiled/rails-ujs.js
new/lib/assets/compiled/rails-ujs.js
--- old/lib/assets/compiled/rails-ujs.js 2020-10-07 18:48:21.000000000
+0200
+++ new/lib/assets/compiled/rails-ujs.js 2021-06-15 22:13:38.000000000
+0200
@@ -1,6 +1,6 @@
/*
Unobtrusive JavaScript
-https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts
+https://github.com/rails/rails/blob/main/actionview/app/assets/javascripts
Released under the MIT license
*/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-10-07 18:48:21.000000000 +0200
+++ new/metadata 2021-06-15 22:13:38.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: actionview
version: !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
platform: ruby
authors:
- David Heinemeier Hansson
-autorequire:
+autorequire:
bindir: bin
cert_chain: []
-date: 2020-10-07 00:00:00.000000000 Z
+date: 2021-06-15 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
- !ruby/object:Gem::Dependency
name: builder
requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
- !ruby/object:Gem::Dependency
name: activemodel
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 6.0.3.4
+ version: 6.0.4
description: Simple, battle-tested conventions and helpers for building web
pages.
email: [email protected]
executables: []
@@ -236,11 +236,11 @@
- MIT
metadata:
bug_tracker_uri: https://github.com/rails/rails/issues
- changelog_uri:
https://github.com/rails/rails/blob/v6.0.3.4/actionview/CHANGELOG.md
- documentation_uri: https://api.rubyonrails.org/v6.0.3.4/
+ changelog_uri:
https://github.com/rails/rails/blob/v6.0.4/actionview/CHANGELOG.md
+ documentation_uri: https://api.rubyonrails.org/v6.0.4/
mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
- source_code_uri: https://github.com/rails/rails/tree/v6.0.3.4/actionview
-post_install_message:
+ source_code_uri: https://github.com/rails/rails/tree/v6.0.4/actionview
+post_install_message:
rdoc_options: []
require_paths:
- lib
@@ -256,8 +256,8 @@
version: '0'
requirements:
- none
-rubygems_version: 3.1.4
-signing_key:
+rubygems_version: 3.1.2
+signing_key:
specification_version: 4
summary: Rendering framework putting the V in MVC (part of Rails).
test_files: []