diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-08-25 00:56:00 +0800 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-08-25 00:56:00 +0800 |
commit | b340e2e6363dd051466ea2a91e254096164a1e00 (patch) | |
tree | 6fe17aef79d09288ad4d7672ed15359cc914bf5f /www/nginx | |
parent | 179ccf726a191c62da7cc18d44d92fa29f824985 (diff) | |
download | freebsd-ports-gnome-b340e2e6363dd051466ea2a91e254096164a1e00.tar.gz freebsd-ports-gnome-b340e2e6363dd051466ea2a91e254096164a1e00.tar.zst freebsd-ports-gnome-b340e2e6363dd051466ea2a91e254096164a1e00.zip |
Update third-party module ngx_http_redis from 0.3.3 to 0.3.4.
<ChangeLog>
*) Change: better error messages diagnostics in select phase.
*) Add more comments in source code.
*) Bugfix: fix interaction with redis if redis_db was unused.
Found by Sergey Makarov.
Thanks to Igor Sysoev.
*) Feature: add test suite for redis backend.
Thanks to Maxim Dounin.
</ChangeLog>
Do not bump PORTREVISION.
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 ec0759c99693..8b6fc5ea332c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -311,7 +311,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.3.3 +NGINX_REDIS_MODULE_VERSION= 0.3.4 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/} MASTER_SITE_SUBDIR+= osa/:redis DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 770bedcc2a0d..5aba334d2920 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -28,8 +28,8 @@ SHA256 (nginx-notice-2.tar.gz) = 682824a9f5187831ee49e5828bafebde5c25706e681d361 SIZE (nginx-notice-2.tar.gz) = 3253 SHA256 (nginx_http_push_module-0.692.tar.gz) = 64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe SIZE (nginx_http_push_module-0.692.tar.gz) = 29119 -SHA256 (ngx_http_redis-0.3.3.tar.gz) = 65d41cff7462e23cbfc007e0592673987ed65119fadf193ea6eb55cfd00d53e0 -SIZE (ngx_http_redis-0.3.3.tar.gz) = 6486 +SHA256 (ngx_http_redis-0.3.4.tar.gz) = aedf72c3d954db0c2ffea2d99cbca7489a4f80be792eadbd50e7c5f2d1fc5970 +SIZE (ngx_http_redis-0.3.4.tar.gz) = 11105 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (ngx_http_subs_filter_module-0.5.2.r45.tar.gz) = fbbb38bb3ffa92059b1920cfd00bc8b2b8b081ba4b18975a20d7af436138887e |