Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nginx-image for openSUSE:Factory checked in at 2026-06-10 16:15:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx-image (Old) and /work/SRC/openSUSE:Factory/.nginx-image.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx-image" Wed Jun 10 16:15:50 2026 rev:43 rq:1358491 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/nginx-image/nginx-image.changes 2026-05-18 17:48:25.225303439 +0200 +++ /work/SRC/openSUSE:Factory/.nginx-image.new.2375/nginx-image.changes 2026-06-10 16:19:19.637797586 +0200 @@ -1,0 +2,5 @@ +Wed Jun 10 07:11:04 UTC 2026 - SUSE Update Bot <[email protected]> + +- envsubst-on-templates: avoid direct interpolation of awk variable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 20-envsubst-on-templates.sh ++++++ --- /var/tmp/diff_new_pack.CbWPrk/_old 2026-06-10 16:19:20.273823944 +0200 +++ /var/tmp/diff_new_pack.CbWPrk/_new 2026-06-10 16:19:20.277824109 +0200 @@ -37,7 +37,7 @@ local filter="${NGINX_ENVSUBST_FILTER:-}" local template defined_envs relative_path output_path subdir - defined_envs=$(printf '${%s} ' $(awk "END { for (name in ENVIRON) { print ( name ~ /${filter}/ ) ? name : \"\" } }" < /dev/null )) + defined_envs=$(printf '${%s} ' $(awk -v filter="$filter" 'END { for (name in ENVIRON) { print ( name ~ filter ) ? name : "" } }' < /dev/null)) [ -d "$template_dir" ] || return 0 if [ ! -w "$output_dir" ]; then entrypoint_log "$ME: ERROR: $template_dir exists, but $output_dir is not writable"
