diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-04-19 12:47:23 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-04-19 12:47:23 +0000 |
commit | 206fafef39e664fdd517397d758d4c4dd9ab0fe4 (patch) | |
tree | 46e150178e2a5ddf9837d14cd3e2410babe5b62c /www/nginx | |
parent | Fix a few configure errors, pointed out by dougb@. Add new options. Add (diff) |
Update third party upstream keepalive module from 0.3 to 0.4.
Do not bump PORTREVISION.
<ChangeLog>
*) Bugfix: the "[alert] ... open socket ... left in connection ..."
messages were logged on nginx worker process gracefull exit for
each cached connection; the bug had appeared in 0.3.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=272922
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 763ad627c474..a0779354bf10 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -367,7 +367,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h .endif .if defined(WITH_HTTP_UPSTREAM_KEEPALIVE) -NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.3 +NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.4 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} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index d273aeca28f3..2776b4e86a8e 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -42,8 +42,8 @@ SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc72099323 SIZE (nginx_upstream_fair-20090923.tar.gz) = 10024 SHA256 (Nginx_upstream_hash-0.3.1.tar.gz) = 51929c5352d4c2608b3f852987830be08b6946baf20da346fe520d9b12e39968 SIZE (Nginx_upstream_hash-0.3.1.tar.gz) = 5049 -SHA256 (ngx_http_upstream_keepalive-0.3.tar.gz) = 44ebda7c854293db7852ca5121491622dfdfcc8aa47c42477529d19243a9d519 -SIZE (ngx_http_upstream_keepalive-0.3.tar.gz) = 8049 +SHA256 (ngx_http_upstream_keepalive-0.4.tar.gz) = 47c751380deba98c57747d711157eda22a4da18bc89783722eac89c923bd2e67 +SIZE (ngx_http_upstream_keepalive-0.4.tar.gz) = 8267 SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a110321eded6dbed5104b1 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (ngx_http_memc_module-0.11.tar.gz) = 9ece68bdae2c170fb845c1082da6502401763ffd3e4b443226ff9303df65951f |