ports/www/nginx/files/extra-patch-passenger-disable-telemetry
Jochen Neumeister 38b092ca53 www/nginx: Update to 1.28.0
Changes with nginx 1.28.0:

    *) 1.28.x stable branch.
    *) Bugfix: nginx could not be built by gcc 15 if ngx_http_v2_module or ngx_http_v3_module modules were used.
    *) Bugfix: nginx might not be built by gcc 14 or newer with -O3 -flto optimization if ngx_http_v3_module was used.

Update 3rd party module:
- Luastream to 0.0.16
- Passenger to 6.0.27

PR:	286312
Sponsored by:	Netzkommune GmbH
2025-05-04 17:40:19 +02:00

12 lines
508 B
Plaintext

--- ../passenger-6.0.27/src/ruby_supportlib/phusion_passenger/nginx/config_options.rb.orig 2018-12-03 12:23:06.980728000 -0500
+++ ../passenger-6.0.27/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,
:type => :flag,
- :default => false,
+ :default => true,
:context => [:main],
:struct => 'NGX_HTTP_MAIN_CONF_OFFSET'
},