Update third-party ngx_cache_purge module from 2.1 to 2.3 (as preparation to
upgrade the www/nginx-devel to 1.7.9). <ChangeLog> 2014-12-23 VERSION 2.3 * Fix compatibility with nginx-1.7.9+. 2014-12-02 VERSION 2.2 * Fix compatibility with nginx-1.7.8+. 2014-05-19 * Fix build on Solaris with SunCC (Solaris Studio). Reported by Jussi Sallinen. </ChangeLog>
This commit is contained in:
parent
fe7a3c2321
commit
ce65892b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376130
4 changed files with 6 additions and 6 deletions
|
@ -319,7 +319,7 @@ CONFIGURE_ARGS+=--without-http-cache
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCACHE_PURGE}
|
||||
NGINX_CACHE_PURGE_VERSION= 2.1
|
||||
NGINX_CACHE_PURGE_VERSION= 2.3
|
||||
MASTER_SITES+= http://labs.frickle.com/files/:cache_purge
|
||||
DISTFILES+= ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION}.tar.gz:cache_purge
|
||||
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION}
|
||||
|
|
|
@ -10,8 +10,8 @@ SHA256 (http_auth_ldap-c4dc7c9153.tar.gz) = ac082a36afdbcfd883303bc2b1aaea5f2b4d
|
|||
SIZE (http_auth_ldap-c4dc7c9153.tar.gz) = 5323
|
||||
SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9
|
||||
SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424
|
||||
SHA256 (ngx_cache_purge-2.1.tar.gz) = 424005af0c04e59ffa65a65e446081d4f95ee76a801a7555e001c67810bcb3b9
|
||||
SIZE (ngx_cache_purge-2.1.tar.gz) = 10535
|
||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||
SHA256 (ngx_ctpp2-0.5.tar.gz) = f8adfecc23e2c23af95df8549ef92fd52598b21506a9d9df2278b2605668d5a6
|
||||
SIZE (ngx_ctpp2-0.5.tar.gz) = 19686
|
||||
SHA256 (openresty-echo-nginx-module-v0.51-0-g44c92a5.tar.gz) = d4463cc6430bfd25a86ddf4a20d34fdb84899ff9dcc158af86d1bec9ec98da5c
|
||||
|
|
|
@ -325,7 +325,7 @@ CONFIGURE_ARGS+=--without-http-cache
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCACHE_PURGE}
|
||||
NGINX_CACHE_PURGE_VERSION= 2.1
|
||||
NGINX_CACHE_PURGE_VERSION= 2.3
|
||||
MASTER_SITES+= http://labs.frickle.com/files/:cache_purge
|
||||
DISTFILES+= ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION}.tar.gz:cache_purge
|
||||
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSION}
|
||||
|
|
|
@ -12,8 +12,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-2.1.tar.gz) = 424005af0c04e59ffa65a65e446081d4f95ee76a801a7555e001c67810bcb3b9
|
||||
SIZE (ngx_cache_purge-2.1.tar.gz) = 10535
|
||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||
SHA256 (ngx_ctpp2-0.5.tar.gz) = f8adfecc23e2c23af95df8549ef92fd52598b21506a9d9df2278b2605668d5a6
|
||||
SIZE (ngx_ctpp2-0.5.tar.gz) = 19686
|
||||
SHA256 (openresty-echo-nginx-module-v0.51-0-g44c92a5.tar.gz) = d4463cc6430bfd25a86ddf4a20d34fdb84899ff9dcc158af86d1bec9ec98da5c
|
||||
|
|
Loading…
Reference in a new issue