Hello community, here is the log from the commit of package postgresql13 for openSUSE:Factory checked in at 2020-11-15 15:25:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql13 (Old) and /work/SRC/openSUSE:Factory/.postgresql13.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql13" Sun Nov 15 15:25:20 2020 rev:3 rq:848147 version:13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql13/postgresql13.changes 2020-11-03 15:59:41.958393280 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.24930/postgresql13.changes 2020-11-15 15:26:24.435452463 +0100 @@ -1,0 +2,21 @@ +Wed Nov 11 11:36:01 UTC 2020 - Reinhard Max <[email protected]> + +- Upgrade to version 13.1: + * 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/13/release-13-1.html + +------------------------------------------------------------------- Old: ---- postgresql-13.0.tar.bz2 postgresql-13.0.tar.bz2.sha256 postgresql-timetz.patch New: ---- postgresql-13.1.tar.bz2 postgresql-13.1.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql13.spec ++++++ --- /var/tmp/diff_new_pack.u8H9Ag/_old 2020-11-15 15:26:25.619453731 +0100 +++ /var/tmp/diff_new_pack.u8H9Ag/_new 2020-11-15 15:26:25.623453735 +0100 @@ -16,7 +16,7 @@ # -%define pgversion 13.0 +%define pgversion 13.1 %define pgmajor 13 %define pgsuffix %pgmajor %define buildlibs 1 @@ -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,15 +621,14 @@ 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 @@ -641,6 +638,7 @@ %if %pgsuffix >= 13 pg_verifybackup %endif +%endif %find_lang plpgsql-$VLANG main.files %find_lang pgscripts-$VLANG main.files ++++++ postgresql-13.0.tar.bz2 -> postgresql-13.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.0.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql13.new.24930/postgresql-13.1.tar.bz2 differ: char 11, line 1 ++++++ postgresql-13.0.tar.bz2.sha256 -> postgresql-13.1.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql13/postgresql-13.0.tar.bz2.sha256 2020-10-24 15:16:19.136164754 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql13.new.24930/postgresql-13.1.tar.bz2.sha256 2020-11-15 15:26:23.847451834 +0100 @@ -1 +1 @@ -80e750be8d436b54197636a02636f8fd3263ba6779bf865b04832495ea592296 postgresql-13.0.tar.bz2 +12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f postgresql-13.1.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]
