File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88# Software Versions
99LIBURING_VER="2.12"
1010MARIADB_VER="11.8.3"
11- NGINX_DYN_TLS_PATCH_SHA ="1eeff69434585b2417e5d5c49e0479c8b22b205192f60b638a5b6c589152c40b"
11+ NGINX_DYN_TLS_PATCH_COMMIT_SHA ="1eeff69434585b2417e5d5c49e0479c8b22b205192f60b638a5b6c589152c40b"
1212NGINX_HEADER_VER="0.39"
1313NGINX_PURGE_VER="2.5.3"
1414NGINX_VER="1.29.1"
Original file line number Diff line number Diff line change @@ -371,8 +371,8 @@ jobs:
371371 sed -i \
372372 -e "s/^LIBURING_VER=\"[^\"]*\"/LIBURING_VER=\"$(get_current_version LIBURING_VER)\"/" \
373373 -e "s/^MARIADB_VER=\"[^\"]*\"/MARIADB_VER=\"$(get_current_version MARIADB_VER)\"/" \
374- -e "s/^NGINX_DYN_TLS_PATCH_SHA =\"[^\"]*\"/NGINX_DYN_TLS_PATCH_SHA =\"$(get_current_version NGINX_DYN_TLS_PATCH_SHA )\"/" \
375- -e "s/^NGINX_HEADER_VER=\"[^\"]*\"/NGINX_HEADER_VER=\"$(get_current_version NGINX_HEADER_VER)\"/" \
374+ -e "s/^NGINX_DYN_TLS_PATCH_COMMIT_SHA =\"[^\"]*\"/NGINX_DYN_TLS_PATCH_COMMIT_SHA =\"$(get_current_version NGINX_DYN_TLS_PATCH_COMMIT_SHA )\"/" \
375+ -e "s/^NGINX_HEADER_VER=\"[^\"]*\"/NGINX_HEADER_VER=\"$(get_current_version NGINX_HEADER_VER)\"/" \\
376376 -e "s/^NGINX_PURGE_VER=\"[^\"]*\"/NGINX_PURGE_VER=\"$(get_current_version NGINX_PURGE_VER)\"/" \
377377 -e "s/^NGINX_VER=\"[^\"]*\"/NGINX_VER=\"$(get_current_version NGINX_VER)\"/" \
378378 -e "s/^OPENSSL_VER=\"[^\"]*\"/OPENSSL_VER=\"$(get_current_version OPENSSL_VER)\"/" \
You can’t perform that action at this time.
0 commit comments