diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2021-12-19 18:56:18 +0100 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2021-12-19 18:56:18 +0100 |
commit | 7a3cf55a9500152f84f3a7f187b8b246d19b522d (patch) | |
tree | 099c6bb4bcc0c5c5c0682e504753191a56b87836 /www/nginx/files | |
parent | databases/mysql80-client: Fix a Problem with FIDO Option (diff) |
www/nginx: update third-party passenger module to 6.0.12
PR: 260365
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/nginx/files')
-rw-r--r-- | www/nginx/files/extra-patch-passenger-build-nginx.rb | 4 | ||||
-rw-r--r-- | www/nginx/files/extra-patch-passenger-disable-telemetry | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb index bf3769973db7..9bdf909e8dc9 100644 --- a/www/nginx/files/extra-patch-passenger-build-nginx.rb +++ b/www/nginx/files/extra-patch-passenger-build-nginx.rb @@ -1,5 +1,5 @@ ---- ../passenger-6.0.8/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200 -+++ ../passenger-6.0.8/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200 +--- ../passenger-6.0.12/build/nginx.rb.orig 2018-05-20 08:43:19.389262000 +0200 ++++ ../passenger-6.0.12/build/nginx.rb 2018-05-20 09:11:27.500253000 +0200 @@ -39,13 +39,12 @@ auto_generated_sources = %w( desc "Build Nginx support files" task :nginx => [ diff --git a/www/nginx/files/extra-patch-passenger-disable-telemetry b/www/nginx/files/extra-patch-passenger-disable-telemetry index 58d1193e894c..283ee8eedf33 100644 --- a/www/nginx/files/extra-patch-passenger-disable-telemetry +++ b/www/nginx/files/extra-patch-passenger-disable-telemetry @@ -1,5 +1,5 @@ ---- ../passenger-6.0.8/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500 -+++ ../passenger-6.0.8/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500 +--- ../passenger-6.0.12/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500 ++++ ../passenger-6.0.12/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb 2018-12-03 12:23:32.978924000 -0500 @@ -204,7 +204,7 @@ :name => 'passenger_disable_anonymous_telemetry', :scope => :global, |