<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea9a92d58949f19ac427852daeecd100e5313462">https://github.com/macports/macports-ports/commit/ea9a92d58949f19ac427852daeecd100e5313462</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new ea9a92d nginx: add stream_ssl_preread module
</span>ea9a92d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ea9a92d58949f19ac427852daeecd100e5313462
</span>Author: Mohamed Akram <mohd.akram@outlook.com>
AuthorDate: Wed Mar 27 17:38:55 2019 +0400
<span style='display:block; white-space:pre;color:#404040;'> nginx: add stream_ssl_preread module
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> * make +stream a default variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/58147
</span>---
www/nginx/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nginx/Portfile b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1cf5417..0e03488 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nginx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem 1.0
</span>
name nginx
version 1.15.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories www mail
platforms darwin
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +121,7 @@ notes "\
</span> Additionally, the files [join ${auto_activate_confs} ", "] have been copied to ${nginx_confdir} if they didn't exist yet.\n\
Adjust these files to your needs before starting nginx."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +mp4 +flv +secure_link +ssl +http2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +mp4 +flv +secure_link +ssl +http2 +stream
</span>
variant auth_request description {Add client authorization based on the result of a subrequest} {
configure.args-append --with-http_auth_request_module
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -240,7 +240,8 @@ variant substitution description {Replace text in pages} {
</span> variant stream description {Enable ngx_stream_core_module for generic TCP proxying and load balancing (install with +ssl to enable ngx_stream_ssl_module)} {
configure.args-append --with-stream
if {[variant_isset ssl]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --with-stream_ssl_module
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-stream_ssl_module --with-stream_ssl_preread_module
</span> }
}
</pre><pre style='margin:0'>
</pre>