Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2021-05-18 18:26:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Tue May 18 18:26:40 2021 rev:9 rq:893135 version:13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2021-04-22 18:03:25.922457188 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql13.changes 2021-05-18 18:26:54.566840967 +0200 @@ -1,0 +2,17 @@ +Tue May 11 13:50:14 UTC 2021 - Reinhard Max <[email protected]> + +- Upgrade to version 13.3: + * https://www.postgresql.org/docs/13/release-13-3.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-13.2.tar.bz2 postgresql-13.2.tar.bz2.sha256 New: ---- postgresql-13.3.tar.bz2 postgresql-13.3.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.f4gePt/_old 2021-05-18 18:26:55.126838539 +0200 +++ /var/tmp/diff_new_pack.f4gePt/_new 2021-05-18 18:26:55.130838523 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 13.2 +%define pgversion 13.3 %define pgmajor 13 %define pgsuffix %pgmajor %define buildlibs 1 @@ -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-13.2.tar.bz2 -> postgresql-13.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.2.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql-13.3.tar.bz2 differ: char 11, line 1 ++++++ postgresql-13.2.tar.bz2.sha256 -> postgresql-13.3.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.2.tar.bz2.sha256 2021-02-23 20:19:19.779598665 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.2988/postgresql-13.3.tar.bz2.sha256 2021-05-18 18:26:54.558841002 +0200 @@ -1 +1 @@ -5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc postgresql-13.2.tar.bz2 +3cd9454fa8c7a6255b6743b767700925ead1b9ab0d7a0f9dcb1151010f8eb4a1 postgresql-13.3.tar.bz2
