File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
.github/workflows/requirements Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11ansible-core==2.12.2
22jinja2==3.0.3
3- ansible-lint==5.3.2
3+ ansible-lint==5.4.0
44yamllint==1.26.3
55molecule[docker]==3.6.1
66docker==5.0.3
Original file line number Diff line number Diff line change 143143 command : ./configure
144144 args :
145145 chdir : " /tmp/{{ pcre_version }}"
146+ creates : " /tmp/makefile"
146147
147148 - name : Make PCRE dependency
148149 make :
201202 command : ./configure
202203 args :
203204 chdir : " /tmp/{{ zlib_version }}"
205+ creates : " /tmp/makefile"
204206
205207 - name : Make ZLib dependency
206208 make :
259261 command : ./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib
260262 args :
261263 chdir : " /tmp/{{ openssl_version }}"
264+ creates : " /tmp/makefile"
262265
263266 - name : Make OpenSSL dependency
264267 make :
335338 {{ nginx_install_source_static_modules | default('') }}
336339 args :
337340 chdir : " /tmp/{{ nginx_version }}"
341+ creates : " /tmp/makefile"
338342 register : nginx_configure
339343
340344 - name : Make NGINX
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ nginx_plus_distributions: [
2626]
2727
2828# Default NGINX signing key
29- nginx_default_signing_key_rsa_pub : https://nginx.org/keys/nginx_signing.rsa.pub
3029nginx_default_signing_key_pgp : https://nginx.org/keys/nginx_signing.key
30+ nginx_default_signing_key_rsa_pub : https://nginx.org/keys/nginx_signing.rsa.pub
3131
3232# Default NGINX Open Source repositories
3333nginx_default_repository_alpine : " @nginx http://nginx.org/packages/{{ (nginx_branch == 'mainline') | ternary('mainline/', '') }}\
@@ -81,9 +81,9 @@ nginx_freebsd_dependencies: [
8181]
8282
8383# Default locations and versions when 'nginx_install_from' is set to 'source'
84- pcre_version : pcre-8.44
84+ pcre_version : pcre-8.45
8585zlib_version : zlib-1.2.11
86- openssl_version : openssl-1.1.1g
86+ openssl_version : openssl-1.1.1m
8787
8888# Supported NGINX Open Source dynamic modules
8989nginx_modules_list : [
You can’t perform that action at this time.
0 commit comments