Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql12 for openSUSE:Factory checked in at 2023-08-11 15:55:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old) and /work/SRC/openSUSE:Factory/.postgresql12.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Fri Aug 11 15:55:42 2023 rev:29 rq:1103350 version:12.16 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes 2023-05-12 20:40:07.466802900 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.11712/postgresql12.changes 2023-08-11 15:55:52.335883905 +0200 @@ -0,0 +1,22 @@ +Wed Aug 9 10:25:49 UTC 2023 - Reinhard Max <m...@suse.com> + +- Update to 12.16: + * 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/12/release-12-16.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:22:59 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-12.15.tar.bz2 postgresql-12.15.tar.bz2.sha256 postgresql-README.SUSE New: ---- postgresql-12.16.tar.bz2 postgresql-12.16.tar.bz2.sha256 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ --- /var/tmp/diff_new_pack.NMLP0Z/_old 2023-08-11 15:55:53.075888314 +0200 +++ /var/tmp/diff_new_pack.NMLP0Z/_new 2023-08-11 15:55:53.079888338 +0200 @@ -16,7 +16,7 @@ # -%define pgversion 12.15 +%define pgversion 12.16 %define pgmajor 12 %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-12.15.tar.bz2 -> postgresql-12.16.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.15.tar.bz2 /work/SRC/openSUSE:Factory/.postgresql12.new.11712/postgresql-12.16.tar.bz2 differ: char 11, line 1 ++++++ postgresql-12.15.tar.bz2.sha256 -> postgresql-12.16.tar.bz2.sha256 ++++++ --- /work/SRC/openSUSE:Factory/postgresql12/postgresql-12.15.tar.bz2.sha256 2023-05-12 20:40:07.442802768 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.11712/postgresql-12.16.tar.bz2.sha256 2023-08-11 15:55:52.311883762 +0200 @@ -1 +1 @@ -bb5206e2864c1c4579938b96ea6096d155f22abf2d2cc2aa57571e3c4cb12b36 postgresql-12.15.tar.bz2 +c5f1fff7a0f93e1ec3746417b0594290ece617b4995ed95b8d527af0ba0e38f3 postgresql-12.16.tar.bz2 ++++++ postgresql-var-run-socket.patch ++++++ --- /var/tmp/diff_new_pack.NMLP0Z/_old 2023-08-11 15:55:53.243889315 +0200 +++ /var/tmp/diff_new_pack.NMLP0Z/_new 2023-08-11 15:55:53.251889363 +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 @@ -63,7 +63,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.