Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql96 for openSUSE:Factory checked in at 2021-05-18 18:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql96 (Old) and /work/SRC/openSUSE:Factory/.postgresql96.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql96" Tue May 18 18:26:36 2021 rev:27 rq:893131 version:9.6.22 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes 2021-03-11 20:08:35.684303607 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql96.changes 2021-05-18 18:26:50.318859378 +0200 @@ -1,0 +2,20 @@ +Tue May 11 16:34:57 UTC 2021 - Reinhard Max <[email protected]> + +- Upgrade to version 9.6.22. + * https://www.postgresql.org/docs/9.6/release-9-6-22.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. + +- 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). + +------------------------------------------------------------------- +Mon Mar 15 19:29:39 UTC 2021 - Reinhard Max <[email protected]> + +- Re-enable build of the llvmjit subpackage on SLE, but it will + only be delivered on PackageHub for now (boo#1183118). + +------------------------------------------------------------------- Old: ---- postgresql-9.6.21.tar.bz2 postgresql-9.6.21.tar.bz2.sha256 New: ---- postgresql-9.6.22.tar.bz2 postgresql-9.6.22.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql96.spec ++++++ --- /var/tmp/diff_new_pack.UeIZtA/_old 2021-05-18 18:26:50.878856951 +0200 +++ /var/tmp/diff_new_pack.UeIZtA/_new 2021-05-18 18:26:50.878856951 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 9.6.21 +%define pgversion 9.6.22 %define pgmajor 9.6 %define pgsuffix 96 %define buildlibs 0 @@ -88,7 +88,7 @@ %bcond_with systemd %bcond_with systemd_notify %endif -%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 +%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 %bcond_without llvm %else # LLVM is currently unsupported on SLE, so don't use it @@ -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-9.6.21.tar.bz2 -> postgresql-9.6.22.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.21.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql-9.6.22.tar.bz2 differ: char 11, line 1 ++++++ postgresql-9.6.21.tar.bz2.sha256 -> postgresql-9.6.22.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.21.tar.bz2.sha256 2021-02-23 20:19:32.799610176 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql96.new.2988/postgresql-9.6.22.tar.bz2.sha256 2021-05-18 18:26:50.310859412 +0200 @@ -1 +1 @@ -930feaef28885c97ec40c26ab6221903751eeb625de92b22602706d7d47d1634 postgresql-9.6.21.tar.bz2 +3d32cd101025a0556813397c69feff3df3d63736adb8adeaf365c522f39f2930 postgresql-9.6.22.tar.bz2
