diff options
author | osa <osa@FreeBSD.org> | 2011-06-08 14:56:25 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-06-08 14:56:25 +0800 |
commit | c3aed6b9acd6e1ea572f054e32f271bd48edbc69 (patch) | |
tree | 4364e64328ca8164cf7cb4cb6a36cfa1c7f03976 /www | |
parent | 6b39a131bcdeff146a9dc978c7dfe137a13829b4 (diff) | |
download | freebsd-ports-gnome-c3aed6b9acd6e1ea572f054e32f271bd48edbc69.tar.gz freebsd-ports-gnome-c3aed6b9acd6e1ea572f054e32f271bd48edbc69.tar.zst freebsd-ports-gnome-c3aed6b9acd6e1ea572f054e32f271bd48edbc69.zip |
Update third party ngx_http_redis module from 0.3.2 to 0.3.3.
Do not bump PORTREVISION.
<ChangeLog>
*) Bugfix: fix interaction with redis if redis_db was used.
Also, compile with -Werror now is possible.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 77aeac471efc..ce72127b6dc3 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -297,7 +297,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.3.2 +NGINX_REDIS_MODULE_VERSION= 0.3.3 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-devel/distinfo b/www/nginx-devel/distinfo index 5f98fa463a1c..ec0fa513c3d0 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/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.2.tar.gz) = eb7bcbcb0382b82050f06d80aa6c05c17b576d572bc8ee132c8e7f1e34a13837 -SIZE (ngx_http_redis-0.3.2.tar.gz) = 6346 +SHA256 (ngx_http_redis-0.3.3.tar.gz) = 65d41cff7462e23cbfc007e0592673987ed65119fadf193ea6eb55cfd00d53e0 +SIZE (ngx_http_redis-0.3.3.tar.gz) = 6486 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.r44.tar.gz) = 130a186a5bd137e84cc78a9d599dca576882b3c0808c54849b8d4e28c305f59c diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 258c6896c014..7fab754387a2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -296,7 +296,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.3.2 +NGINX_REDIS_MODULE_VERSION= 0.3.3 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 5f98fa463a1c..ec0fa513c3d0 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.2.tar.gz) = eb7bcbcb0382b82050f06d80aa6c05c17b576d572bc8ee132c8e7f1e34a13837 -SIZE (ngx_http_redis-0.3.2.tar.gz) = 6346 +SHA256 (ngx_http_redis-0.3.3.tar.gz) = 65d41cff7462e23cbfc007e0592673987ed65119fadf193ea6eb55cfd00d53e0 +SIZE (ngx_http_redis-0.3.3.tar.gz) = 6486 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.r44.tar.gz) = 130a186a5bd137e84cc78a9d599dca576882b3c0808c54849b8d4e28c305f59c |