o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> * Introduced the `PassengerBufferUpload` option for Apache. This option allows one to disable upload buffering, e.g. in order to be able to track upload progress. * [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even without setting `ssl on`. Fixes issue #401. * [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS port. * [Enterprise] The `passenger-status` tool now displays rolling restart status. </ChangeLog>
21 lines
667 B
Ruby
21 lines
667 B
Ruby
--- ../passenger-4.0.26/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400
|
|
+++ ../passenger-4.0.26/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400
|
|
@@ -32,16 +32,12 @@
|
|
desc "Build Nginx support files"
|
|
task :nginx => [
|
|
:nginx_without_native_support,
|
|
+ LIBBOOST_OXT,
|
|
NATIVE_SUPPORT_TARGET
|
|
].compact
|
|
|
|
task :nginx_without_native_support => [
|
|
auto_generated_sources,
|
|
- AGENT_OUTPUT_DIR + 'PassengerHelperAgent',
|
|
- AGENT_OUTPUT_DIR + 'PassengerWatchdog',
|
|
- AGENT_OUTPUT_DIR + 'PassengerLoggingAgent',
|
|
- AGENT_OUTPUT_DIR + 'SpawnPreparer',
|
|
- AGENT_OUTPUT_DIR + 'TempDirToucher',
|
|
COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects
|
|
].flatten
|
|
|