Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-17-image for openSUSE:Factory checked in at 2025-11-25 15:54:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-17-image (Old) and /work/SRC/openSUSE:Factory/.postgres-17-image.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-17-image" Tue Nov 25 15:54:45 2025 rev:28 rq:1319973 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-17-image/postgres-17-image.changes 2025-10-29 21:10:28.352249350 +0100 +++ /work/SRC/openSUSE:Factory/.postgres-17-image.new.14147/postgres-17-image.changes 2025-11-25 15:56:19.299269933 +0100 @@ -1,0 +2,5 @@ +Fri Nov 14 10:43:24 UTC 2025 - SUSE Update Bot <[email protected]> + +- docker-entrypoint: remove now obsolete code path + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.Kfb641/_old 2025-11-25 15:56:20.187307359 +0100 +++ /var/tmp/diff_new_pack.Kfb641/_new 2025-11-25 15:56:20.199307864 +0100 @@ -103,24 +103,6 @@ # print large warning if POSTGRES_HOST_AUTH_METHOD is set to 'trust' # assumes database is not set up, ie: [ -z "$DATABASE_ALREADY_EXISTS" ] docker_verify_minimum_env() { - case "${PG_MAJOR:-}" in - 13) # https://github.com/postgres/postgres/commit/67a472d71c98c3d2fa322a1b4013080b20720b98 - # check password first so we can output the warning before postgres - # messes it up - if [ "${#POSTGRES_PASSWORD}" -ge 100 ]; then - cat >&2 <<-'EOWARN' - - WARNING: The supplied POSTGRES_PASSWORD is 100+ characters. - - This will not work if used via PGPASSWORD with "psql". - - https://www.postgresql.org/message-id/flat/E1Rqxp2-0004Qt-PL%40wrigleys.postgresql.org (BUG #6412) - https://github.com/docker-library/postgres/issues/507 - - EOWARN - fi - ;; - esac if [ -z "$POSTGRES_PASSWORD" ] && [ 'trust' != "$POSTGRES_HOST_AUTH_METHOD" ]; then # The - option suppresses leading tabs but *not* spaces. :) cat >&2 <<-'EOE'
