Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql11 for openSUSE:Factory checked in at 2021-05-18 18:26:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old) and /work/SRC/openSUSE:Factory/.postgresql11.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql11" Tue May 18 18:26:38 2021 rev:17 rq:893133 version:11.12 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes 2021-04-22 18:03:23.414453310 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql11.changes 2021-05-18 18:26:52.494849947 +0200 @@ -1,0 +2,17 @@ +Tue May 11 16:20:41 UTC 2021 - Reinhard Max <m...@suse.com> + +- Upgrade to version 11.12: + * https://www.postgresql.org/docs/11/release-11-12.html + * CVE-2021-32027, bsc#1185924: + Prevent integer overflows in array subscripting calculations. + * CVE-2021-32028, bsc#1185925: Fix mishandling of ???junk??? + columns in INSERT ... ON CONFLICT ... UPDATE target lists. + * CVE-2021-32029, bsc#1185926: Fix possibly-incorrect + computation of UPDATE ... RETURNING + "pg_psql_temporary_savepoint" does not exist???. + +- Don't use %_stop_on_removal, because it was meant to be private + and got removed from openSUSE. %_restart_on_update is also + private, but still supported and needed for now (bsc#1183168). + +------------------------------------------------------------------- @@ -5 +22 @@ - only be delivered on PackageHub for now. + only be delivered on PackageHub for now (boo#1183118). Old: ---- postgresql-11.11.tar.bz2 postgresql-11.11.tar.bz2.sha256 New: ---- postgresql-11.12.tar.bz2 postgresql-11.12.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql11.spec ++++++ --- /var/tmp/diff_new_pack.a0jtj8/_old 2021-05-18 18:26:53.026847641 +0200 +++ /var/tmp/diff_new_pack.a0jtj8/_new 2021-05-18 18:26:53.030847624 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 11.11 +%define pgversion 11.12 %define pgmajor 11 %define pgsuffix %pgmajor %define buildlibs 0 @@ -764,10 +764,10 @@ %preun server # Stop only when we are uninstalling the currently running version test -n "$FIRST_ARG" || FIRST_ARG="$1" -if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then +if [ "$FIRST_ARG" -eq 0 ]; then %if %{with systemd} - %define stop %_stop_on_removal postgresql.service - eval $(systemctl show postgresql --property=MainPID) + %define stop systemctl stop postgresql.service + eval $(systemctl show postgresql.service --property=MainPID) %else %define stop /sbin/init.d postgresql stop MainPID=$(pidof -s postgres) || : ++++++ postgresql-11.11.tar.bz2 -> postgresql-11.12.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.11.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql-11.12.tar.bz2 differ: char 11, line 1 ++++++ postgresql-11.11.tar.bz2.sha256 -> postgresql-11.12.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.11.tar.bz2.sha256 2021-02-23 20:18:02.763530574 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.2988/postgresql-11.12.tar.bz2.sha256 2021-05-18 18:26:52.482849999 +0200 @@ -1 +1 @@ -40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c postgresql-11.11.tar.bz2 +87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04 postgresql-11.12.tar.bz2