Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql15 for openSUSE:Factory checked in at 2023-08-15 16:39:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql15 (Old) and /work/SRC/openSUSE:Factory/.postgresql15.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql15" Tue Aug 15 16:39:22 2023 rev:9 rq:1103837 version:15.4 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql15/postgresql15.changes 2023-05-12 20:32:40.456564452 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql15.new.11712/postgresql15.changes 2023-08-15 16:39:25.494749176 +0200 @@ -1,0 +2,25 @@ +Wed Aug 9 09:14:59 UTC 2023 - Reinhard Max <m...@suse.com> + +- Update to 15.4: + * 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. + * bsc#1214061, CVE-2023-39418: Fix MERGE to enforce row security + policies properly. + * https://www.postgresql.org/docs/15/release-15-4.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:20:25 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. + +------------------------------------------------------------------- Old: ---- postgresql-15.3.tar.bz2 postgresql-15.3.tar.bz2.sha256 postgresql-README.SUSE New: ---- postgresql-15.4.tar.bz2 postgresql-15.4.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql15.spec ++++++ --- /var/tmp/diff_new_pack.F6gFFE/_old 2023-08-15 16:39:26.630756924 +0200 +++ /var/tmp/diff_new_pack.F6gFFE/_new 2023-08-15 16:39:26.634756951 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 15.3 +%define pgversion 15.4 %define pgmajor 15 %define buildlibs 1 %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-15.3.tar.bz2 -> postgresql-15.4.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql15/postgresql-15.3.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql15.new.11712/postgresql-15.4.tar.bz2 differ: char 11, line 1 ++++++ postgresql-15.3.tar.bz2.sha256 -> postgresql-15.4.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql15/postgresql-15.3.tar.bz2.sha256 2023-05-12 20:32:40.416564222 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql15.new.11712/postgresql-15.4.tar.bz2.sha256 2023-08-15 16:39:25.470749013 +0200 @@ -1 +1 @@ -ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932 postgresql-15.3.tar.bz2 +baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9 postgresql-15.4.tar.bz2 ++++++ postgresql-var-run-socket.patch ++++++ --- /var/tmp/diff_new_pack.F6gFFE/_old 2023-08-15 16:39:26.742757688 +0200 +++ /var/tmp/diff_new_pack.F6gFFE/_new 2023-08-15 16:39:26.742757688 +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 @@ -48,7 +48,7 @@ */ #ifndef WIN32 -#define DEFAULT_PGSOCKET_DIR "/tmp" -+#define DEFAULT_PGSOCKET_DIR "/var/run/postgresql" ++#define DEFAULT_PGSOCKET_DIR "/run/postgresql" #else #define DEFAULT_PGSOCKET_DIR "" #endif