diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-06-28 17:27:28 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-06-28 17:27:28 +0000 |
commit | bc77780d41178cf3d0327c79ac10737af704f236 (patch) | |
tree | fc7c22f08141a989315fd57fb90e8114533ccd53 | |
parent | f18dfc08d575198e7e7a31380e361f9a75e0d9bc (diff) | |
download | freebsd-ports-bc77780d41178cf3d0327c79ac10737af704f236.zip |
- Update brotli to e26248e
- Fix STREAM_SSL_PREREAD
PR: 229336, 229237
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/Makefile.extmod | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index c6ff5de74354..0e0d5238883e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.14.0 -PORTREVISION?= 5 +PORTREVISION?= 6 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ @@ -179,7 +179,7 @@ MAIL_SSL_CONFIGURE_ON= --with-mail_ssl_module STREAM_VARS= DSO_BASEMODS+=stream STREAM_SSL_IMPLIES= HTTP_SSL STREAM_SSL_CONFIGURE_ON= --with-stream_ssl_module -STREAM_SSL_PREREAD_OFF= --without-stream_ssl_preread_module +STREAM_SSL_PREREAD_CONFIGURE_ON= --with-stream_ssl_preread_module ### External modules .include "Makefile.extmod" diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index 458305ed5fbc..9bc4c9cb0af4 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -12,7 +12,7 @@ AWS_AUTH_GH_TUPLE= anomalizer:ngx_aws_auth:1e62670:aws_auth AWS_AUTH_VARS= DSO_EXTMODS+=aws_auth BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli -BROTLI_GH_TUPLE= eustas:ngx_brotli:37ab9b2:brotli +BROTLI_GH_TUPLE= eustas:ngx_brotli:e26248e:brotli BROTLI_VARS= DSO_EXTMODS+=brotli CACHE_PURGE_MASTER_SITES= http://labs.frickle.com/files/:cache_purge diff --git a/www/nginx/distinfo b/www/nginx/distinfo index fc0b576d3325..e1ce7d24f388 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1529855995 +TIMESTAMP = 1530206416 SHA256 (nginx-1.14.0.tar.gz) = 5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5 SIZE (nginx-1.14.0.tar.gz) = 1016272 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -23,8 +23,8 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (anomalizer-ngx_aws_auth-1e62670_GH0.tar.gz) = db7ceef4ae22cf5bfaf5abae64830dfeef203ca85f9f40f7d1f1d90f277478c0 SIZE (anomalizer-ngx_aws_auth-1e62670_GH0.tar.gz) = 8260 -SHA256 (eustas-ngx_brotli-37ab9b2_GH0.tar.gz) = 402c58b4330f585153c43904b44fbcedf9ef0e0d1e5993158650ca17badfbd7b -SIZE (eustas-ngx_brotli-37ab9b2_GH0.tar.gz) = 12687 +SHA256 (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 915d35ecbc58ceb20f8d1b9463719f9934ca24f5a5ab261f44cb8263f8c5aa0f +SIZE (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 12673 SHA256 (nginx-clojure-nginx-clojure-v0.4.5_GH0.tar.gz) = c6d500f935dde5f87a6eb47ca473094a8ee2c9b4bb4578c9f99ccdc70a12d59e SIZE (nginx-clojure-nginx-clojure-v0.4.5_GH0.tar.gz) = 602064 SHA256 (grahamedgecombe-nginx-ct-v1.3.2_GH0.tar.gz) = b4ceae549b9dbf84b2e511633982e4efeee0388e3b7a038a8bac555008a77b88 |