DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Bump passenger from 5.3.4 to 5.3.7 #197

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps passenger from 5.3.4 to 5.3.7.

Release notes *Sourced from [passenger's releases](https://github.com/phusion/passenger/releases).* > ## Release 5.3.7 > * Fixes package installation issues on Ubuntu 18.04. These issues were caused by an update released by Ubuntu on the nginx-common package. Closes [GH-2122](https://github-redirect.dependabot.com/phusion/passenger/issues/2122), [GH-2140](https://github-redirect.dependabot.com/phusion/passenger/issues/2140). > * Fixes compilation problems and warnings with GCC 8.2. Tested on Alpine Linux edge 2018-11-05. Closes [GH-2139](https://github-redirect.dependabot.com/phusion/passenger/issues/2139). > * Fixes compatibility with libcurl 7.62.0. Contributed by Po-Chuan Hsieh ([@​sunpoet](https://github.com/sunpoet)). > * Changes minimum supported macOS version to 10.11 El Capitan. > * Removes packages for Ubuntu 17.10 Artful. > > ## Release 5.3.6 > * Fixes smart spawning. A regression in 5.3.5 (due to a refactoring) made it so that Passenger only used the direct spawning method. This issue was mostly noticeable in the form of increased process spawning times between 5.3.4 and 5.3.5. > * Fixes Passenger Core and application processes staying on the Watchdog's OOM score (unkillable). Closes [GH-2105](https://github-redirect.dependabot.com/phusion/passenger/issues/2105). > * Fixes "mach_vm_map failed" warnings on macOS >= High Sierra. These warnings were harmless, but annoying. Closes [GH-2101](https://github-redirect.dependabot.com/phusion/passenger/issues/2101). > * Fixes `passenger-config compile-agent` compilation with optimizations. The optimization flags were not properly passed to the compiler. > * Fixes a crash that could occur when HTTP clients send a chunked transfer-encoding body containing a chunk larger than 429496729 bytes. > * Improves detection of the system Apache's include headers on macOS High Sierra and later. > * Fixes RVM gemset detection on RVM 1.29. > * No longer supplies precompiled Ruby extensions for Ruby 1.9.3 and 2.0.0. When running Ruby 1.9.3 and 2.0.0, Passenger will attempt to compile from source instead. > > ## Release 5.3.5 > * Fixes Ubuntu 18.04 package installation problems due to Nginx version mismatch. Closes [GH-2122](https://github-redirect.dependabot.com/phusion/passenger/issues/2122). > * Improves usability of crash reports. Crash reports are no longer dumped in one big chunk to stderr. Instead, they are now dumped into multiple files, making it easy to inspect relevant reports. > * Fixes some crashes that only occur with log level 7. > * Downloads binaries from the newly-introduced Github mirror. This improves the reliability of binary downloads. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - OpenSSL: 1.0.2p (was: 1.0.2o) > - libcurl: 7.61.1 (was: 7.60.0)
Changelog *Sourced from [passenger's changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG).* > Release 5.3.7 > ------------- > > * Fixes package installation issues on Ubuntu 18.04. These issues were caused by an update released by Ubuntu on the nginx-common package. Closes [GH-2122](https://github-redirect.dependabot.com/phusion/passenger/issues/2122), [GH-2140](https://github-redirect.dependabot.com/phusion/passenger/issues/2140). > * Fixes compilation problems and warnings with GCC 8.2. Tested on Alpine Linux edge 2018-11-05. Closes [GH-2139](https://github-redirect.dependabot.com/phusion/passenger/issues/2139). > * Fixes compatibility with libcurl 7.62.0. Contributed by Po-Chuan Hsieh ([@​sunpoet](https://github.com/sunpoet)). > * Changes minimum supported macOS version to 10.11 El Capitan. > * Removes packages for Ubuntu 17.10 Artful. > > > Release 5.3.6 > ------------- > > * Fixes smart spawning. A regression in 5.3.5 (due to a refactoring) made it so that Passenger only used the direct spawning method. This issue was mostly noticeable in the form of increased process spawning times between 5.3.4 and 5.3.5. > * Fixes Passenger Core and application processes staying on the Watchdog's OOM score (unkillable). Closes [GH-2105](https://github-redirect.dependabot.com/phusion/passenger/issues/2105). > * Fixes "mach_vm_map failed" warnings on macOS >= High Sierra. These warnings were harmless, but annoying. Closes [GH-2101](https://github-redirect.dependabot.com/phusion/passenger/issues/2101). > * Fixes `passenger-config compile-agent` compilation with optimizations. The optimization flags were not properly passed to the compiler. > * Fixes a crash that could occur when HTTP clients send a chunked transfer-encoding body containing a chunk larger than 429496729 bytes. > * Improves detection of the system Apache's include headers on macOS High Sierra and later. > * Fixes RVM gemset detection on RVM 1.29. > * No longer supplies precompiled Ruby extensions for Ruby 1.9.3 and 2.0.0. When running Ruby 1.9.3 and 2.0.0, Passenger will attempt to compile from source instead. > > > Release 5.3.5 > ------------- > > * Fixes Ubuntu 18.04 package installation problems due to Nginx version mismatch. Closes [GH-2122](https://github-redirect.dependabot.com/phusion/passenger/issues/2122). > * Improves usability of crash reports. Crash reports are no longer dumped in one big chunk to stderr. Instead, they are now dumped into multiple files, making it easy to inspect relevant reports. > * Fixes some crashes that only occur with log level 7. > * Downloads binaries from the newly-introduced Github mirror. This improves the reliability of binary downloads. > * Updated various library versions used in precompiled binaries (used for e.g. gem installs): > > - OpenSSL: 1.0.2p (was: 1.0.2o) > - libcurl: 7.61.1 (was: 7.60.0)
Commits - [`6012375`](https://github.com/phusion/passenger/commit/601237531fbec9bc30aa8789db4197408679ba59) Homebrew packaging: merge Passenger Enterprise changes - [`5187e9c`](https://github.com/phusion/passenger/commit/5187e9cfffbe2dca3c4fec8188f054f8f1d0de12) Homebrew packaging tests: run brew uninstall with --force - [`fabba7c`](https://github.com/phusion/passenger/commit/fabba7cdbef433379b559a94724b13c4c5633085) Prepare for 5.3.7 release - [`022c444`](https://github.com/phusion/passenger/commit/022c444f2dc12cf028599206c71fbf6d9bae71a6) Update changelog, credit Po-Chuan Hsieh - [`e290bdd`](https://github.com/phusion/passenger/commit/e290bdd0d9e51dc8f2f331058494f5672c9dcd6a) Fix build with curl 7.62.0 - [`78f9254`](https://github.com/phusion/passenger/commit/78f9254290c17aac2e29f9e780908319d5cd7317) libnginx-mod-http-passenger: allow nginx-common dependency distro updates - [`8012c0c`](https://github.com/phusion/passenger/commit/8012c0c724d1f463fb553d7668ffd26e5037c6b6) Remove packaging support for Ubuntu 17.10 Artful - [`4507f52`](https://github.com/phusion/passenger/commit/4507f52aae93ee1441ce5c88cbdcb4ea92cb2a14) Homebrew packaging test: fix grabbing lockfile - [`eb0907d`](https://github.com/phusion/passenger/commit/eb0907d3b8c6990512a10594c79d86941719e096) Fix a unit test that was broken thanks to 79cbd114a41 - [`dfc2465`](https://github.com/phusion/passenger/commit/dfc246544972e64bb55d0932cc936fb13b2b6ccb) APT packaging: passenger_system_ruby and passenger_free_ruby: prepare for fut... - Additional commits viewable in [compare view](https://github.com/phusion/passenger/compare/release-5.3.4...release-5.3.7)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.