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 6.0.7 to 6.0.8 #9515

Merged
merged 1 commit into from
Apr 27, 2021
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 16, 2021

Bumps passenger from 6.0.7 to 6.0.8.

Release notes

Sourced from passenger's releases.

Release 6.0.8

  • [Apache] Fixes crash when restarting Apache on CentOS 8. Closes GH-2318.

  • [Standalone] fix abort websockets on shutdown. Closes GH-2211.

  • Fixes application process titles. They are now properly set to something like "Passenger RubyApp: ..." instead of "Passenger AppPreloader: ... (forking)".

  • Upgrades Boost to 1.74.

  • Allow passenger-status to detect passenger instance registry dir when systemd PrivateTmp dir is in use.

  • Reduce the likelihood of a crash when using systemd PrivateTmp dir with Apache.

  • Removed CentOS 6, and Debian Jessie prebuilt binaries and packages. Both are EOL.

  • No-longer build 32 bit prebuilt binaries, as HBB dropped support.

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

    • ccache_version: 4.0 → 4.2
    • cmake_version: 3.18.4 → 3.19.7
    • curl_version: 7.73.0 → 7.75.0
    • git_version: 2.29.1 → 2.31.0
    • gnupg_version: 2.2.23 → 2.2.27
    • libassuan_version: 2.5.4 → 2.5.5
    • libgcrypt_version: 1.8.7 → 1.9.2
    • libgpg_error_version: 1.39 → 1.42
    • libksba_version: 1.4.0 → 1.5.0
    • openssl_version: 1.1.1h → 1.1.1k
    • pinentry_version: 1.1.0 → 1.1.1
    • rubygems_version: 3.1.4 → 3.2.15
    • zstd_version: 1.4.5 → 1.4.9
    • ruby_versions + 3.0.0
Changelog

Sourced from passenger's changelog.

Release 6.0.8

  • [Apache] Fixes crash when restarting Apache on CentOS 8. Closes GH-2318.

  • [Standalone] fix abort websockets on shutdown. Closes GH-2211.

  • Fixes application process titles. They are now properly set to something like "Passenger RubyApp: ..." instead of "Passenger AppPreloader: ... (forking)".

  • Upgrades Boost to 1.74.

  • Allow passenger-status to detect passenger instance registry dir when systemd PrivateTmp dir is in use.

  • Reduce the likelihood of a crash when using systemd PrivateTmp dir with Apache.

  • Removed CentOS 6, and Debian Jessie prebuilt binaries and packages. Both are EOL.

  • No-longer build 32 bit prebuilt binaries, as HBB dropped support.

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

    • ccache_version: 4.0 → 4.2
    • cmake_version: 3.18.4 → 3.19.7
    • curl_version: 7.73.0 → 7.75.0
    • git_version: 2.29.1 → 2.31.0
    • gnupg_version: 2.2.23 → 2.2.27
    • libassuan_version: 2.5.4 → 2.5.5
    • libgcrypt_version: 1.8.7 → 1.9.2
    • libgpg_error_version: 1.39 → 1.42
    • libksba_version: 1.4.0 → 1.5.0
    • openssl_version: 1.1.1h → 1.1.1k
    • pinentry_version: 1.1.0 → 1.1.1
    • rubygems_version: 3.1.4 → 3.2.15
    • zstd_version: 1.4.5 → 1.4.9
    • ruby_versions + 3.0.0
Commits
  • 626a644 update changelog
  • 84a1a11 Waste disk space for homebrew
  • 672c6c6 Fix binary automation integration test
  • 4ed98a7 drop 32 bit binaries
  • 27807cf drop jessie, don’t add hirsute, resore groovy
  • 194a64d ruby 3 doesn’t ship with webrick anymore
  • 174b051 drake is abandoned since 2011 and rake has -j now
  • 9a71f55 fix rpm spec file syntax
  • 2574e1d try new rpm mock cfg approach
  • 26d84f9 move rpm buildbox mock config to site defaults
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file Ruby labels Apr 16, 2021
@gitpod-io
Copy link

gitpod-io bot commented Apr 16, 2021

@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@d106691). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head d4043a8 differs from pull request most recent head 47383b7. Consider uploading reports for the commit 47383b7 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9515   +/-   ##
=======================================
  Coverage        ?   77.54%           
=======================================
  Files           ?       98           
  Lines           ?     5924           
  Branches        ?        0           
=======================================
  Hits            ?     4594           
  Misses          ?     1330           
  Partials        ?        0           

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/passenger-6.0.8 branch from 50565df to 47383b7 Compare April 23, 2021 14:43
@codeclimate
Copy link

codeclimate bot commented Apr 23, 2021

Code Climate has analyzed commit 47383b7 and detected 0 issues on this pull request.

View more on Code Climate.

@jywarren jywarren merged commit 7c428f9 into main Apr 27, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/passenger-6.0.8 branch April 27, 2021 19:27
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this pull request Oct 16, 2021
Bumps [passenger](https://github.com/phusion/passenger) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/phusion/passenger/releases)
- [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG)
- [Commits](phusion/passenger@release-6.0.7...release-6.0.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this pull request Dec 28, 2021
Bumps [passenger](https://github.com/phusion/passenger) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/phusion/passenger/releases)
- [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG)
- [Commits](phusion/passenger@release-6.0.7...release-6.0.8)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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 Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant