Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postgresql12 for openSUSE:Factory 
checked in at 2021-05-18 18:26:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql12.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql12"

Tue May 18 18:26:39 2021 rev:15 rq:893134 version:12.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes        
2021-04-22 18:03:24.230454572 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql12.changes      
2021-05-18 18:26:53.506845560 +0200
@@ -1,0 +2,17 @@
+Tue May 11 16:19:19 UTC 2021 - Reinhard Max <m...@suse.com>
+
+- Upgrade to version 12.7:
+  * https://www.postgresql.org/docs/12/release-12-7.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-12.6.tar.bz2
  postgresql-12.6.tar.bz2.sha256

New:
----
  postgresql-12.7.tar.bz2
  postgresql-12.7.tar.bz2.sha256

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postgresql12.spec ++++++
--- /var/tmp/diff_new_pack.rt2k4w/_old  2021-05-18 18:26:54.086843047 +0200
+++ /var/tmp/diff_new_pack.rt2k4w/_new  2021-05-18 18:26:54.090843029 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 12.6
+%define pgversion 12.7
 %define pgmajor 12
 %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-12.6.tar.bz2 -> postgresql-12.7.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql12/postgresql-12.6.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql-12.7.tar.bz2 
differ: char 11, line 1

++++++ postgresql-12.6.tar.bz2.sha256 -> postgresql-12.7.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.6.tar.bz2.sha256      
2021-02-23 20:18:34.467558604 +0100
+++ 
/work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql-12.7.tar.bz2.sha256
    2021-05-18 18:26:53.494845612 +0200
@@ -1 +1 @@
-df7dd98d5ccaf1f693c7e1d0d084e9fed7017ee248bba5be0167c42ad2d70a09  
postgresql-12.6.tar.bz2
+8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995  
postgresql-12.7.tar.bz2

Reply via email to