diff options
author | osa <osa@FreeBSD.org> | 2011-12-20 21:58:02 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-12-20 21:58:02 +0800 |
commit | 764dd7fefb9b6284a427ea7dbe382ab6d88ce810 (patch) | |
tree | 78ce1dabc30bcd6be3e3e1594b328034bebafe54 /www/nginx | |
parent | f8be6cfc48c9bb70041477eb5f21fd79c9612b4f (diff) | |
download | freebsd-ports-gnome-764dd7fefb9b6284a427ea7dbe382ab6d88ce810.tar.gz freebsd-ports-gnome-764dd7fefb9b6284a427ea7dbe382ab6d88ce810.tar.zst freebsd-ports-gnome-764dd7fefb9b6284a427ea7dbe382ab6d88ce810.zip |
Update third-party cache_purge module from 1.4 to 1.5.
<ChangeLog>
* Fix on-disk cache size calculation.
Since the initial release, recorded on-disk cache size was
decreased twice for purged content (once during cache purge
and once during subsequent cache update).
This resulted in recorded on-disk cache size being much
smaller than in reality, which could lead to on-disk cache
outgrowing defined "max_size" parameter.
Patch from Pyry Hakulinen.
</ChangeLog>
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 240307d43541..45b548491f0c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -199,7 +199,7 @@ CONFIGURE_ARGS+=--without-http-cache .endif .if defined(WITH_CACHE_PURGE_MODULE) -NGINX_CACHE_PURGE_MODULE_VERSION= 1.4 +NGINX_CACHE_PURGE_MODULE_VERSION= 1.5 MASTER_SITES+= http://labs.frickle.com/files/:cache_purge DISTFILES+= ngx_cache_purge-${NGINX_CACHE_PURGE_MODULE_VERSION}.tar.gz:cache_purge CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_MODULE_VERSION} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 76bc7412af01..4e58cd34fae0 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -8,8 +8,8 @@ SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424 SHA256 (ngx_http_auth_request_module-0.2.tar.gz) = eea5d0ec02bba93d0b204a034230cc61462b60497cbac6f581d7e008a9262ba4 SIZE (ngx_http_auth_request_module-0.2.tar.gz) = 6736 -SHA256 (ngx_cache_purge-1.4.tar.gz) = 4764e3d565445644f4a6b183cb9e987fce535396b00d68dc923bb35731a88886 -SIZE (ngx_cache_purge-1.4.tar.gz) = 6899 +SHA256 (ngx_cache_purge-1.5.tar.gz) = 4b9cf48c0cf8f13150dfc329a889c221f6206a44aa9dcf8fa2f347abce55995c +SIZE (ngx_cache_purge-1.5.tar.gz) = 7149 SHA256 (agentzh-echo-nginx-module-v0.36-0-g13dd12f.tar.gz) = 04745fd3de81d350b3c8b3e6af1cddc51ebd903d848438d40c44de021f422745 SIZE (agentzh-echo-nginx-module-v0.36-0-g13dd12f.tar.gz) = 63722 SHA256 (agentzh-headers-more-nginx-module-v0.15-0-g137855d.tar.gz) = d5ada29c15ff112c39599e3b245450ef785bb096c6724ecd8eaf1699b06e10e2 |