Hello community,

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

Package is "postgresql11"

Sun Nov 15 15:25:03 2020 rev:11 rq:848145 version:11.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes        
2020-11-03 15:59:38.658390214 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql11.new.24930/postgresql11.changes     
2020-11-15 15:26:17.911445481 +0100
@@ -1,0 +2,21 @@
+Wed Nov 11 12:08:53 UTC 2020 - Reinhard Max <[email protected]>
+
+- Upgrade to version 11.10:
+  * 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/11/release-11-10.html
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ postgresql11.spec ++++++
--- /var/tmp/diff_new_pack.zrklXd/_old  2020-11-15 15:26:19.963447677 +0100
+++ /var/tmp/diff_new_pack.zrklXd/_new  2020-11-15 15:26:19.967447681 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define pgversion 11.9
+%define pgversion 11.10
 %define pgmajor 11
 %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
@@ -875,6 +876,7 @@
 
 %if %{with llvm}
 %files llvmjit
+%defattr(-,root,root)
 %pglibdir/llvm*
 %pglibdir/bitcode/*
 %endif

++++++ postgresql-11.9.tar.bz2 -> postgresql-11.10.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/postgresql11/postgresql-11.9.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql11.new.24930/postgresql-11.10.tar.bz2 
differ: char 11, line 1

++++++ postgresql-11.9.tar.bz2.sha256 -> postgresql-11.10.tar.bz2.sha256 ++++++
--- /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.9.tar.bz2.sha256      
2020-08-15 21:14:07.427410403 +0200
+++ 
/work/SRC/openSUSE:Factory/.postgresql11.new.24930/postgresql-11.10.tar.bz2.sha256
  2020-11-15 15:26:16.715444201 +0100
@@ -1 +1 @@
-35618aa72e0372091f923c42389c6febd07513157b4fbb9408371706afbb6635  
postgresql-11.9.tar.bz2
+13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899  
postgresql-11.10.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