Hello community, here is the log from the commit of package postgresql10 for openSUSE:Factory checked in at 2020-11-15 15:24:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql10 (Old) and /work/SRC/openSUSE:Factory/.postgresql10.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql10" Sun Nov 15 15:24:59 2020 rev:20 rq:848144 version:10.15 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes 2020-11-03 15:59:35.942387692 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql10.new.24930/postgresql10.changes 2020-11-15 15:26:11.403438515 +0100 @@ -1,0 +2,21 @@ +Wed Nov 11 12:10:53 UTC 2020 - Reinhard Max <m...@suse.com> + +- Upgrade to version 10.15: + * 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/10/release-10-15.html + +------------------------------------------------------------------- Old: ---- postgresql-10.14.tar.bz2 postgresql-10.14.tar.bz2.sha256 postgresql-timetz.patch New: ---- postgresql-10.15.tar.bz2 postgresql-10.15.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql10.spec ++++++ --- /var/tmp/diff_new_pack.HfOVAd/_old 2020-11-15 15:26:12.039439196 +0100 +++ /var/tmp/diff_new_pack.HfOVAd/_new 2020-11-15 15:26:12.043439200 +0100 @@ -16,7 +16,7 @@ # -%define pgversion 10.14 +%define pgversion 10.15 %define pgmajor 10 %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-10.14.tar.bz2 -> postgresql-10.15.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql10/postgresql-10.14.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql10.new.24930/postgresql-10.15.tar.bz2 differ: char 11, line 1 ++++++ postgresql-10.14.tar.bz2.sha256 -> postgresql-10.15.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql10/postgresql-10.14.tar.bz2.sha256 2020-08-15 21:13:40.855395533 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql10.new.24930/postgresql-10.15.tar.bz2.sha256 2020-11-15 15:26:11.375438485 +0100 @@ -1 +1 @@ -381cd8f491d8f77db2f4326974542a50095b5fa7709f24d7c5b760be2518b23b postgresql-10.14.tar.bz2 +5956bce0becffa77883c41594c95a23110b94f10cd66a1157e373c3575921f7e postgresql-10.15.tar.bz2 _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org