Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-actionview-5.2 for
openSUSE:Factory checked in at 2021-07-02 13:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionview-5.2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionview-5.2.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionview-5.2"
Fri Jul 2 13:27:26 2021 rev:11 rq:903480 version:5.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionview-5.2/rubygem-actionview-5.2.changes
2020-10-05 19:29:19.196496199 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actionview-5.2.new.2625/rubygem-actionview-5.2.changes
2021-07-02 13:28:19.584360540 +0200
@@ -1,0 +2,27 @@
+Thu Jun 24 16:48:49 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 5.2.6
+ see installed CHANGELOG.md
+
+ ## Rails 5.2.6 (May 05, 2021) ##
+
+ * No changes.
+
+
+ ## Rails 5.2.5 (March 26, 2021) ##
+
+ * No changes.
+
+
+ ## Rails 5.2.4.6 (May 05, 2021) ##
+
+ * No changes.
+
+
+ ## Rails 5.2.4.5 (February 10, 2021) ##
+
+ * No changes.
+
+
+
+-------------------------------------------------------------------
Old:
----
actionview-5.2.4.4.gem
New:
----
actionview-5.2.6.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionview-5.2.spec ++++++
--- /var/tmp/diff_new_pack.I4lkR4/_old 2021-07-02 13:28:20.036357033 +0200
+++ /var/tmp/diff_new_pack.I4lkR4/_new 2021-07-02 13:28:20.036357033 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-actionview-5.2
#
-# 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-5.2
-Version: 5.2.4.4
+Version: 5.2.6
Release: 0
%define mod_name actionview
%define mod_full_name %{mod_name}-%{version}
++++++ actionview-5.2.4.4.gem -> actionview-5.2.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2020-09-09 20:34:59.000000000 +0200
+++ new/CHANGELOG.md 2021-05-05 18:59:06.000000000 +0200
@@ -1,3 +1,23 @@
+## Rails 5.2.6 (May 05, 2021) ##
+
+* No changes.
+
+
+## Rails 5.2.5 (March 26, 2021) ##
+
+* No changes.
+
+
+## Rails 5.2.4.6 (May 05, 2021) ##
+
+* No changes.
+
+
+## Rails 5.2.4.5 (February 10, 2021) ##
+
+* No changes.
+
+
## Rails 5.2.4.4 (September 09, 2020) ##
* [CVE-2020-15169] Fix potential XSS vulnerability in the `translate`/`t`
helper
@@ -10,6 +30,15 @@
* [CVE-2020-8167] Check that request is same-origin prior to including CSRF
token in XHRs
+## Rails 5.2.4.2 (March 19, 2020) ##
+
+* Fix possible XSS vector in `escape_javascript` helper
+
+ CVE-2020-5267
+
+ *Aaron Patterson*
+
+
## 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/action_view/gem_version.rb
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb 2020-09-09 20:34:59.000000000 +0200
+++ new/lib/action_view/gem_version.rb 2021-05-05 18:59:06.000000000 +0200
@@ -9,8 +9,8 @@
module VERSION
MAJOR = 5
MINOR = 2
- TINY = 4
- PRE = "4"
+ TINY = 6
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2020-09-09 20:34:59.000000000 +0200
+++ new/metadata 2021-05-05 18:59:06.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: actionview
version: !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2020-09-09 00:00:00.000000000 Z
+date: 2021-05-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
- !ruby/object:Gem::Dependency
name: builder
requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
- !ruby/object:Gem::Dependency
name: activemodel
requirement: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 5.2.4.4
+ version: 5.2.6
description: Simple, battle-tested conventions and helpers for building web
pages.
email: [email protected]
executables: []
@@ -230,8 +230,8 @@
licenses:
- MIT
metadata:
- source_code_uri: https://github.com/rails/rails/tree/v5.2.4.4/actionview
- changelog_uri:
https://github.com/rails/rails/blob/v5.2.4.4/actionview/CHANGELOG.md
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.6/actionview
+ changelog_uri:
https://github.com/rails/rails/blob/v5.2.6/actionview/CHANGELOG.md
post_install_message:
rdoc_options: []
require_paths:
@@ -248,7 +248,7 @@
version: '0'
requirements:
- none
-rubygems_version: 3.1.2
+rubygems_version: 3.1.6
signing_key:
specification_version: 4
summary: Rendering framework putting the V in MVC (part of Rails).