@@ -32,9 +32,6 @@ export MORE_HEADERS_VERSION=v0.37
32
32
# Check for recent changes: https://github.com/atomx/nginx-http-auth-digest/compare/v1.0.0...atomx:master
33
33
export NGINX_DIGEST_AUTH=v1.0.0
34
34
35
- # Check for recent changes: https://github.com/yaoweibin/ngx_http_substitutions_filter_module/compare/v0.6.4...master
36
- export NGINX_SUBSTITUTIONS=e12e965ac1837ca709709f9a26f572a54d83430e
37
-
38
35
# Check for recent changes: https://github.com/SpiderLabs/ModSecurity-nginx/compare/v1.0.3...master
39
36
export MODSECURITY_VERSION=v1.0.3
40
37
@@ -213,9 +210,6 @@ get_src 0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3 \
213
210
get_src f09851e6309560a8ff3e901548405066c83f1f6ff88aa7171e0763bd9514762b \
214
211
" https://github.com/atomx/nginx-http-auth-digest/archive/$NGINX_DIGEST_AUTH .tar.gz" " nginx-http-auth-digest"
215
212
216
- get_src a98b48947359166326d58700ccdc27256d2648218072da138ab6b47de47fbd8f \
217
- " https://github.com/yaoweibin/ngx_http_substitutions_filter_module/archive/$NGINX_SUBSTITUTIONS .tar.gz" " ngx_http_substitutions_filter_module"
218
-
219
213
get_src 32a42256616cc674dca24c8654397390adff15b888b77eb74e0687f023c8751b \
220
214
" https://github.com/SpiderLabs/ModSecurity-nginx/archive/$MODSECURITY_VERSION .tar.gz" " ModSecurity-nginx"
221
215
@@ -489,7 +483,6 @@ WITH_MODULES=" \
489
483
--add-module=$BUILD_PATH /ngx_devel_kit \
490
484
--add-module=$BUILD_PATH /set-misc-nginx-module \
491
485
--add-module=$BUILD_PATH /headers-more-nginx-module \
492
- --add-module=$BUILD_PATH /ngx_http_substitutions_filter_module \
493
486
--add-module=$BUILD_PATH /lua-nginx-module \
494
487
--add-module=$BUILD_PATH /stream-lua-nginx-module \
495
488
--add-module=$BUILD_PATH /lua-upstream-nginx-module \
0 commit comments