J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Bump passenger from 5.3.7 to 6.0.2 #162

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps passenger from 5.3.7 to 6.0.2.

Release notes *Sourced from [passenger's releases](https://github.com/phusion/passenger/releases).* > ## Release 6.0.2 > * Allow compilation to work when Apple messed up their system ruby headers. > * Only try to read pid 1's /proc files as root, in container detection. Closes [GH-2168](https://github-redirect.dependabot.com/phusion/passenger/issues/2168). > * Add an option to disable prefixing application logs with "App PID stdout": `PassengerDisableLogPrefix` (Apache) / `passenger_disable_log_prefix` (Nginx). Closes [GH-1915](https://github-redirect.dependabot.com/phusion/passenger/issues/1915). > * Add support for identifying the Passenger instance by PID. Closes [GH-2146](https://github-redirect.dependabot.com/phusion/passenger/issues/2146). Contributed by Saverio Miroddi ([@​saveriomiroddi](https://github.com/saveriomiroddi)). > * [Ruby] Made Passenger more resiliant to Rack bugs. Closes [GH-2150](https://github-redirect.dependabot.com/phusion/passenger/issues/2150). > * [Nginx] Do not touch Nginx's proxy_temp_path var in Passenger's nginx modules. Closes [GH-2075](https://github-redirect.dependabot.com/phusion/passenger/issues/2075). Contributed by Roman Berestnikov-Sivolov ([@​ROMB](https://github.com/ROMB)). > * Updated Ruby versions used in precompiled binaries (used for e.g. gem installs) to include 2.6.1. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - Curl: 7.64.0 (was: 7.63.0) > - Ruby: 2.6.1 (was: 2.6.0) > - RubyGems 3.0.2 (was: 3.0.1) > - ccache 3.6 (was: 3.5) > - GnuPG 2.2.13 (was: 2.2.12) > - libassuan 2.5.3 (was: 2.5.2) > - libgpg_error 1.35 (was: 1.33) > > ## Release 6.0.1 > * Adds Ubuntu 18.10 "Cosmic" packages. > * Skips trying to set oom score in LXC container environments. Closes [GH-2143](https://github-redirect.dependabot.com/phusion/passenger/issues/2143). > * Fixes an issue during the GLS startup handshake where ephemeral ports could be exhausted. Closes [GH-2144](https://github-redirect.dependabot.com/phusion/passenger/issues/2144). > * Updated Ruby versions used in precompiled binaries (used for e.g. gem installs) to include 2.5.3, and 2.4.5 (removed: 2.4.4). > * Bumps the preferred Nginx version to 1.15.8. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - Curl: 7.62.0 -> 7.63.0 > - Git: 2.19.2 -> 2.20.1 > - Gnupg: 2.2.11 -> 2.2.12 > - libassuan: 2.5.1 -> 2.5.2 > - libgpg_error: 1.32 -> 1.33 > - Ruby: 2.4.4 -> 2.4.5, + 2.5.3 > - RubyGems: 2.7.6 -> 3.0.1 > > ## Release 6.0.0 > * Introduces support for *all* programming languages. Yes that's right... Java, Elixir, Go — Passenger now supports them all! This effort is called "generic language support". > * Bumps the preferred Nginx version to 1.15.7. > * Introduces anonymous usage telemetry, which helps us improve Passenger. Please read the docs on what data is collected and how to disable this. > * [Nginx] Introduces a new option "passenger_request_buffering on|off", to allow disabling request body buffering. This is only supported in Nginx >= 1.15.3. Closes [GH-2121](https://github-redirect.dependabot.com/phusion/passenger/issues/2121). > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - OpenSSL: 1.0.2q (was: 1.0.2p) > - libcurl: 7.62.0 (was: 7.61.1) > - Ruby: 2.3.8 (was: 2.3.7)
Changelog *Sourced from [passenger's changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG).* > Release 6.0.2 > ------------- > > * Allow compilation to work when Apple messed up their system ruby headers. > * Only try to read pid 1's /proc files as root, in container detection. Closes [GH-2168](https://github-redirect.dependabot.com/phusion/passenger/issues/2168). > * Add an option to disable prefixing application logs with "App PID stdout": `PassengerDisableLogPrefix` (Apache) / `passenger_disable_log_prefix` (Nginx). Closes [GH-1915](https://github-redirect.dependabot.com/phusion/passenger/issues/1915). > * Add support for identifying the Passenger instance by PID. Closes [GH-2146](https://github-redirect.dependabot.com/phusion/passenger/issues/2146). Contributed by Saverio Miroddi ([@​saveriomiroddi](https://github.com/saveriomiroddi)). > * [Ruby] Made Passenger more resiliant to Rack bugs. Closes [GH-2150](https://github-redirect.dependabot.com/phusion/passenger/issues/2150). > * [Nginx] Do not touch Nginx's proxy_temp_path var in Passenger's nginx modules. Closes [GH-2075](https://github-redirect.dependabot.com/phusion/passenger/issues/2075). Contributed by Roman Berestnikov-Sivolov ([@​ROMB](https://github.com/ROMB)). > * Updated Ruby versions used in precompiled binaries (used for e.g. gem installs) to include 2.6.1. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - Curl: 7.64.0 (was: 7.63.0) > - Ruby: 2.6.1 (was: 2.6.0) > - RubyGems 3.0.2 (was: 3.0.1) > - ccache 3.6 (was: 3.5) > - GnuPG 2.2.13 (was: 2.2.12) > - libassuan 2.5.3 (was: 2.5.2) > - libgpg_error 1.35 (was: 1.33) > > > Release 6.0.1 > ------------- > > * Adds Ubuntu 18.10 "Cosmic" packages. > * Skips trying to set oom score in LXC container environments. Closes [GH-2143](https://github-redirect.dependabot.com/phusion/passenger/issues/2143). > * Fixes an issue during the GLS startup handshake where ephemeral ports could be exhausted. Closes [GH-2144](https://github-redirect.dependabot.com/phusion/passenger/issues/2144). > * Updated Ruby versions used in precompiled binaries (used for e.g. gem installs) to include 2.5.3, and 2.4.5 (removed: 2.4.4). > * Bumps the preferred Nginx version to 1.15.8. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - Curl: 7.62.0 -> 7.63.0 > - Git: 2.19.2 -> 2.20.1 > - Gnupg: 2.2.11 -> 2.2.12 > - libassuan: 2.5.1 -> 2.5.2 > - libgpg_error: 1.32 -> 1.33 > - Ruby: 2.4.4 -> 2.4.5, + 2.5.3 > - RubyGems: 2.7.6 -> 3.0.1 > > > Release 6.0.0 > ------------- > > * Introduces support for *all* programming languages. Yes that's right... Java, Elixir, Go — Passenger now supports them all! This effort is called "generic language support". > * Bumps the preferred Nginx version to 1.15.7. > * Introduces anonymous usage telemetry, which helps us improve Passenger. Please read the docs on what data is collected and how to disable this. > * [Nginx] Introduces a new option "passenger_request_buffering on|off", to allow disabling request body buffering. This is only supported in Nginx >= 1.15.3. Closes [GH-2121](https://github-redirect.dependabot.com/phusion/passenger/issues/2121). > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - OpenSSL: 1.0.2q (was: 1.0.2p) > ... (truncated)
Commits - [`224c5dc`](https://github.com/phusion/passenger/commit/224c5dc4f5407a4154203fb9c592a448107f62cc) Bump binary automation deps - [`ff3b715`](https://github.com/phusion/passenger/commit/ff3b715d312af96a03f33af46e628f6d2b492c57) Update contributors - [`3dec13c`](https://github.com/phusion/passenger/commit/3dec13cfe7a8746e66d0b88396fe3f88b75f3ebe) update homebrew formula - [`4cd0e60`](https://github.com/phusion/passenger/commit/4cd0e6049f45f2aa11d4e178d85a115518776257) try different test to avoid starting adminpanelconnector when it shouldn’t start - [`2734f58`](https://github.com/phusion/passenger/commit/2734f58a99850a386721d2ee4dbe39126aad9316) changelog entries for contributor commits - [`9464a70`](https://github.com/phusion/passenger/commit/9464a70886dd66895baf1f035f4537fea03b6968) Made Passenger more resiliant to Rack bugs. Closes [GH-2150](https://github-redirect.dependabot.com/phusion/passenger/issues/2150). - [`7d4251b`](https://github.com/phusion/passenger/commit/7d4251bb4aec5cef6896f6d1905a30e99d21befe) Remove unused and unconfigurable temp_path directory - [`60f8f8c`](https://github.com/phusion/passenger/commit/60f8f8cbafa0410efe70732cdeaa93d0e41166e4) Add config to disable prefixing logs with PID and channel ([#2176](https://github-redirect.dependabot.com/phusion/passenger/issues/2176)) - [`fe2cb7b`](https://github.com/phusion/passenger/commit/fe2cb7b6069dfc9c9bf486947ef6f5406a7a91b3) Only try to read pid 1's /proc files as root, in container detection. Closes ... - [`691312b`](https://github.com/phusion/passenger/commit/691312bf38e57767b5aabf9fd6bb7a1431c5a8a5) Merge pull request [#2165](https://github-redirect.dependabot.com/phusion/passenger/issues/2165) from saveriomiroddi/sav-fix_vagrant_box_keys_certifi... - Additional commits viewable in [compare view](https://github.com/phusion/passenger/compare/release-5.3.7...release-6.0.2)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 - `@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 your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.