pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-actioncable61



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 03:32:28 UTC 2022

Modified Files:
        pkgsrc/www/ruby-actioncable61: distinfo

Log Message:
www/ruby-actioncable61: update to 6.1.5.1

## Rails 6.1.5.1 (April 26, 2022) ##

*   No changes.

## Rails 6.1.5 (March 09, 2022) ##

*   The Action Cable client now ensures successful channel subscriptions:

    * The client maintains a set of pending subscriptions until either
      the server confirms the subscription or the channel is torn down.
    * Rectifies the race condition where an unsubscribe is rapidly followed
      by a subscribe (on the same channel identifier) and the requests are
      handled out of order by the ActionCable server, thereby ignoring the
      subscribe command.

    *Daniel Spinosa*

*   Truncate broadcast logging messages.

    *J Smith*


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actioncable61/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-actioncable61/distinfo
diff -u pkgsrc/www/ruby-actioncable61/distinfo:1.11 pkgsrc/www/ruby-actioncable61/distinfo:1.12
--- pkgsrc/www/ruby-actioncable61/distinfo:1.11 Sun Mar 13 15:11:51 2022
+++ pkgsrc/www/ruby-actioncable61/distinfo      Thu May  5 03:32:28 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/03/13 15:11:51 taca Exp $
+$NetBSD: distinfo,v 1.12 2022/05/05 03:32:28 taca Exp $
 
-BLAKE2s (actioncable-6.1.4.7.gem) = 6931db04664bef7e8e4826011c63b04d5bfd86ae8a0c29e16234ba4f71d4ea1d
-SHA512 (actioncable-6.1.4.7.gem) = ac609b545ddfb3876a547375de890280a11d171822f0b834df01d98e0c005a7b05a01357cdbad1190f5d98393891c3f8c78bb702c7e2a93381f265d272b016f1
-Size (actioncable-6.1.4.7.gem) = 41984 bytes
+BLAKE2s (actioncable-6.1.5.1.gem) = 50c28a35612736525f40133e0081e94c17c55125d43631d8dd41d5a3d65a8700
+SHA512 (actioncable-6.1.5.1.gem) = 7547cc47f528456ba65d22e2e90faae55b14063f557dd2da3d1a91e3286134a6656c0c32437e208fd95788a07bb7d2b4ce53bbf7563e98da24aee47d5d6d1780
+Size (actioncable-6.1.5.1.gem) = 42496 bytes



Home | Main Index | Thread Index | Old Index