update module
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
|||||||
|
# Patch ignore
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
|
||||||
|
# Build files
|
||||||
|
/objs
|
||||||
|
.openssl
|
||||||
|
*.obj
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.suo
|
||||||
|
*.lib
|
||||||
|
*.bak
|
||||||
|
*.dwo
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# Log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# ETC.
|
||||||
|
autopatch.sh
|
||||||
|
autoclear.sh
|
||||||
|
submodule.sh
|
||||||
|
|
||||||
+6
-3
@@ -16,9 +16,6 @@
|
|||||||
[submodule "lib/openssl"]
|
[submodule "lib/openssl"]
|
||||||
path = lib/openssl
|
path = lib/openssl
|
||||||
url = https://github.com/hakasenyang/openssl-custom.git
|
url = https://github.com/hakasenyang/openssl-custom.git
|
||||||
[submodule "lib/pcre"]
|
|
||||||
path = lib/pcre
|
|
||||||
url = https://github.com/svn2github/pcre.git
|
|
||||||
[submodule "lib/zlib"]
|
[submodule "lib/zlib"]
|
||||||
path = lib/zlib
|
path = lib/zlib
|
||||||
url = https://github.com/cloudflare/zlib.git
|
url = https://github.com/cloudflare/zlib.git
|
||||||
@@ -35,3 +32,9 @@
|
|||||||
[submodule "lib/ngx_brotli"]
|
[submodule "lib/ngx_brotli"]
|
||||||
path = lib/ngx_brotli
|
path = lib/ngx_brotli
|
||||||
url = https://github.com/google/ngx_brotli.git
|
url = https://github.com/google/ngx_brotli.git
|
||||||
|
[submodule "lib/boringssl"]
|
||||||
|
path = lib/boringssl
|
||||||
|
url = https://boringssl.googlesource.com/boringssl
|
||||||
|
[submodule "lib/pcre"]
|
||||||
|
path = lib/pcre
|
||||||
|
url = https://github.com/PCRE2Project/pcre2.git
|
||||||
Submodule
+1
Submodule lib/boringssl added at 054a5d36bb
Submodule
+1
Submodule lib/headers-more-nginx-module added at bea1be3bbf
Submodule
+1
Submodule lib/naxsi added at d714f1636e
Submodule
+1
Submodule lib/nginx-dav-ext-module added at f5e30888a2
Submodule
+1
Submodule lib/nginx-http-flv-module added at f627b56c31
Submodule
+1
Submodule lib/nginx-module-vts added at 46e431b57f
Submodule
+1
Submodule lib/ngx-fancyindex added at f50d7b799f
Submodule
+1
Submodule lib/ngx_brotli added at 6e975bcb01
Submodule
+1
Submodule lib/ngx_devel_kit added at b4642d6ca0
Submodule
+1
Submodule lib/ngx_http_geoip2_module added at cbaa35461c
Submodule
+1
Submodule lib/pcre added at db53e4007d
Submodule
+1
Submodule lib/zlib added at 8856740263
Reference in New Issue
Block a user