Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-15-image for openSUSE:Factory checked in at 2025-02-05 21:57:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-15-image (Old) and /work/SRC/openSUSE:Factory/.postgres-15-image.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-15-image" Wed Feb 5 21:57:02 2025 rev:38 rq:1243420 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-15-image/postgres-15-image.changes 2025-01-31 16:03:07.772809554 +0100 +++ /work/SRC/openSUSE:Factory/.postgres-15-image.new.2316/postgres-15-image.changes 2025-02-05 21:57:22.234165289 +0100 @@ -1,0 +2,5 @@ +Wed Feb 5 10:30:31 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- remove handling for outdated postgresql versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docker-entrypoint.sh ++++++ --- /var/tmp/diff_new_pack.otQTVi/_old 2025-02-05 21:57:22.798188512 +0100 +++ /var/tmp/diff_new_pack.otQTVi/_new 2025-02-05 21:57:22.802188678 +0100 @@ -104,7 +104,7 @@ # assumes database is not set up, ie: [ -z "$DATABASE_ALREADY_EXISTS" ] docker_verify_minimum_env() { case "${PG_MAJOR:-}" in - 12 | 13) # https://github.com/postgres/postgres/commit/67a472d71c98c3d2fa322a1b4013080b20720b98 + 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 @@ -252,7 +252,7 @@ printf '\n' if [ 'trust' = "$POSTGRES_HOST_AUTH_METHOD" ]; then printf '# warning trust is enabled for all connections\n' - printf '# see https://www.postgresql.org/docs/12/auth-trust.html\n' + printf '# see https://www.postgresql.org/docs/17/auth-trust.html\n' fi printf 'host all all all %s\n' "$POSTGRES_HOST_AUTH_METHOD" } >> "$PGDATA/pg_hba.conf"