ports/www/rubygem-passenger/files/patch-disable-anonymous-telemetry-apache
Sergey A. Osokin a49106a8ea Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.1 to 6.0.2.

Bump PORTREVISION for www/nginx and www/nginx-devel.
2019-02-28 22:32:29 +00:00

11 lines
423 B
Text

--- src/apache2_module/ServerConfig/AutoGeneratedStruct.h.orig 2019-02-26 13:06:06.695256000 -0500
+++ src/apache2_module/ServerConfig/AutoGeneratedStruct.h 2019-02-26 13:06:41.241589000 -0500
@@ -295,7 +295,7 @@
AutoGeneratedServerConfig() {
- disableAnonymousTelemetry = false;
+ disableAnonymousTelemetry = true;
disableLogPrefix = false;
disableSecurityUpdateCheck = false;
showVersionInHeader = true;