Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql11 for openSUSE:Factory checked in at 2021-02-23 20:17:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old) and /work/SRC/openSUSE:Factory/.postgresql11.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql11" Tue Feb 23 20:17:50 2021 rev:14 rq:873820 version:11.11 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes 2021-01-08 17:34:02.093103062 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.2378/postgresql11.changes 2021-02-23 20:18:02.795530602 +0100 @@ -1,0 +2,15 @@ +Fri Feb 19 15:30:08 UTC 2021 - Reinhard Max <[email protected]> + +- boo#1179945: Disable icu for PostgreSQL 10 (and older) on TW. + +------------------------------------------------------------------- +Wed Feb 10 15:33:08 UTC 2021 - Reinhard Max <[email protected]> + +Upgrade to version 11.11: + * https://www.postgresql.org/docs/11/release-11-11.html + * Reindexing might be needed after applying this update. + * CVE-2021-3393, bsc#1182040: Fix information leakage in + constraint-violation error messages. + * Obsoletes postgresql-icu68.patch. + +------------------------------------------------------------------- Old: ---- postgresql-11.10.tar.bz2 postgresql-11.10.tar.bz2.sha256 postgresql-icu68.patch New: ---- postgresql-11.11.tar.bz2 postgresql-11.11.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql11.spec ++++++ --- /var/tmp/diff_new_pack.VCGXB8/_old 2021-02-23 20:18:03.511531236 +0100 +++ /var/tmp/diff_new_pack.VCGXB8/_new 2021-02-23 20:18:03.519531243 +0100 @@ -1,7 +1,7 @@ # # spec file for package postgresql11 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define pgversion 11.10 +%define pgversion 11.11 %define pgmajor 11 %define pgsuffix %pgmajor %define buildlibs 0 @@ -72,7 +72,11 @@ BuildRequires: timezone BuildRequires: zlib-devel %bcond_without selinux +%if %pgmajor > 10 || 0%{?suse_version} <= 1500 %bcond_without icu +%else +%bcond_with icu +%endif %if !%buildlibs BuildRequires: %libecpg BuildRequires: %libpq @@ -145,7 +149,6 @@ Patch6: postgresql-testsuite-int8.sql.patch Patch8: postgresql-testsuite-keep-results-file.patch Patch9: postgresql-var-run-socket.patch -Patch10: postgresql-icu68.patch URL: https://www.postgresql.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: postgresql = %version-%release @@ -453,7 +456,6 @@ %patch6 %patch8 -p1 %patch9 -%patch10 -p1 touch -r tmp configure rm tmp find src/test/ -name '*.orig' -delete ++++++ postgresql-11.10.tar.bz2 -> postgresql-11.11.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.10.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql11.new.2378/postgresql-11.11.tar.bz2 differ: char 11, line 1 ++++++ postgresql-11.10.tar.bz2.sha256 -> postgresql-11.11.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.10.tar.bz2.sha256 2020-11-15 15:26:16.715444201 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.2378/postgresql-11.11.tar.bz2.sha256 2021-02-23 20:18:02.763530574 +0100 @@ -1 +1 @@ -13e6d2f80662fe463bc7718cdf0de6a9ec67fc78afcc7a3ae66b9ea19bb97899 postgresql-11.10.tar.bz2 +40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c postgresql-11.11.tar.bz2
