Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql11 for openSUSE:Factory checked in at 2023-08-11 15:55:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old) and /work/SRC/openSUSE:Factory/.postgresql11.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql11" Fri Aug 11 15:55:41 2023 rev:30 rq:1103348 version:11.21 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes 2023-05-12 20:40:08.630809297 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.11712/postgresql11.changes 2023-08-11 15:55:50.679874038 +0200 @@ -1,0 +2,23 @@ +Thu Aug 10 14:16:25 UTC 2023 - Reinhard Max <m...@suse.com> + +- Update to 11.21: + * bsc#1214059, CVE-2023-39417: Disallow substituting a schema or + owner name into an extension script if the name contains a + quote, backslash, or dollar sign. + * https://www.postgresql.org/docs/11/release-11-21.html + +------------------------------------------------------------------- +Fri May 26 11:48:38 UTC 2023 - Reinhard Max <m...@suse.com> + +- Restore the independence of mini builds from the main build after + the -mini name change from April 4, 2023. +- Adjust icu handling to prepare for PostgreSQL 16. + +------------------------------------------------------------------- +Mon May 15 14:23:32 UTC 2023 - Reinhard Max <m...@suse.com> + +- Overhaul postgresql-README.SUSE and move it from the binary + package to the noarch wrapper package. +- Change the unix domain socket location from /var/run to /run. + +------------------------------------------------------------------- @@ -11 +33,0 @@ - Old: ---- postgresql-11.20.tar.bz2 postgresql-11.20.tar.bz2.sha256 postgresql-README.SUSE New: ---- postgresql-11.21.tar.bz2 postgresql-11.21.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql11.spec ++++++ --- /var/tmp/diff_new_pack.KNrPax/_old 2023-08-11 15:55:51.835880926 +0200 +++ /var/tmp/diff_new_pack.KNrPax/_new 2023-08-11 15:55:51.839880950 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 11.20 +%define pgversion 11.21 %define pgmajor 11 %define buildlibs 0 %define tarversion %{pgversion} @@ -69,7 +69,11 @@ %if %mini %bcond_with selinux +%if %pgmajor >= 16 +%bcond_without icu +%else %bcond_with icu +%endif %else BuildRequires: %{python}-devel BuildRequires: docbook_4 @@ -143,11 +147,18 @@ BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) -#!BuildIgnore: postgresql-implementation -#!BuildIgnore: postgresql-server-implementation -#!BuildIgnore: postgresql-devel-noarch -#!BuildIgnore: postgresql-llvmjit-devel-noarch -#!BuildIgnore: postgresql-server-devel-noarch +#!BuildIgnore: %pgname +#!BuildIgnore: %pgname-server +#!BuildIgnore: %pgname-devel +#!BuildIgnore: %pgname-server-devel +#!BuildIgnore: %pgname-llvmjit +#!BuildIgnore: %pgname-llvmjit-devel +#!BuildIgnore: %pgname-contrib +#!BuildIgnore: %pgname-docs +#!BuildIgnore: %pgname-test +#!BuildIgnore: %pgname-pltcl +#!BuildIgnore: %pgname-plperl +#!BuildIgnore: %pgname-plpython Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools @@ -156,7 +167,6 @@ Source0: https://ftp.postgresql.org/pub/source/v%{tarversion}/postgresql-%{tarversion}.tar.bz2 Source1: https://ftp.postgresql.org/pub/source/v%{tarversion}/postgresql-%{tarversion}.tar.bz2.sha256 Source2: baselibs.conf -Source3: postgresql-README.SUSE Source17: postgresql-rpmlintrc Patch1: postgresql-conf.patch # PL/Perl needs to be linked with rpath (bsc#578053) @@ -630,7 +640,6 @@ install -d -m755 %buildroot%pgdocdir cp doc/KNOWN_BUGS doc/MISSING_FEATURES COPYRIGHT \ README HISTORY %buildroot%pgdocdir -cp -a %SOURCE3 %buildroot%pgdocdir/README.SUSE # Use versioned names for the man pages: for f in %buildroot%pgmandir/man*/*; do mv $f ${f}pg%pgmajor ++++++ postgresql-11.20.tar.bz2 -> postgresql-11.21.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.20.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql11.new.11712/postgresql-11.21.tar.bz2 differ: char 11, line 1 ++++++ postgresql-11.20.tar.bz2.sha256 -> postgresql-11.21.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql11/postgresql-11.20.tar.bz2.sha256 2023-05-12 20:40:08.614809209 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.11712/postgresql-11.21.tar.bz2.sha256 2023-08-11 15:55:50.655873895 +0200 @@ -1 +1 @@ -3d7c8882f64a7e98534a044257dfee7abad77a5b7da12508d85d722b98b5acce postgresql-11.20.tar.bz2 +07b0837471d5dd77b25166b34718f3ba10816b6ad61e691e6fc547cf3fcff850 postgresql-11.21.tar.bz2 ++++++ postgresql-var-run-socket.patch ++++++ --- /var/tmp/diff_new_pack.KNrPax/_old 2023-08-11 15:55:51.955881641 +0200 +++ /var/tmp/diff_new_pack.KNrPax/_new 2023-08-11 15:55:51.959881665 +0200 @@ -1,4 +1,4 @@ -Change the built-in default socket directory to be /var/run/postgresql. +Change the built-in default socket directory to be /run/postgresql. For backwards compatibility with (probably non-libpq-based) clients that might still expect to find the socket in /tmp, also create a socket in /tmp. This is to resolve communication problems with clients operating @@ -57,7 +57,7 @@ * with the postmaster's -k switch. */ -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "/var/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "/run/postgresql" /* * This is the default event source for Windows event log.