You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/10 14:33:47 UTC

[GitHub] [geode] dependabot[bot] opened a new pull request, #7672: Bump puma from 5.3.2 to 5.6.4 in /geode-book

dependabot[bot] opened a new pull request, #7672:
URL: https://github.com/apache/geode/pull/7672

   Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/puma/puma/releases">puma's releases</a>.</em></p>
   <blockquote>
   <h2>5.6.4</h2>
   <ul>
   <li>Security
   <ul>
   <li>Close several HTTP Request Smuggling exploits (CVE-2022-24790)</li>
   </ul>
   </li>
   </ul>
   <p>The 5.6.3 release was a mistake (released the wrong branch), 5.6.4 is correct.</p>
   <h2>5.6.2 / 2022-02-11</h2>
   <ul>
   <li>Bugfix/Security
   <ul>
   <li>Response body will always be <code>close</code>d. (GHSA-rmj8-8hhh-gv5h, related to <a href="https://github-redirect.dependabot.com/puma/puma/issues/2809">#2809</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>5.6.1</h2>
   <p>Bugfixes</p>
   <ul>
   <li>Reverted a commit which appeared to be causing occasional blank header values (see issue <a href="https://github-redirect.dependabot.com/puma/puma/issues/2808">#2808</a>) (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2809">#2809</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/puma/puma/compare/v5.6.0...v5.6.1">https://github.com/puma/puma/compare/v5.6.0...v5.6.1</a></p>
   <h2>5.6.0 - Birdie's Version</h2>
   <p>Maintainer <a href="https://github.com/nateberkopec"><code>@​nateberkopec</code></a> had a daughter, nicknamed Birdie:</p>
   <p><img src="https://user-images.githubusercontent.com/845662/151062075-10fcd0f5-9076-44c1-a2e1-eaebf76bdd68.jpg" alt="slack-imgs" /></p>
   <h2>5.6.0 / 2022-01-25</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Support <code>localhost</code> integration in <code>ssl_bind</code> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2764">#2764</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2708">#2708</a>)</li>
   <li>Allow backlog parameter to be set with ssl_bind DSL (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2780">#2780</a>)</li>
   <li>Remove yaml (psych) requirement in StateFile (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2784">#2784</a>)</li>
   <li>Allow culling of oldest workers, previously was only youngest (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2773">#2773</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2794">#2794</a>)</li>
   <li>Add worker_check_interval configuration option (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2759">#2759</a>)</li>
   <li>Always send lowlevel_error response to client (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2731">#2731</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2341">#2341</a>)</li>
   <li>Support for cert_pem and key_pem with ssl_bind DSL (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2728">#2728</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Keep thread names under 15 characters, prevents breakage on some OSes (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2733">#2733</a>)</li>
   <li>Fix two 'old-style-definition' compile warning (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2807">#2807</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2806">#2806</a>)</li>
   <li>Log environment correctly using option value (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2799">#2799</a>)</li>
   <li>Fix warning from Ruby master (will be 3.2.0) (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2785">#2785</a>)</li>
   <li>extconf.rb - fix openssl with old Windows builds (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2757">#2757</a>)</li>
   <li>server.rb - rescue handling (<code>Errno::EBADF</code>) for <code>@notify.close</code> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2745">#2745</a>)</li>
   </ul>
   </li>
   <li>
   <p>Refactor</p>
   <ul>
   <li>server.rb - refactor code using <a href="https://github.com/options"><code>@​options</code></a>[:remote_address] (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2742">#2742</a>)</li>
   <li>[jruby] a couple refactorings - avoid copy-ing bytes (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2730">#2730</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>5.5.2</h2>
   <p>Re-allows UTF-8 in HTTP header values</p>
   <h2>5.5.1</h2>
   <p><a href="https://github.com/puma/puma/security/advisories/GHSA-48w2-rm65-62xx">https://github.com/puma/puma/security/advisories/GHSA-48w2-rm65-62xx</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/puma/puma/blob/master/History.md">puma's changelog</a>.</em></p>
   <blockquote>
   <h2>5.6.4 / 2022-03-30</h2>
   <ul>
   <li>Security
   <ul>
   <li>Close several HTTP Request Smuggling exploits (CVE-2022-24790)</li>
   </ul>
   </li>
   </ul>
   <h2>5.6.2 / 2022-02-11</h2>
   <ul>
   <li>Bugfix/Security
   <ul>
   <li>Response body will always be <code>close</code>d. (GHSA-rmj8-8hhh-gv5h, related to <a href="https://github-redirect.dependabot.com/puma/puma/issues/2809">#2809</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>5.6.1 / 2022-01-26</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Reverted a commit which appeared to be causing occasional blank header values (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2809">#2809</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>5.6.0 / 2022-01-25</h2>
   <ul>
   <li>
   <p>Features</p>
   <ul>
   <li>Support <code>localhost</code> integration in <code>ssl_bind</code> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2764">#2764</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2708">#2708</a>)</li>
   <li>Allow backlog parameter to be set with ssl_bind DSL (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2780">#2780</a>)</li>
   <li>Remove yaml (psych) requirement in StateFile (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2784">#2784</a>)</li>
   <li>Allow culling of oldest workers, previously was only youngest (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2773">#2773</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2794">#2794</a>)</li>
   <li>Add worker_check_interval configuration option (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2759">#2759</a>)</li>
   <li>Always send lowlevel_error response to client (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2731">#2731</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2341">#2341</a>)</li>
   <li>Support for cert_pem and key_pem with ssl_bind DSL (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2728">#2728</a>)</li>
   </ul>
   </li>
   <li>
   <p>Bugfixes</p>
   <ul>
   <li>Keep thread names under 15 characters, prevents breakage on some OSes (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2733">#2733</a>)</li>
   <li>Fix two 'old-style-definition' compile warning (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2807">#2807</a>, <a href="https://github-redirect.dependabot.com/puma/puma/issues/2806">#2806</a>)</li>
   <li>Log environment correctly using option value (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2799">#2799</a>)</li>
   <li>Fix warning from Ruby master (will be 3.2.0) (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2785">#2785</a>)</li>
   <li>extconf.rb - fix openssl with old Windows builds (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2757">#2757</a>)</li>
   <li>server.rb - rescue handling (<code>Errno::EBADF</code>) for <code>@notify.close</code> (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2745">#2745</a>)</li>
   </ul>
   </li>
   <li>
   <p>Refactor</p>
   <ul>
   <li>server.rb - refactor code using <a href="https://github.com/options"><code>@​options</code></a>[:remote_address] (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2742">#2742</a>)</li>
   <li>[jruby] a couple refactorings - avoid copy-ing bytes (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2730">#2730</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>5.5.2 / 2021-10-12</h2>
   <ul>
   <li>Bugfixes
   <ul>
   <li>Allow UTF-8 in HTTP header values</li>
   </ul>
   </li>
   </ul>
   <h2>5.5.1 / 2021-10-12</h2>
   <ul>
   <li>
   <p>Feature (added as mistake - we don't normally do this on bugfix releases, sorry!)</p>
   <ul>
   <li>Allow setting APP_ENV in preference to RACK_ENV or RAILS_ENV (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2702">#2702</a>)</li>
   </ul>
   </li>
   <li>
   <p>Security</p>
   <ul>
   <li>Do not allow LF as a line ending in a header (CVE-2021-41136)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/puma/puma/commit/7add06a280c305eeb32a98c4fca4b34521cbf12f"><code>7add06a</code></a> 5.6.4</li>
   <li><a href="https://github.com/puma/puma/commit/4475a46506a3498f6966d465ecef83d29aaed8b9"><code>4475a46</code></a> 5.6.3</li>
   <li><a href="https://github.com/puma/puma/commit/5bb7d202e24dec00a898dca4aa11db391d7787a5"><code>5bb7d20</code></a> Merge pull request from GHSA-h99w-9q5r-gjq9</li>
   <li><a href="https://github.com/puma/puma/commit/c6340d1fabcd02c4cc5c1d4effaeba393dedb1a8"><code>c6340d1</code></a> 5.6.2 (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2821">#2821</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/e0753de846a1651401343687a22bfd52c97bc72a"><code>e0753de</code></a> 2.6.1</li>
   <li><a href="https://github.com/puma/puma/commit/7008a61ac9f87f71f4c688a6ab5d3cf2b6c8151a"><code>7008a61</code></a> Revert &quot;Always send lowlevel_error response to client (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2731">#2731</a>)&quot; (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2809">#2809</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/61ebbbe8ec5a7937abb48f62ed0e733c2f634e6f"><code>61ebbbe</code></a> 5.6.0</li>
   <li><a href="https://github.com/puma/puma/commit/d20915d6f2a5be8d2d10bf2d88c197be48438e9b"><code>d20915d</code></a> Fix two 'old-style-definition' compile warning (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2807">#2807</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/930e5b422d40e56241853188af0043ac619a9bd5"><code>930e5b4</code></a> Fix typo in CONTRIBUTING (<a href="https://github-redirect.dependabot.com/puma/puma/issues/2805">#2805</a>)</li>
   <li><a href="https://github.com/puma/puma/commit/c38d61cf67cc73af928cb7f1fe77860817ccc997"><code>c38d61c</code></a> CONTRIBUTING: file limits</li>
   <li>Additional commits viewable in <a href="https://github.com/puma/puma/compare/v5.3.2...v5.6.4">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=puma&package-manager=bundler&previous-version=5.3.2&new-version=5.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/geode/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] dependabot[bot] closed pull request #7672: Bump puma from 5.3.2 to 5.6.4 in /geode-book

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #7672: Bump puma from 5.3.2 to 5.6.4 in /geode-book
URL: https://github.com/apache/geode/pull/7672


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] dependabot[bot] commented on pull request #7672: Bump puma from 5.3.2 to 5.6.4 in /geode-book

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #7672:
URL: https://github.com/apache/geode/pull/7672#issuecomment-1684624785

   Superseded by #7883.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org