Hello community,

here is the log from the commit of package postgresql12 for openSUSE:Factory 
checked in at 2020-11-15 15:25:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql12.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql12"

Sun Nov 15 15:25:08 2020 rev:9 rq:848146 version:12.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes        
2020-11-03 15:59:40.710392121 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql12.new.24930/postgresql12.changes     
2020-11-15 15:26:20.803448576 +0100
@@ -1,0 +2,21 @@
+Wed Nov 11 12:04:35 UTC 2020 - Reinhard Max <[email protected]>
+
+- Upgrade to version 12.5:
+  * CVE-2020-25695, bsc#1178666: Block DECLARE CURSOR ... WITH HOLD
+    and firing of deferred triggers within index expressions and
+    materialized view queries.
+  * CVE-2020-25694, bsc#1178667:
+    a) Fix usage of complex connection-string parameters in pg_dump,
+    pg_restore, clusterdb, reindexdb, and vacuumdb.
+    b) When psql's \connect command re-uses connection parameters,
+    ensure that all non-overridden parameters from a previous
+    connection string are re-used.
+  * CVE-2020-25696, bsc#1178668: Prevent psql's \gset command from
+    modifying specially-treated variables.
+  * Fix recently-added timetz test case so it works when the USA
+    is not observing daylight savings time.
+    (obsoletes postgresql-timetz.patch)
+  * https://www.postgresql.org/about/news/2111/
+  * https://www.postgresql.org/docs/12/release-12-5.html
+
+-------------------------------------------------------------------

Old:
----
  postgresql-12.4.tar.bz2
  postgresql-12.4.tar.bz2.sha256
  postgresql-timetz.patch

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

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

Other differences:
------------------
++++++ postgresql12.spec ++++++
--- /var/tmp/diff_new_pack.Eokrsf/_old  2020-11-15 15:26:21.511449334 +0100
+++ /var/tmp/diff_new_pack.Eokrsf/_new  2020-11-15 15:26:21.511449334 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 12.4
+%define pgversion 12.5
 %define pgmajor 12
 %define pgsuffix %pgmajor
 %define buildlibs 0
@@ -141,7 +141,6 @@
 Patch6:         postgresql-testsuite-int8.sql.patch
 Patch8:         postgresql-testsuite-keep-results-file.patch
 Patch9:         postgresql-var-run-socket.patch
-Patch10:        postgresql-timetz.patch
 URL:            https://www.postgresql.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       postgresql = %version-%release
@@ -449,7 +448,6 @@
 %patch6
 %patch8 -p1
 %patch9
-%patch10
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete
@@ -623,20 +621,23 @@
        vacuumdb \
        reindexdb \
        pg_basebackup \
-%if %pgsuffix < 90
-       pg_receivewal \
-%else
+       pg_isready \
+       pg_recvlogical \
+%if %pgsuffix >= 90
        createlang \
        droplang \
        pg_receivexlog \
-%endif
-       pg_isready \
-       pg_recvlogical \
+%else
+       pg_receivewal \
 %if %pgsuffix == 11
        pg_verify_checksums \
 %endif
-%if %pgsuffix == 12
-       pg_checksums
+%if %pgsuffix >= 12
+       pg_checksums \
+%endif
+%if %pgsuffix >= 13
+       pg_verifybackup
+%endif
 %endif
 
 %find_lang plpgsql-$VLANG main.files

++++++ postgresql-12.4.tar.bz2 -> postgresql-12.5.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql12/postgresql-12.4.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql12.new.24930/postgresql-12.5.tar.bz2 
differ: char 11, line 1

++++++ postgresql-12.4.tar.bz2.sha256 -> postgresql-12.5.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.4.tar.bz2.sha256      
2020-08-15 21:14:34.347425468 +0200
+++ 
/work/SRC/openSUSE:Factory/.postgresql12.new.24930/postgresql-12.5.tar.bz2.sha256
   2020-11-15 15:26:20.779448551 +0100
@@ -1 +1 @@
-bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc  
postgresql-12.4.tar.bz2
+bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95  
postgresql-12.5.tar.bz2
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to