pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actionpack61



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 03:30:02 UTC 2022

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

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

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

*   Allow Content Security Policy DSL to generate for API responses.

    *Tim Wade*

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

*   Fix `content_security_policy` returning invalid directives.

    Directives such as `self`, `unsafe-eval` and few others were not
    single quoted when the directive was the result of calling a lambda
    returning an array.

    ```ruby
    content_security_policy do |policy|
      policy.frame_ancestors lambda { [:self, "https://example.com";] }
    end
    ```

    With this fix the policy generated from above will now be valid.

    *Edouard Chin*

*   Update `HostAuthorization` middleware to render debug info only
    when `config.consider_all_requests_local` is set to true.

    Also, blocked host info is always logged with level `error`.

    Fixes #42813.

    *Nikita Vyrko*

*   Dup arrays that get "converted".

    Fixes #43681.

    *Aaron Patterson*

*   Don't show deprecation warning for equal paths.

    *Anton Rieder*

*   Fix crash in `ActionController::Instrumentation` with invalid HTTP formats.

    Fixes #43094.

    *Alex Ghiculescu*

*   Add fallback host for SystemTestCase driven by RackTest.

    Fixes #42780.

    *Petrik de Heus*

*   Add more detail about what hosts are allowed.

    *Alex Ghiculescu*


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ruby-actionpack61/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-actionpack61/distinfo
diff -u pkgsrc/www/ruby-actionpack61/distinfo:1.11 pkgsrc/www/ruby-actionpack61/distinfo:1.12
--- pkgsrc/www/ruby-actionpack61/distinfo:1.11  Sun Mar 13 15:11:51 2022
+++ pkgsrc/www/ruby-actionpack61/distinfo       Thu May  5 03:30:02 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:30:02 taca Exp $
 
-BLAKE2s (actionpack-6.1.4.7.gem) = fe63d6c3393244bf557a13b36ddabdb2f31088fd67050448a7035826892bf95f
-SHA512 (actionpack-6.1.4.7.gem) = f39df0f62cef761780f46d20a8a6a9676256d89ae74503db10258f54883eab643ff0adbc67a564722c4425bdc07677902bb1db042cc04f856cdaa54b278db7d4
-Size (actionpack-6.1.4.7.gem) = 225792 bytes
+BLAKE2s (actionpack-6.1.5.1.gem) = 17450f6073056c694f1a909f6ae026e3f813affd4fbb969a37c11dd5f3ddf0b1
+SHA512 (actionpack-6.1.5.1.gem) = d5c19f186663739a973c6c5b12eda8a372fdc24d530759fcf322ceb84665884bbcbbffee2795eac2482d033702edbd07b3bad0b76e84ce9b52ede9b674272abb
+Size (actionpack-6.1.5.1.gem) = 226304 bytes



Home | Main Index | Thread Index | Old Index