diff options
author | osa <osa@FreeBSD.org> | 2012-04-04 00:16:10 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-04-04 00:16:10 +0800 |
commit | b03b936b49ab9b376725e211a3aab02ba2c4bf91 (patch) | |
tree | fc4416c0b0d0153c7f871185bef8dbe3a283ce56 /www/nginx | |
parent | 27bccc080f2ba872370e2deeee6fad08f6dbf89c (diff) | |
download | freebsd-ports-gnome-b03b936b49ab9b376725e211a3aab02ba2c4bf91.tar.gz freebsd-ports-gnome-b03b936b49ab9b376725e211a3aab02ba2c4bf91.tar.zst freebsd-ports-gnome-b03b936b49ab9b376725e211a3aab02ba2c4bf91.zip |
Update third-party ngx_http_redis from 0.3.5 to 0.3.6.
Add USERS/GROUPS for www/nginx.
Do not bump PORTREVISIONs because this module disabled by default.
Feature safe: yes
<ChangeLog>
*) Feature: redis_gzip_flag. Usefull if you are prefer to
store data compressed in redis. Works with ngx_http_gunzip_filter
module.
Thanks to Maxim Dounin.
*) Bugfix: ngx_http_redis_module might issue the error message
"redis sent invalid trailer".
Thanks to agentzh.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 7017a4bcaf3e..42aecf6dc586 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -351,7 +351,7 @@ CONFIGURE_ARGS+=--with-http_realip_module .endif .if defined(WITH_HTTP_REDIS_MODULE) -NGINX_REDIS_MODULE_VERSION= 0.3.5 +NGINX_REDIS_MODULE_VERSION= 0.3.6 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/} MASTER_SITE_SUBDIR+= osa/:redis DISTFILES+= ngx_http_redis-${NGINX_REDIS_MODULE_VERSION}.tar.gz:redis @@ -711,6 +711,9 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-calio-iconv-nginx-module::config PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +USERS?= ${WWWOWN} +GROUPS?=${WWWGRP} + .include <bsd.port.pre.mk> pre-everything:: diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 93bb171fd241..25b67973f378 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -32,8 +32,8 @@ SHA256 (kr-nginx-notice-0-g3c95966.tar.gz) = bb0b8c603b2df206aeb13100fb60c1328aa SIZE (kr-nginx-notice-0-g3c95966.tar.gz) = 3348 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.5.tar.gz) = 5398805bbc790b8ae5ddb5079cf726df63c8c206bbf9a3a4b035412194aac82e -SIZE (ngx_http_redis-0.3.5.tar.gz) = 11373 +SHA256 (ngx_http_redis-0.3.6.tar.gz) = 9e5d8c0f1317a6910710c94d27f9aca4968c48ee1de271e5034525a1e9b6c70e +SIZE (ngx_http_redis-0.3.6.tar.gz) = 12099 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.r53.tar.gz) = 7db85255b0f8f3e7ea912a572c2a0a3e5a67f9771838cf1df072049fa9367000 |