Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump passenger from 5.3.1 to 6.0.14 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 17, 2022

Bumps passenger from 5.3.1 to 6.0.14.

Release notes

Sourced from passenger's releases.

Release 6.0.14

  • Adds Ubuntu 22.04 "Jammy" packages, and removes Ubuntu 21.10 "Impish" packages.

  • Fixes a use after free regression introduced in 6.0.12.

  • Fixed a warning about ERB.new argument deprecation in Ruby 3.1. Closes GH-2417.

  • Removed google apis from error pages for easier GDPR compliance.

  • Updated various library versions used in precompiled binaries (used for e.g. gem installs):

    • cmake 3.22.3 → 3.23.1
    • git 2.35.1 → 2.36.0
    • gnupg 2.3.4 → 2.3.5
    • libgcrypt 1.9.4 → 1.10.1
    • libgpg_error 1.44 → 1.45
    • ntbtls 0.3.0 → 0.3.1
    • rubygems 3.3.9 → 3.3.12
    • zlib 1.2.11 → 1.2.12
    • ruby
      • 2.6.9 → 2.6.10
      • 2.7.5 → 2.7.6
      • 3.0.3 → 3.0.4
      • 3.1.1 → 3.1.2

Release 6.0.13

  • Add WASM mime type, Closes GH-2398.

  • Fix compilation on FreeBSD 13. Closes GH-2402.

  • [Ruby] Fixes app process crash when ECONNRESET received.

  • Fix automated fetching of pcre source for installer scripts.

  • Bump preferred nginx 1.20.1 → 1.20.2.

  • [Ruby] Add option to preload bundler. Closes GH-2409.

    • Apache: PassengerPreloadBundler
    • Nginx: passenger_preload_bundler
    • Standalone: --preload_bundler
  • [Node] Suppresses the winston circular dependency warning.

  • [RPMs] EL8 RPMs are now built on Rocky linux, and should be compatible with Alma, Rocky, CentOS, and RHEL.

  • Updated various library versions used in precompiled binaries (used for e.g. gem installs):

    • ccache 4.4.2 → 4.6
    • cmake 3.21.4 → 3.22.3
    • curl 7.79.1 → 7.82.0
    • git 2.33.1 → 2.35.1
    • gnupg 2.3.3 → 2.3.4
    • libgpg_error 1.42 → 1.44
    • ntbtls 0.2.0 → 0.3.0
    • openssl 1.1.1l → 1.1.1n
    • rubygems 3.2.30 → 3.3.9
    • zstd 1.5.0 → 1.5.2
    • ruby
      • dropped 2.4.10
      • dropped 2.5.9

... (truncated)

Changelog

Sourced from passenger's changelog.

Release 6.0.14

  • Removes use of rexml in passenger restart command, because it was removed from Ruby 3. Closes GH-2415.

  • Adds Ubuntu 22.04 "Jammy" packages, and removes Ubuntu 21.10 "Impish" packages.

  • Fixes a use after free regression introduced in 6.0.12.

  • Fixed a warning about ERB.new argument deprecation in Ruby 3.1. Closes GH-2417.

  • Removed google apis from error pages for easier GDPR compliance.

  • Updated various library versions used in precompiled binaries (used for e.g. gem installs):

    • cmake 3.22.3 → 3.23.1
    • git 2.35.1 → 2.36.0
    • gnupg 2.3.4 → 2.3.5
    • libgcrypt 1.9.4 → 1.10.1
    • libgpg_error 1.44 → 1.45
    • ntbtls 0.3.0 → 0.3.1
    • rubygems 3.3.9 → 3.3.12
    • zlib 1.2.11 → 1.2.12
    • ruby
      • 2.6.9 → 2.6.10
      • 2.7.5 → 2.7.6
      • 3.0.3 → 3.0.4
      • 3.1.1 → 3.1.2

Release 6.0.13

  • Add WASM mime type, Closes GH-2398.

  • Fix compilation on FreeBSD 13. Closes GH-2402.

  • [Ruby] Fixes app process crash when ECONNRESET received.

  • Fix automated fetching of pcre source for installer scripts.

  • Bump preferred nginx 1.20.1 → 1.20.2.

  • [Ruby] Add option to preload bundler. Closes GH-2409.

    • Apache: PassengerPreloadBundler
    • Nginx: passenger_preload_bundler
    • Standalone: --preload_bundler
  • [Node] Suppresses the winston circular dependency warning.

  • [RPMs] EL8 RPMs are now built on Rocky linux, and should be compatible with Alma, Rocky, CentOS, and RHEL.

  • Updated various library versions used in precompiled binaries (used for e.g. gem installs):

    • ccache 4.4.2 → 4.6
    • cmake 3.21.4 → 3.22.3
    • curl 7.79.1 → 7.82.0
    • git 2.33.1 → 2.35.1
    • gnupg 2.3.3 → 2.3.4
    • libgpg_error 1.42 → 1.44
    • ntbtls 0.2.0 → 0.3.0
    • openssl 1.1.1l → 1.1.1n
    • rubygems 3.2.30 → 3.3.9

... (truncated)

Commits
  • d2aef55 use ci docker image with newer rubies
  • a1fd3e2 fix ruby deps in passenger-enterprise deb packages
  • 65dbf83 bump default version to a supported ruby
  • 3b6a2c3 deal with ruby < 2.3 lacking Hash#dig
  • 9860e4c increase timeout on this test, it often times out
  • a1be198 put ruby 2 compatible json version in Gemfile.lock
  • f2031e4 bump json gem
  • 9b9b257 try to fix python in jammy apt automation
  • 6a465f3 fix rest of deprecated bare open method called with uri
  • c7c03be fix deprecated bare open method called with uri
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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.

Bumps [passenger](https://github.com/phusion/passenger) from 5.3.1 to 6.0.14.
- [Release notes](https://github.com/phusion/passenger/releases)
- [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG)
- [Commits](phusion/passenger@release-5.3.1...release-6.0.14)

---
updated-dependencies:
- dependency-name: passenger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants