passenger 6.0.10 → 6.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +25 -1
  3. data/CONTRIBUTORS +1 -0
  4. data/bin/passenger-install-nginx-module +1 -0
  5. data/build/common_library.rb +1 -1
  6. data/dev/copy_boost_headers +19 -2
  7. data/dev/index_cxx_dependencies.rb +1 -1
  8. data/dev/webpacketpp.patch +39 -0
  9. data/package.json +1 -1
  10. data/src/agent/Core/Config.h +1 -1
  11. data/src/agent/Core/Controller/Config.h +1 -1
  12. data/src/agent/Watchdog/Config.h +1 -1
  13. data/src/cxx_supportlib/Constants.h +1 -1
  14. data/src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_obsolete.hpp +32 -0
  15. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/COPYING +0 -0
  16. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/changelog.md +0 -0
  17. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/readme.md +0 -0
  18. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/base64/base64.hpp +0 -0
  19. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/client.hpp +0 -0
  20. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/close.hpp +0 -0
  21. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/asio.hpp +0 -0
  22. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/asio_ssl.hpp +0 -0
  23. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/chrono.hpp +0 -0
  24. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/connection_hdl.hpp +0 -0
  25. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/cpp11.hpp +0 -0
  26. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/functional.hpp +2 -7
  27. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/md5.hpp +0 -0
  28. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/memory.hpp +0 -0
  29. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/network.hpp +0 -0
  30. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/platforms.hpp +0 -0
  31. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/random.hpp +0 -0
  32. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/regex.hpp +0 -0
  33. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/stdint.hpp +0 -0
  34. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/system_error.hpp +0 -0
  35. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/thread.hpp +0 -0
  36. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/time.hpp +0 -0
  37. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/common/type_traits.hpp +0 -0
  38. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/concurrency/basic.hpp +0 -0
  39. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/concurrency/none.hpp +0 -0
  40. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/asio.hpp +0 -0
  41. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/asio_client.hpp +0 -0
  42. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/asio_no_tls.hpp +0 -0
  43. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/asio_no_tls_client.hpp +0 -0
  44. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/boost_config.hpp +0 -0
  45. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/core.hpp +0 -0
  46. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/core_client.hpp +0 -0
  47. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/debug.hpp +0 -0
  48. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/debug_asio.hpp +0 -0
  49. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/debug_asio_no_tls.hpp +0 -0
  50. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/minimal_client.hpp +0 -0
  51. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/config/minimal_server.hpp +0 -0
  52. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/connection.hpp +0 -0
  53. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/connection_base.hpp +0 -0
  54. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/endpoint.hpp +0 -0
  55. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/endpoint_base.hpp +0 -0
  56. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/error.hpp +0 -0
  57. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/extensions/extension.hpp +0 -0
  58. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/extensions/permessage_deflate/disabled.hpp +0 -0
  59. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/extensions/permessage_deflate/enabled.hpp +0 -0
  60. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/frame.hpp +0 -0
  61. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/constants.hpp +0 -0
  62. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/impl/parser.hpp +0 -0
  63. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/impl/request.hpp +0 -0
  64. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/impl/response.hpp +0 -0
  65. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/parser.hpp +0 -0
  66. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/request.hpp +0 -0
  67. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/http/response.hpp +0 -0
  68. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/impl/connection_impl.hpp +0 -0
  69. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/impl/endpoint_impl.hpp +0 -0
  70. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/impl/utilities_impl.hpp +0 -0
  71. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/logger/basic.hpp +0 -0
  72. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/logger/levels.hpp +0 -0
  73. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/logger/stub.hpp +0 -0
  74. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/logger/syslog.hpp +0 -0
  75. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/message_buffer/alloc.hpp +0 -0
  76. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/message_buffer/message.hpp +0 -0
  77. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/message_buffer/pool.hpp +0 -0
  78. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/base.hpp +0 -0
  79. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/hybi00.hpp +0 -0
  80. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/hybi07.hpp +0 -0
  81. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/hybi08.hpp +0 -0
  82. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/hybi13.hpp +0 -0
  83. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/processors/processor.hpp +0 -0
  84. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/random/none.hpp +0 -0
  85. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/random/random_device.hpp +0 -0
  86. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/roles/client_endpoint.hpp +0 -0
  87. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/roles/server_endpoint.hpp +0 -0
  88. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/server.hpp +0 -0
  89. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/sha1/sha1.hpp +0 -0
  90. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/base.hpp +0 -0
  91. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/connection.hpp +0 -0
  92. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/endpoint.hpp +0 -0
  93. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/security/base.hpp +0 -0
  94. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/security/none.hpp +0 -0
  95. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/asio/security/tls.hpp +0 -0
  96. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/base/connection.hpp +0 -0
  97. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/base/endpoint.hpp +0 -0
  98. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/debug/base.hpp +0 -0
  99. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/debug/connection.hpp +0 -0
  100. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/debug/endpoint.hpp +0 -0
  101. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/iostream/base.hpp +0 -0
  102. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/iostream/connection.hpp +0 -0
  103. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/iostream/endpoint.hpp +0 -0
  104. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/stub/base.hpp +0 -0
  105. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/stub/connection.hpp +0 -0
  106. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/transport/stub/endpoint.hpp +0 -0
  107. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/uri.hpp +0 -0
  108. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/utf8_validator.hpp +0 -0
  109. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/utilities.hpp +0 -0
  110. data/src/cxx_supportlib/{vendor-copy → vendor-modified}/websocketpp/websocketpp/version.hpp +0 -0
  111. data/src/ruby_supportlib/phusion_passenger/config/nginx_engine_compiler.rb +3 -2
  112. data/src/ruby_supportlib/phusion_passenger/platform_info/binary_compatibility.rb +7 -5
  113. data/src/ruby_supportlib/phusion_passenger/platform_info/depcheck_specs/libs.rb +6 -2
  114. data/src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb +9 -3
  115. data/src/ruby_supportlib/phusion_passenger/platform_info/pcre.rb +65 -0
  116. data/src/ruby_supportlib/phusion_passenger.rb +1 -1
  117. metadata +101 -98
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84d5efa4e63f666d5f40342ef5e6992487b603f1
4
- data.tar.gz: 5320cb6043d4574259be0e68ea82e6809d52c16d
3
+ metadata.gz: 76fff612d535f2e68d251bf4911e80c690901bea
4
+ data.tar.gz: 83758cb887cba27cea75e0efc68160e9e59ee9c1
5
5
  SHA512:
6
- metadata.gz: 1184227fb4ca333138b4ba0227d4cebec220ad677603b4a4f5d7b57c49c722bd618e3015b23ab9e2a28d122fffab1cbdb4dc42440a7c837a544450d5b7e324d2
7
- data.tar.gz: 4b4145b3abb36b27a9cedcd58c35077cc63b4bc0576e028f8a5bc07052157973f6bd6ed67ff3b08bd3e3aad6cd22c7f01849b5a2cc7dc979dad5eec8fc167537
6
+ metadata.gz: 243a091f1776a5422254eb7e5258a581257c6bcd7996823a094fffcdbac561f5d188174bc1dbec200cd09ddfcc270c0215bb538c542ff0f32cd95ca3ca4da340
7
+ data.tar.gz: 3490862543d1cda081c3b5fb6c808107750a3cc5395a1078ae4edb6487d27e99340711c460a1f61e448886c7095287d2b5c9100956523e701658c8199774d628
data/CHANGELOG CHANGED
@@ -1,4 +1,27 @@
1
- Release 6.0.10 (Not yet released)
1
+ Release 6.0.11 (Not yet released)
2
+ -------------
3
+ * Fix compilation on GCC 4.4, fixes a regression in 6.0.8 where Passenger would no longer compiler without a C++11 compiler.
4
+ * [CentOS] Fix version detection on CentOS Stream. Contributed by Taketo Takashima. Closes GH-2377.
5
+ * [MacOS] Additionally look for PCRE in the new location that Homebrew has split it's packages into.
6
+ * Fix compilation on GCC < 4.5.
7
+ * Updated various library versions used in precompiled binaries (used for e.g. gem installs):
8
+
9
+ - ccache: 4.3 → 4.4.1
10
+ - cmake: 3.20.5 → 3.21.2
11
+ - curl: 7.77.0 → 7.78.0
12
+ - git: 2.32.0 → 2.33.0
13
+ - gnupg: 2.3.1 → 2.3.2
14
+ - libgcrypt: 1.9.3 → 1.9.4
15
+ - openssl: 1.1.1k → 1.1.1l
16
+ - pinentry: 1.1.1 → 1.2.0
17
+ - rubygems: 3.2.21 → 3.2.27
18
+ - rubies:
19
+ - 2.6.7 → 2.6.8
20
+ - 2.7.3 → 2.7.4
21
+ - 3.0.1 → 3.0.2
22
+
23
+
24
+ Release 6.0.10
2
25
  -------------
3
26
  * [Debian/Ubuntu] Fix a regression in `passenger_system_ruby` where Ruby 3 couldn't be found.
4
27
  * [CentOS/RHEL] Bump rpm nginx dependency to match EPEL nginx (was 1.16.1 now 1.20.1). Closes GH-2364.
@@ -11,6 +34,7 @@ Release 6.0.10 (Not yet released)
11
34
  - rubygems 3.2.19 → 3.2.21
12
35
  - pcre 8.44 → 8.45
13
36
 
37
+
14
38
  Release 6.0.9
15
39
  -------------
16
40
  * Upgrades Boost to 1.76. Fixes a regression where some boost headers for comatibility with older distros were missing.
data/CONTRIBUTORS CHANGED
@@ -110,6 +110,7 @@ Sebastian Welther
110
110
  Slippy Douglas
111
111
  Stephen Bannasch
112
112
  Steven Chamberlain
113
+ Taketo Takashima
113
114
  TheBerg
114
115
  Thomas Pfister
115
116
  Tim Bishop
@@ -575,6 +575,7 @@ private
575
575
  # Nginx checks for PCRE in multiple places...
576
576
  system("(gcc -I/usr/local/include -I/usr/include/pcre " <<
577
577
  "-I/usr/pkg/include -I/opt/local/include " <<
578
+ "-I/opt/homebrew/include " <<
578
579
  "-c passenger-check.c) >/dev/null 2>/dev/null")
579
580
  end
580
581
  ensure
@@ -245,7 +245,7 @@ end
245
245
 
246
246
  ########## WebSocket++ ##########
247
247
 
248
- let(:websocketpp_cflags) { '-Isrc/cxx_supportlib/vendor-copy/websocketpp' }
248
+ let(:websocketpp_cflags) { '-Isrc/cxx_supportlib/vendor-modified/websocketpp' }
249
249
  let(:websocketpp_libs) { nil }
250
250
 
251
251
 
@@ -230,8 +230,25 @@ def start
230
230
  begin
231
231
  prepare
232
232
  copy_essential_files
233
- copy_dependencies("-std=gnu++11")
234
- copy_dependencies("")
233
+ [
234
+ "-std=c++98",
235
+ "-std=c++03",
236
+ "-std=gnu++98",
237
+ "-std=gnu++03",
238
+ "-std=c++11",
239
+ "-std=gnu++11",
240
+ "-std=c++14",
241
+ "-std=gnu++14",
242
+ "-std=c++17",
243
+ "-std=gnu++17",
244
+ "-std=c++20",
245
+ "-std=gnu++20",
246
+ "-std=c++0x",
247
+ "-std=gnu++0x",
248
+ ""
249
+ ].each do |flags|
250
+ copy_dependencies(flags)
251
+ end
235
252
  ensure
236
253
  cleanup
237
254
  end
@@ -6,7 +6,7 @@ SEARCH_PATHS = [
6
6
  "src/agent",
7
7
  "src/cxx_supportlib",
8
8
  "src/cxx_supportlib/vendor-copy",
9
- "src/cxx_supportlib/vendor-copy/websocketpp",
9
+ "src/cxx_supportlib/vendor-modified/websocketpp",
10
10
  "src/cxx_supportlib/vendor-modified",
11
11
  "test/cxx"
12
12
  ]
@@ -0,0 +1,39 @@
1
+ From b6d45a246a4461cd7eda420b471de50518cb42d8 Mon Sep 17 00:00:00 2001
2
+ From: Camden Narzt <camden@phusion.nl>
3
+ Date: Mon, 19 Jul 2021 12:31:15 -0600
4
+ Subject: [PATCH] fix compilation on gcc older than 4.5
5
+
6
+ ---
7
+ .../websocketpp/websocketpp/common/functional.hpp | 9 ++-------
8
+ 1 file changed, 2 insertions(+), 7 deletions(-)
9
+
10
+ diff --git a/src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/functional.hpp b/src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/functional.hpp
11
+ index d332dd15e..25ed93398 100644
12
+ --- a/src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/functional.hpp
13
+ +++ b/src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/functional.hpp
14
+ @@ -52,7 +52,7 @@
15
+ #ifdef _WEBSOCKETPP_CPP11_FUNCTIONAL_
16
+ #include <functional>
17
+ #else
18
+ - #include <boost/bind.hpp>
19
+ + #include <boost/bind/bind.hpp>
20
+ #include <boost/function.hpp>
21
+ #include <boost/ref.hpp>
22
+ #endif
23
+ @@ -83,12 +83,7 @@ namespace lib {
24
+ using boost::function;
25
+ using boost::bind;
26
+ using boost::ref;
27
+ - namespace placeholders {
28
+ - /// \todo this feels hacky, is there a better way?
29
+ - using ::_1;
30
+ - using ::_2;
31
+ - using ::_3;
32
+ - }
33
+ + namespace placeholders = boost::placeholders;
34
+
35
+ // See above definition for more details on what this is and why it exists
36
+ #define _WEBSOCKETPP_REF(x) boost::ref(x)
37
+ --
38
+ 2.30.1 (Apple Git-130)
39
+
data/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "git://github.com/phusion/passenger.git"
30
+ "url": "https://github.com/phusion/passenger.git"
31
31
  },
32
32
  "author": "Phusion <info@phusion.nl>",
33
33
  "license": "MIT",
@@ -164,7 +164,7 @@ using namespace std;
164
164
  * security_update_checker_interval unsigned integer - default(86400)
165
165
  * security_update_checker_proxy_url string - -
166
166
  * security_update_checker_url string - default("https://securitycheck.phusionpassenger.com/v1/check.json")
167
- * server_software string - default("Phusion_Passenger/6.0.10")
167
+ * server_software string - default("Phusion_Passenger/6.0.11")
168
168
  * show_version_in_header boolean - default(true)
169
169
  * single_app_mode_app_root string - default,read_only
170
170
  * single_app_mode_app_start_command string - read_only
@@ -115,7 +115,7 @@ parseControllerBenchmarkMode(const StaticString &mode) {
115
115
  * multi_app boolean - default(true),read_only
116
116
  * request_freelist_limit unsigned integer - default(1024)
117
117
  * response_buffer_high_watermark unsigned integer - default(134217728)
118
- * server_software string - default("Phusion_Passenger/6.0.10")
118
+ * server_software string - default("Phusion_Passenger/6.0.11")
119
119
  * show_version_in_header boolean - default(true)
120
120
  * start_reading_after_accept boolean - default(true)
121
121
  * stat_throttle_rate unsigned integer - default(10)
@@ -153,7 +153,7 @@ using namespace std;
153
153
  * security_update_checker_interval unsigned integer - default(86400)
154
154
  * security_update_checker_proxy_url string - -
155
155
  * security_update_checker_url string - default("https://securitycheck.phusionpassenger.com/v1/check.json")
156
- * server_software string - default("Phusion_Passenger/6.0.10")
156
+ * server_software string - default("Phusion_Passenger/6.0.11")
157
157
  * setsid boolean - default(false)
158
158
  * show_version_in_header boolean - default(true)
159
159
  * single_app_mode_app_root string - default,read_only
@@ -83,7 +83,7 @@
83
83
  #define PASSENGER_API_VERSION_MAJOR 0
84
84
  #define PASSENGER_API_VERSION_MINOR 3
85
85
  #define PASSENGER_DEFAULT_USER "nobody"
86
- #define PASSENGER_VERSION "6.0.10"
86
+ #define PASSENGER_VERSION "6.0.11"
87
87
  #define POOL_HELPER_THREAD_STACK_SIZE 262144
88
88
  #define PROCESS_SHUTDOWN_TIMEOUT 60
89
89
  #define PROCESS_SHUTDOWN_TIMEOUT_DISPLAY "1 minute"
@@ -0,0 +1,32 @@
1
+ #ifndef BOOST_SMART_PTR_DETAIL_SP_OBSOLETE_HPP_INCLUDED
2
+ #define BOOST_SMART_PTR_DETAIL_SP_OBSOLETE_HPP_INCLUDED
3
+
4
+ // MS compatible compilers support #pragma once
5
+
6
+ #if defined(_MSC_VER) && (_MSC_VER >= 1020)
7
+ # pragma once
8
+ #endif
9
+
10
+
11
+ // boost/smart_ptr/detail/sp_obsolete.hpp
12
+ //
13
+ // Copyright 2020 Peter Dimov
14
+ // Distributed under the Boost Software License, Version 1.0.
15
+ // https://www.boost.org/LICENSE_1_0.txt
16
+ //
17
+ // Defines the BOOST_SP_OBSOLETE macro that emits a deprecation
18
+ // message.
19
+
20
+ #include <boost/config/pragma_message.hpp>
21
+
22
+ #if !defined( BOOST_SP_NO_OBSOLETE_MESSAGE )
23
+
24
+ #define BOOST_SP_OBSOLETE() BOOST_PRAGMA_MESSAGE("This platform-specific implementation is presumed obsolete and is slated for removal. If you want it retained, please open an issue in https://github.com/boostorg/smart_ptr.")
25
+
26
+ #else
27
+
28
+ #define BOOST_SP_OBSOLETE()
29
+
30
+ #endif
31
+
32
+ #endif // #ifndef BOOST_SMART_PTR_DETAIL_SP_OBSOLETE_HPP_INCLUDED
@@ -52,7 +52,7 @@
52
52
  #ifdef _WEBSOCKETPP_CPP11_FUNCTIONAL_
53
53
  #include <functional>
54
54
  #else
55
- #include <boost/bind.hpp>
55
+ #include <boost/bind/bind.hpp>
56
56
  #include <boost/function.hpp>
57
57
  #include <boost/ref.hpp>
58
58
  #endif
@@ -83,12 +83,7 @@ namespace lib {
83
83
  using boost::function;
84
84
  using boost::bind;
85
85
  using boost::ref;
86
- namespace placeholders {
87
- /// \todo this feels hacky, is there a better way?
88
- using ::_1;
89
- using ::_2;
90
- using ::_3;
91
- }
86
+ namespace placeholders = boost::placeholders;
92
87
 
93
88
  // See above definition for more details on what this is and why it exists
94
89
  #define _WEBSOCKETPP_REF(x) boost::ref(x)
@@ -32,6 +32,7 @@ PhusionPassenger.require_passenger_lib 'config/installation_utils'
32
32
  PhusionPassenger.require_passenger_lib 'platform_info'
33
33
  PhusionPassenger.require_passenger_lib 'platform_info/ruby'
34
34
  PhusionPassenger.require_passenger_lib 'platform_info/openssl'
35
+ PhusionPassenger.require_passenger_lib 'platform_info/pcre'
35
36
  PhusionPassenger.require_passenger_lib 'platform_info/compiler'
36
37
  PhusionPassenger.require_passenger_lib 'utils/shellwords'
37
38
  PhusionPassenger.require_passenger_lib 'utils/progress_bar'
@@ -44,10 +45,10 @@ module PhusionPassenger
44
45
  include InstallationUtils
45
46
 
46
47
  def self.configure_script_options
47
- extra_cflags = "-Wno-error #{PlatformInfo.openssl_extra_cflags}".strip
48
+ extra_cflags = "-Wno-error #{PlatformInfo.openssl_extra_cflags} #{PlatformInfo.pcre_extra_cflags}".strip
48
49
  result = "--with-cc-opt=#{Shellwords.escape extra_cflags} "
49
50
 
50
- extra_ldflags = PlatformInfo.openssl_extra_ldflags
51
+ extra_ldflags = "#{PlatformInfo.openssl_extra_ldflags} #{PlatformInfo.pcre_extra_ldflags}".strip
51
52
  if !extra_ldflags.empty?
52
53
  result << "--with-ld-opt=#{Shellwords.escape extra_ldflags} "
53
54
  end
@@ -64,14 +64,16 @@ module PhusionPassenger
64
64
  if RUBY_PLATFORM =~ /universal/
65
65
  ruby_arch = "universal"
66
66
  else
67
- # OS X < 10.8: something like:
67
+ # OS X often prints something like:
68
68
  # "/opt/ruby-enterprise/bin/ruby: Mach-O 64-bit executable x86_64"
69
- output = `file -L "#{ruby_executable}"`.strip
70
- ruby_arch = output.sub(/.* /, '')
69
+ output = `file -L "#{ruby_executable}"`.lines.first.strip
70
+ ruby_arch = output.split.last
71
71
  if ruby_arch == "executable"
72
- # OS X >= 10.8: something like:
72
+ # some OS X print something like:
73
73
  # "/opt/ruby-enterprise/bin/ruby: Mach-O 64-bit executable"
74
- if output =~ /Mach-O 64-bit/
74
+ if output =~ /arm64/
75
+ ruby_arch = "arm"
76
+ elsif output =~ /Mach-O 64-bit/
75
77
  ruby_arch = "x86_64"
76
78
  else
77
79
  raise "Cannot autodetect the Ruby interpreter's architecture"
@@ -115,7 +115,8 @@ define 'pcre-dev' do
115
115
  name "PCRE development headers"
116
116
  website "http://www.pcre.org/"
117
117
  define_checker do
118
- check_for_header('pcre.h')
118
+ check_for_header('pcre.h', :c,
119
+ PlatformInfo.pcre_extra_cflags)
119
120
  end
120
121
 
121
122
  on :debian do
@@ -124,4 +125,7 @@ define 'pcre-dev' do
124
125
  on :redhat do
125
126
  yum_install 'pcre-devel'
126
127
  end
127
- end
128
+ on :macosx do
129
+ brew_install "pcre"
130
+ end
131
+ end
@@ -87,7 +87,7 @@ module PhusionPassenger
87
87
  data = read_file('/etc/centos-release')
88
88
  data = read_file('/etc/redhat-release') if data.empty?
89
89
  if !data.empty?
90
- data =~ /^(.+?) (Linux )?(release |version )?(.+?)( |$)/i
90
+ data =~ /^(.+?) (Linux |Stream )?(release |version )?(.+?)( |$)/i
91
91
  return VersionComparer.new($4) if $4
92
92
  end
93
93
 
@@ -160,8 +160,14 @@ module PhusionPassenger
160
160
  # from 10.15 on x86 was dropped, and from (11/10.16) on arm (aarch64) was added.
161
161
  major, minor, *rest = os_version.split(".").map(&:to_i)
162
162
  if major >= 11 || (major == 10 && minor >= 16)
163
- # Since Big Sur aarch64 is supported.
164
- ["x86_64", "arm"]
163
+ # Since Big Sur aarch64 is supported, and default on m1 macs.
164
+ if `uname -m` =~ /arm64/
165
+ ["arm", "x86_64"]
166
+ elsif `sysctl -in sysctl.proc_translated` == "1"
167
+ ["arm", "x86_64"]
168
+ else
169
+ ["x86_64", "arm"]
170
+ end
165
171
  elsif minor == 15
166
172
  # Since Catalina x86 is gone.
167
173
  ["x86_64"]
@@ -0,0 +1,65 @@
1
+ # Phusion Passenger - https://www.phusionpassenger.com/
2
+ # Copyright (c) 2021 Phusion Holding B.V.
3
+ #
4
+ # "Passenger", "Phusion Passenger" and "Union Station" are registered
5
+ # trademarks of Phusion Holding B.V.
6
+ #
7
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ # of this software and associated documentation files (the "Software"), to deal
9
+ # in the Software without restriction, including without limitation the rights
10
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ # copies of the Software, and to permit persons to whom the Software is
12
+ # furnished to do so, subject to the following conditions:
13
+ #
14
+ # The above copyright notice and this permission notice shall be included in
15
+ # all copies or substantial portions of the Software.
16
+ #
17
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ # THE SOFTWARE.
24
+
25
+ PhusionPassenger.require_passenger_lib 'platform_info'
26
+ PhusionPassenger.require_passenger_lib 'platform_info/operating_system'
27
+
28
+ module PhusionPassenger
29
+
30
+ module PlatformInfo
31
+ def self.pcre_extra_cflags
32
+ if PlatformInfo.os_name_simple == "macosx"
33
+ if File.exist?("/usr/local/opt/pcre/include")
34
+ # Use the one from Homebrew.
35
+ "-I/usr/local/opt/pcre/include"
36
+ elsif File.exist?("/opt/homebrew/opt/pcre/include")
37
+ # Use the one from Homebrew on Apple Silicon
38
+ "-I/opt/homebrew/opt/pcre/include"
39
+ else
40
+ # Use the one from Macports.
41
+ "-I/opt/local/include"
42
+ end
43
+ else
44
+ ""
45
+ end
46
+ end
47
+ memoize :pcre_extra_cflags
48
+
49
+ def self.pcre_extra_ldflags
50
+ if PlatformInfo.os_name_simple == "macosx"
51
+ if File.exist?("/usr/local/opt/pcre/include")
52
+ "-L/usr/local/opt/pcre/lib"
53
+ elsif File.exist?("/opt/homebrew/opt/pcre/include")
54
+ "-L/opt/homebrew/opt/pcre/include"
55
+ else
56
+ "-L/opt/local/lib"
57
+ end
58
+ else
59
+ ""
60
+ end
61
+ end
62
+ memoize :pcre_extra_ldflags
63
+ end
64
+
65
+ end # module PhusionPassenger
@@ -31,7 +31,7 @@ module PhusionPassenger
31
31
 
32
32
  PACKAGE_NAME = 'passenger'
33
33
  # Run 'rake src/cxx_supportlib/Constants.h configkit_schemas_inline_comments' after changing this number.
34
- VERSION_STRING = '6.0.10'
34
+ VERSION_STRING = '6.0.11'
35
35
 
36
36
  # Tip: find the SHA-256 with ./dev/nginx_version_sha2 <VERSION>
37
37
  PREFERRED_NGINX_VERSION = '1.20.1'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passenger
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.10
4
+ version: 6.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phusion - http://www.phusion.nl/
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-12 00:00:00.000000000 Z
11
+ date: 2021-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -111,6 +111,7 @@ files:
111
111
  - dev/ruby_server.rb
112
112
  - dev/runner
113
113
  - dev/show-latest-crashlog-dir
114
+ - dev/webpacketpp.patch
114
115
  - doc/CodingTipsAndPitfalls.md
115
116
  - doc/DebuggingAndStressTesting.md
116
117
  - doc/DeveloperQuickstart.md
@@ -621,102 +622,6 @@ files:
621
622
  - src/cxx_supportlib/vendor-copy/utf8/checked.h
622
623
  - src/cxx_supportlib/vendor-copy/utf8/core.h
623
624
  - src/cxx_supportlib/vendor-copy/utf8/unchecked.h
624
- - src/cxx_supportlib/vendor-copy/websocketpp/COPYING
625
- - src/cxx_supportlib/vendor-copy/websocketpp/changelog.md
626
- - src/cxx_supportlib/vendor-copy/websocketpp/readme.md
627
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/base64/base64.hpp
628
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/client.hpp
629
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/close.hpp
630
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/asio.hpp
631
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/asio_ssl.hpp
632
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/chrono.hpp
633
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/connection_hdl.hpp
634
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/cpp11.hpp
635
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/functional.hpp
636
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/md5.hpp
637
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/memory.hpp
638
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/network.hpp
639
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/platforms.hpp
640
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/random.hpp
641
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/regex.hpp
642
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/stdint.hpp
643
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/system_error.hpp
644
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/thread.hpp
645
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/time.hpp
646
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/common/type_traits.hpp
647
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/concurrency/basic.hpp
648
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/concurrency/none.hpp
649
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio.hpp
650
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_client.hpp
651
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_no_tls.hpp
652
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/asio_no_tls_client.hpp
653
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/boost_config.hpp
654
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/core.hpp
655
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/core_client.hpp
656
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/debug.hpp
657
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/debug_asio.hpp
658
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/debug_asio_no_tls.hpp
659
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/minimal_client.hpp
660
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/config/minimal_server.hpp
661
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/connection.hpp
662
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/connection_base.hpp
663
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/endpoint.hpp
664
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/endpoint_base.hpp
665
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/error.hpp
666
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/extensions/extension.hpp
667
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/extensions/permessage_deflate/disabled.hpp
668
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/extensions/permessage_deflate/enabled.hpp
669
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/frame.hpp
670
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/constants.hpp
671
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/impl/parser.hpp
672
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/impl/request.hpp
673
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/impl/response.hpp
674
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/parser.hpp
675
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/request.hpp
676
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/http/response.hpp
677
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/impl/connection_impl.hpp
678
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/impl/endpoint_impl.hpp
679
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/impl/utilities_impl.hpp
680
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/logger/basic.hpp
681
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/logger/levels.hpp
682
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/logger/stub.hpp
683
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/logger/syslog.hpp
684
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/message_buffer/alloc.hpp
685
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/message_buffer/message.hpp
686
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/message_buffer/pool.hpp
687
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/base.hpp
688
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/hybi00.hpp
689
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/hybi07.hpp
690
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/hybi08.hpp
691
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/hybi13.hpp
692
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/processors/processor.hpp
693
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/random/none.hpp
694
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/random/random_device.hpp
695
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/roles/client_endpoint.hpp
696
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/roles/server_endpoint.hpp
697
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/server.hpp
698
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/sha1/sha1.hpp
699
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/base.hpp
700
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/connection.hpp
701
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/endpoint.hpp
702
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/security/base.hpp
703
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/security/none.hpp
704
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/asio/security/tls.hpp
705
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/base/connection.hpp
706
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/base/endpoint.hpp
707
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/debug/base.hpp
708
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/debug/connection.hpp
709
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/debug/endpoint.hpp
710
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/iostream/base.hpp
711
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/iostream/connection.hpp
712
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/iostream/endpoint.hpp
713
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/stub/base.hpp
714
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/stub/connection.hpp
715
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/transport/stub/endpoint.hpp
716
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/uri.hpp
717
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/utf8_validator.hpp
718
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/utilities.hpp
719
- - src/cxx_supportlib/vendor-copy/websocketpp/websocketpp/version.hpp
720
625
  - src/cxx_supportlib/vendor-modified/boost/algorithm/string/case_conv.hpp
721
626
  - src/cxx_supportlib/vendor-modified/boost/algorithm/string/classification.hpp
722
627
  - src/cxx_supportlib/vendor-modified/boost/algorithm/string/compare.hpp
@@ -4109,6 +4014,7 @@ files:
4109
4014
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp
4110
4015
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_noexcept.hpp
4111
4016
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_nullptr_t.hpp
4017
+ - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_obsolete.hpp
4112
4018
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_thread_pause.hpp
4113
4019
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_thread_sleep.hpp
4114
4020
  - src/cxx_supportlib/vendor-modified/boost/smart_ptr/detail/sp_typeinfo_.hpp
@@ -4644,6 +4550,102 @@ files:
4644
4550
  - src/cxx_supportlib/vendor-modified/modp_b64_data.h
4645
4551
  - src/cxx_supportlib/vendor-modified/modp_b64_strict_aliasing.cpp
4646
4552
  - src/cxx_supportlib/vendor-modified/psg_sysqueue.h
4553
+ - src/cxx_supportlib/vendor-modified/websocketpp/COPYING
4554
+ - src/cxx_supportlib/vendor-modified/websocketpp/changelog.md
4555
+ - src/cxx_supportlib/vendor-modified/websocketpp/readme.md
4556
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/base64/base64.hpp
4557
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/client.hpp
4558
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/close.hpp
4559
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/asio.hpp
4560
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/asio_ssl.hpp
4561
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/chrono.hpp
4562
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/connection_hdl.hpp
4563
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/cpp11.hpp
4564
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/functional.hpp
4565
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/md5.hpp
4566
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/memory.hpp
4567
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/network.hpp
4568
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/platforms.hpp
4569
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/random.hpp
4570
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/regex.hpp
4571
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/stdint.hpp
4572
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/system_error.hpp
4573
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/thread.hpp
4574
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/time.hpp
4575
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/common/type_traits.hpp
4576
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/concurrency/basic.hpp
4577
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/concurrency/none.hpp
4578
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/asio.hpp
4579
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/asio_client.hpp
4580
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/asio_no_tls.hpp
4581
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/asio_no_tls_client.hpp
4582
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/boost_config.hpp
4583
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/core.hpp
4584
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/core_client.hpp
4585
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/debug.hpp
4586
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/debug_asio.hpp
4587
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/debug_asio_no_tls.hpp
4588
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/minimal_client.hpp
4589
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/config/minimal_server.hpp
4590
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/connection.hpp
4591
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/connection_base.hpp
4592
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/endpoint.hpp
4593
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/endpoint_base.hpp
4594
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/error.hpp
4595
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/extensions/extension.hpp
4596
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/extensions/permessage_deflate/disabled.hpp
4597
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/extensions/permessage_deflate/enabled.hpp
4598
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/frame.hpp
4599
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/constants.hpp
4600
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/impl/parser.hpp
4601
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/impl/request.hpp
4602
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/impl/response.hpp
4603
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/parser.hpp
4604
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/request.hpp
4605
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/http/response.hpp
4606
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/impl/connection_impl.hpp
4607
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/impl/endpoint_impl.hpp
4608
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/impl/utilities_impl.hpp
4609
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/logger/basic.hpp
4610
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/logger/levels.hpp
4611
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/logger/stub.hpp
4612
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/logger/syslog.hpp
4613
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/message_buffer/alloc.hpp
4614
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/message_buffer/message.hpp
4615
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/message_buffer/pool.hpp
4616
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/base.hpp
4617
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/hybi00.hpp
4618
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/hybi07.hpp
4619
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/hybi08.hpp
4620
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/hybi13.hpp
4621
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/processors/processor.hpp
4622
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/random/none.hpp
4623
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/random/random_device.hpp
4624
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/roles/client_endpoint.hpp
4625
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/roles/server_endpoint.hpp
4626
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/server.hpp
4627
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/sha1/sha1.hpp
4628
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/base.hpp
4629
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/connection.hpp
4630
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/endpoint.hpp
4631
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/security/base.hpp
4632
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/security/none.hpp
4633
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/asio/security/tls.hpp
4634
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/base/connection.hpp
4635
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/base/endpoint.hpp
4636
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/debug/base.hpp
4637
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/debug/connection.hpp
4638
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/debug/endpoint.hpp
4639
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/iostream/base.hpp
4640
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/iostream/connection.hpp
4641
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/iostream/endpoint.hpp
4642
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/stub/base.hpp
4643
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/stub/connection.hpp
4644
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/transport/stub/endpoint.hpp
4645
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/uri.hpp
4646
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/utf8_validator.hpp
4647
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/utilities.hpp
4648
+ - src/cxx_supportlib/vendor-modified/websocketpp/websocketpp/version.hpp
4647
4649
  - src/helper-scripts/README.md
4648
4650
  - src/helper-scripts/backtrace-sanitizer.rb
4649
4651
  - src/helper-scripts/crash-watch.rb
@@ -4817,6 +4819,7 @@ files:
4817
4819
  - src/ruby_supportlib/phusion_passenger/platform_info/networking.rb
4818
4820
  - src/ruby_supportlib/phusion_passenger/platform_info/openssl.rb
4819
4821
  - src/ruby_supportlib/phusion_passenger/platform_info/operating_system.rb
4822
+ - src/ruby_supportlib/phusion_passenger/platform_info/pcre.rb
4820
4823
  - src/ruby_supportlib/phusion_passenger/platform_info/ruby.rb
4821
4824
  - src/ruby_supportlib/phusion_passenger/platform_info/zlib.rb
4822
4825
  - src/ruby_supportlib/phusion_passenger/plugin.rb