AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- security update CVE-2023-38037 [bsc#1214807] - added patches + rubygem-activesupport-5.2-CVE-2023-38037.patch
- updated to version 5.2.3 see installed CHANGELOG.md [#]# Rails 5.2.3 (March 27, 2019) ## * Add `ActiveSupport::HashWithIndifferentAccess#assoc`. `assoc` can now be called with either a string or a symbol. * Stefan Schüßler* * Fix `String#safe_constantize` throwing a `LoadError` for incorrectly cased constant references. * Keenan Brock* * Allow Range#=== and Range#cover? on Range `Range#cover?` can now accept a range argument like `Range#include?` and `Range#===`. `Range#===` works correctly on Ruby 2.6. `Range#include?` is moved into a new file, with these two methods. * utilum* * If the same block is `included` multiple times for a Concern, an exception is no longer raised. * Mark J. Titorenko*, *Vlad Bokov*
- 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
- rb_build_ruby_abi needs to be rb_build_ruby_abis
- limit to ruby 2.5 and above for 42.3/sle12
- updated to version 5.2.2 see installed CHANGELOG.md [#]# Rails 5.2.2 (December 04, 2018) ## * Fix bug where `#to_options` for `ActiveSupport::HashWithIndifferentAccess` would not act as alias for `#symbolize_keys`. * Nick Weiland* * Improve the logic that detects non-autoloaded constants. * Jan Habermann*, *Xavier Noria* * Fix bug where `URI.unescape` would fail with mixed Unicode/escaped character input: URI.unescape("バ") # => "バ" URI.unescape("%E3%83%90") # => "バ" URI.unescape("バ%E3%83%90") # => Encoding::CompatibilityError * Ashe Connor*, *Aaron Patterson*
- updated to version 5.2.1.1 (boo#1118076) * No changes / Just a version bump to match with Rails 5.2.1.1
- updated to version 5.2.1 (boo#1104209) * Redis cache store: `delete_matched` no longer blocks the Redis server. (Switches from evaled Lua to a batched SCAN + DEL loop.) (Gleb Mazovetskiy) * Fix bug where `ActiveSupport::Timezone.all` would fail when tzinfo data for any timezone defined in `ActiveSupport::TimeZone::MAPPING` is missing. (Dominik Sander) * Fix bug where `ActiveSupport::Cache` will massively inflate the storage size when compression is enabled (which is true by default). This patch does not attempt to repair existing data: please manually flush the cache to clear out the problematic entries. (Godfrey Chan) * Fix `ActiveSupport::Cache#read_multi` bug with local cache enabled that was returning instances of `ActiveSupport::Cache::Entry` instead of the raw values. (Jason Lee)
- initialize package see changelog: https://github.com/rails/rails/blob/v5.2.0/activesupport/CHANGELOG.md