./devel/ruby-activesupport71, Toolkit of support libraries (part of Rails 7.1)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.1.3.2, Package name: ruby32-activesupport71-7.1.3.2, Maintainer: pkgsrc-users

Active Support -- Utility classes and Ruby extensions from Rails

Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects
outside of Rails.

This is for Ruby on Rails 7.1.


Master sites:

Filesize: 251.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-24 15:55:27 by Takahiro Kambe | Files touched by this commit (15) | Package updated
Log message:
www/ruby-rails71: update to 7.1.3.2

Update Ruby on Rails 7.1 and related pacakges to 7.1.3.2
This includes security fix:

	CVE-2024-26142 for www/ruby-actionpack71
	CVE-2024-26143 for www/ruby-actionpack71

Action Pack

* Fix possible XSS vulnerability with the translate method in controllers

  CVE-2024-26143

* Fix ReDoS in Accept header parsing

  CVE-2024-26142
   2024-02-04 16:07:45 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activesupport71: update to 7.1.3

Active Support (2024-01-16)

* Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.
  [Eugene Kenny]

* Fix ActiveSupport::JSON.encode to prevent duplicate keys.  If the same key
  exist in both String and Symbol form it could lead to the same key being
  emitted twice.  [Manish Sharma]

* Fix ActiveSupport::Cache::Store#read_multi when using a cache
  namespace and local cache strategy.  [Mark Oleson]

* Fix Time.now/DateTime.now/Date.today to return results in a system
  timezone after #travel_to.

  There is a bug in the current implementation of #travel_to: it remembers a
  timezone of its argument, and all stubbed methods start returning results
  in that remembered timezone.  However, the expected behaviour is to return
  results in a system timezone.  [Aleksei Chernenkov]

* Fix :unless_exist option for MemoryStore#write (et al) when using a cache
  namespace.  [S. Brent Faulkner]

* Fix ActiveSupport::Deprecation to handle blaming generated code.
  [Jean Boussier, fatkodima]
   2023-11-30 16:12:17 by Takahiro Kambe | Files touched by this commit (5)
Log message:
devel/ruby-activesupport71: add version 7.1.2

Active Support -- Utility classes and Ruby extensions from Rails

Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework.  These additions
reside in this package so they can be loaded as needed in Ruby projects
outside of Rails.

This is for Ruby on Rails 7.1.