./www/ruby-actioncable52, Toolkit for building modeling frameworks (part of Rails 5.2)

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


Branch: pkgsrc-2021Q4, Version: 5.2.6.2, Package name: ruby27-actioncable52-5.2.6.2, Maintainer: pkgsrc-users

# Action Cable – Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application. It allows for real-time features to be written in Ruby in the
same style and form as the rest of your Rails application, while still being
performant and scalable. It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework. You have
access to your full domain model written with Active Record or your ORM of
choice.

This is for Ruby on Rails 5.2.


Master sites:

Filesize: 40.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-03-03 20:00:07 by Benny Siegert | Files touched by this commit (12) | Package updated
Log message:
Pullup ticket #6587 - requested by taca
www/ruby-rails52: security fix

Revisions pulled up:
- databases/ruby-activerecord52/distinfo                        1.11
- devel/ruby-activejob52/distinfo                               1.11
- devel/ruby-activemodel52/distinfo                             1.11
- devel/ruby-activestorage52/distinfo                           1.11
- devel/ruby-activesupport52/distinfo                           1.11
- devel/ruby-railties52/distinfo                                1.11
- lang/ruby/rails.mk                                            1.111
- mail/ruby-actionmailer52/distinfo                             1.11
- www/ruby-actioncable52/distinfo                               1.11
- www/ruby-actionpack52/distinfo                                1.11
- www/ruby-actionview52/distinfo                                1.11
- www/ruby-rails52/distinfo                                     1.11

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb 13 07:26:07 UTC 2022

   Modified Files:
   	pkgsrc/databases/ruby-activerecord52: distinfo
   	pkgsrc/devel/ruby-activejob52: distinfo
   	pkgsrc/devel/ruby-activemodel52: distinfo
   	pkgsrc/devel/ruby-activestorage52: distinfo
   	pkgsrc/devel/ruby-activesupport52: distinfo
   	pkgsrc/devel/ruby-railties52: distinfo
   	pkgsrc/lang/ruby: rails.mk
   	pkgsrc/mail/ruby-actionmailer52: distinfo
   	pkgsrc/www/ruby-actioncable52: distinfo
   	pkgsrc/www/ruby-actionpack52: distinfo
   	pkgsrc/www/ruby-actionview52: distinfo
   	pkgsrc/www/ruby-rails52: distinfo

   Log message:
   www/ruby-rails52: update to 5.2.6.2

   This update contains security fix for CVE-2022-23633 in

   Active Support 5.2.6.2 (2022-02-11)

   * Fix Reloader method signature to work with the new Executor signature.

   Action Pack 5.2.6.2 (2022-02-11)

   * Under certain circumstances, the middleware isn't informed that the
     response body has been fully closed which result in request state
     not being fully reset before the next request.

     [CVE-2022-23633]