diff options
-rw-r--r-- | www/nginx-devel/Makefile | 8 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index be4105c496a5..b25660ddef71 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -33,6 +33,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ HTTP_STATUS_MODULE "Enable http_stub_status module" on \ HTTP_SUB_MODULE "Enable http_sub module" off \ HTTP_UPLOAD_MODULE "Enable upload module" off \ + HTTP_UPSTREAM_KEEPALIVE "Enable upstream keepalive module" off \ HTTP_XSLT_MODULE "Enable http_xslt module" off \ MAIL_MODULE "Enable IMAP4/POP3/SMTP proxy module" off \ MAIL_IMAP_MODULE "Enable IMAP4 proxy module" off \ @@ -145,6 +146,13 @@ DISTFILES+= nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION}.tar.gz:upload CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upload_module-${NGINX_UPLOAD_MODULE_VERSION} .endif +.if defined(WITH_HTTP_UPSTREAM_KEEPALIVE) +NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.1 +MASTER_SITES+= http://mdounin.ru/files/:upstream +DISTFILES+= ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION}.tar.gz:upstream +CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION} +.endif + .if defined(WITH_HTTP_XSLT_MODULE) USE_GNOME= libxml2 libxslt CONFIGURE_ARGS+=--with-http_xslt_module diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index cff5c1b7cf28..98f65285aa1d 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -4,6 +4,9 @@ SIZE (nginx-0.7.19.tar.gz) = 550633 MD5 (nginx_upload_module-2.0.7.tar.gz) = d6c03a1cf954cda8af9cc8834337d51c SHA256 (nginx_upload_module-2.0.7.tar.gz) = 19869b4078bedfb70bd71543bf14a517eecf1dfcaa2bd48dd1804ac421056e0c SIZE (nginx_upload_module-2.0.7.tar.gz) = 17378 +MD5 (ngx_http_upstream_keepalive-0.1.tar.gz) = 89c5887abfdacb87e2d21b2973d69cdd +SHA256 (ngx_http_upstream_keepalive-0.1.tar.gz) = a0929ddff8dcf451731c95b077374b15e4306db8e83322aab6183cfed7307915 +SIZE (ngx_http_upstream_keepalive-0.1.tar.gz) = 4978 MD5 (ngx_http_response_module-0.1.dpatch) = ef3b95ed0ba5a9a8f633aadd5dd80117 SHA256 (ngx_http_response_module-0.1.dpatch) = 5b37a84108480c5375ea524bb147f105d2ef32af94dcacba1c15a137a0149782 SIZE (ngx_http_response_module-0.1.dpatch) = 9763 |