diff --git a/www/nginx/Portfile b/www/nginx/Portfile index 11c80394ab7a7..c54c59052515e 100644 --- a/www/nginx/Portfile +++ b/www/nginx/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name nginx -version 1.26.2 +version 1.26.3 revision 0 categories www mail license BSD @@ -20,7 +20,7 @@ homepage https://nginx.org/ master_sites https://nginx.org/download:nginx \ https://github.com/vkholodkov/nginx-upload-module/archive/:upload_module \ https://github.com/evanmiller/mod_zip/archive/:zip_module \ - https://people.freebsd.org/~osa/:redis_module \ + https://github.com/openresty/ngx_http_redis/archive/:redis_module \ https://github.com/masterzen/nginx-upload-progress-module/archive/:uploadprogress_module \ https://github.com/openresty/echo-nginx-module/archive/:echo_module \ https://github.com/arut/nginx-dav-ext-module/archive/:davext_module \ @@ -36,9 +36,9 @@ master_sites https://nginx.org/download:nginx \ distfiles ${name}-${version}${extract.suffix}:nginx checksums ${name}-${version}${extract.suffix} \ - rmd160 680b726ecb2d265a839ae7f0435303139cb9126d \ - sha256 627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738 \ - size 1244789 + rmd160 8987cf6b382c86debe352a71d20ea085d4f78b9f \ + sha256 69ee2b237744036e61d24b836668aad3040dda461fe6f570f1787eab570c75aa \ + size 1260179 depends_lib port:pcre \ port:zlib @@ -298,13 +298,13 @@ variant upload description {Enable Valery Kholodkov's upload module (http://grid variant upload_progress description {Enable Brice Figureau's upload progress module (https://github.com/masterzen/nginx-upload-progress-module)} { set uploadprg_filename nginx_uploadprogress_module - set uploadprg_version 0.9.2 + set uploadprg_version 0.9.3 set uploadprg_distname v${uploadprg_version} distfiles-append ${uploadprg_distname}.tar.gz:uploadprogress_module checksums-append ${uploadprg_distname}.tar.gz \ - rmd160 eedb9d9acd6450df0f940902165dc5113ede0171 \ - sha256 b286689355442657650421d8e8398bd4abf9dbbaade65947bb0cb74a349cc497 \ - size 17268 + rmd160 de575cab290eda9331a87cabd35b9a3d12049578 \ + sha256 7d810069f6f3e26f3b00989448fceb891a934c2a2f7eb55e0358b70291c23942 \ + size 17303 configure.args-append --add-module=${workpath}/nginx-upload-progress-module-${uploadprg_version} } @@ -331,13 +331,13 @@ variant zip description {Enable Ngx zip download module (https://github.com/evan variant redis description {Enable Ngx HTTP Redis module} { set redis_filename ngx_http_redis - set redis_version 0.3.9 + set redis_version 0.4.0.1 set redis_distname ${redis_filename}-${redis_version} - distfiles-append ${redis_distname}.tar.gz:redis_module - checksums-append ${redis_distname}.tar.gz \ - rmd160 ecaa081631c67e8ab7ffe2f6abf49e78d8cddbda \ - sha256 21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46 \ - size 13051 + distfiles-append v${redis_version}.tar.gz:redis_module + checksums-append v${redis_version}.tar.gz \ + rmd160 59afbcb93731b92f283105db3f9c1072aca479f5 \ + sha256 1b6ec8425cea18e4dd96dcb42b7b44296e5009635c7897a145ade5702b92a1f4 \ + size 13369 configure.args-append --add-module=${workpath}/${redis_distname} } @@ -357,13 +357,13 @@ variant rtmp description {Enable Ngx RTMP module (https://github.com/arut/nginx- variant http_push description {Enable Ngx HTTP Push module (https://github.com/slact/nchan)} { set http_push_filename nchan - set http_push_version 1.3.6 + set http_push_version 1.3.7 set http_push_distname ${http_push_filename}-${http_push_version} distfiles-append v${http_push_version}.tar.gz:http_push_module checksums-append v${http_push_version}.tar.gz \ - rmd160 46499a30841730923fae1d03e31b9af397269172 \ - sha256 ba0b7cc6b710a20ce1ed2554caf56154035291aaf115e407d7a6bb699fde42df \ - size 761436 + rmd160 63c4fa33120df4b813c1e28c81a9755abba805cc \ + sha256 6e82c673cedc7d33ee48ea1c198964fdcf6853bf851de797002199a496f08263 \ + size 665133 configure.args-append --add-module=${workpath}/${http_push_distname} } @@ -384,13 +384,13 @@ variant devel_kit description {Enable ngx_devel_kit module (https://github.com/s variant lua requires devel_kit description {Enable Lua module (https://github.com/openresty/lua-nginx-module)} { depends_lib-append port:luajit-openresty set ngx_lua_filename lua-nginx-module - set ngx_lua_version 0.10.27 + set ngx_lua_version 0.10.28 set ngx_lua_distname ${ngx_lua_filename}-${ngx_lua_version} distfiles-append v${ngx_lua_version}.tar.gz:lua_module checksums-append v${ngx_lua_version}.tar.gz \ - rmd160 5cfbb75ef65d19ea4f27bfb7e6470301dd5975c5 \ - sha256 d4d1655d954eba254c3c12359739ec1dd70829af7ef57f78cd0d50d19c901ab7 \ - size 758977 + rmd160 dfae2eb6c36bf153703cccc0b17fb2cb09750adf \ + sha256 634827d54de6216cb0502d14f76610788b3a3e33160e91d5578d6db0d9a34a20 \ + size 869217 configure.cflags -I${prefix}/include/luajit-2.1/ ${configure.cflags} configure.env LUAJIT_INC=${prefix}/include/luajit-2.1/ @@ -412,13 +412,13 @@ variant lua requires devel_kit description {Enable Lua module (https://github.co variant headers_more description {Enable headers-more module (https://github.com/openresty/headers-more-nginx-module)} { set ngx_h_more_filename headers-more-nginx-module - set ngx_h_more_version 0.37 + set ngx_h_more_version 0.38 set ngx_h_more_distname ${ngx_h_more_filename}-${ngx_h_more_version} distfiles-append v${ngx_h_more_version}.tar.gz:h_more_module checksums-append v${ngx_h_more_version}.tar.gz \ - rmd160 14e70a27cf6bcadfd792034ccaff14ef2e7a41e1 \ - sha256 cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d \ - size 29433 + rmd160 5f799b8825924db61e82a49d4bedc6652f45d869 \ + sha256 febf7271c0c3de69adbd02c1e98ee43e91a60eeb6b27abfb77b5b206fda5215a \ + size 29472 configure.args-append --add-module=${workpath}/${ngx_h_more_distname} }